search for: kinzesberg

Displaying 20 results from an estimated 41 matches for "kinzesberg".

2005 Nov 09
7
install other OS to unprivileged domain
Dear all, I have set up one unprivileged Domain-1 with help of FedoraQuickStart and some help from you. Now I want to install some other OS to Domain-2. How can I install a different OS (say Redhat 7.3) onto a unprivileged domain? Do I have to copy all files from an existed installation to an image file? Thanks, Koala _______________________________________________ Xen-users mailing list
2009 Dec 22
2
IPTABLES --hitcount maximum value
Is the maximum permitted value for --hitcount documented anywhere? I reliably get a iptables-restore error when I specify a hitcount value greater than 20 but I cannot find any mention of there being a maximum value. -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited
2005 Dec 03
5
XenLinux 2.4.30 - help
Hello, I''m trying to build XenLinux 2.4.30 on debian. I get the following error for make linux24 make[2]: *** No rule to make target `skbuff.c'',needed by `/usr/src/xen-2.0/linux-2.4.30-xen0/include/linux/modules/skbuff.ver''. Stop. Could somebody help me resolve this error. Or if this is some problem with the system configuration that I''m using, could
2009 Mar 20
1
pam_access.so restrictions not working - syntax errors?
Hi folks, I want to restrict root access via ssh to certain (internal) hosts. That is what pam_access.so is for, I thought, so I configured: in /etc/security/access.conf I added (nothing in there before): + : root : 192.168.123.0/24 10.72.0.0/16 - : root : ALL in /etc/pam.d/ssh I added at the end: account required pam_access.so Then I restarted the ssh server. Basically, this kinda works.
2008 Aug 08
1
Xen and bonding on Centos 5.2
Hi folks, I am stuck with a weird phenomenon. I have set up two servers as xen servers with bonded interfaces (mode 1). The bond interface works fine on both servers as long as xen is not used. When using xen's network-bridge script (with netdev=bond0), one server works fine without problems, and the other starts upping and downing the slave interfaces of the bond in a very fast manner
2009 Jul 07
1
Init checking for processes that are configured to "respawn"
Hi folks, I have a sophisticated question for which I can't find any hints on the web: If you configure init (via /etc/inittab) to respawn processes (like the getty processes) when they exit - how often does init check for the existence of such a process? Does it check actively at all or does it rely on some kind of inter process communication? I am not a programmer, so maybe the second
2013 Jun 26
1
setxkbmap not accepting layout "de"
Hi all, when I try to use Xnest with setxkbmap to force a Germany keyboard layout, I get the error > Error loading new keyboard description The complete command I am using is > ssh -X -C -l $USER $HOST -n "Xnest :1 -ac -geometry 1440x850 -once > -query localhost & setxkbmap -layout de" I also tried with "setxkbmap de" in the end, but no difference. So this
2008 Jul 13
2
Cluster: understanding virtual IP
Hi folks, I have set up a cluster on CentOS 5.2 using /etc/cluster/cluster.conf - and it works fine. It's only purpose is to switch a virtual IP between two routers. Now the service is running, I can ping the virtual IP from outside - but this virtual IP is not bound to any interface. How does this work? Can I force the cluster to bind it to a certain interface? I need this because the
2010 Apr 06
1
vsftpd writing files 2 times - once as root
I have configured my vsftpd with virtual users all of which are mapped to a system user for file system permissions (let's call him 'ftpsystemuser'). That means, if someone uploads files they are writting using owner and group of the system user: > -rw-r--r-- 1 ftpsystemuser ftpsystemuser 19968 16. M?r 11:24 Termine > Leistungspr?fungen.doc Now we have the phenomenon that
2008 Nov 08
1
Perl Trouble
I am running several CentOS 5.2 servers with similar configuration. On all of them I received the following error when using a certain perl module: > Base class package "Class::Accessor::Fast" is empty. > (Perhaps you need to 'use' the module which defines that package > first.) On most of the servers installing Class::Accessor::Fast manually via CPAN shell has
2005 Nov 01
2
vif-antispoof
Hi folks, I started testing the antispoof feature of xen stable (2.0.7). I am stuck with it. I have setup a standard bridged environment. I understood it like this: in domU config I set up the virtual NIC like vif = [ ''mac=ae:00:00:78:78:78, ip=192.168.0.100'' ] Then I configure /etc/network/interface of this domU to show the same IP address for eth0. After restarting
2006 Mar 13
6
Dummy ethernet device setup
Hello you all out there Does anybody know the definite guide to create a dummy ethernet device? So, what I want to have is an ethernet device, without a physical link, or so called a dummy device. My goal is to have apache with mod_proxy and balancer running on peth0 in dom0. Apache is spreading my connection to the backend domU''s, where the webservices are running. The connection
2005 Aug 02
1
promiscous mode on all interfaces?
Hi folks, the standard config uses bridging with promiscous mode for eth0 (understandable) and the vifs (why that?). Does that mean that EVERY vif receives EVERY packet crossing the bridge - even those packets destined for other domains? Documentation compares bridging to "a cross over cable between virtual machine and domain0" which would then be quite wrong. Thanks for any help
2006 Mar 24
0
time synchronization of dom0 and domUs still not working?
Hi folks, I am using Xen 2.0.7 with debian based dom0 and domUs on several machines. Every few days I find the clocks of dom0 and domUs on the same machine to differ between seconds and hours. I know this is mentionened every now and then on the list. What I want to know: Is this bug still officially not fixed? Is something done to fix it or is it left as is? I just have to know the state
2006 Mar 25
1
passing kernel arguments to domU kernel
Hi folks, I did not find anything about passing kernel arguments to a domU kernel. How is the syntax for the config file in Xen 2.x? Just adding the argument to the kernel line does not work. I need to pass independent_wallclock=1 to my domU kernels. Thanks for any hint or help! Dirk _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2006 Apr 11
0
ping times and packet losses
Hi folks, we do have a phenomenon that is not easy to get a hold onto. We are running Debian Sarge stable domUs and NetBSD domUs on Debian Sarge stable dom0. Xen is 2.07, compiled from the sources (with only slight modifications for using more of iptables). Our domUs experience extreme slow downs in network connectivitiy once or twice a day. That means: ping times go up to 1.200 ms (to hosts
2008 Oct 10
0
Xen and Bonding on Centos 5.2
Hi folks, I have a server where I have solved the well known problem with a bonding interface as netdev on Xen/Centos 5.x (current: 5.2) - the problem is, that in mode=1 (active-passive) the slave interfaces are de-/activated round robin at least once a second. "network-bridge stop netdev=bond0" stops this nonsense and makes the bonded interface work well again. I had to do change 3
2011 Aug 11
0
migrating from old config file format to sxp
Hi folks, is there a tool to convert a vm''s classic config file to sxp? I tried "xm create OLDCONF -n" and pasted the output in a config file at /var/lib/xend/domains/SOMEFOLDER/config.sxp, but that did not make virsh recognize the vm at all (although I restrarted xend, which helps for example after virt-clone). I am trying this on Xen4 using Debian6. Dirk
2008 Jul 29
2
Restricting User Rights massively
Hi folks, is it possible to restrict the rights of a user to only do few, defined actions, e.g. only look up cpu and memory usage, but not walk around in the file system, not see any other hardware details, run any binaries/scripts? I know several different techniques to achieve parts of this (like chrooting him), but is there one technique to get it all? Dirk
2008 Aug 06
0
rsyslog and imuxsocks
Hi folks, I have installed rsyslog and rsyslog-mysql from the base repository, but the loadable module "imuxsocks" seems not to be part of these packages. Does this have a certain reason? And is there any other way to get this module besides compiling rsyslog on my own? Any hint or help is appreciated. Dirk