"Scott Card" <[EMAIL PROTECTED]> writes:

> - DHCP discover fails every time without "acpi=off" on Inspiron 5150
> (B44).
> - acpi=off required to resolve kernel panic on vmware workstation 4.51

Well, we are not doing anything strange here, so this is a bug in the
Linux kernel's ACPI support.  If you are feeling motivated, you can
file a bug report in the "ACPI" category at
<http://bugzilla.kernel.org/>.  They will probably ask for the
complete error messages and the output of "dmesg" and "acpidmp".

I suppose I should start including acpidmp on the boot disk.

We could also disable ACPI by default, but I would prefer to help the
Linux folks fix their bugs...

> - smbmount fails every time on all my test hardware
>     312: tree connect failed: ERRDOS - ERRnoaccess (Access denied.)  SMB
> connection failed
>   This worked fine (and still does) on 4.2rc2.  The only difference that
> I can see is the placement and size of the ttl option??  This one has me
> kind of stuck.

The order of the options almost certainly does not matter.

The only change I made was to switch from this:

  username=DOMAIN\user

...to this:

  username=user,workgroup=DOMAIN

Except I left in a bug, so now it actually does this:

  username=DOMAIN\user,workgroup=DOMAIN

Could you try running smbmount by hand with different arguments?  I
want to know which combination(s) work for you.  (I would like to use
"username=user,workgroup=DOMAIN" for consistency with the arguments to
mount.cifs, which we do not use yet but will eventually...)

 - Pat


-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to