Bug#406608: bug#406608: libsm6: ICE socket disappears after a suspend-to-ram, delay when starting session-aware apps

2008-02-28 Thread Julien Cristau
tag 406608 unreproducible moreinfo
kthxbye

On Tue, Mar  6, 2007 at 09:56:36 +0100, Alexis Sukrieh wrote:

 Brice Goglin wrote:
 Hi Alexis,

 Did you have a chance to try attaching strace to X during suspend as I
 told you on IRC? If somebody is removing this file, we should be able to
 see in strace (assuming strace works during suspend...).

 Yep, but unfortunately, the bug isn't 100% reproducible, I've tried  
 several times to reproduce the bug while stracing X, and as you might  
 imagine, Murphy was looking above my shoulders...

 Maybe I miss something though...

 I'll keep trying to reproduce it with a strace attached, thanks for your  
 time.

Hi Alexis,

did you manage to reproduce this recently?

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#406608: bug#406608: libsm6: ICE socket disappears after a suspend-to-ram, delay when starting session-aware apps

2008-02-28 Thread Alexis Sukrieh

Julien Cristau wrote:

tag 406608 unreproducible moreinfo
kthxbye

[...]

Hi Alexis,

did you manage to reproduce this recently?


No, I guess you close the bug.

If it occurs again, I'll contact you.

Thanks!



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#406608: bug#406608: libsm6: ICE socket disappears after a suspend-to-ram, delay when starting session-aware apps

2007-03-06 Thread Alexis Sukrieh

Brice Goglin wrote:

Hi Alexis,

Did you have a chance to try attaching strace to X during suspend as I
told you on IRC? If somebody is removing this file, we should be able to
see in strace (assuming strace works during suspend...).


Yep, but unfortunately, the bug isn't 100% reproducible, I've tried 
several times to reproduce the bug while stracing X, and as you might 
imagine, Murphy was looking above my shoulders...


Maybe I miss something though...

I'll keep trying to reproduce it with a strace attached, thanks for your 
time.


Regards,

--
Alexis Sukrieh


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#406608: bug#406608: libsm6: ICE socket disappears after a suspend-to-ram, delay when starting session-aware apps

2007-03-05 Thread Brice Goglin
Alexis Sukrieh wrote:
 Brice Goglin wrote:
 Could you try to rename the /tmp/.ICE-unix file (to something completely
 different, but still in the same partition) before suspend and see
 whether it gets removed too ?

 Indeed, if I rename the /tmp/.ICE-unix directory before, it doesn't
 get removed:

 [EMAIL PROTECTED]:~$ sudo mv /tmp/.ICE-unix/ /tmp/old-ice-unix-dir
 [ suspend to ram ]
 [EMAIL PROTECTED]:~$ ls /tmp/old-ice-unix-dir/
 27627  7854


Hi Alexis,

Did you have a chance to try attaching strace to X during suspend as I
told you on IRC? If somebody is removing this file, we should be able to
see in strace (assuming strace works during suspend...).

Thanks,
Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#406608: bug#406608: libsm6: ICE socket disappears after a suspend-to-ram, delay when starting session-aware apps

2007-02-07 Thread Alexis Sukrieh

Brice Goglin wrote:

Could you try to rename the /tmp/.ICE-unix file (to something completely
different, but still in the same partition) before suspend and see
whether it gets removed too ?


Indeed, if I rename the /tmp/.ICE-unix directory before, it doesn't get 
removed:


[EMAIL PROTECTED]:~$ sudo mv /tmp/.ICE-unix/ /tmp/old-ice-unix-dir
[ suspend to ram ]
[EMAIL PROTECTED]:~$ ls /tmp/old-ice-unix-dir/
27627  7854




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#406608: bug#406608: libsm6: ICE socket disappears after a suspend-to-ram, delay when starting session-aware apps

2007-01-31 Thread Brice Goglin
Could you try to rename the /tmp/.ICE-unix file (to something completely
different, but still in the same partition) before suspend and see
whether it gets removed too ?

Brice



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#406608: libsm6: ICE socket disappears after a suspend-to-ram, delay when starting session-aware apps

2007-01-17 Thread Alexis Sukrieh

