[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2011-02-04 Thread Bug Watch Updater
** Changed in: samba
   Importance: Unknown = Critical

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.
https://bugs.launchpad.net/bugs/264943

Title:
  gvfsd-smb crashed with SIGSEGV in strlen()

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-08-17 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:3.2.3-1ubuntu3.5

---
samba (2:3.2.3-1ubuntu3.5) intrepid-proposed; urgency=low

  * debian/patches/fix-libnss-sigabrt.patch: Fix sigabort when using
wins client. Taken from upstream. (LP: #286119)
  * debian/patches/ Fix sigsev when using old NAS devices. Taken
from upstream. Thanks to Thierry Carrez for tracking this down.
(LP: #264943)

 -- Chuck Short zul...@ubuntu.com   Mon, 12 Jan 2009 13:40:17 -0500

** Changed in: samba (Ubuntu Intrepid)
   Status: Fix Committed = Fix Released

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-03-09 Thread Bug Watch Updater
** Changed in: samba (Debian)
   Status: Unknown = Fix Released

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-03-03 Thread JrBenito
Hi,

This is my first post to this bug so let me summarize my situation:

-NAS ViPower (Software/Hardware Pleiades - firmware NAS-BASIC48B6, LOADER 
70,2007-8-15)
-I have same problem with 8.10

Now I tested intrepid-proposed package and now it is working again in
nautilus and smbclient. Guys, please submit this to Intrepid official.

Thank you all for this effort.

Regards,
Benito.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-03-03 Thread JrBenito
Hi,

I forgot to mention about my test environment. I am using Ubuntu version 8.10 
(64bits) on a AMD Turion X2.
The package was installed from intrepid-propose and test did with ViPower NAS 
transferring (to and from) a file from about 4GB over wired network and another 
file (~2MB) over wireless network (the NAS is connected to mey wireless router 
by cable, off course). I do also edited a .txt file with gedit direct from NAS 
using nautilus to find it, open (double click), alter and save (gedit).

Thanks again.

Regards,

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-03-03 Thread Thierry Carrez
Thanks ! I guess we are done with verification here, fix publication is
waiting on confirmation that bug 286119 is also fixed by the update.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-02-19 Thread ^_Pepe_^
Hi everyone.

I've installed a 9.04 Alpha-3 version onto a VMWare Windows-based-
machine, and my NAS disk worked fine with the software just out-of-the-
box.

Good news!!!

Regards,
^_Pepe_^

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-27 Thread Launchpad Bug Tracker
This bug was fixed in the package samba - 2:3.2.5-4ubuntu1

---
samba (2:3.2.5-4ubuntu1) jaunty; urgency=low

  * Merge from Debian unstable, remaining changes:
+ debian/patches/VERSION.patch:
  - setup SAMBA_VERSION_SUFFIX to Ubuntu.
+ debian/smb.conf:
  - add (Samba, Ubuntu) to server string.
  - comment out the default [homes] share, and add a comment about
valid users = %S to show users how to restrict access to
\\server\username to only username.
  - Set 'usershare allow guests', so that usershare admins are
allowed to create public shares in addition to authenticated
ones.
  - add map to guest = Bad user, maps bad username to guest access.
+ debian/samba.postinst:
  - When populating the new samabshare group, it is not an error
if the user simply does not exist; test for this case and let
the install continue instead of aborting.
+ debian/samba-common.config:
  - Do not change priority to high if dhclient3 is installed.
  - Use priority medium instead of high for the workgroup question.
+ debian/mksambapasswd.awk:
  - Do not add user with UID less than 1000 to smbpasswd.
+ debian/control:
  - Depend on lsb-base = 3.2-14, which has the status_of_proc()
function.
  - Make libpam-smbpasswd depend on libpam-runtime to allow
libpam-smbpasswd for auto-configuration.
  - Make libwbclient0 replace/conflict with hardy's likewise-open.
+ debian/samba.init:
  - Add a 'status' action.
+ debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
  debian/libpam-smbpass.prerm, debian/libpam-smbpass.files,
  debian/rules:
  - Provide a config block for the new PAM framework to auto-configure
itself
+ debian/rules:
  - enable native PIE hardening.
+ Add ufw integration:
  - Created debian/samba.uwf.profile
  - debian/rules, debian/samba.dirs, debian/samba.files: install
profile
  - debian/control: have samba suggest ufw
+ debian/patches/last-char-truncation.patch:
  - Fix compatibility issue with NAS boxes still using Samba 2.2 and
earlier.
+ debian/winbind.files:
  - include additional files
+ debian/winbind.init:
  - Add a PID variable and a 'status' action.
  * Dropped changes:
- don't worry about handling upgrades from feisty or edgy, since
  users should have upgraded to the hardy version first so this
  transition is now finished.
  * Fixes LP: #264943 and LP: #286119.

samba (2:3.2.5-4) unstable; urgency=low

  * Fix segfault whan accessign some NAS devices running old versions of Samba
Closes: #500129
  * Fix process crush when using gethostbyname_r in several threads
Closes: #509101, #510450

 -- Steve Langasek steve.langa...@ubuntu.com   Wed, 28 Jan 2009
02:35:42 +

** Changed in: samba (Ubuntu Jaunty)
   Status: Confirmed = Fix Released

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-24 Thread tomek.bury
Hi all,

It works!

I've just disabled Thierry's ppa and installed samba related packages
from intrepid proposed repository - it's all yummy. I can read and write
to NAS drive.

Could anyone else check the intrepid-proposed version of samba?

Thanks,
Tomek

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-24 Thread Daniel Eckl
I can confirm that a first try works very well.
I will update in case I notice any flaws.

Thanks to all participants!

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-24 Thread Martin Pitt
** Tags added: verification-done

** Tags removed: verification-needed

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-23 Thread Martin Pitt
Accepted samba into intrepid-proposed, please test and give feedback
here. Please see https://wiki.ubuntu.com/Testing/EnableProposed for
documentation how to enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-23 Thread Martin Pitt
Please fix ASAP in Jaunty. Thanks!

** Changed in: samba (Ubuntu Jaunty)
 Assignee: (unassigned) = Chuck Short (zulcss)

** Changed in: samba (Ubuntu Intrepid)
   Status: New = Fix Committed

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-23 Thread Steve Langasek
FWIW, this bug is fixed in Debian version 3.2.5-4, so a straightforward
merge should take care of it for jaunty.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-12 Thread ^_Pepe_^
Hi everyone.

New patch tested in my Conceptronic NAS Disk (CH3DNAS).

it works perfectly.

[off topic] P.S.: Very interested in smbnetfs. I've installed it,
googled information so far, but I guess I need an example or a fool-
proof howto...

Regards,
^_Pepe_^
Spain

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-11 Thread Grobot
I have tried the smbclient and samba packages and everything seems to be
working great thanks.

I seem to get odd messages saying the connection does not exist but you click 
on it a second time and off it goes.
I will try and be more precise if needed.
I now need to find out how I can make a samba file system connection as 
seamless as connecting to directory on the computer. The joys of Linux and 
having so much freedom to play.

Thankyou for all your hardwork.

Regards
Gary

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-11 Thread Daniel Eckl
 I now need to find out how I can make a samba file system connection
as seamless as connecting to directory on the computer.

I mentioned smbnetfs above.

http://smbnetfs.sourceforge.net/
sudo apt-get install smbnetfs
man smbnetfs

Enjoy!

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-08 Thread Daniel Eckl
Used your new version now for about 1 hour and have not seen any problem so far.
Thank you so much for your work!

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-07 Thread Daniel Eckl
 I'm aware that the write patch is kind of large, but at least the
segfault is an easy target.

Well, yes, but not anymore, the work has been done now..
Since Thierry already made version 3.2.3 packages with this fix included, the 
Ubuntu Maintainers just need to take his patchset and include it into their 
packages.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-07 Thread Christian Perrier
Quoting Thierry Carrez (thierry.car...@ubuntu.com):
 I'm kinda busy those days, but I'll refresh my PPA tomorrow with a
 2:3.2.3-1ubuntu3.5~ppa1 that builds on the recent security release.
 
 Concerning the official intrepid update, I'll file a SRU report and let
 the ubuntu-sru powers decide if the fix is worth the regression risk, as
 this is definitely a complex patch. I welcome Samba developers comments

Indeed, when I saw the patch sent by Kai to Debian bug #500129, I was
a little bit scared:-)

I initially intended to have the patch in Debian lenny but its size
makes me hesitate (the policy for lenny as of now is not as strict as
the polocy to update Debian stablebut, still, we're quite close
to the release and our release managers ask all Debian maintainers to
be very careful about patches fixing no release-crtical bugs.

I think that, for Debian, I'll finally balance to include the patch,
putting confidence in the work of two Samba Team
developers...:-)...but that will not be an update for a stable version
and I would not push it if it was for Debian stable.

I suspect that Ubuntu's policy is about the same and, as Kai
mentioned, it would be perfectly understandable if the patch is not
accepted.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-07 Thread rossjenkins
Replying to Christian Perrier  Daniel Eckl:

Sorry guys, I didn't mean to sound like I was recommending that everyone
lock in Thierry's ppa Samba patches without the most recent security
fixes. It is a balance between usability and security and in my specific
case the usability aspect trumps the security one. I will check out any
new updates as they are made available from Intrepid - Updates but if
they break my NAS access I will go back to the ppa fixes - I need a
functional NAS and I don't want the fuss of going back to Ubuntu 8.04 to
get it.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-06 Thread Daniel Eckl
darn, the samba update from Jan 05 (http://www.ubuntu.com/usn/USN-702-1)
overwrites Thierrys PPA :-S

So atm I can't tell if this patch fixes this problem with my Iomega Home
Network Harddrive, but I guess it would :}

I so hope this patch can be included into the normal ubuntu packages
soon...

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-06 Thread geolr
Same thing for me, I am sorry to say.

Packard Bell Netstore 3500, 8.10 amd64

Similar behaviour as ever:
Nautilus bounces back to /home/user
smbclient on the commandline gives errormessages.
i.e.

tree connect failed: ERRSRV - ERRaccess (The requester does not have
the  necessary  access  rights  within  the specified  context for the
requested function. The context is defined by the TID or the UID.)


or at smbclient -L :

Domain=[ȇ] OS=[] Server=[���]


So long
Rudy


2009/1/6 Daniel Eckl daniel.e...@gmx.de:
 darn, the samba update from Jan 05 (http://www.ubuntu.com/usn/USN-702-1)
 overwrites Thierrys PPA :-S

 So atm I can't tell if this patch fixes this problem with my Iomega Home
 Network Harddrive, but I guess it would :}

 I so hope this patch can be included into the normal ubuntu packages
 soon...

 --
 gvfsd-smb crashed with SIGSEGV in strlen()
 https://bugs.launchpad.net/bugs/264943
 You received this bug notification because you are a direct subscriber
 of a duplicate bug.

 Status in Samba: Fix Released
 Status in samba source package in Ubuntu: Confirmed
 Status in samba source package in Debian: Unknown

 Bug description:
 Binary package hint: gvfs

 Description:Ubuntu intrepid (development branch)
 Release:8.10
 $ uname -a
 Linux ubuntu 2.6.27-2-generic #1 SMP Thu Aug 28 17:20:02 UTC 2008 i686 
 GNU/Linux

 I just tried to open a network folder in nautilus by typing 
 smb://192.168.1.100 then gvfs crashed

 ProblemType: Crash
 Architecture: i386
 DistroRelease: Ubuntu 8.10
 ExecutablePath: /usr/lib/gvfs/gvfsd-smb
 NonfreeKernelModules: nvidia
 Package: gvfs-backends 0.99.6-0ubuntu3
 ProcAttrCurrent: unconfined
 ProcCmdline: /usr/lib/gvfs/gvfsd-smb --spawner :1.79 /org/gtk/gvfs/exec_spaw/3
 ProcEnviron:
  SHELL=/bin/bash
  PATH=/home/User 
 Name/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
  LANG=en_US.UTF-8
 Signal: 11
 SourcePackage: gvfs
 StacktraceTop:
  strlen () from /lib/tls/i686/cmov/libc.so.6
  strdup () from /lib/tls/i686/cmov/libc.so.6
  ?? () from /usr/lib/libsmbclient.so.0
  ?? () from /usr/lib/libsmbclient.so.0
  ?? () from /usr/lib/libsmbclient.so.0
 Title: gvfsd-smb crashed with SIGSEGV in strlen()
 Uname: Linux 2.6.27-2-generic i686
 UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare


-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-06 Thread rossjenkins
The latest official Ubuntu Samba update regresses the one in Thierry's
ppa repository. I used Synaptic Package Manager to force the Samba
packages back to the ones from Thierry's ppa and then used Synaptic
again to lock those versions so they won't be upgraded via Intrepid-
Updates again. You might want to do the same.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2009-01-06 Thread Daniel Eckl
Ross, this would make your system more insecure, since Thierrys packages don't 
include the security fixes for the USN mentioned in my comment above.
Maybe you still want to do the same, but when posting workarounds, you should 
always mention the drawbacks.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-29 Thread Wutnubu
For me too,

Great work

Thanks

Willem

Op maandag 29-12-2008 om 01:56 uur [tijdzone +], schreef tomek.bury:
 Works for me too.
 
 Good work!
 
 Thanks,
 Tomek
 
 
 2008/12/28 ^_Pepe_^ jose.angel.fernandez.fre...@gmail.com
 
  Hi everyone!
 
  Worked for me, for read AND write into my Conceptronic NAS disk!
 
  Good job guys!
 
  Thanks for all to everyone
 
  Regards
 
  --
  gvfsd-smb crashed with SIGSEGV in strlen()
  https://bugs.launchpad.net/bugs/264943
  You received this bug notification because you are a direct subscriber
  of the bug.
 


-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-29 Thread Kai Blin
As requested by Christian, here's a patch for the v3-2-stable tree,
applies to both 3.2.5 and 3.2.6 without any problems.

** Attachment added: Complete patch for segfault, visibility issue and write 
issue.
   http://launchpadlibrarian.net/20795250/bug_5953_complete.patch

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-28 Thread tomek.bury
Works for me too.

Good work!

Thanks,
Tomek


2008/12/28 ^_Pepe_^ jose.angel.fernandez.fre...@gmail.com

 Hi everyone!

 Worked for me, for read AND write into my Conceptronic NAS disk!

 Good job guys!

 Thanks for all to everyone

 Regards

 --
 gvfsd-smb crashed with SIGSEGV in strlen()
 https://bugs.launchpad.net/bugs/264943
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread Kai Blin
This is a bit tricky to fix, as we're basically not doing anything
wrong. It seems like the TCP/IP stack and/or the SMB server on the NAS
box doesn't cope with fragmentation. But that's one layer below of our
control, and perfectly valid in TCP networking.

However, Samba developer Volker Lendecke has created a patch that should
fix this in a way we'd include into our code. Thierry, one more patch
for your PPA :)

** Attachment added: Volker's patch for NAS write errors
   http://launchpadlibrarian.net/20682229/bug_5953_iovec.patch

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread Thierry Carrez
Here you go :)
samba 2:3.2.3-1ubuntu3.4~ppa5 available for testing at 
https://launchpad.net/~tcarrez/+archive

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-23 Thread rossjenkins
Kai  Thierry:

