[Bug 244631] Re: too many open files

2009-01-05 Thread Ivan Brezina
Here is output of strace:
-- repeat this about 1000 times --
time(NULL)  = 1231147850
stat64("/etc/krb5.conf", {st_mode=S_IFREG|0644, st_size=3230, ...}) = 0
open("/etc/krb5.conf", O_RDONLY)= 1023
access("/etc/krb5.conf", W_OK)  = -1 EACCES (Permission denied)
fstat64(1023, {st_mode=S_IFREG|0644, st_size=3230, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb53e4000
read(1023, "[libdefaults]\n\tdefault_realm = \n"..., 4096) = 3230
close(1023) = 0
munmap(0xb53e4000, 4096)= 0
socket(PF_INET, SOCK_STREAM, IPPROTO_IP) = 1023
fcntl64(1023, F_GETFL)  = 0x2 (flags O_RDWR)
fcntl64(1023, F_SETFL, O_RDWR)  = 0
fcntl64(1023, F_GETFD)  = 0
fcntl64(1023, F_SETFD, FD_CLOEXEC)  = 0
setsockopt(1023, SOL_TCP, TCP_NODELAY, [1], 4) = 0
setsockopt(1023, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
setsockopt(1023, SOL_SOCKET, SO_RCVTIMEO, "\36\0\0\0\0\0\0\0", 8) = 0
setsockopt(1023, SOL_SOCKET, SO_SNDTIMEO, "\36\0\0\0\0\0\0\0", 8) = 0
fstat64(1023, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
fcntl64(1023, F_GETFL)  = 0x2 (flags O_RDWR)
connect(1023, {sa_family=AF_INET, sin_port=htons(80), 
sin_addr=inet_addr("X.X.X.X)}, 16) = 0
write(1, "  \n", 3  
) = 3
write(1023, "GET /exchange/ivan.brezina/ HTTP"..., 131) = 131
read(1023, "HTTP/1.1 401 Unauthorized\r\nConte"..., 8192) = 471
time(NULL)  = 1231147850
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2246, ...}) = 0
write(1, "  \n", 3  
) = 3
time(NULL)  = 1231147850
write(1, "  \n", 3  
) = 3
write(1023, "GET /exchange/ivan.brezina/ HTTP"..., 437) = 437
read(1023, "HTTP/1.1 401 Unauthorized\r\nConte"..., 8192) = 418
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2246, ...}) = 0
write(1, "  \n", 3  
) = 3
time(NULL)  = 1231147850
time(NULL)  = 1231147850
stat64("/etc/krb5.conf", {st_mode=S_IFREG|0644, st_size=3230, ...}) = 0
open("/etc/krb5.conf", O_RDONLY)= -1 EMFILE (Too many open files)

-- end of repeat --

My observation is:
1. our AD domain controller locks my account after 3 unsuccessfull logins.
2. When I enter wrong password evolution tries to perform HTTP request on 
exchange server about 1000 times.
2a.  No error message is generated
2b.  My domain account gets locked, this prevents me from being able enter 
valid password
2c.  Each HTTP request opens a new tcp socket, without closing it
3. The only way how to recover from this state is: "killall evolution; rm -rf 
~/.evolution ~/.gconfd" and setup of new account then.

Ivan

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 244631] Re: too many open files

2008-09-29 Thread Vik
On Mon, 2008-09-29 at 15:50 +, Sebastien Bacher wrote:
> could you try if that's still an issue using the current intrepid
> version?

I am now unable to reproduce the bug in the latest Gutsy release of
evolution (2.22.3.1-0ubuntu1). Not changed to Intrepid yet.

Vik :v)

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-09-29 Thread Sebastien Bacher
thank you for the update, closing the bug since that works correctly now

** Changed in: evolution (Ubuntu)
   Status: Incomplete => Fix Released

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 244631] Re: too many open files

2008-09-29 Thread ebnf
I downloaded a fresh copy of my inbox (30,000+ messages) into a new profile
and there didn't seem to be any problems with too many files.

I'd say this issue is either fixed or no longer manifesting due to other
fixes.

On Mon, Sep 29, 2008 at 8:50 AM, Sebastien Bacher <[EMAIL PROTECTED]>
wrote:

