similar to: xen-unstable: TX/RX ring buffer exhaustion and NR_GRANT_FRAMES

Displaying 20 results from an estimated 500 matches similar to: "xen-unstable: TX/RX ring buffer exhaustion and NR_GRANT_FRAMES"

2005 Jun 04
11
kernel oops/IRQ exception when networking between many domUs
Hi, I try to build experimental networks with Xen and stumbled over the same problem that has been described quite well by Mark Doll in his posting "xen_net: Failed to connect all virtual interfaces: err=-100" here: http://lists.xensource.com/archives/html/xen-users/2005-04/msg00447.html As it was still present in 2.0.6, I tried 3.0-devel and found NR_PIRQS and NR_DYNIRQS had been
2005 Jun 04
11
kernel oops/IRQ exception when networking between many domUs
Hi, I try to build experimental networks with Xen and stumbled over the same problem that has been described quite well by Mark Doll in his posting "xen_net: Failed to connect all virtual interfaces: err=-100" here: http://lists.xensource.com/archives/html/xen-users/2005-04/msg00447.html As it was still present in 2.0.6, I tried 3.0-devel and found NR_PIRQS and NR_DYNIRQS had been
2005 Nov 08
0
TX/RX ring buffer allocation (xen-unstable)
Hi, I did not find any hints in the web where to configure/setup/manipulate the rx/tx ring buffer allocation within dom0 for xen-unstable, maybe someone here can nudge me towards the right knob. The problem: when booting a handful of domUs and connecting them (comprising a small experimental IP network with links and nodes etc.), some interfaces that have been given by the configuration files
2000 Oct 24
2
feature request & patch submit: chroot(2) in sshd
Hello, whereas most people take passwd/shadow/ldap/<whatever> as the place where decision on a chrooted environment / sandbox for certain users is met (just set the given usershell appropriateley), I needed a somewhat different approach. Below is a tiny patch to 2.2.0p1 which enhances the sshd-config by two options and, when set, places all users / users of a certain group immediately in
2004 Dec 02
3
net ads join fails - "Preauthetication failed"
After a lot of different problems and variations of krb5.conf and samba.conf files I am currently stuck with the following error trying to join a domain net ads join -U nfybw@UIB.NO 'Klienter\IT\MatNat\IFT\Samba Servers\IT-gruppen' nfybw@UIB.NO's password: [2004/12/02 15:34:36, 0] libads/ldap.c:ads_add_machine_acct(1367) ads_add_machine_acct: Host account for iftsmb100 already
2008 Jul 23
3
cpufreq problems with hvm
Hi all, I was wondering if cpu frequency scaling in dom0 (using the cpufreq=dom0-kernel boot parameter) may cause problems with HVM domUs? This is on Xen 3.2.1. PV domUs seem to work just fine. They adjust to the frequency change on the go. The HVM I run using the unmodified_driver drivers (also from the 3.2.1 release) seem to have very slow timers if dom0 lowers the frequency. Birger
2005 Mar 02
24
unstable binaries
Hi *, i am coming from UML, and now i evaluate Xen on my desktop: Xen-2.0.4 linux-2.6.10 "CONFIG_MODULES is not set" "CONFIG_AGP is not set" "CONFIG_FB_RADEON=y" FC3, [/usr]/lib/tls moved away It works, but some desktop applications crash once in a while within dom0: metacity-2.8.6 firefox-1.0.1 wnck-applet (from gnome-panel-2.8.1) But
2007 Jan 30
3
Contribute: Move native CentOS into Xen DomU
Hello *, i'd like to contribute a wikipage HowTos/Xen/MoveNative2DomU describing how to transform an existing CentOS4 installation into a Xen DomU. Regards, /nils.
2005 Dec 06
4
latest USB code
Here''s the latest USB code against the xen 3.0.0 release. Since the last posting this version updates the code to use the new 32 bit grant references and the latest GNTTABOP_map_grant_ref definition. I''ve also changed the definition of the virtual USB HCD to have a single port rather than seven ports with six unused. Domains importing multiple USB devices will get a HCD for
2005 Apr 11
10
http://www.fsmware.com/xenofreebsd/ dead?
Just wanted to try domU freebsd and found <http://216.239.59.104/search?q=cache:M_4r1b-RG- EJ:www.fsmware.com/xenofreebsd/5.3/xenbsdsetup.txt&hl=en&lr=&strip=1> but the webservice on www.fsmware.com seems to be down/unavailable. Any mirror? Or other working FreeBSD domU-kernels & images? Regards, /nils. _______________________________________________ Xen-devel mailing
2012 Jul 11
4
[Bug 2025] New: Comments with 1024 chars or more break sshd_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2025 Priority: P5 Bug ID: 2025 Assignee: unassigned-bugs at mindrot.org Summary: Comments with 1024 chars or more break sshd_config Severity: normal Classification: Unclassified OS: Linux Reporter: bugzilla.mindrot.org-mail at nils.toedtmann.net Hardware: All
2017 Feb 07
1
One Way Domain Trust possible?
hi, the release notes of samba4.3 read: "The support for trusted domains/forests has improved a lot." and " Both sides of the trust need to fully trust each other!" is this still true for samba 4.5 or is it possible to create a one way trust from DC domain A (samba) to DC domain B (windows)? i've looked at the samba 4.5 release notes, but didn't find anything about
2007 Nov 29
1
32bit HVM within CentOS5 x86_64+xen3?
Hi *! I have to install a xen virtualization host that will start with 4GB RAM and will maybe grow to 8GB in the future. And there has to be a 32bit winXP domU. Is CentOS5(.1) x86_64 able to run 32bit HVMs or do i have to stick with i386/PAE? /nils.
2001 Dec 10
4
Problems with rsync 2.5.1pre1 and hardlinks
Hi, I got stuck within some weird prob concerning my 2-node linux cluster and the synchronisation tool at hand (rsync-2.5.1pre1). I have to copy a structure of 70 directories where the data of these directories are hardlinked to the data of the 1st directory. Within this "orig data" directory, I have about 30.000 files, so the amount of files to sync is approx. 2.100.000. The
2013 Oct 23
3
[PATCH] xen/arm: add_to_physmap_one: Avoid to map mfn 0 if an error occurs
By default, the function add_to_physmap_one set mfn to 0. Some code paths that result to an error, continue and the map the mfn 0 (valid on ARM) to the slot given by the guest. To fix the problem, return directly an error if sanity check has failed. Signed-off-by: Julien Grall <julien.grall@linaro.org> --- xen/arch/arm/mm.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git
2005 Mar 21
11
NPTL/db4 problem with FC3
This is a cross post to <xen-devel@lists.sourceforge.net> and <user- mode-linux-user@lists.sourceforge.net> Dear lists, Anybody successfully running cyrus-imapd in FC2/3+Xen/UML? When i tried to run cyrus-imapd in a virtual FC3 (Xen or UML) i got lot''s of DBERROR db4: Berkeley DB library configured to support only DB_PRIVATE environments DBERROR:
2010 Sep 07
1
Problem with Sieve Vacation
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, dovecot version 1.2.12 on freebsd 7.0 with dovecot-sieve-1.2+0.1.17 I have users in ldap and aliases in /etc/aliases and i use postfix. There is an alias testuser at hostname for tuser at hostname. When tuser uses sieve vacation and uses the :addresses options with his email address (tuser at hostname), the response is also sent, if a mail to
2004 Dec 08
1
Mapping home directory share names to AD user names?
Resending this as I sent it using wrong sender and it never appeared on the list... I finally have a samba server running with security=ads and user name mapping using smbusers file. Now, to make this perfect I would like to have home directory shares show up using the users AD names instead of the unix names. Is this possible? -- birger
2013 Jul 24
1
How to trigger a script in a guest after resume? (aka guest system clock incorrect after host reboot with suspended guest)
Hi Is there a way i can trigger a script within a libvirt guest immediately after resume? E.g. i don't see any log message that indicates to a guest that it had been paused and was just woken up. The problem that i am trying to solve is that when i reboot the host (pausing all guests), the guests' system clocks are a few minutes late after resume. The guests RTC (current_clocksource =
2013 Feb 26
1
How to add static routes?
Hello i have several libvirt hosts (CentOS6, kvm), each with an internal libvirt "default" network with "forward mode='route'". I have two questions concerning static routes. To give some context: On each of my libvirt hosts there is a VM acting as a OpenVPN-gateway to the other libvirt hosts. [A] How can i add a persistant static route on the libvirt host to one