Volker Lendecke's patch seems to have done the trick!

Both a write using an smbclient 'put' as well as a drag and drop via
Nautilus now work as expected. The visual side effect in Nautilus I
noted five messages above is still present but since it doesn't seem to
have a bearing on file writing functionality to the NAS I think it can
be ignored for now.

Using 'get' in smbclient continues to work just fine as well.

Good work! And Happy Holidays to all...

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-21 Thread rossjenkins
If anyone is still following this thread, they seem to be making
progress on the root problem of the write issue to NAS devices in samba-
bugs# 5953 (link at the top of the page).

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-19 Thread Thierry Carrez
Here it is:
samba 2:3.2.3-1ubuntu3.4~ppa4 available for testing at 
https://launchpad.net/~tcarrez/+archive

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-19 Thread ^_Pepe_^
Hi!

Unfortunately, write does not work, at least with my NAS (Conceptronic).
There's a different behaviour between ppa3 and ppa4:  In ppa3, after
starting the copy command in Nautilus, automatically and no disk
space was shown, and now, there's a progress bar (with time remaining,
and so on...) but after 1 sec. same message as ppa3 is displayed.

For sure, the hi-tech guys can give logs for this. I still have no Linux
skills to do that.

Thanks again for your great work guys.

Happy holidays to everyone!