David Nusinow wrote:

Is every file and directory in your /tmp wiped ont when you suspend and
resume? If so, it really shouldn't be doing that.


No, the /tmp dir is not wiped out, only the /tmp/.ICE-unix socket is 
missing.


The strange thing is that it doesn't happen everytime I suspend to ram 
the laptop.


Alexis


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#406608: libsm6: ICE socket disappears after a suspend-to-ram, delay when starting session-aware apps

2007-01-15 Thread David Nusinow
On Fri, Jan 12, 2007 at 11:08:45AM +0100, Alexis Sukrieh wrote:
 Package: libsm6
 Version: 1:1.0.1-3
 Severity: important
 
 
 Hello, first of all forgive me if libsm6 is not responsible of this bug,
 I had trouble to figure out which is the real buggy package there.
 
 If you want to reassign the bug the a more appropriate package, feel
 free.
 
 I have a Debian etch laptop and use oftenly the suspend-to-ram thing,
 with hibernate (using the sysfs way: echo mem  /sys/power/state).
 
 When I power the laptop back from suspending, the ICE socket is no more:
 
 $ env | grep -i ice
 SESSION_MANAGER=local/heracles:/tmp/.ICE-unix/11483
 $ ls /tmp/.ICE-unix/11483
 ls: /tmp/.ICE-unix/11483: No such file or directory
 
 This makes quite all my apps under X to start with a ~10 seconds-delay.
 
 If I strace xterm for instance, I got the following output:
 
 connect(4, {sa_family=AF_FILE, path=/tmp/.ICE-unix/11483}, 22) = -1
 ENOENT (No such file or directory)
 close(4)= 0
 rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
 rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
 nanosleep({1, 0}, {1, 0})   = 0
 socket(PF_FILE, SOCK_STREAM, 0) = 4
 uname({sys=Linux, node=heracles, ...}) = 0
 
 Any help/hint/advice is welcome, I'm willing to help fixing that bug
 before etch is released (hopefully).
 
 Tell me if I can provide more useful information.

Is every file and directory in your /tmp wiped ont when you suspend and
resume? If so, it really shouldn't be doing that.

 - David Nusinow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#406608: libsm6: ICE socket disappears after a suspend-to-ram, delay when starting session-aware apps

2007-01-12 Thread Alexis Sukrieh
Package: libsm6
Version: 1:1.0.1-3
Severity: important


Hello, first of all forgive me if libsm6 is not responsible of this bug,
I had trouble to figure out which is the real buggy package there.

If you want to reassign the bug the a more appropriate package, feel
free.

I have a Debian etch laptop and use oftenly the suspend-to-ram thing,
with hibernate (using the sysfs way: echo mem  /sys/power/state).

When I power the laptop back from suspending, the ICE socket is no more:

$ env | grep -i ice
SESSION_MANAGER=local/heracles:/tmp/.ICE-unix/11483
$ ls /tmp/.ICE-unix/11483
ls: /tmp/.ICE-unix/11483: No such file or directory

This makes quite all my apps under X to start with a ~10 seconds-delay.

If I strace xterm for instance, I got the following output:

connect(4, {sa_family=AF_FILE, path=/tmp/.ICE-unix/11483}, 22) = -1
ENOENT (No such file or directory)
close(4)= 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
nanosleep({1, 0}, {1, 0})   = 0
socket(PF_FILE, SOCK_STREAM, 0) = 4
uname({sys=Linux, node=heracles, ...}) = 0

Any help/hint/advice is welcome, I'm willing to help fixing that bug
before etch is released (hopefully).

Tell me if I can provide more useful information.

Regards,

-- 
Alexis Sukrieh [EMAIL PROTECTED]
0x1EE5DD34
Debian   http://www.debian.org
Backup Manager   http://www.backup-manager.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#406608: libsm6: ICE socket disappears after a suspend-to-ram, delay when starting session-aware apps

2007-01-12 Thread Alexis Sukrieh
Just for the record, I'm using GNOME.

-- 
Alexis Sukrieh [EMAIL PROTECTED]
0x1EE5DD34
Debian   http://www.debian.org
Backup Manager   http://www.backup-manager.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]