[Bug 1320157] [NEW] user space gnome-terminal overflows / file system
Public bug reported: I have two partitions on my system: $ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda3 23G 12G 11G 52% / /dev/sda6 98G 67G 27G 72% /home When I run a user application (on /home) which produces lots of debugging output to the terminal, it quickly (less than a day) overflows the root file system /. I think I figured the reason for that: I selected the "unlimited" option for scrolling back in the gnome terminal. The question is this: why does it overflow the / rather than the /home partition? May be "unlimited" should be understood as "unlimited within reasonable limits"? I earlier reported it as https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/1319667 (Of course I am not going to use this in a production application. It popped up in a stress testing, where I modeled events which happen usually once or twice a minute at accelerated speed, of thousands of times per second) 1) $ lsb_release -rd Description:Ubuntu 14.04 LTS Release:14.04 2) # apt-cache policy gnome-terminal gnome-terminal: Installed: 3.6.2-0ubuntu1 Candidate: 3.6.2-0ubuntu1 Version table: *** 3.6.2-0ubuntu1 0 500 http://se.archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages 100 /var/lib/dpkg/status 3) I expected it to chop off the terminal output when it grew unreasonably big, or at least not to overflow the / partition, staying in /home instead. 4) it overflew the / partition instead ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: gnome-terminal 3.6.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9 Uname: Linux 3.13.0-24-generic x86_64 ApportVersion: 2.14.1-0ubuntu3 Architecture: amd64 Date: Fri May 16 11:18:01 2014 InstallationDate: Installed on 2014-02-10 (94 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) SourcePackage: gnome-terminal UpgradeStatus: Upgraded to trusty on 2014-04-22 (24 days ago) ** Affects: gnome-terminal (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug trusty -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/1320157 Title: user space gnome-terminal overflows / file system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1320157/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1320157] Re: user space gnome-terminal overflows / file system
the reason I think this is the "unlimited" gnome-terminal window is this: when I run the same application with ./app > /dev/null the / partition does not overflow -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/1320157 Title: user space gnome-terminal overflows / file system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1320157/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 1320157] Re: user space gnome-terminal overflows / file system
> gnome-terminal stores the scrollback content in a temporary file, opened > at the standard location which is /tmp by default, overridable with the > standard TMPDIR environment variable this default/standard location /tmp is certainly inadmissible, since it's an obvious welcome hackers breach. Users should be restricted to use their own quotas, even for the g-t. If there are thousands applications being regularly used on a system which behave similarly, should all of them be audited and reconfigured against such gotchas? On Mon, May 19, 2014 at 10:39 PM, Egmont Koblinger wrote: > > The question is this: why does it overflow the / rather than the /home > partition? > > gnome-terminal stores the scrollback content in a temporary file, opened > at the standard location which is /tmp by default, overridable with the > standard TMPDIR environment variable. > > > May be "unlimited" should be understood as "unlimited within > reasonable limits"? > > g-t tries to do what you ask from this. If you ask this to remember > everything, it tries to store everything. What do you mean by > "reasonable limits"? E.g. 1 million lines? Feel free to set this in > gnome-terminal's preferences :) > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1320157 > > Title: > user space gnome-terminal overflows / file system > > Status in “gnome-terminal” package in Ubuntu: > New > > Bug description: > I have two partitions on my system: > > $ df -h > Filesystem Size Used Avail Use% Mounted on > /dev/sda3 23G 12G 11G 52% / > /dev/sda6 98G 67G 27G 72% /home > > When I run a user application (on /home) which produces lots of > debugging output to the terminal, it quickly (less than a day) > overflows the root file system /. I think I figured the reason for > that: > > I selected the "unlimited" option for scrolling back in the gnome > terminal. > > The question is this: why does it overflow the / rather than the /home > partition? May be "unlimited" should be understood as "unlimited > within reasonable limits"? > > I earlier reported it as > > https://bugs.launchpad.net/ubuntu/+source/e2fsprogs/+bug/1319667 > > (Of course I am not going to use this in a production application. It > popped up in a stress testing, where I modeled events which happen > usually once or twice a minute at accelerated speed, of thousands of > times per second) > > 1) > $ lsb_release -rd > Description: Ubuntu 14.04 LTS > Release: 14.04 > > 2) > # apt-cache policy gnome-terminal > gnome-terminal: > Installed: 3.6.2-0ubuntu1 > Candidate: 3.6.2-0ubuntu1 > Version table: >*** 3.6.2-0ubuntu1 0 > 500 http://se.archive.ubuntu.com/ubuntu/ trusty/main amd64 > Packages > 100 /var/lib/dpkg/status > > 3) I expected it to chop off the terminal output when it grew > unreasonably big, or at least not to overflow the / partition, staying > in /home instead. > > > 4) it overflew the / partition instead > > ProblemType: Bug > DistroRelease: Ubuntu 14.04 > Package: gnome-terminal 3.6.2-0ubuntu1 > ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9 > Uname: Linux 3.13.0-24-generic x86_64 > ApportVersion: 2.14.1-0ubuntu3 > Architecture: amd64 > Date: Fri May 16 11:18:01 2014 > InstallationDate: Installed on 2014-02-10 (94 days ago) > InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 > (20131016.1) > SourcePackage: gnome-terminal > UpgradeStatus: Upgraded to trusty on 2014-04-22 (24 days ago) > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1320157/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-terminal in Ubuntu. https://bugs.launchpad.net/bugs/1320157 Title: user space gnome-terminal overflows / file system To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1320157/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 676854] users & groups clicked from gnome-control-center hangs forever
Hi, Pedro! I checked it on the i386 Ubuntu 11.04 adding/deleting 6 users, and it worked fine. Will now check on the 64 bit version. Regards, Sergei sergei@nash:~$ lsb_release -rd Description:Ubuntu 11.04 Release:11.04 sergei@nash:~$ apt-cache policy gnome-control-center gnome-control-center: Installed: 1:2.32.1-0ubuntu15 Candidate: 1:2.32.1-0ubuntu15 Version table: *** 1:2.32.1-0ubuntu15 0 500 http://archive.ubuntu.com/ubuntu/ natty/main i386 Packages 100 /var/lib/dpkg/status sergei@nash:~$ uname -a Linux nash 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011 i686 i686 i386 GNU/Linux On Fri, Jul 8, 2011 at 9:05 PM, Pedro Villavicencio wrote: > Thanks for the report, it has been some time without any response or > feedback in this bug report and we are wondering if this is still an > issue for you with the latest release of Ubuntu the Natty Narwhal, May > you please test with that version and comment back if you're still > having or not the issue? Please have a look at > http://www.ubuntu.com/download to know how to install that version. > Thanks in advance and sorry for the late response. > > ** Changed in: gnome-control-center (Ubuntu) > Importance: Undecided => Low > > ** Changed in: gnome-control-center (Ubuntu) > Status: New => Incomplete > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/676854 > > Title: > users & groups clicked from gnome-control-center hangs forever > > Status in “gnome-control-center” package in Ubuntu: > Incomplete > > Bug description: > Binary package hint: gnome-control-center > > 1. > > root@tp:~# lsb_release -rd > Description: Ubuntu 10.10 > Release: 10.10 > > 2. > > root@tp:~# apt-cache policy gnome-control-center > gnome-control-center: > Installed: 1:2.32.0-0ubuntu2 > Candidate: 1:2.32.0-0ubuntu2 > Version table: > *** 1:2.32.0-0ubuntu2 0 > 500 http://archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages > 100 /var/lib/dpkg/status > > 3. > > Expected to add a user > > 4. > > The pop-up window "User Settings" appeared but stayed gray > (inaccessible) and hanged forever, cannot be killed, even stayed when > I quit gnome-control-center. The same repeated even after full update > of the system (new kernel) and reboot. > > ProblemType: Bug > DistroRelease: Ubuntu 10.10 > Package: gnome-control-center 1:2.32.0-0ubuntu2 > ProcVersionSignature: Ubuntu 2.6.35-23.40-server 2.6.35.7 > Uname: Linux 2.6.35-23-server x86_64 > Architecture: amd64 > Date: Thu Nov 18 07:50:10 2010 > InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) > ProcEnviron: > PATH=(custom, user) > LANG=en_US.utf8 > SHELL=/bin/bash > SourcePackage: gnome-control-center > > To manage notifications about this bug go to: > https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/676854/+subscriptions > -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/676854 Title: users & groups clicked from gnome-control-center hangs forever To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/676854/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 676854] users & groups clicked from gnome-control-center hangs forever
Hola, Pedro! It now works for amd64 as well, at least for adding/deleting 5-6 users. Thanks, Sergei sergei@tp:~/Downloads$ uname -a Linux tp 2.6.38-10-server #46-Ubuntu SMP Tue Jun 28 16:31:00 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux sergei@tp:~/Downloads$ lsb_release -rd Description:Ubuntu 11.04 Release:11.04 sergei@tp:~/Downloads$ apt-cache policy gnome-control-center gnome-control-center: Installed: 1:2.32.1-0ubuntu15 Candidate: 1:2.32.1-0ubuntu15 Version table: *** 1:2.32.1-0ubuntu15 0 500 http://archive.ubuntu.com/ubuntu/ natty/main amd64 Packages 100 /var/lib/dpkg/status sergei@tp:~/Downloads$ On Sun, Jul 10, 2011 at 10:24 AM, Sergei Vorobyov wrote: > Hi, Pedro! > > I checked it on the i386 Ubuntu 11.04 adding/deleting 6 users, and it > worked fine. > Will now check on the 64 bit version. > > Regards, > Sergei > > sergei@nash:~$ lsb_release -rd > Description: Ubuntu 11.04 > Release: 11.04 > sergei@nash:~$ apt-cache policy gnome-control-center > gnome-control-center: > Installed: 1:2.32.1-0ubuntu15 > Candidate: 1:2.32.1-0ubuntu15 > Version table: > *** 1:2.32.1-0ubuntu15 0 > 500 http://archive.ubuntu.com/ubuntu/ natty/main i386 Packages > 100 /var/lib/dpkg/status > sergei@nash:~$ uname -a > Linux nash 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC > 2011 i686 i686 i386 GNU/Linux > > > On Fri, Jul 8, 2011 at 9:05 PM, Pedro Villavicencio wrote: >> Thanks for the report, it has been some time without any response or >> feedback in this bug report and we are wondering if this is still an >> issue for you with the latest release of Ubuntu the Natty Narwhal, May >> you please test with that version and comment back if you're still >> having or not the issue? Please have a look at >> http://www.ubuntu.com/download to know how to install that version. >> Thanks in advance and sorry for the late response. >> >> ** Changed in: gnome-control-center (Ubuntu) >> Importance: Undecided => Low >> >> ** Changed in: gnome-control-center (Ubuntu) >> Status: New => Incomplete >> >> -- >> You received this bug notification because you are subscribed to the bug >> report. >> https://bugs.launchpad.net/bugs/676854 >> >> Title: >> users & groups clicked from gnome-control-center hangs forever >> >> Status in “gnome-control-center” package in Ubuntu: >> Incomplete >> >> Bug description: >> Binary package hint: gnome-control-center >> >> 1. >> >> root@tp:~# lsb_release -rd >> Description: Ubuntu 10.10 >> Release: 10.10 >> >> 2. >> >> root@tp:~# apt-cache policy gnome-control-center >> gnome-control-center: >> Installed: 1:2.32.0-0ubuntu2 >> Candidate: 1:2.32.0-0ubuntu2 >> Version table: >> *** 1:2.32.0-0ubuntu2 0 >> 500 http://archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages >> 100 /var/lib/dpkg/status >> >> 3. >> >> Expected to add a user >> >> 4. >> >> The pop-up window "User Settings" appeared but stayed gray >> (inaccessible) and hanged forever, cannot be killed, even stayed when >> I quit gnome-control-center. The same repeated even after full update >> of the system (new kernel) and reboot. >> >> ProblemType: Bug >> DistroRelease: Ubuntu 10.10 >> Package: gnome-control-center 1:2.32.0-0ubuntu2 >> ProcVersionSignature: Ubuntu 2.6.35-23.40-server 2.6.35.7 >> Uname: Linux 2.6.35-23-server x86_64 >> Architecture: amd64 >> Date: Thu Nov 18 07:50:10 2010 >> InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) >> ProcEnviron: >> PATH=(custom, user) >> LANG=en_US.utf8 >> SHELL=/bin/bash >> SourcePackage: gnome-control-center >> >> To manage notifications about this bug go to: >> https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/676854/+subscriptions >> > -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/676854 Title: users & groups clicked from gnome-control-center hangs forever To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/676854/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
Re: [Bug 676854] users & groups clicked from gnome-control-center hangs forever
however, it reports a lot of warnings: sergei@tp:~/Downloads$ ** (gnome-control-center:3388): WARNING **: error raised: [libslab_get_gconf_value: error getting /desktop/gnome/applications/main-menu/lock-down/user_modifiable_apps] ** (gnome-control-center:3388): WARNING **: error raised: [load_xbel_store: couldn't load bookmark file [NULL] ] ** (gnome-control-center:3388): WARNING **: get_actions_list() - PROBLEM - Can't load gtk-theme-selector.desktop ** (gnome-control-center:3388): WARNING **: get_actions_list() - PROBLEM - Can't load gnome-cups-manager.desktop (users-admin:3394): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (users-admin:3394): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (users-admin:3394): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (users-admin:3394): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed (users-admin:3394): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed On Sun, Jul 10, 2011 at 10:24 AM, Sergei Vorobyov wrote: > Hi, Pedro! > > I checked it on the i386 Ubuntu 11.04 adding/deleting 6 users, and it > worked fine. > Will now check on the 64 bit version. > > Regards, > Sergei > > sergei@nash:~$ lsb_release -rd > Description: Ubuntu 11.04 > Release: 11.04 > sergei@nash:~$ apt-cache policy gnome-control-center > gnome-control-center: > Installed: 1:2.32.1-0ubuntu15 > Candidate: 1:2.32.1-0ubuntu15 > Version table: > *** 1:2.32.1-0ubuntu15 0 > 500 http://archive.ubuntu.com/ubuntu/ natty/main i386 Packages > 100 /var/lib/dpkg/status > sergei@nash:~$ uname -a > Linux nash 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC > 2011 i686 i686 i386 GNU/Linux > > > On Fri, Jul 8, 2011 at 9:05 PM, Pedro Villavicencio wrote: >> Thanks for the report, it has been some time without any response or >> feedback in this bug report and we are wondering if this is still an >> issue for you with the latest release of Ubuntu the Natty Narwhal, May >> you please test with that version and comment back if you're still >> having or not the issue? Please have a look at >> http://www.ubuntu.com/download to know how to install that version. >> Thanks in advance and sorry for the late response. >> >> ** Changed in: gnome-control-center (Ubuntu) >> Importance: Undecided => Low >> >> ** Changed in: gnome-control-center (Ubuntu) >> Status: New => Incomplete >> >> -- >> You received this bug notification because you are subscribed to the bug >> report. >> https://bugs.launchpad.net/bugs/676854 >> >> Title: >> users & groups clicked from gnome-control-center hangs forever >> >> Status in “gnome-control-center” package in Ubuntu: >> Incomplete >> >> Bug description: >> Binary package hint: gnome-control-center >> >> 1. >> >> root@tp:~# lsb_release -rd >> Description: Ubuntu 10.10 >> Release: 10.10 >> >> 2. >> >> root@tp:~# apt-cache policy gnome-control-center >> gnome-control-center: >> Installed: 1:2.32.0-0ubuntu2 >> Candidate: 1:2.32.0-0ubuntu2 >> Version table: >> *** 1:2.32.0-0ubuntu2 0 >> 500 http://archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages >> 100 /var/lib/dpkg/status >> >> 3. >> >> Expected to add a user >> >> 4. >> >> The pop-up window "User Settings" appeared but stayed gray >> (inaccessible) and hanged forever, cannot be killed, even stayed when >> I quit gnome-control-center. The same repeated even after full update >> of the system (new kernel) and reboot. >> >> ProblemType: Bug >> DistroRelease: Ubuntu 10.10 >> Package: gnome-control-center 1:2.32.0-0ubuntu2 >> ProcVersionSignature: Ubuntu 2.6.35-23.40-server 2.6.35.7 >> Uname: Linux 2.6.35-23-server x86_64 >> Architecture: amd64 >> Date: Thu Nov 18 07:50:10 2010 >> InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) >> ProcEnviron: >> PATH=(custom, user) >> LANG=en_US.utf8 >> SHELL=/bin/bash >> SourcePackage: gnome-control-center >> >> To manage notifications about this bug go to: >> https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/676854/+subscriptions >> > -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/676854 Title: users & groups clicked from gnome-control-center hangs forever To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/676854/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 676854] [NEW] users & groups clicked from gnome-control-center hangs forever
Public bug reported: Binary package hint: gnome-control-center 1. r...@tp:~# lsb_release -rd Description:Ubuntu 10.10 Release:10.10 2. r...@tp:~# apt-cache policy gnome-control-center gnome-control-center: Installed: 1:2.32.0-0ubuntu2 Candidate: 1:2.32.0-0ubuntu2 Version table: *** 1:2.32.0-0ubuntu2 0 500 http://archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages 100 /var/lib/dpkg/status 3. Expected to add a user 4. The pop-up window "User Settings" appeared but stayed gray (inaccessible) and hanged forever, cannot be killed, even stayed when I quit gnome-control-center. The same repeated even after full update of the system (new kernel) and reboot. ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: gnome-control-center 1:2.32.0-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.35-23.40-server 2.6.35.7 Uname: Linux 2.6.35-23-server x86_64 Architecture: amd64 Date: Thu Nov 18 07:50:10 2010 InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429) ProcEnviron: PATH=(custom, user) LANG=en_US.utf8 SHELL=/bin/bash SourcePackage: gnome-control-center ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug maverick -- users & groups clicked from gnome-control-center hangs forever https://bugs.launchpad.net/bugs/676854 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 676854] Re: users & groups clicked from gnome-control-center hangs forever
-- users & groups clicked from gnome-control-center hangs forever https://bugs.launchpad.net/bugs/676854 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in ubuntu. -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs