[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [microblaze-uclinux] Samba/CIF on Petalinux/Microblaze
- To: <microblaze-uclinux@xxxxxxxxxxxxxx>
- Subject: RE: [microblaze-uclinux] Samba/CIF on Petalinux/Microblaze
- From: "Jim Van Vorst" <jvanvorst@xxxxxxxxx>
- Date: Mon, 9 Feb 2009 17:16:03 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:references:subject :date:message-id:mime-version:content-type:x-mailer:in-reply-to :x-mimeole:thread-index; bh=59MKnzwEuhtzQsIIic4X1XSfkAqzxfEN/PrHa6KX4xI=; b=H3lgKEp7A0M0NksUGRePG2a+Meuihk7R57jyVcfmbvOedPE/KMTvLkXLfz9qRYTHlt TI2ffsZkYBPikon/ILMb7aMU0OOmRkvGIWx1tIpMk6ji885D+X7RXq4X1pRDDJMsT7qL ay+2s165luBkNCneA1E4pyE4SxWNap5jIBgtw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:references:subject:date:message-id:mime-version :content-type:x-mailer:in-reply-to:x-mimeole:thread-index; b=bMvUcqKzTMCyq4nGYnCKNz8CvwUUGIUuSlx45UzMLrbuYw58XLHl5NCmsr8zgaa4qa j2fubs/QofZrczGNORlSdl7zLv2xJsQYURd+1VLgisJ/8Pm5u/Cv2SQcrWEelYRdY2xd CrYKzjgQ5FJDpM7o5jag7k/PNSdzsUlg5rMOY=
- In-reply-to: <be478090902091639u16f78715rb1d9455d2559b244@xxxxxxxxxxxxxx>
- References: <be478090902091639u16f78715rb1d9455d2559b244@xxxxxxxxxxxxxx>
- Reply-to: microblaze-uclinux@xxxxxxxxxxxxxx
- Sender: owner-microblaze-uclinux@xxxxxxxxxxxxxx
- Thread-index: AcmLGtVBmzUG9ozzTLG5BoIdCy5kFwAAfNNQ
Working from 2.6.20, I had to fix a bunch of unaligned data
accesses in fs/cifs. I don't know if this has been addressed in later
kernels. I think it was working after my fixes. I remember reading
that samba support is going away.
Hey Folks,
Just a feeler here, anyone have any problems setting up samba/CIFS on
petalinux?
I can't seem to get samba to work properly, when I attempt to mount my
Windows XP share, I get a variety of errors including on that complains of the
samba version not supported. The version is some HUGE number.
I also tried to enable/use the CIF support. That results in a kernel crash
when I attempt to do the mount.
Thanks