[Bug 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-02-25 Thread Tiede
Over 4 months, and nothing? Sheesh! This is a mere technical bug,
nothing too serious... why is nothing said about it? Is is even going to
be fixed in lucid?

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-02-14 Thread BP_CH
as ultimate solution I reinstall after Backup  a complete Ubuntu 9.10
from scratch. It does only solve the problem because itis not an  update

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-12 Thread Pedro Villavicencio
** Changed in: gnome-utils (Ubuntu)
   Status: Incomplete => New

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-11 Thread BP_CH
None of suggested workaround was solving this problem. I do not
understand as well why it is marked as incomplete and who decide it

(is there an owner that may give how to set the correct rsyslog
configuration without fresh new install ). I found many instances on
internet with people having this same problem. Effectively it is not
very important and a new install of ubuntu will  solve the problem.  My
Bug report was because something goes wrong in the update procedure
between 9.04 and 9.10 and was not conform to given Release note.

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-11 Thread SimonSoltek
I'm affected by the bug as well. Same symptomatic as decribed by BP_CH.
The proposed fix of reinstalling rsyslog didn't work for me. I'm not
using french locales - I'm using german or ES_AR most of the time.

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-10 Thread Tiede
I forgot to mention, is there a reason why this is marked incomplete?
what exactly is missing in this bug report?

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-10 Thread Tiede
It is now about two months since this bug report came out... anyone has an idea 
what to do to fix it?
I want to point out that it is my understanding that all of us affected users 
are using the French version of Ubuntu. Could the change in local be causing 
this. I am asking because I know of at least one instance where a bug is 
introduced by a locale change: PyOpenGL crashes when the local is not English...

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-10 Thread BP_CH
The problem is not the deleted log with Index 0 (conform to release note
to Ubuntu 9.10 it is a new feature not to begin with index 0 and change
to rsyslog tool). How may I get that the system does not look after such
a log file with Index 0 with the new rsyslog.

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-09 Thread kevyn
Hello, you can also try this :

cd /var/log
sudo touch ./syslog.0
sudo touch ./auth.log.0
sudo touch ./user.log.0
sudo touch ./mail.log.0
sudo touch ./daemon.log.0
sudo touch ./messages.0
sudo touch ./debug.0
sudo touch ./kern.log.0
sudo touch ./mail.info.0
sudo touch ./mail.warn.0
sudo touch ./mail.err.0

It creates all the deleted files again ;)

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-08 Thread Laryllan
I deleted all logs in /var/log (but not the subfolders). 
Maybe this works for you too.

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-07 Thread BP_CH
Good Idee but, for me, even after this command and a new reboot it
does not fix this problem. Perhaps other packages should be reinstalled
this way; I tried logrotate without more success

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-07 Thread Laryllan
I solved it myself:
sudo aptitude --purge reinstall rsyslog

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2010-01-07 Thread Laryllan
I would like to see a sollution too.

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2009-12-15 Thread BP_CH
To development : Question :Please tell us how to reset the correct
configuration for syslog without need of a fresh new Install!!

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2009-12-10 Thread pascalc
+1, I have *exactly* the same problem since I upgraded from 9.04 to 9.10

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2009-12-03 Thread Pedro Villavicencio
Thank you for taking the time to report this bug and helping to make Ubuntu 
better. Please answer these questions:
1. Is this reproducible?
2. If so, what specific steps should we take to recreate this bug? Be as 
detailed as possible.
This will help us to find and resolve the problem.

** Changed in: gnome-utils (Ubuntu)
   Importance: Undecided => Low

** Changed in: gnome-utils (Ubuntu)
   Status: New => Incomplete

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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 482705] Re: After Update from 9.04 to 9.1 0 "journaux système non trouvés"

2009-11-14 Thread BP_CH

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/35690456/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/35690458/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/35690459/ProcStatus.txt

-- 
After Update from 9.04 to 9.10 "journaux système non trouvés"
https://bugs.launchpad.net/bugs/482705
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