Best regards,
^_Pepe_^

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-19 Thread rossjenkins
Kai:

The patch does not appear to have changed the behaviour from the
previous patch. An smbclient put of a file from a terminal still
results in the ERRHRD -39 error message (after doing a successful ls
first) and a Nautilus drag and drop of a file from the Desktop into
the open NAS folder still results in the same No space left on device
error message as noted by ^_Pepe_^ in the previous message.

I've attached another Wireshark trace of the attempt to write the file
Test2.txt from the Desktop into the NAS folder //192.168.0.195/public
using Nautilus. The second Wireshark trace, in the following message (I
can't seem to attach more than one file to a message in Launchpad) is
the same drag and drop type of write but from the desktop of the virtual
WinXP Pro SP3 into //192.168.0.195/public for comparison purposes.

There is one other visual oddity that I have noticed that may or may not
be a clue to something. When I have mounted the NAS folder
//192.168.0.195/public on my Desktop and I select the folder using a
right mouse button click, the dialog window that opens up shows the
entry Paste into Folder occasionally flickering from greyed out status
to selectable and then back to greyed out.  ^_Pepe_^, do you see that as
well? I checked the same thing out using Smaba 3.0 instead of Samba 3.2
and the Paste into Folder flickering from inactive to active doesn't
occur. It is almost like something is trying automatically activate the
Paste into Folder function, fails, waits and then tries again and
again.

** Attachment added: cap_fail_wrt.pcap
   http://launchpadlibrarian.net/20582264/cap_fail_wrt.pcap

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-19 Thread rossjenkins
Kai:

The WinXP SP3 trace for reference. Same file name, text2.txt, and NAS
address //192.168.0.195/public

** Attachment added: winxpsp3_cap.pcap
   http://launchpadlibrarian.net/20582319/winxpsp3_cap.pcap

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-18 Thread rossjenkins
Thierry:

Can you bulid a new package in your PPA for Intrepid with this latest
patch from Kai? I'll test ASAP once the package is ready.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-17 Thread Thierry Carrez
Thanks for the update,
Since the put error affects the same range of NAS boxes as the crash, I'd 
prefer to wait a little and see if we can fix both in the same update. Those 
who quickly (and only) need read access to work can use the 
2:3.2.3-1ubuntu3.4~ppa3 from my PPA.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-17 Thread rossjenkins
Kai:

Here are the two traces you requested. The first trace, sam_cap3.0, is
from the wlan0 interface of my laptop with Hardy installed and shows a
successful attempt to write a small file, text2.txt, using Nautilus and
a drag and drop of the file from the Desktop into the open Nautilus
folder of //192.168.0.195/public (the NAS address).

The second capture, sam_cap3.2, attached in the next message, is an
unsuccessful attempt to write the same file, text2.txt, from the Desktop
of my main computer, with Intrepid installed, into the open Nautilus
folder of //192.168.0.195/public using the same drag and drop procedure
as above. The interface in this case is eth0 since my main computer is
hard wired into the router.

Both traces are in the pcap format that you want and were taken using
Wireshark.

I could tray and pry out the Samba version in the NAS from IOmega tech
support, although I rate my chances of success as about the same as a
snowball's chance in Hell... I defer to your much deeper and more
comprehensive understanding of Samba.

** Attachment added: sam_cap3.0
   http://launchpadlibrarian.net/20495242/sam_cap3.0

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-17 Thread rossjenkins
Kai:

The second trace.

** Attachment added: sam_cap3.2
   http://launchpadlibrarian.net/20495250/sam_cap3.2

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-17 Thread Kai Blin
Thanks for the traces, I'll have a look at them first thing tomorrow.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-17 Thread Kai Blin
Ok, it seems like we're misreporting the byte count in the WriteAndX
request, looking at a fix.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread Kai Blin
The ls command in smbclient works just as expected against a Samba
server.  I suspect that the server's handling of the list command is
broken, but I'd need a network trace of this. Ideally for a directory
that contains multiple files with multiple suffixes, running ls, ls
*.one of the suffixes ls filename.* and ls filename.suffix.

However, this is a separate issue as well, so how about you open a new
bug report for this? Feel free to subscribe me to that.

Cheers,
Kai

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread Thierry Carrez
Could someone that can reproduce it post the ERRHRD - 39 error as a separate 
bug ? I don't feel like posting a bug that I can 't even reproduce myself...
Note that the two bugs are very linked, since you can't see the second one 
before the first one is fixed (and they should be fixed in the same update). 
Even if this is probably caused by poor server-side implementation, I'd still 
consider it a regression in Samba client since reading and writing were 
successful on previous versions of smbclient...

I'm less convinced by the ls *.txt issue which sounds very server-
related... but please also post it as a separate bug if you want further
investigation on it.

If someone knows a way of telling those strange NAS from the working
ones, let me know so that I can avoid them :)

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread Kai Blin
Well, you'd probably see the ERRHRD - 39 bug if you try to put a file
without doing an ls first, on a broken CIFS server. But anyway,
separate report for this, please. We can discuss if it's really
something that should be fixed in Samba that report ;)

A good way to get a working NAS box is to get one that's running a 3.x
version of Samba, in my biased opinion. At least in that case you won't
have any trouble convincing me that any CIFS issues you're seeing are a
Samba problem ;)

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread Richard Wooding
On my Iomega Home Network Harddrive 500gb NAS I experience the ERRHD 39
bug after applying the patch.

I would love to file a new bug report to have it looked at, but I need
some hand holding, in describing the error in the correct terms.
Especially since you have to first patch the first bug before the second
one is revealed. If somebody could help me with the description and any
other things I need to do get the second bug report right I would
appreciate it. I am weary to file a bug report with help.

From the discussion I get the feeling that there is a real possibility
the CIFS server implementation on my Iomega NAS is faulty. Note this:
this NAS is marketed with Linux compatibility as a selling point on the
packaging!!

I have logged an open issue with Iomega and pointed them at this thread,
as well as the related debian and samba ones, I have requested that they
investigate the possibility that their CIFS server implementation is
faulty and release a firmware upgrade for their customers.

If anybody does file an additional bug report I would like to bring them
in on that thread as well.

As I can reproduce the bug, can somebody get back to me on the correct
way of filing the second bug report.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread rossjenkins
I can concur with Kai Blin re: the ls command parsing behaviour in
smbclient. I tested the smbclient ls command on a working Hardy system
against the same IOmega NAS that is giving me problems (under Intrepid)
and it produces the same results, so I don't think that it is related to
the ERRHRD -39 problem.

All I know about the embedded server in the IOmega NAS is that it is
some kind of linux server. The embedded linux on the NAS also handles
some other slight of hand such as transparently breaking files larger
than 4 GB into smaller pieces. It does this because it only will work as
a NAS if its hard drive is formatted as FAT32. IOmega claims that FAT32
gives it the broadest range of compatability since Windows, Mac OS and
Linux/Unix can all read and write that format. The NAS also has a local
USB2 port, as well as a 10/100 ethernet port, so the embedded linux must
have a fairly complete communication suite.

Thierry, would it help if I set my NAS up in a DMZ off my router so that
it is exposed to the great unwashed internet? Maybe you would be able to
test against it then? I'd have to experiment a bit to see what IP
address it would end up with so you could access it via smb, but 'm
willing to give it a try.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread Richard Wooding
Hear, hear Ross. I undoubtedly have a similar NAS.

Another option I can think of of is SSH forwarding some CIFS ports on my
NAS via a server I have in the United States. (In this way making the
ports publicly available).

This would allow the developers to test against by NAS.

Please get back to me, if this would be useful.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread rossjenkins
For what it is worth, write access to my IOmega NAS using WinXP in a
virtual machine environment on my Linux box works just fine. See
attached screen shot which shows the result of having just dragged 
dropped a file called bookmarks.html into the NAS window.

This definitely seems to point to a Samba regression of some kind as
Thierry Carrez has suggested. I mean when WinXP works with an embedded
linux Samba in the NAS but Ubuntu Intrepid doesn't, something just
ain't right.   :-)

Richard Wooding, your SSH port forwarding idea might work better than my
DMZ one since I can't figure out how to get around the private address
range (192.168.0.xxx) for the NAS when it is exposed to the internet.
Maybe some kind of virtual server and port forwarding arrangement in my
router would work? I'm getting out of my networking depth here...

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/20473139/Screenshot.png

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread Kai Blin
Ok, seems like we're also tracking the write problem in the same Samba bug, so 
I'd suggest we keep the discussion here after all. I can confirm that if this 
worked with Samba 3.0 and works with Windows, there's a Samba bug we need to 
fix. Could anyone get me a trace of Samba 3.2 trying to put a file onto the NAS 
and Samba 3.0 putting a file onto the NAS?
That's probably easier than working out how to make the NAS accessible from the 
network.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread rossjenkins
Kai Blin:

I should be able to do those traces using Wireshark since I have both
Hardy and Intrepid installed on two different machines. Does it matter
if the Hardy install is via wireless to the router? I shouldn't think
so. One other tidbit about the IOmega NAS from their brief technical
spec they say that Linux must use Samba 3 or later. This does suggest
that the NAS also uses a version of Samba 3.

One more test I just completed was to revert samba-common to version 3.0
.28a-1ubuntu4.7 and smbclient to version 3.0.28a-1ubuntu4.7 which are
the Hardy versions for those two packages. Doing this allowed an
smbclient put to the NAS to work correctly but did not fix write
access via Nautilus. Unfortunately I couldn't revert nautilus-share and
libsmbclient because of package dependency issues. I have reinstalled
Thierry's latest ppa version of the Samba packages so I will use those
for the 3.2 trace and the Hardy install for the 3.0 trace.

I'll have the traces done by tomorrow.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread Bug Watch Updater
** Changed in: samba
   Status: Confirmed = In Progress

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-16 Thread Kai Blin
As a short status update, especially for the Ubuntu packaging folks:
- A patch in Samba 3.2.6 fixes the crash bug, but does not correctly display 
all the directories.
- The patch I posted, which fixes the display problem, has been pushed to the 
v3-2-test branch and will be in the next 3.2. bugfix release.
- Not addressed so far is the smbclient put regression, still working on this.

