Re: DHCP for Z_PATH, strangeness

2004-04-30 Thread Patrick J. LoPresti
"Jeff Black" <[EMAIL PROTECTED]> writes: > 1) failure, if the dhcp option (233) is set to > > option unattended-options "z_user=localdomain\usernamegoeshere z_pass=password > z_path=//servername/sharename > > I get this from linux > *** Trying smbmount \\servername\sharename /z -o > usernam

RE: DHCP for Z_PATH, strangeness

2004-04-29 Thread Jeff Black
> > > Hm. If we are going to steal a local DHCP option anyway, maybe we > > > should only take one but give it this syntax: > > > > > > z_user=... z_pass=... z_path=... > > > > OK, I implemented this. After various Googling, I settled on DHCP > > option 233. The changes are in 4.1-rc1 and th

Re: DHCP for Z_PATH

2004-04-28 Thread Patrick Bergenhenegouwen
Hi Jeff, > > Hm. If we are going to steal a local DHCP option anyway, maybe we > > should only take one but give it this syntax: > > > > z_user=... z_pass=... z_path=... > > OK, I implemented this. After various Googling, I settled on DHCP > option 233. The changes are in 4.1-rc1 and they

RE: DHCP for Z_PATH

2004-04-28 Thread Jeff Black
> > Hm. If we are going to steal a local DHCP option anyway, maybe we > > should only take one but give it this syntax: > > > > z_user=... z_pass=... z_path=... > > OK, I implemented this. After various Googling, I settled on DHCP > option 233. The changes are in 4.1-rc1 and they work for m

Re: DHCP for Z_PATH

2004-04-15 Thread Matthew Palmer
On Thu, Apr 15, 2004 at 05:03:46PM -0400, Patrick J. LoPresti wrote: > "Patrick J. LoPresti" <[EMAIL PROTECTED]> writes: > > > Hm. If we are going to steal a local DHCP option anyway, maybe we > > should only take one but give it this syntax: > > > > z_user=... z_pass=... z_path=... > > OK,

Re: DHCP for Z_PATH

2004-04-15 Thread Patrick J. LoPresti
"Patrick J. LoPresti" <[EMAIL PROTECTED]> writes: > Hm. If we are going to steal a local DHCP option anyway, maybe we > should only take one but give it this syntax: > > z_user=... z_pass=... z_path=... OK, I implemented this. After various Googling, I settled on DHCP option 233. The chan

Re: DHCP for Z_PATH

2004-04-15 Thread Patrick J. LoPresti
Matthew Palmer <[EMAIL PROTECTED]> writes: > I've just been trying out the new Linux bootdisk with Unattended > 4.0b, and it rocks longer and harder than ever. Thanks! Allowing DHCP options has been a goal from the beginning. Thank you for doing the legwork on this. > From the manpage, it appe