> could you try if that's still an issue using the current intrepid
> version?
>
> ** Changed in: evolution (Ubuntu)
>   Importance: Undecided => Medium
> Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
>
> --
> too many open files
> https://bugs.launchpad.net/bugs/244631
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-09-29 Thread Sebastien Bacher
could you try if that's still an issue using the current intrepid
version?

** Changed in: evolution (Ubuntu)
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-08-02 Thread hggdh
Hum. There are some observations here:

0. Please, one issue per bug. Right now we have multiple issues here.

1. there was indeed a evo-g-kr loop; this has been resolved by bug
236171 for stable (e-d-s 2.22.3), currently in proposed; this is also
available on Intrepid as 2.23.4-0ubuntu2. I would like those
experiencing the loop to upgrade and then please report.

2. *IF* the 'too many files open' is related to this (by the way *THIS*
is the real bug we should be looking at here), it should also be fixed
-- so we should also check.

3. comment 18: the .xsession.errors shows mostly a Nautilus issue on
memory handling. I have not looked at it, but it certainly warrants a
bug for itself.

4. for the g-kr 'could not read 4 bytes' error message -- this, per
http://bugzilla.gnome.org/show_bug.cgi?id=511285, should not be causing
an issue (the developer states log spam seems to be the only
consequence). It is already resolved (but I did not check if we already
implemented it at Ubuntu).

5. Finally, there is upstream
http://bugzilla.gnome.org/show_bug.cgi?id=544998, which deals (still)
with evo<->g-kr integration; I had not opened a launchpad bug on this.
Some of the comments here suggest this could also be an issue, BUT --
this bug is about too many files opened, *not* about a hang on Evo (one
issue per bug, otherwise we get lost)! So I would rather have someone
experiencing this open a new bug; when doing so, please state you did so
by this request (so that we can follow up); upstream needs a GDB
backtrace of *both* Evolution and gnome-keyring-daemon when the hang
occurs.

@Chris: thanks for bring this to my attention. I am sorry, but I was on
a business trip with no access to LP, and I am battling my own issues on
X right now (X is looping, eating up *all* my CPUs). Sigh. It is called
'bleeding edge' because it is one's own blood at the edge :-)

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-08-01 Thread Chris Coulson
hggdh - Just wondered if you could take a look at this.

Thanks

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 244631] Re: too many open files

2008-07-07 Thread ebnf
I have a pop, an imap and an exchange mailbox.  My understanding is
that exchange is stupid and makes the user scan all the files server
side and locally to see if there is mail so maybe it's scanning across
all mail.  Other problematic things that I do are to never delete
email from the server or locally and check mail every 1 minute.

On Mon, Jul 7, 2008 at 2:17 PM, Chris Coulson
<[EMAIL PROTECTED]> wrote:
> Did you have to restore the backed-up profile (with cache) to get
> Evolution to start?
>
> Out of interest, what type of mailbox do you use? I use a POP mailbox,
> and my cache never has anything in it except for a bunch of empty
> folders.
>
> --
> too many open files
> https://bugs.launchpad.net/bugs/244631
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-07 Thread Chris Coulson
Did you have to restore the backed-up profile (with cache) to get
Evolution to start?

Out of interest, what type of mailbox do you use? I use a POP mailbox,
and my cache never has anything in it except for a bunch of empty
folders.

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 244631] Re: too many open files

2008-07-07 Thread ebnf
It seems the hang may be an issue with gnome-keyring as if I hit
Control + C in the console while evolution is sitting there doing
nothing it gets the following messages until it finally gives up and
then evolution continues per normal.  I will continue running to see
if the "too many files" errors occurs.  It's no longer happening on
startup now, but I'll go download a couple hundred more emails and
see.

^C
** (evolution:16330): WARNING **: couldn't read 4 bytes from
gnome-keyring socket: Interrupted system call
^C
** (evolution:16330): WARNING **: couldn't read 4 bytes from
gnome-keyring socket: Interrupted system call
^C
** (evolution:16330): WARNING **: couldn't read 4 bytes from
gnome-keyring socket: Interrupted system call
^C
** (evolution:16330): WARNING **: couldn't read 4 bytes from
gnome-keyring socket: Interrupted system call
^C
** (evolution:16330): WARNING **: couldn't read 4 bytes from
gnome-keyring socket: Interrupted system call

