Re: [Unattended] possible bug in linux bootdisk, master script?

2004-08-27 Thread John . Edmiston
I too am seeing this message from the 4.4b linuxboot cd. After overriding defaults, hitting enter to keep the install source the same, putting in my username and password Trying smbmount \\ntinstall\install /z -o ttl=60,username=installer,ro connection to ntinstaller failed SMB connection

Re: [Unattended] possible bug in linux bootdisk, master script?

2004-08-27 Thread Patrick J. LoPresti
[EMAIL PROTECTED] writes: I too am seeing this message from the 4.4b linuxboot cd. Your error is slightly different: *** Trying mount.cifs \\ntinstall\install /z -o ttl=60,username=installer,ro mount error: could not find target server. TCP name ntinstall/install not found This means

Re: [Unattended] possible bug in linux bootdisk, master script?

2004-08-26 Thread Patrick J. LoPresti
Tft Tco [EMAIL PROTECTED] writes: so i was checking the script, it actually does the following command: smbmount \\myserver.local\install /z -o ttl=60,username=geust,ro Not exactly. The master script does: smbmount $Z_PATH /z -o ttl=60,$mount_opts ...which is not the same. A more

Re: [Unattended] possible bug in linux bootdisk, master script?

2004-08-26 Thread Matthew Palmer
On Thu, Aug 26, 2004 at 10:23:40PM +0200, Tft Tco wrote: I just tried the linux bootdisk with unattended 4.4b. it worked until the script wanted to mount the install share. that was the point when it said: *** Trying smbmount \\myserver.local\install /z -o ttl=60,username=geust,ro ***