[Bug 565970] Re: defaults to /var/log/bootchart.tgz which doesn't exist

2014-11-28 Thread meda
** Changed in: pybootchartgui (Ubuntu)
 Assignee: (unassigned) = meda (ademcal)

** Changed in: pybootchartgui (Ubuntu)
 Assignee: meda (ademcal) = (unassigned)

** Changed in: pybootchartgui (Ubuntu)
 Assignee: (unassigned) = meda (ademcal)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/565970

Title:
  defaults to /var/log/bootchart.tgz which doesn't exist

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pybootchartgui/+bug/565970/+subscriptions

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


[Bug 565970] Re: defaults to /var/log/bootchart.tgz which doesn't exist

2011-05-08 Thread Roman Stingler
if this error message is displayed:

/var/log/bootchart.tgz not found

and you have a SSD and optimized it in fstab like me


 tmpfs /tmp tmpfs nodev,nosuid 0 0 

tmpfs /dev/shm tmpfs nodev,nosuid 0 0

tmpfs /var/tmp tmpfs defaults 0 0

tmpfs /var/log tmpfs nodev,nosuid 0 0

tmpfs /var/cache/apt/archives tmpfs defaults 0 0


 there is the problem that all in /var/log is deleted after reboot because it's 
in the RAM 

so all you have to do is just add this line

tmpfs /var/log/bootchart tmpfs nodev,nosuid 0 0

so the folder is being created and the files are copied after a few
seconds.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/565970

Title:
  defaults to /var/log/bootchart.tgz which doesn't exist

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


[Bug 565970] Re: defaults to /var/log/bootchart.tgz which doesn't exist

2010-05-23 Thread Sander Jonkers
And what if /var/log/bootchart/ neither exists?

san...@quirinius:~$ bootchart 
No path given, trying /var/log/bootchart.tgz
warning: path '/var/log/bootchart.tgz' does not exist, ignoring.
Parse error: empty state: '/var/log/bootchart.tgz' does not contain a valid 
bootchart
san...@quirinius:~$

san...@quirinius:~$ ls -al /var/log/bootchart/
ls: cannot access /var/log/bootchart/: No such file or directory

san...@quirinius:~$ uname -a
Linux quirinius 2.6.32-22-generic-pae #33-Ubuntu SMP Wed Apr 28 14:57:29 UTC 
2010 i686 GNU/Linux

san...@quirinius:~$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION=Ubuntu 10.04 LTS
san...@quirinius:~$

-- 
defaults to /var/log/bootchart.tgz which doesn't exist
https://bugs.launchpad.net/bugs/565970
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 565970] Re: defaults to /var/log/bootchart.tgz which doesn't exist

2010-05-23 Thread Sander Jonkers
Oops, sorry: after installing bootchart (not just pybootchargui),
/var/log/bootchart/ does exist, and contains a .tgz and even a .png.

-- 
defaults to /var/log/bootchart.tgz which doesn't exist
https://bugs.launchpad.net/bugs/565970
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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