Ross:
I very much doubt Iomega is shipping a Samba3 install. Samba3 replies to the 
list dir request with an info level 260 reply, info level 1 is _ancient_.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-15 Thread Thierry Carrez
samba - 2:3.2.3-1ubuntu3.4~ppa3 from
https://launchpad.net/~tcarrez/+archive is compiled with the patch from
Kai Blin on comment 33, for those interested in testing.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-15 Thread rossjenkins
Thierry and Kai:

Preliminary tests with the most recent patch (2:3.2.3-1ubuntu3.4~ppa3) of samba 
shows the following:
Read access to my NAS works as expected in Nautilus and read access using 
smclient in a terminal works. However, a put access (ie write access) using 
smbclient still returns an ERRHD -39 error as seen in the message below.

r...@ubuntu-test:~$ smbclient //192.168.0.195/public
Enter ross's password: 
Domain=[MSHOME] OS=[R] Server=[R]
smb: \ put /home/ross/Desktop/disk_layout.png disk_layout.png
Error writing file: ERRHRD - 39
putting file /home/ross/Desktop/disk_layout.png as \disk_layout.png Receiving 
SMB: Server stopped responding
Call returned zero bytes (EOF) closing remote file \disk_layout.png
smb: \ 

Also, attempting a write access by dragging a file into the smb://
Nautilus window generates the disk full error message as seen in the
attachment.  In other words, the latest patch has produced about the
same result as the 2:3.2.3-1ubuntu3.4~ppa2 patch.

What is common to both smbclient write access and Nautilus write access
during a write to a NAS device? Is there any other capture I can do that
might help to pinpoint that area? Any idea what ERRHRD -39 might point
towards?

So, in summary, with the latest patch, read access is OK, write access
is still FUBAR.


** Attachment added: error.png
   http://launchpadlibrarian.net/20441556/error.png

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-15 Thread ^_Pepe_^
Hi everyone.

same behavior as last comment with my Conceptronic NAS disk. with patch
(only smbclient and smbfs installed) I can now read, but not write.

Anyway it's a huge enhancement for me! :-D

Thanks for all.

^_Pepe_^

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-15 Thread Kai Blin
Hm, our initial guess is that these NAS disks all run the same CIFS
server, which doesn't handle what our smbclient is sending and dies,
giving back a disk full error. It should be unrelated to the segfault
this bug is about, though. I'm still trying to contact the person who
initially added that OS/2 offset check my patch changes, just to make
sure I don't break smbclient for OS/2. Once that's sorted out, I can
push a patch for this issue. I think it would make sense to track the
write error in a separate bug report, as I'm not totally convinced it's
a Samba bug at all. :)

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-15 Thread Richard Wooding
Hi,

