Displaying 2 results from an estimated 2 matches for "client_work".
2008 Sep 25
3
virt-install HVM with url and kickstart?
...rt.
Any idea what I could be doing wrong? Here is the command im using to get
things started:
virt-install --hvm
--location=http://mirrors.liquidweb.com/CentOS/5.2/os/x86_64 --noautoconsole
--file=/dev/XenVol/XenVE2 --name=testvm2 --ram=512 --network bridge:xenbr1
--vnc -x "ks=http://blah.com/client_work/kickstart.txt ip=67.xx.xx.xx
netmask=255.255.xxx.0 dns=208.67.222.222 gateway=67.xxx.xxx.x"
Note: I did modify the kickstart to use "hda" for partitioning versus
"xvda".
Thanks,
Mark
_______________________________________________
Xen-users mailing list
Xen-users@lists....
2003 Jun 10
4
Windows XP Machines (well mostly the XP ones) hanging
...ls = yes
[AllHomes]
path=/home
read only = yes
valid users = @pcadmin
write list = @pcadmin
browseable = yes
admin users = @pcadmin
inherit acls = yes
[Projects]
path=/home/export/projects
read only = no
browseable = no
valid users = @pcadmin @smbusers
admin users = @pcadmin
inherit acls = yes
[Client_Work]
path=/home/export/projects
read only = no
browseable = yes
valid users = @pcadmin @smbusers
admin users = @pcadmin
inherit acls = yes
[Sites]
path=/home/export/sites
read only = no
browseable = yes
valid users = @pcadmin @smbusers
admin users = @pcadmin
inherit acls = yes
create mask = 0660
dire...