(evolution:16330): e-data-server-ui-WARNING **: Unable to find
password(s) in keyring (Keyring reports: Error communicating with
gnome-keyring-daemon)


On Mon, Jul 7, 2008 at 1:40 PM, Eric Zeitler <[EMAIL PROTECTED]> wrote:
> Chris: Running with the deleted cache results in evolution failing to
> completely start, no GUI, but process is active.  Running from console
> shows the following "CalDAV Eplugin starting up ..." followed by a
> bunch of blank lines, then does nothing.  If I kill evolution and
> evolution-exchange-storage then it starts again.
>
> On Mon, Jul 7, 2008 at 12:02 PM, Chris Coulson
> <[EMAIL PROTECTED]> wrote:
>> ebnf: I think you might have a separate issue to Vik. Vik's feedback
>> suggested Evolution was creating a lot of pipes. Your feedback suggests
>> something related to the cache. Could you please try backing up your
>> Evolution profile (~/.evolution) and then deleting the following folder:
>> ~/.evolution/mail/pop/[EMAIL PROTECTED]:9110/cache
>>
>> Then let me know if your problem persists.
>>
>> Vik: I'm going to discuss this with other people on IRC later. In the
>> meantime, could you please try running with a fresh profile to see if
>> your problem is specific to your current profile.
>>
>> Thanks
>>
>> --
>> too many open files
>> https://bugs.launchpad.net/bugs/244631
>> You received this bug notification because you are a direct subscriber
>> of the bug.
>>
>

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 244631] Re: too many open files

2008-07-07 Thread ebnf
Chris: Running with the deleted cache results in evolution failing to
completely start, no GUI, but process is active.  Running from console
shows the following "CalDAV Eplugin starting up ..." followed by a
bunch of blank lines, then does nothing.  If I kill evolution and
evolution-exchange-storage then it starts again.

On Mon, Jul 7, 2008 at 12:02 PM, Chris Coulson
<[EMAIL PROTECTED]> wrote:
> ebnf: I think you might have a separate issue to Vik. Vik's feedback
> suggested Evolution was creating a lot of pipes. Your feedback suggests
> something related to the cache. Could you please try backing up your
> Evolution profile (~/.evolution) and then deleting the following folder:
> ~/.evolution/mail/pop/[EMAIL PROTECTED]:9110/cache
>
> Then let me know if your problem persists.
>
> Vik: I'm going to discuss this with other people on IRC later. In the
> meantime, could you please try running with a fresh profile to see if
> your problem is specific to your current profile.
>
> Thanks
>
> --
> too many open files
> https://bugs.launchpad.net/bugs/244631
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-07 Thread Chris Coulson
ebnf: I think you might have a separate issue to Vik. Vik's feedback
suggested Evolution was creating a lot of pipes. Your feedback suggests
something related to the cache. Could you please try backing up your
Evolution profile (~/.evolution) and then deleting the following folder:
~/.evolution/mail/pop/[EMAIL PROTECTED]:9110/cache

Then let me know if your problem persists.

Vik: I'm going to discuss this with other people on IRC later. In the
meantime, could you please try running with a fresh profile to see if
your problem is specific to your current profile.

Thanks

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-07 Thread ebnf
.xsession-errors

see attached

** Attachment added: ".xsession-errors"
   http://launchpadlibrarian.net/15873663/.xsession-errors

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-07 Thread ebnf
ls -l /proc/`pidof evolution`/fd

see attached

** Attachment added: "ls -l /proc/`pidof evolution`/fd"
   http://launchpadlibrarian.net/15873644/fd-list

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-07 Thread ebnf
$ls -l /proc/`pidof evolution-data-server-2.24`/fd