I tested the latest patch (2:3.2.3-1ubuntu3.4~ppa3), my NAS is an Iomega
Home Network HD 500gb ( Previewed URL: http://is.gd/bQv1- ).

Reading of the hard disk is now working.

When writing I get a No space left on device error.

I can provide more details if necessary.

My NAS is firmware upgradable I have tried unsuccessfully to contact
Iomega to have a look at this issue.

Regards
Richard Wooding

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-15 Thread Richard Wooding
Iomega support have responded but seem to think this is only an Ubuntu
issue, which I doubt.

If there is a bug in there CIFS server which is preventing write access
I would love to be able to provide them with details so they can
produces a firmware upgrade for their drive.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-15 Thread tomek.bury
I've just noticed that adding a parameter to 'ls' has quite interesting
results.

smb: \ ls *.txt 
(lists all files)

smb: \ ls test.*
SUCCESS - 0 listing \test.*

smb: \ ls test.txt
cli_list_new: Error: unable to parse name from info level 1
cli_list_new: unable to parse name from info level 1

Cheers,
Tomek

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-15 Thread rossjenkins
Tomek's results are interesting, I will have to see if I get the same
effect.

I tried something a little different. I uninstalled all the Samba
packages except for libsmbclient and libwbclient0. Removal of either of
these packages would also result in the removal of 17-20 other packages
on my system, including Nautilus, that depend on these libraries so they
have to be left in place.

After removing all the Samba packages I could I tried to write to the
NAS from Nautilus by dragging and dropping a file and I got the same
error as before about the disk being full (see my previous message). Of
course, since I had uninstalled smbclient, I couldn't run a test from a
terminal. My hunch is that the root of the problem is in either the
libsmbclient or libwbclient0 libraries. I might try to do a dpkg -i
force-downgrade for the whole Samba suite to the Hardy version packages
just to see what happens (my guess is that it will break something so
I'll have to set up an experimental system to play on).

In any event, I will reinstall the Samba packages and see if I can
replicate Tomek's results.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-15 Thread rossjenkins
OK. I repeated Tomek's smbclient tests and got the same results as he did. I 
also noticed as Tomek did that 
smb: \ ls *.txt list all files, as does smb: \ ls *.*  and smb: \ ls *  and 
smb : \ ls

In other words it seems that if the * character is the first one after
the smb ls (list) command, it  produces the same result as an ls
command with no parameters. Is this normal parsing behaviour for
smbclient? I will have to test this out on my Hardy system.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-13 Thread Thierry Carrez
Kai Blin: thanks for the patch, I'll build a new package in my PPA for
Intrepid with this patch in, for easier user testing.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-12 Thread rossjenkins
OK, attached are some files.

First a pdf file showing how my network is laid out (1 picture worth
1000 words etc.). Next is a text file of the network capture on eth0
between my Linux comp (ubuntu-test) at ip 192.168.0.100 and my IOmega
500 GB NAS aka Home Network Hard Drive via a DLink 615 router. The
IOmega NAS is at 192.168.0.195. I used Wireshark for the capture. The
last file is the same information but in the Wireshark proprietary
format.

I am using Samba 2:3.2.3-1ubuntu3.3. I tried to connect to
smb://192.168.0.195/PUBLIC/ from Nautilus and it momentarily connects
but then Nautilus reverts to displaying my home folder as previous
posters have mentioned.

The IOmega NAS uses an embedded Linux server of some kind to serve
requests. ftp works OK.

** Attachment added: Network.pdf
   http://launchpadlibrarian.net/20394588/Network.pdf

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-12 Thread rossjenkins

** Attachment added: wiresharkdmp.txt
   http://launchpadlibrarian.net/20394606/wiresharkdmp.txt

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-12 Thread rossjenkins

** Attachment added: wiresharkdmp
   http://launchpadlibrarian.net/20394611/wiresharkdmp

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-12 Thread Kai Blin
The pcap dump (i.e. the binary data, not the text file) was pretty much
what I needed. Thanks alot.

Could anyone try the attached patch on top of current v3-2-test git?

** Attachment added: Fix offset check in interpret_long_filename
   http://launchpadlibrarian.net/20398252/bug_5953_fix.patch

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-11 Thread Bug Watch Updater
** Changed in: samba
   Status: Confirmed = Invalid

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-11 Thread Kai Blin
This is tracked in a different Samba bug.

** Changed in: samba
 Bugwatch: Samba Bugzilla #5942 = Samba Bugzilla #5953
   Status: Invalid = Unknown

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-11 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Confirmed

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-11 Thread Kai Blin
Seems like Jeremy Allison pushed a fix for that to git on 2008-12-08
already.

However, the reporter of the samba bug is experiencing the same issues
as rossjenkins. I'll follow up on that.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Kai Blin
I would be wary to remove the offset check. I'm not really into that
code, but removing it will break offsets when there actually is no name
in that Info1 struct. Can anybody provide a tcpdump/wireshark capture
file of a smb connection that causes mentioned segfault?

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Thierry Carrez
Kai Blin:
Removing the check is clearly not a permanent solution, I figured it could help 
in pointing out where the problem is and maybe serve as band-aid for those 
affected, waiting for the proper fix. Unfortunately I don't own the affected 
hardware so I can't reproduce the problem, and I'm left with trial and error :)

Affected users:
Could you please follow instructions given on 
http://wiki.samba.org/index.php/Capture_Packets and post the corresponding 
trace for the Samba developers to look at it ? If not installed already, 
tcpdump can be installed by just running sudo apt-get install tcpdump.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Shawn vega
should I capture packets for the broken samba or the one from your ppa
that works.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread hir0pr0tagoni3t
Hi all,

Here is a capture from my box, running Ubuntu Ibex, 2.6.27-9-generic #1 SMP 
i686 GNU/Linux.
Samba is 3.2.3, using Iomega Network Hard Drive 350 GB with latest firmware. I 
remember this worked with Gutsy, I believe the samba version was 3.0.something, 
unfortunately can't remember what it was.
The wireshark capture is for a simple smbclient, logon using blank password, 
then trying an 'ls' command.
Please let me know if you need more info.

hiro

** Attachment added: Wireshark trace for Ibex and Iomega Network Hard Drive
   
http://launchpadlibrarian.net/20325856/iomega_network_hd_ibex_samba323_trace.txt

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Thierry Carrez
@Shawn: the one that fails, preferably.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Philippe Vanhaesendonck
For what this is worth:

- I confirm it woked in 8.04 and is now broken after upgrade in 8.10

- I works in Debian Etch (3.0.24-6etch10) but is broken as well in
Debian Lenny (2:3.2.4-1)

- As already mentionned somewhere, mounting the device (mount -t cifs)
works, so if really needed there is a workaround

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-09 Thread Kai Blin
I'll look into this some more tomorrow. This seems to be an issue
introduced in Samba 3.2.x. I should be able to write a test case using
the network trace.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-08 Thread Bug Watch Updater
** Changed in: samba
   Status: Unknown = Confirmed

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-08 Thread Thierry Carrez
I'll do a simpler patch just removing the offset check Marcus talks
about in comment 10. Apparently the affected NAS use info level 1 (which
is usually used by OS/2) !? Stay tuned.

** Bug watch added: Samba Bugzilla #5942
   https://bugzilla.samba.org/show_bug.cgi?id=5942

** Also affects: samba via
   https://bugzilla.samba.org/show_bug.cgi?id=5942
   Importance: Unknown
   Status: Unknown

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-08 Thread Thierry Carrez
Please try samba - 2:3.2.3-1ubuntu3.4~ppa2 from
https://launchpad.net/~tcarrez/+archive

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-08 Thread Shawn vega
your samba from your ppa works well without crashing

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-08 Thread Tobias Weßel
Seems to work fine and without crashes so far.


Regards

Tobias


Am 08.12.2008, 20:26 Uhr, schrieb Thierry Carrez  
[EMAIL PROTECTED]:

 Please try samba - 2:3.2.3-1ubuntu3.4~ppa2 from
 https://launchpad.net/~tcarrez/+archive


-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-08 Thread rossjenkins
I hate to be wet blanket, but I still have problems with samba/smbfs
under Intrepid. I installed the samba files from Thierry's ppa
repository. Nautilus indeed now lets me see and list the contents of my
Iomega 500 GB Home Network Hard Drive and copy files from the drive to
my Intrepid desktop. However, I can't write any files to the drive using
Nautilus and SMB/CIFS or via ftp. I tried using smbclient  in a terminal
to put a test file onto the NAS drive and this is the output:

[EMAIL PROTECTED]:~$ smbclient //192.168.0.198/ubuntu
Enter ross's password: 
Domain=[MSHOME] OS=[R] Server=[R]
smb: \ put /home/ross/Desktop/test.file test.file
Error writing file: ERRHRD - 39 putting file /home/ross/Desktop/test.file as 
\test.file Receiving SMB: Server stopped responding Call returned zero bytes 
(EOF) closing remote file \test.file
smb: \ 

The same test under Hardy from a laptop results in this successful
output:

[EMAIL PROTECTED]:~$ smbclient //192.168.0.198/ubuntu
Password: 
Domain=[MSHOME] OS=[R] Server=[R]
smb: \ put /home/ross/Desktop/test.file test.file
putting file /home/ross/Desktop/test.file as \test.file (135.9 kb/s)  (average 
135.9 kbs)
smb: \ 

So something is still wrong with Samba, at least on my Intrepid desktop.
I am going to revert back to release Samba package for Intrepid and see
what smbclient does and see if I can at least get ftp to the NAS working
again.

Any thoughts? BTW, the Nautilus error that gets thrown up when I try to
write a file with the new Samba installed is:

Error while copying test.file.
There was an error copying the file into smb://192.168.0.198/ubuntu/.
V Show more details
No space left on device.

Maybe that is how Nautilus interprets ERRHRD -39 ? The NAS disk is 500GB
with lots of room.

Ideas?

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-05 Thread Thierry Carrez
** Bug watch added: Debian Bug tracker #500129
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500129

** Also affects: samba (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500129
   Importance: Unknown
   Status: Unknown

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-05 Thread ^_Pepe_^
Hi!

In https://bugs.launchpad.net/ubuntu/+source/samba/+bug/284572
(duplicate bug), someone indicates that with smbmount

sudo smbmount 192.168.1.102\\video video

it seem to work, but not in my case.

[EMAIL PROTECTED]:~$ sudo smbmount 192.168.1.11\\public donwload
mount error: can not change directory into mount target donwload

Any help please? I have all my information in the NAS disc so I'm
completely lost here. Even FTP protocol doesn't work fine with folders
that have special characters (ñ, á,...)

Thanks for help!

Regards,
^_Pepe_^

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-05 Thread Thierry Carrez
Following advice in comment 10, I rollbacked the changes made in
clilist.c and built a new package for Intrepid...

Could people affected by this bug test the samba-2:3.2.3-1ubuntu3.4~ppa1 
package in my PPA:
https://launchpad.net/~tcarrez/+archive

and report success/failure/adverse side-effects.

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-05 Thread ^_Pepe_^
I'm terribly sorry to ask some information about patch.

1st. Could you publish a mini (really mini) HowTo? Any to uninstall first???
2nd. Could you please what could kind side-effects are expected to appear, and 
how to reverse samba situation to actual as is. I guess that reinstalling 
smbclient and smbfs will be enough.

I'm very greateful for your help.

Regards,
^_Pepe_^

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-05 Thread tomek.bury
I've upgraded all of my samba packages using the new versions from 
https://launchpad.net/~tcarrez/+archive
but iit didn't work for me:

$ smbclient //nas/PUBLIC
Enter tomek's password: 
Domain=[ȇ] OS=[] Server=[���]
smb: \ ls
Segmentation fault

Comparing to previous version the line:

cli_list_new: Error: unable to parse name from info level 1

has disappeared.

Cheers,
Tomek

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-04 Thread Marcus Schmitz
I tracked down the problem to the following lines in clilist.c function 
interpret_long_filename. 
Here the following lines causes  that finfo-name contains a null-pointer (as 
the function returns before setting finfo-name):

approx. line 90 of clilist.c (samba-3.2.5)

---

if (p + len + 1  pdata_end) {
return pdata_end - base;
}

---

As this was added as some special requirement for OS/2 (which is not
running on my NAS) and it was also not present in previous versions of
clilist.c I commented out those line, after which smbclient worked
just fine again ;)

Have fun
Marcus

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-04 Thread ^_Pepe_^
Hi!

Same problem here with a Conceptronic CH3DNAS NAS disk. Please could
someone give a workaroud?

Thanks
^_Pepe_^

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-12-03 Thread tomek.bury
Yes, it is.

But I'm not sure which way to merge them. Bug 284572 has most of the
data while this one has already 4 duplicates and seems to be the target
for automatically generated bug reports. Any suggestions?

Cheers,
Tomek

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 264943] Re: gvfsd-smb crashed with SIGSEGV in strlen()

2008-10-16 Thread tomek.bury
100% reproducable here.

** Changed in: samba (Ubuntu)
   Status: New = Confirmed

-- 
gvfsd-smb crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/264943
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs