Hey, sorry I does not realized this, in your email:
>> > I created a user named "guest" with the password "guest" and when I

Guest account should be created WITHOUT any password!

> Hi
>
> let me correct myself. Im able to ping my PDC (W2kK03) as ntinstall, but
> Im not able as a "normal" user to connect to \\ntinstall or
> \\ntinstall\install. Even an Administrator is not able to list
> \\ntinstall\install. Maybe because of the CNAME?
> I have added a CNAME in the Forward Lookupzone as you can seen tinstall
> domainname.localdomain.
I'm sorry, but about configuring anonimous/guest, read-only share on w2k3
I do not know anithing :( Briefly, you must have build share, what you can
login without any password as "guest" user (I'm using Linux box), from
other windows or unix/linux box. Also, as I wrote, Linux does not hadle
netbios names, you should setup DNS or give the ip address explicitly for
access smb/cifs (simple windows share).

>
>> When you check your
>> new share, \\ntinstall\install have you use another windows
>> box or Linux?
>
> Unfortunately I don´t have another Linux box in this environment. I have
> tried to connect with the PDC itself and a normal client.
>
Live CD/DVD (Knoppix, RIP etc.)?
>
>> Linux cifs doesn't recognize windows/samba shares by name
>> (windows does), it is need an ip address or DNS szerver. What
>> boot disk are you used?
>
> What do you mean with bootdisk? I have burned the linuxboot.iso "as it is"
> from the project page.
> How to mount it manually?

Unnattended using two some what independent boot disk. Clean Linux boot
(linuxboot.iso is it) what using clean Linux shell/perl environment for
partitioning and formatting hdd, connect to server, copy files to be
install, copy some scripts and setup for installation procedure. Important
part of the boot/setup process is mounting \\ntinstall\install share as a
guest. The mount command itself you can find in directory
"unattended root"\linuxboot\misc\master
After messages *** Trying smbmount \\ntinstall\install /z -o ...
and/or         *** Trying mount.cifs \\ntinstall\install /z -o ...
When is it unsuccess you can step out to the Linux shell environment as
root (admin), and you can try some test commands:

ping {yopur server's Ip address}

if ping does not work you should check cables, or existence of ethernet
card driver:

lsmod

  If driver does not exist (you can search apropriate driver module name
on the WEB or apropriate kernel documentation) but is it possible tath
you have card not supported by Linux for now. You may try using DOS boot
disk.
  If ping is working, then you can try mount share, using command:

mount.cifs \\ntinstall\install /z -o username=guest

if this does not work, you can try other way:

mount.cifs \\{your server IP address}\install /z -o username=guest

or

mount.cifs \\ntinstall\install /z -o username=guest,ip={your server IP
address}

(I'm not sure, but some times I need share should be typed other way
\\\\ntinstall\\install  - but it does not bother script, it is only a
manual  issue)

>
> What to do now?
>
May be try a live CD/DVD.

>> I don not know what kind of io error return code -5 refer to.
>> Try to step out to the loaded system (suppose that you use
>> Linux boot) and check that apropriate network card driver is
>> exist, ping server, and try mount manually.
>>
>> > Hello List!
>> > This is my first post here because Im stuck in getting
>> unattended running.
>> > I created a user named "guest" with the password "guest" and when I
>> > logon with a machine and try to get \\ntinstall\install everything
>> > works fine, but when I try to boot from the linux installcd
>> it stucks
>> > with the following message:
>> >
>> > CIFS mount failed w return code = -5
>> > mount error 5 = input/output error.
>> >
>> > What should I do? I would love to see it up and running :).
>> >
>> > Greeings
>> >
>> ----------------------------------------------------------------------
>> > -------- SF.Net email is Sponsored by MIX09, March 18-20,
>> 2009 in Las
>> > Vegas, Nevada.
>> > The future of the web can't happen without you.  Join us at
>> MIX09 to
>> > help pave the way to the Next Web now. Learn more and register at
>> >
>> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmi
>> > x.com/_______________________________________________
>> > unattended-info mailing list
>> > unattended-info@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/unattended-info
>> >
>>
>>
>>
>>
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas,
> Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> unattended-info mailing list
> unattended-info@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unattended-info
>
>




------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to