total 0
lrwx-- 1 eric eric 64 2008-07-07 09:09 0 -> /dev/null
lrwx-- 1 eric eric 64 2008-07-07 09:09 1 -> /dev/null
lrwx-- 1 eric eric 64 2008-07-07 09:09 10 -> socket:[60830]
lrwx-- 1 eric eric 64 2008-07-07 09:09 11 -> socket:[60833]
lr-x-- 1 eric eric 64 2008-07-07 09:09 12 -> pipe:[60834]
l-wx-- 1 eric eric 64 2008-07-07 09:09 13 -> pipe:[60834]
lr-x-- 1 eric eric 64 2008-07-07 09:09 14 -> pipe:[60835]
l-wx-- 1 eric eric 64 2008-07-07 09:09 15 -> pipe:[60835]
lrwx-- 1 eric eric 64 2008-07-07 09:09 16 -> socket:[60839]
lrwx-- 1 eric eric 64 2008-07-07 09:09 17 -> socket:[60836]
lrwx-- 1 eric eric 64 2008-07-07 09:09 18 -> socket:[61113]
lrwx-- 1 eric eric 64 2008-07-07 09:09 19 -> socket:[61114]
lrwx-- 1 eric eric 64 2008-07-07 09:09 2 -> /dev/null
lrwx-- 1 eric eric 64 2008-07-07 09:09 20 -> socket:[61119]
lr-x-- 1 eric eric 64 2008-07-07 09:09 21 -> pipe:[61126]
l-wx-- 1 eric eric 64 2008-07-07 09:09 22 -> pipe:[61126]
lrwx-- 1 eric eric 64 2008-07-07 09:09 23 -> 
/home/eric/.evolution/addressbook/local/system/addressbook.db
lr-x-- 1 eric eric 64 2008-07-07 09:09 24 -> 
/home/eric/.evolution/addressbook/local/system/addressbook.db.summary
lrwx-- 1 eric eric 64 2008-07-07 09:59 25 -> socket:[6993537]
lrwx-- 1 eric eric 64 2008-07-07 09:59 26 -> socket:[6993538]
lr-x-- 1 eric eric 64 2008-07-07 09:09 3 -> pipe:[60820]
l-wx-- 1 eric eric 64 2008-07-07 09:09 4 -> pipe:[60820]
lr-x-- 1 eric eric 64 2008-07-07 09:09 5 -> pipe:[60821]
l-wx-- 1 eric eric 64 2008-07-07 09:09 6 -> pipe:[60821]
lr-x-- 1 eric eric 64 2008-07-07 09:09 7 -> pipe:[60822]
l-wx-- 1 eric eric 64 2008-07-07 09:09 8 -> pipe:[60822]
lrwx-- 1 eric eric 64 2008-07-07 09:09 9 -> socket:[60828]

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 244631] Re: too many open files

2008-07-06 Thread Vik
On Sat, 2008-07-05 at 22:24 +, Chris Coulson wrote:
> Out of interest, was this system upgraded from an older Ubuntu
> version,
> or was it a fresh install?

Upgraded Kubuntu.

Vik :v)

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-05 Thread Chris Coulson
Thanks for the information. I'll have a bit more of a look at this
tomorrow, but just from first glance, evolution is creating a lot of
pipes. You also seem to have a lot of errors in your ~/.xsession-errors,
which don't all seem to be related to Evolution.

Out of interest, was this system upgraded from an older Ubuntu version,
or was it a fresh install?

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-05 Thread Vik
The above files are producing the Evolution error

Error verifying signature
Failed to execute gpg.

to be displayed in e-mails that have GPG signatures, presumably because
it has run out of files. Evolution activity freezes with "Storing
folder..." and "Checking for new mail" on the status bar. I can still
display old messages in the current folder, but can't see anything if I
select a new one.

It took about a day of fetching IMAP e-mails for the problem to occur. I
get a lot of spam, but then who doesn't these days?

I run trackerd and tell it to scan Evolution files. Dunno if that's
relevant. ps ax appended.

Anything else I can do?

Gotta reset Evolution now so I can read my mail, but more than happy to
do further diagnostics if they'll help.

Vik :v)

[EMAIL PROTECTED]:~$ ps ax
  PID TTY  STAT   TIME COMMAND
