mount, cifs bug in 1.20.2 Kernel 3.3.7

2012-10-24 Thread bbj17
Hi,

I have the following problem:

-Busybox 1.20.2 (Buildroot 2012.08)
-Target Kernel: 3.4.7

on Target:
mount -t cifs //server/share /destination -o username=xxx,password=xxx

result (terminal):
mount: mounting //server/share /destination  failed: Invalid argument

result(dmesg):
CIFS VFS: Connecting to DFS root not implemented yet

when i use kernel 3.3.7 everything is fine. Same problem with kernel 3.4.15 and 
3.6.3.

When I use buildroot cifs-utils (mount.cifs) instead of busybox mount 
everything is fine.


Bye


___
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox


Re: BeagleBone for ALSA jackd

2012-10-24 Thread Grant
 I would like to build as minimal of a system as possible on a
 BeagleBone.  I only need ALSA and jackd to work.  Would this work well
 with busybox?  I'm very familiar with Gentoo but a system like this
 would be set up entirely outside of the Gentoo framework?


 Gentoo makes for a great system to create lightweight builds.  You can build
 a minimal build with something like:

 ROOT=/tmp/somewhere emerge -v baselayout uclibc busybox

 The details are slightly more complex, eg I tend to use a uclibc based
 chroot with hardened compiler, etc, you will need a cross compiler setup,
 but very roughly that's about all you need...

I already have Gentoo on an SD card running on the BeagleBone so I
wouldn't need a cross compiler.  Could I do the above, copy
/tmp/somewhere to / on another SD card, set up /boot, and boot?  It
couldn't be so easy :)

- Grant
___
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox