similar to: Xen domU installer scripts

Displaying 20 results from an estimated 10000 matches similar to: "Xen domU installer scripts"

2000 Feb 02
2
problems with openssh-1.2.2 and pam_tacplus.so
Hello, I have the following problem: I have installed openssh-1.2.2 on FreeBSD 3.4-RELEASE. I intentionally did not took the FreeBSD port because it does not support PAM. My aim is to make sshd authenticate against a TACACS+ server using the pam_tacplus.so module shipped with FreeBSD. That works perfectly with this line in my /etc/pam.conf: login auth sufficient pam_tacplus.so
2002 Aug 29
0
[ADMINISTRATIVE] Mailinglist problems / delays
--O3+4FpxPSY/W4B3y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! A numerous group of people on the netfilter mailinglists have recently reported problems with overly delayed emails from this list. It seems like I have now found the problem: It was not the configuration of the MTA (exim), but the TCP window tracking patch
2017 Jul 18
2
lme4 question
Hello, I am trying to run the following model: domi ~ type*ratio+((1|id)+(0+type|id)+(1|face_id)+(1|car_id)) My question is whether the data coding for "face_id" and "car_id" variables is correct. As you see on the following sample data structure, "type" is repeated measure where 1=car, 0=face. Thus, I coded "face_id" as "0" when the type is 1
2004 Oct 07
2
account is not autorized to connect from this station.
Hi all, (i'am beginner) i have samba 3.0.7 and ldap 2.1.30-3 installed on linux debian sarge My users account are stored in ldap (ou=people,dc=alsace,dc=iufm,dc=fr) I used idealx smbldaptools .0.8.5 to : - populate LDAP (account administrator is created, id administrator gives " uid=0(Administrator) gid=512(Domain Admins) groupes=512(Domain Admins)" - add my machine accoun (named
2009 Nov 07
3
[LLVMdev] interesting preso
I enjoyed this presentation: http://www.linux-kongress.org/2009/slides/compiler_survey_felix_von_leitner.pdf Among other things it lists small code sequences when compiled with a small collection of compilers, including llvm 2.6. It looks like there are several fairly obvious things we could do better... -Chris
2004 Oct 14
2
script in netlogon isn't run
Hi, i have samba 3.0.7 and set a logon.bat script in /home/samba/netlogon But when i log in my domaine (from a windows xp sp1 machine) "Domi" the script isn't run, no error message at log in Just going on the share "netlogon" i got the sand-hour and nothing more happens What's wrong ? Thanks for any help *here my smb.conf * [global] # Do something sensible when
2009 Jul 19
0
Disabling checksum offloading at OSOL DomU via kmdb at intial boot.
Disabling checksum offloading at OSOL DomU via kmdb at intial boot :- ( -kd at extra line):- root@ServerJaunty:/home/boris/nevada# xm create -c osol.install Using config file "./osol.install". Started domain osol.install (id=6)                                   Loading kmdb... Welcome to kmdb Loaded modules: [ unix krtld genunix ] [0]> ::bp xnf`_init [0]> :c v3.4.1-rc7 chgset
2009 Nov 08
0
[LLVMdev] interesting preso
2009/11/7 Chris Lattner <clattner at apple.com>: > I enjoyed this presentation: > http://www.linux-kongress.org/2009/slides/compiler_survey_felix_von_leitner.pdf Wow, very comprehensive! Is there anyone working on vectorization? This is something that interests me, I might give it a try, just need some pointers. cheers, --renato Reclaim your digital rights, eliminate DRM, learn
2003 Dec 05
1
Initial user password
Hi list. I am new to the list, but not so new to samba. Though i have a question. I am migrating to samba 3.0 and want to setup users using pdbedit (like Volker Lendecke showed at the Linux Kongress in Saarbr?cken; very fine tutorial, thanks!). Is there a way of setting an initial passwort like "test" and to force the user to change it after or while the first login? Perhaps it is a
2004 Apr 17
2
Network Magazine 04/04/04 Article pg 19 (Free IP Telephony PBXs?)
* Brethren, It's a sad day in our community. Please join me in a moment of silence for the death of responsible journalism. Silence.....................good enough. This article goes on to tell about Pingtel's announcement of forming the "first open source community aimed at creating SIP based servers".
2013 Jan 31
7
[PATCH] libxl: pass debug flag down to libxl_domain_suspend
# HG changeset patch # User Olaf Hering <olaf@aepfle.de> # Date 1359648298 -3600 # Node ID 256d59b2bc8a413876559dc8daf4c52ba46677de # Parent 12455da211d4e841692b2374086356a87eb74ff7 libxl: pass debug flag down to libxl_domain_suspend libxl_domain_suspend is already prepared to handle LIBXL_SUSPEND_DEBUG, and xl migrate handles the -d switch as well. Pass this flag down to
2004 Aug 06
1
Java bindings
Hi, I have writen a simple JNI wrapper for speex so i could use it from Java, so far i managed to record from a raw pcm file and from the javasound inputLine and to decode the output in narrowband CBR mode and play it back still using javasound. And it sounds quite good. I haven't tried anything else because my project has no use for wideband and ultra wideband. VBR would be nice but i have
2012 Aug 11
3
replace funcion
Hello everybody, I would like to replace or recode a list of numbers between 1 and 12 (total 100). I have tried to make it with recode, but i have two types of replacements. For 1,2,3,4,11,12 => invierno and for 5,6,7,8,9 and 10 => verano. recode(datos.mx1[,7], "1='invierno'; 2='invierno';
2011 Jan 14
1
[LLVMdev] examine dominating relationships between basic blocks
I am building code which needs to examine dominating relationships between Basic Blocks. I searched the Programming Guide (http://llvm.org/docs/ProgrammersManual.html#common), it mentioned briefly that such details will be covered in the future. So, I am tuning to the list and ask. Say, I have BasicBlock * a, *b, and need to know whether a DOM b, (a DOMi b, a DOMp b, a PostDOM b), etc. How
2000 Feb 02
2
bash: scp: command not found
On Wed, 2 Feb 2000, Harald at iki.fi wrote: > How come I can't get scp to work properly. It just complains like this: > > scp foo host: > bash: scp: command not found > lost connection Maybe you should check for the path on the remote machine: it seems like the remote shell can't find scp in its $PATH. -- Dominik - http://www.saargate.de/~domi/
2012 Jul 29
2
Error in for-loop
Hello erverybody, I have a problem with my second for-loop. 1. First i read the tables. datos.mx1 <- read.table('PETmx1.csv',head=TRUE,sep=';') datos.min <- read.table('PETmin.csv',head=TRUE,sep=';') http://r.789695.n4.nabble.com/file/n4638257/PETmx1.csv PETmx1.csv http://r.789695.n4.nabble.com/file/n4638257/PETmin.csv PETmin.csv names(datos.mx1)
2003 Jul 30
0
[ANNOUNCE] netfilter T-Shirts available again
--+QahgC5+KEYLbs62 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! The long-awaited reprint of the netfilter T-Shirts has just arrived. They are plain white T-Shirts with the blue netfilter logo (as in the upper left corner of the homepage) printed on front. The shirts are available in sizes S,M,L,XL,XXL and are EUR 10 +
2009 Nov 08
2
[LLVMdev] interesting preso
On Nov 7, 2009, at 4:15 PM, Renato Golin wrote: > 2009/11/7 Chris Lattner <clattner at apple.com>: >> I enjoyed this presentation: >> http://www.linux-kongress.org/2009/slides/compiler_survey_felix_von_leitner.pdf > > Wow, very comprehensive! > > Is there anyone working on vectorization? This is something that > interests me, I might give it a try, just need
2005 Apr 21
10
apci issue
Hi, Updated to current bk today, and my machine stopped booting ... I''ve tracked it down to the apic changes from end of last week. cset 1.1307 boots fine, 1.1308 doesn''t. Diff of the boot messages is below. Full logs are also attached. Gerd --- log-1.1307 2005-04-21 14:40:57.372885027 +0200 +++ log-1.1308 2005-04-21 14:38:52.236553392 +0200 @@ -7,7 +7,7 @@
2010 Jun 11
0
Wine release 1.2-rc3
The Wine development release 1.2-rc3 is now available. What's new in this release (see below for details): - Many translation updates. - A lot of bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2-rc3.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.2-rc3.tar.bz2 Binary packages for various