1 ?Ss 0:01 /sbin/init
2 ?S< 0:00 [kthreadd]
3 ?S< 0:00 [migration/0]
4 ?S< 0:00 [ksoftirqd/0]
5 ?S< 0:00 [watchdog/0]
6 ?S< 0:00 [migration/1]
7 ?S< 0:01 [ksoftirqd/1]
8 ?S< 0:00 [watchdog/1]
9 ?S< 0:01 [events/0]
   10 ?S< 0:04 [events/1]
   11 ?S< 0:00 [khelper]
   46 ?S< 0:00 [kblockd/0]
   47 ?S< 0:00 [kblockd/1]
   50 ?S< 0:00 [kacpid]
   51 ?S< 0:00 [kacpi_notify]
  158 ?S< 0:00 [kseriod]
  200 ?S  0:03 [pdflush]
  202 ?S< 0:02 [kswapd0]
  243 ?S< 0:00 [aio/0]
  244 ?S< 0:00 [aio/1]
 1095 ?Sl13:58 /usr/lib/firefox-3.0/firefox
 1609 ?S< 0:00 [ata/0]
 1612 ?S< 0:15 [ata/1]
 1613 ?S< 0:00 [ata_aux]
 1620 ?S< 0:00 [scsi_eh_0]
 1627 ?S< 0:00 [scsi_eh_1]
 1642 ?S< 0:00 [ksuspend_usbd]
 1643 ?S< 0:00 [khubd]
 2388 ?S< 0:00 [scsi_eh_2]
 2390 ?S< 0:00 [scsi_eh_3]
 2627 ?S< 0:52 [kjournald]
 2849 ?Shttps://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-05 Thread Vik
Ah, this one not so big.

[EMAIL PROTECTED]:~$ ls -l /proc/`pidof evolution-data-server-2.22`/fd
total 0
lrwx-- 1 vik vik 64 2008-07-06 08:19 0 -> /dev/null
lrwx-- 1 vik vik 64 2008-07-06 08:19 1 -> /dev/null
lrwx-- 1 vik vik 64 2008-07-06 08:19 10 -> socket:[19154]
lrwx-- 1 vik vik 64 2008-07-06 08:19 11 -> socket:[19157]
lr-x-- 1 vik vik 64 2008-07-06 08:19 12 -> pipe:[19158]
l-wx-- 1 vik vik 64 2008-07-06 08:19 13 -> pipe:[19158]
lr-x-- 1 vik vik 64 2008-07-06 08:19 14 -> pipe:[19159]
l-wx-- 1 vik vik 64 2008-07-06 08:19 15 -> pipe:[19159]
lrwx-- 1 vik vik 64 2008-07-06 08:19 16 -> socket:[19165]
lrwx-- 1 vik vik 64 2008-07-06 08:19 17 -> socket:[19160]
lrwx-- 1 vik vik 64 2008-07-06 08:19 18 -> socket:[19173]
lrwx-- 1 vik vik 64 2008-07-06 08:19 19 -> socket:[19170]
lrwx-- 1 vik vik 64 2008-07-06 08:19 2 -> /dev/null
lrwx-- 1 vik vik 64 2008-07-06 08:19 20 -> 
/home/vik/.evolution/addressbook/local/system/addressbook.db
lr-x-- 1 vik vik 64 2008-07-06 08:19 21 -> 
/home/vik/.evolution/addressbook/local/system/addressbook.db.summary (deleted)
lrwx-- 1 vik vik 64 2008-07-06 08:19 22 -> socket:[20478]
lrwx-- 1 vik vik 64 2008-07-06 08:19 23 -> socket:[20479]
lr-x-- 1 vik vik 64 2008-07-06 08:19 24 -> pipe:[20481]
l-wx-- 1 vik vik 64 2008-07-06 08:19 25 -> pipe:[20481]
lrwx-- 1 vik vik 64 2008-07-06 08:19 26 -> socket:[5722018]
lrwx-- 1 vik vik 64 2008-07-06 08:19 28 -> socket:[5059794]
lr-x-- 1 vik vik 64 2008-07-06 08:19 3 -> pipe:[19149]
l-wx-- 1 vik vik 64 2008-07-06 08:19 4 -> pipe:[19149]
lr-x-- 1 vik vik 64 2008-07-06 08:19 5 -> pipe:[19150]
l-wx-- 1 vik vik 64 2008-07-06 08:19 6 -> pipe:[19150]
lr-x-- 1 vik vik 64 2008-07-06 08:19 7 -> pipe:[19151]
l-wx-- 1 vik vik 64 2008-07-06 08:19 8 -> pipe:[19151]
lrwx-- 1 vik vik 64 2008-07-06 08:19 9 -> socket:[19152]

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-05 Thread Vik
ls -l /proc/`pidof evolution`/fd >/tmp/file1


** Attachment added: "file1"
   http://launchpadlibrarian.net/15846231/file1

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-05 Thread Vik
Chris, one .xsession-errors file. I'll attach the other outputs as
separate files as they're a bit large.

Vik :v)

** Attachment added: "Xsession Errors when Evolution misbehaves"
   http://launchpadlibrarian.net/15846218/.xsession-errors

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-04 Thread Vik
Will do. Just restarted, so it'll take a little while to run out of
files. Stay tuned...

Vik :v)

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-04 Thread Chris Coulson
Ooh, could you also post the output of:

ls -l /proc/`pidof evolution-data-server-2.22`/fd

(Or whatever the process name of evolution-data-server is - I can't
remember off the top of my head!)

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-04 Thread Chris Coulson
Thank you for your feedback. Could you please attach your ~/.xsession-
errors file after you see this problem. Also, with Evolution running,
what is the output of:

ls -l /proc/`pidof evolution`/fd

Thanks

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-04 Thread Vik
I am experiencing exactly the same issue. This has started happening in
the last week or so.

[EMAIL PROTECTED]:~$ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04
[EMAIL PROTECTED]:~$ apt-cache policy evolution
evolution:
  Installed: 2.22.2-0ubuntu2
  Candidate: 2.22.2-0ubuntu2
  Version table:
 *** 2.22.2-0ubuntu2 0
500 http://nz.archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 2.22.2-0ubuntu1.2 0
500 http://security.ubuntu.com hardy-security/main Packages
 2.22.1-0ubuntu3 0
500 http://nz.archive.ubuntu.com hardy/main Packages

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-03 Thread ebnf
$ lsb_release -rd
Description:Ubuntu intrepid (development branch)
Release:8.10

$ apt-cache policy evolution
evolution:
  Installed: 2.23.4-0ubuntu1
  Candidate: 2.23.4-0ubuntu1
  Version table:
 *** 2.23.4-0ubuntu1 0
500 http://archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

Evolution is definetely crashing, the strace shows this at the end of
the output.

** Attachment added: "strace output, pw redacted"
   http://launchpadlibrarian.net/15791778/strace-evolution.log

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-02 Thread Chris Coulson
It might be useful for you to attach the output of strace. A developer would 
probably need this in order to understand what might be going wrong. Could you 
also post the output of:
lsb_release -rd
apt-cache policy evolution

It seems like you might also be seeing a crash. If you are, then you
might be able to obtain an Apport crash report which you can submit as a
separate bug. If you are running the Ubuntu Stable Release you might
need to enable apport in /etc/default/apport and restart.

If you are using Ubuntu with the Gnome desktop environment - launch nautilus 
and navigate to your /var/crash directory and double click on the crash report 
you wish to submit.
If you are using Kubuntu or Xubuntu you can file the crash using 
/usr/share/apport/apport-qt --crash-file=/var/crash/_my_crash_report.crash in a 
terminal - where _my_crash_report.crash is the crash you would like to report.

Thanks

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 244631] Re: too many open files

2008-07-02 Thread ebnf
With a fresh profile and / or fresh user it doesn't exhibit the same
issue; instead the UI becomes unresponsive or the application closes.
Using strace it seems to be blocking on a read of the keyring socket.

On Wed, Jul 2, 2008 at 8:32 AM, Chris Coulson
<[EMAIL PROTECTED]> wrote:
> I forgot to ask, does this happen with a fresh Evolution profile and /
> or a fresh user?
>
> Thanks
>
> --
> too many open files
> https://bugs.launchpad.net/bugs/244631
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-02 Thread Chris Coulson
I forgot to ask, does this happen with a fresh Evolution profile and /
or a fresh user?

Thanks

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 244631] Re: too many open files

2008-07-02 Thread Chris Coulson
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately we can't fix it, because your description
didn't include enough information. You may find it helpful to read "How
to report bugs effectively" [WWW]
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at [WWW]
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).

It might also be worth trying to run Evolution with strace. Have a look at this 
guide to learn how to do this: https://wiki.ubuntu.com/Strace
Thanks! 

** Changed in: evolution (Ubuntu)
   Status: New => Incomplete

-- 
too many open files
https://bugs.launchpad.net/bugs/244631
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs