[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


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-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-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-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 284572] Re: smbclient crashed with SIGSEGV in strlen()

2008-12-02 Thread tomek.bury
Mine is simply called LanDrive: http://www.usbex.com/landrive/

-- 
smbclient crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/284572
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 284572] Re: smbclient crashed with SIGSEGV in strlen()

2008-11-26 Thread tomek.bury
Hi,

There was an update of samba but it still does NOT work for me.

I've got samba and libsmbclient in version 2:3.2.3-1ubuntu3.1 and the
same bug is still present. I've applied my patch and the behaviour is
unchanged. Without the patch it crashes, with the patch it works but no
all files are visible.

Cheers,
Tomek

** Attachment added: stop libsmbclient from crashing
   http://launchpadlibrarian.net/19977514/patch.txt

** Changed in: samba (Ubuntu)
 Assignee: Jelmer Vernooij (jelmer) = (unassigned)

-- 
smbclient crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/284572
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 284572] Re: smbclient crashed with SIGSEGV in strlen()

2008-11-16 Thread tomek.bury
Here's the quick workaround. I'm neither samba nor Ubuntu developer -
it's just a fix for this particular crash. I haven't go faintest idea
about the actual source of the problem.

$ diff -u samba-3.2.3/source/libsmb/clilist.c 
samba-3.2.3/source/libsmb/clilist.c.orig 
--- samba-3.2.3/source/libsmb/clilist.c 2008-11-16 18:22:03.399036086 +
+++ samba-3.2.3/source/libsmb/clilist.c.orig2008-08-27 12:23:20.0 
+0100
@@ -417,7 +417,7 @@
}
 
SAFE_FREE(mask);
-   if (ff_searchcount  0  finfo.name) {
+   if (ff_searchcount  0) {
mask = SMB_STRDUP(finfo.name);
} else {
mask = SMB_STRDUP();

I was using https://wiki.ubuntu.com/PbuilderHowto to build the binary.
The deb file generated by me (one of 15 deb files pbuild has creaded) is
attached.  it. It works for me.

** Attachment added: deb file containing patched version of clilist.c
   http://launchpadlibrarian.net/19699969/libsmbclient_3.2.3-1ubuntu3_i386.deb

-- 
smbclient crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/284572
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 284572] Re: smbclient crashed with SIGSEGV in strlen()

2008-11-16 Thread tomek.bury
BTW. Could someone from Samba and/or Ubuntu development team take a look
at that and release a proper deb file, please?

Cheers,
Tomek

-- 
smbclient crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/284572
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 284572] Re: smbclient crashed with SIGSEGV in strlen()

2008-11-16 Thread tomek.bury
I've just noticed the patch is reversed. It should be:

$ diff -u samba-3.2.3/source/libsmb/clilist.c.orig 
samba-3.2.3/source/libsmb/clilist.c
--- samba-3.2.3/source/libsmb/clilist.c.orig2008-08-27 12:23:20.0 
+0100
+++ samba-3.2.3/source/libsmb/clilist.c 2008-11-16 18:22:03.399036086 +
@@ -417,7 +417,7 @@
}
 
SAFE_FREE(mask);
-   if (ff_searchcount  0) {
+   if (ff_searchcount  0  finfo.name) {
mask = SMB_STRDUP(finfo.name);
} else {
mask = SMB_STRDUP();

Cheers
Tomek

** Attachment added: clilist.c patch
   http://launchpadlibrarian.net/19700236/patch.txt

-- 
smbclient crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/284572
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 284572] Re: smbclient crashed with SIGSEGV in strlen()

2008-11-16 Thread tomek.bury
Hi,

I've just noticed that my patch stops samba from crashing but not all
flies are visible.

Cheers,
Tomek

-- 
smbclient crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/284572
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 284572] Re: smbclient crashed with SIGSEGV in strlen()

2008-11-15 Thread tomek.bury
I took the name from deb file, I hoe it's all right...

** Changed in: samba (Ubuntu)
 Assignee: (unassigned) = Ubuntu Development Team (ubuntu-dev)

** Changed in: samba (Ubuntu)
 Assignee: Ubuntu Development Team (ubuntu-dev) = Jelmer Vernooij (jelmer)

-- 
smbclient crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/284572
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 284572] Re: smbclient crashed with SIGSEGV in strlen()

2008-10-16 Thread tomek.bury

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/18616620/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/18616621/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/18616622/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/18616623/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/18616624/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/18616625/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/18616626/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/18616627/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
smbclient crashed with SIGSEGV in strlen()
https://bugs.launchpad.net/bugs/284572
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