[Bug 850771] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-10-07 Thread Wolf Rogner
The file is empty since the update to 11.04 (in my case at least) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/850771 Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to

[Bug 998712] [NEW] dnsmasq integration into name resolution broken

2012-05-13 Thread Wolf Rogner
Public bug reported: dnsmasq does not resolve DNS names correcty. Applications like Thunderbird or tools like ssh rely on working name resolution. However, if there never was a working name resolution, dnsmasq never gets to know about the DNS names. Setup: private network: 192.168.0.x/24

[Bug 998712] Re: dnsmasq integration into name resolution broken

2012-05-13 Thread Wolf Rogner
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/998712 Title: dnsmasq integration into name resolution broken To manage notifications about this bug go to:

[Bug 998712] Re: dnsmasq integration into name resolution broken

2012-05-17 Thread Wolf Rogner
I recreated the situation by restarting the network manager. resolv.conf contains link to 127.0.0.1 /run/nm-dns-dnsmasq.conf contained my name server already. However, even dig does not resolv correctly. Here are the results (my network is 10.x.x.x actually) wolf@mbp:~$ ping s4 ping: unknown

[Bug 998712] Re: dnsmasq integration into name resolution broken

2012-05-31 Thread Wolf Rogner
The /etc/resolv.conf held just a reference to 127.0.0.1 # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN nameserver 127.0.0.1 search rsb.intern rsb.at I copied a working version over it: #

[Bug 998712] Re: dnsmasq integration into name resolution broken

2012-06-01 Thread Wolf Rogner
My /var/run/nm-dns-dnsmasq.conf contained server=10.1.0.4 server=10.1.0.254 server=195.202.128.3 wolf@mbp:~$ ps -elf | grep dnsmasq 4 S nobody 25661 25624 0 80 0 - 7579 poll_s 15:20 ?00:00:00 /usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-interfaces

[Bug 998712] Re: dnsmasq integration into name resolution broken

2012-06-03 Thread Wolf Rogner
In fact my point of view is that I have submitted all information I could provide in reasonable time. Give me a bunch of experiments I have to carry out, I'll spend an afternoon to help resolve the issue From my point of view, I have given you more than enough input to localise the issue (see

[Bug 998712] Re: dnsmasq integration into name resolution broken

2012-06-04 Thread Wolf Rogner
Thomas, there is no local named on any notebook here. dnsmasq does not interfere with named on any of my machines. It should actually not even be possible. As far as I am concerned, the bind() request should return false and give an EADDRINUSE if the socket was already bound by something.

[Bug 998712] Re: domain name completion broken when dnsmasq is used

2012-06-08 Thread Wolf Rogner
Thomas, I understand that you have not set up a simulation test bed and that your questions are directed to understand the problem. You have found out that you may have misinterpreted some pieces. Reggie seems to have the same problem as I (and to my knowledge more than a dozen of others) have.

[Bug 998712] Re: domain name completion broken when dnsmasq is used

2012-12-04 Thread Wolf Rogner
In Ubuntu 12.10 this issue is as prominent as ever. On resume from RAM or after boot, dnsmasq requires about 5 minutes to resolve names correctly. Workaround: For ssh I use IP addresses Thunderbird requires a 5 Minute waiting period after resume Evolution requires two or three attempts to start,

[Bug 998712] Re: domain name completion broken when dnsmasq is used

2012-12-10 Thread Wolf Rogner
nm-tool | grep DNS gives DNS: 10.1.0.4 DNS: 10.1.0.254 DNS: 195.202.128.3 dig s4 gives nothing wolf@mbp:~$ dig s4 ; DiG 9.8.1-P1 s4 ;; global options: +cmd ;; Got answer: ;; -HEADER- opcode: QUERY, status: NXDOMAIN, id: 60009 ;; flags: qr rd

[Bug 998712] Re: domain name completion broken when dnsmasq is used

2012-12-11 Thread Wolf Rogner
Now I understand what you are getting at (took me a long time). I can confirm that my DNS server serves any request from inside the network. I have a log on the router monitoring outgoing traffic. Under NO circumstances is a DNS request going out UNLESS the internal server is down but the clients

[Bug 998712] Re: domain name completion broken when dnsmasq is used

2012-12-12 Thread Wolf Rogner
Did some testing I set up the strict-order using the file approach as described above. I see no different behaviour. My bind does not get any queries at all. dnsmasq does not forward requests. Applications like Evolution or Thunderbird break on every reboot or resume. It takes up to 3 minutes

[Bug 998712] Re: domain name completion broken when dnsmasq is used

2012-12-12 Thread Wolf Rogner
I restarted my machine in order to test under correct circumstances. I did restart the network manager but did not kill all dnsmasq explicitly. Now after a reboot I can give you better results. Give me until tomorrow for a complete test run So far, Thunderbird did find the server immediately and

[Bug 998712] Re: domain name completion broken when dnsmasq is used

2012-12-12 Thread Wolf Rogner
carried out some suspend/resume tests worked fine. tried some pings with name resolution: It takes a long time to resolve the name but it works seems that strict-order is the way to go in installations where an internal DNS is supported by external backups / extensions Can that be automated

[Bug 998712] Re: domain name completion broken when dnsmasq is used

2012-12-13 Thread Wolf Rogner
First the bad news. Name resolution drops after a few minutes of inactivity (approx. 30mins). Same phenomenon as before. Second: The name server answers as soon as the request arrives. dnsmasq obviously takes some time to determine if it can serve the name itself. So back to square one:

[Bug 998712] Re: domain name completion broken when dnsmasq is used

2012-12-14 Thread Wolf Rogner
Lots of speculations here. My internal DNS server is 10.1.0.4. My fallback is the secondary 10.1.0.254 which acts as DNS forwarder and proxy to the third and others. The resolver works its way down: All things well = 10.1.0.4 Main server down: 10.1.0.254 will serve rudimentary internal services

[Bug 279789] Re: [jaunty] openoffice cannot write to samba shares (some kind of gvfs timeout?)

2008-12-09 Thread Wolf Rogner
*** This bug is a duplicate of bug 286828 *** https://bugs.launchpad.net/bugs/286828 I think this is a bug in OOo 3.0 my params: uname -a Linux wb 2.6.27-10-generic #1 SMP Fri Nov 21 19:19:18 UTC 2008 x86_64 GNU/Linux OOO300m9 (Build: 9358) openoffice.org 1:2.0.0.6ubuntu0intrepid1 1.

[Bug 284654] [NEW] Panel applet to switch users or shut down does not shut down

2008-10-16 Thread Wolf Rogner
Public bug reported: fast user switch applet offers user switch, suspend/hibernate and shutdown/reboot. Shutdown/Reboot reboots Gnome, not the machine. Shouldn't it reboot the machine ** Affects: ubuntu Importance: Undecided Status: New -- Panel applet to switch users or shut

[Bug 280956] [NEW] network manager looses connection to WPA2 router after some time

2008-10-09 Thread Wolf Rogner
Public bug reported: Intrepid Ibex beta, network-manager 0.7.0 Linux 2.6.27-6-generic #1 SMP Network manager looses connection after a certain period (not even till key change). It queries the key but does not log into WPA2 again. In seahorse, the key is not stored but a psk is stored instead.

[Bug 289446] [NEW] Canon FB636u does not acquire images

2008-10-26 Thread Wolf Rogner
Public bug reported: I'm not sure whether this is a kernel issue or a sane issue. $ uname: Linux hb 2.6.27-7-generic #1 SMP Fri Oct 24 06:42:44 UTC 2008 i686 GNU/Linux Hardware: HP nx8220, Canon FB636u $ sane-find-scanner # sane-find-scanner will now attempt to detect your scanner. If the

[Bug 289446] Re: Canon FB636u does not acquire images

2008-10-26 Thread Wolf Rogner
** Attachment added: scan.log http://launchpadlibrarian.net/18917350/scan.log -- Canon FB636u does not acquire images https://bugs.launchpad.net/bugs/289446 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 290863] [NEW] OpenOffice 3.0 menus not redrawn sometimes

2008-10-29 Thread Wolf Rogner
Public bug reported: $ uname -a Linux wb 2.6.27-7-generic #1 SMP Fri Oct 24 06:40:41 UTC 2008 x86_64 GNU/Linux Ubuntu 8.10, OpenOffice 3.0 launchpad edition Sometimes menus do not get redrawn when cursor moves over them. In this case I can see an orange selection bar but not the text for that

[Bug 219945] [NEW] Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
Public bug reported: Upgrading 7.10 - 8.04 does not work. Setup: 1. 7.10 (latest updates) with several apps added (working machine) - 8.04: Panel crashed, no network drives available. No panel 2. 7.10 + updates (fresh install) - 8.04 Panel not shown, no network drives 3. 7.10 (no updated) -

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
** Attachment added: apt.log http://launchpadlibrarian.net/13588837/apt.log -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
** Attachment added: apt-term.log http://launchpadlibrarian.net/13588840/apt-term.log -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
** Attachment added: acpid http://launchpadlibrarian.net/13588844/acpid -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
** Attachment added: dmesg http://launchpadlibrarian.net/13588850/dmesg -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
** Attachment added: dpkg.log http://launchpadlibrarian.net/13588865/dpkg.log -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
** Attachment added: faillog http://launchpadlibrarian.net/13588866/faillog -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
** Attachment added: kern.log http://launchpadlibrarian.net/13588878/kern.log -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
** Attachment added: main.log http://launchpadlibrarian.net/1355/main.log -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
** Attachment added: term.log http://launchpadlibrarian.net/1357/term.log -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
** Attachment added: udev http://launchpadlibrarian.net/13588893/udev -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-20 Thread Wolf Rogner
.xsession-errors This is the last logfile I have found. ** Attachment added: .xsession-errors http://launchpadlibrarian.net/13588905/.xsession-errors -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are

[Bug 212168] [NEW] gnome-panel crashed with SIGFPE

2008-04-05 Thread Wolf Rogner
*** This bug is a duplicate of bug 147466 *** https://bugs.launchpad.net/bugs/147466 Public bug reported: Binary package hint: gnome-panel This time I did a clean reinstall from 8.04ß CD. The panel seems to get restarted though (I have not yet activated the restricted hardware drivers for

[Bug 212166] [NEW] Notebook does not wake after suspend to RAM

2008-04-05 Thread Wolf Rogner
Public bug reported: In 8.04ß my HP 8220 still does not wake after suspend to RAM. I wonder wether this will ever be fixed. It is a definate show stopper for anyone trying to use Ubuntu. Is there a chance that this gets addresses in this release? (I reported this on 6.04, 6.10, 7.04 and 7.10)

[Bug 212168] Re: gnome-panel crashed with SIGFPE

2008-04-05 Thread Wolf Rogner
*** This bug is a duplicate of bug 147466 *** https://bugs.launchpad.net/bugs/147466 ** Attachment added: CoreDump.gz http://launchpadlibrarian.net/13130427/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/13130428/Dependencies.txt ** Attachment added:

[Bug 212186] [NEW] SD Card not mounted

2008-04-05 Thread Wolf Rogner
Public bug reported: On Insert my SD Card does not get mounted. Excerpt from syslog: Apr 5 12:45:23 hb kernel: [ 504.210426] tifm_core: MMC/SD card detected in socket 0:3 Apr 5 12:45:23 hb NetworkManager: debug [1207392323.617181] nm_hal_device_added(): New device added (hal udi is

[Bug 212186] Re: SD Card not mounted

2008-04-05 Thread Wolf Rogner
sorry, forgot: uname -a: Linux hb 2.6.24-15-generic #1 SMP Fri Apr 4 03:48:31 UTC 2008 i686 GNU/Linux -- SD Card not mounted https://bugs.launchpad.net/bugs/212186 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 212291] [NEW] SMB shares not mounted

2008-04-05 Thread Wolf Rogner
Public bug reported: When attaching to an smb share through Gnome the share gets shown on the desktop and an error dialog shows: Can't display location smb://myserver/data/ The specified location is not mounted [OK] (the share is shown on the desktop) Double clicking opens a nautilus window

[Bug 212291] Re: SMB shares not mounted

2008-04-05 Thread Wolf Rogner
After opening the share, a second shortcut on the desktop appears. It can be dismounted safely, but will reappear on opening the share. If you dismount the original shortcut and double click the newly created, it will open the share but not create a second shortcut. -- SMB shares not mounted

[Bug 212297] [NEW] SMB shares not saved on logout

2008-04-05 Thread Wolf Rogner
Public bug reported: [EMAIL PROTECTED]:~$ uname -a Linux hb 2.6.24-15-generic #1 SMP Fri Apr 4 03:48:31 UTC 2008 i686 GNU/Linux SMB shares do not get saved as used to in Gnome 2.20. After logout, connected shares disappear. If bookmarked, they are on the places menu but no shortcuts on the

[Bug 213036] [NEW] Thunderbird does not show calendar selection pane

2008-04-06 Thread Wolf Rogner
Public bug reported: Binary package hint: thunderbird Ubuntu 8.04ß: [EMAIL PROTECTED]:~$ uname -a Linux hb 2.6.24-15-generic #1 SMP Fri Apr 4 03:48:31 UTC 2008 i686 GNU/Linux Tried both Lightning 0.7 from the repository as well as Lightning 0.7 from Mozillamessaging.org Also tried Lightning

[Bug 207921] [NEW] Nautilus error during Gnome startup

2008-03-27 Thread Wolf Rogner
Public bug reported: On Gnome startup: Nautilus can't be used now, due to an unexpected error. Details: Nautilus can't be used now due to an unexpected error from Bonobo when attempting to locate the factory. Killing bonobo-activation-server and restarting Nautilus may help fix the problem.

[Bug 207921] Re: Nautilus error during Gnome startup

2008-03-27 Thread Wolf Rogner
Thanks for your comment. So, I guess I shall stare at the blank screen and be happy? Just let me know Wolf -- Nautilus error during Gnome startup https://bugs.launchpad.net/bugs/207921 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 208481] Re: paAdminIII reports JOIN error in schema

2008-04-02 Thread Wolf Rogner
OK, lets wait and see -- paAdminIII reports JOIN error in schema https://bugs.launchpad.net/bugs/208481 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

[Bug 215784] [NEW] VLC does not open files with Plus-signs in name

2008-04-11 Thread Wolf Rogner
Public bug reported: In Ubuntu 8.04ß / Gnome 2.22 / Nautilus: If you try to open a video using VLC, VLC opens but brings an error: The following errors occured. More details might be available in the Message window. Unable to open 'file:///home/user/Testfile++.avi' []Don't show further errors

[Bug 215784] Re: VLC does not open files with Plus-signs in name

2008-04-12 Thread Wolf Rogner
I simply installed Ubuntu 8.04b. After upgrading a few days ago, it stopped working. There is nothing I did Just right click and select Open with VLC media player I did not change anything. And it keeps doing it ever since thursday -- VLC does not open files with Plus-signs in name

[Bug 208481] [NEW] paAdminIII reports JOIN error in schema

2008-03-28 Thread Wolf Rogner
Public bug reported: After clean install of postgresql-8.3 I get this error dialog when selecting the database schema An error has occured: ERROR: column op.oprlsortop does not exist LINE 12: LEFT OUTER JOIN pg_operator lso ON lso.oid=op.oprlsortop [OK] Confirming brings up another dialog:

[Bug 208481] Re: paAdminIII reports JOIN error in schema

2008-03-28 Thread Wolf Rogner
Excerpt from pgAdmin.log: 2008-03-28 23:47:33 ERROR : ERROR: column op.oprlsortop does not exist LINE 12: LEFT OUTER JOIN pg_operator lso ON lso.oid=op.oprlsortop ^ 2008-03-28 23:47:42 ERROR : ERROR: column opcamid does not exist LINE

[Bug 209383] [NEW] Installation error with drupal5 and psotgresql

2008-03-30 Thread Wolf Rogner
Public bug reported: Installing drupal reveals several errors: 1. Dependency from php5_pgsql is missing in the package. php_pgsql is not even installed when selecting Postgresql 2. Database user and database are not created correctly. Have to be created manually with drupal5 being owned by

[Bug 208481] Re: paAdminIII reports JOIN error in schema

2008-03-31 Thread Wolf Rogner
I did nothing special. apt-get install postgresql-8.3 pgadmin3 create a database connect to the database using pgAdminIII. Right after connecting you get two error dialogs. Any refresh will reproduce the errors. I'm not alone:

[Bug 220716] [NEW] Distribution upgrade 7.10 - 8.04rc still does not work

2008-04-22 Thread Wolf Rogner
Public bug reported: 8.04 LTS (Long Time till Stable?) 7.10 from CD upgrade-manager -d failed to upgrade ** Affects: ubuntu Importance: Undecided Status: New -- Distribution upgrade 7.10 - 8.04rc still does not work https://bugs.launchpad.net/bugs/220716 You received this bug

[Bug 220716] Re: Distribution upgrade 7.10 - 8.04rc still does not work

2008-04-22 Thread Wolf Rogner
According to Ubuntu Website: 2 days to go !!! Wouldn't it be time to fix this? -- Distribution upgrade 7.10 - 8.04rc still does not work https://bugs.launchpad.net/bugs/220716 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 220716] Re: Distribution upgrade 7.10 - 8.04rc still does not work

2008-04-22 Thread Wolf Rogner
** Attachment added: update http://launchpadlibrarian.net/13828673/update -- Distribution upgrade 7.10 - 8.04rc still does not work https://bugs.launchpad.net/bugs/220716 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 220730] [NEW] Gnome panel crashes after dist-upgrade

2008-04-22 Thread Wolf Rogner
Public bug reported: [EMAIL PROTECTED]:~$ sudo gnome-panel (gnome-panel:21376): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width -3 and height 26 [WARN 21376] kit-hash.c:206:kit_hash_insert(): key != NULL Not built with -rdynamic so unable to print a backtrace

[Bug 220730] Re: Gnome panel crashes after dist-upgrade

2008-04-22 Thread Wolf Rogner
Hi Pedro, thanks for the question. I'll attach the backtrace. I had to do it several times because the backtrace would produce different results. However, with the one attached, I found the reason why the panel would not get restored. .gtk-bookmarks is a file that stores shortcut for the

[Bug 219945] Re: Distribution upgrade 7.10 - 8.04 does not work

2008-04-26 Thread Wolf Rogner
** Changed in: gnome-panel (Ubuntu) Status: Incomplete = Fix Released -- Distribution upgrade 7.10 - 8.04 does not work https://bugs.launchpad.net/bugs/219945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 222468] [NEW] gnome-rdp error connecting to the database

2008-04-26 Thread Wolf Rogner
Public bug reported: Starting gnome-rdp after upgrading 7.10 - 8.04 I got an error that gnome-rdp could not connect to the database #149542 supposedly describes a workaround (which does not work) #174102 shows a dump that is similar to what I get starting gnome-rdp from console sqlite3

[Bug 89517] Re: Synaptics touchpad isnt detected

2008-04-26 Thread Wolf Rogner
VousDeux: Do you still experience the issue? We have 8.04 now and none of my machines has trouble working with Syaptics any more. Please confirm as it is helpful to the developers to keep a clear view on open issues, Thanks. -- Synaptics touchpad isnt detected

[Bug 106198] Re: Wakeup after suspend to RAM not working

2008-04-26 Thread Wolf Rogner
After upgrade to 8.04 (with new Pulse Audio) wakeup works (with nosplash) and the sound works as well. Fixed for me. -- Wakeup after suspend to RAM not working https://bugs.launchpad.net/bugs/106198 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 156113] Re: [Gutsy]Suspend-to-disk (hibernate) and suspend-to-ram do not work anymore

2008-04-26 Thread Wolf Rogner
Works for me: Upgraded to 8.04 (got a fix in 7.10 as well) could be closed -- [Gutsy]Suspend-to-disk (hibernate) and suspend-to-ram do not work anymore https://bugs.launchpad.net/bugs/156113 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 146491] Re: No sound after resuming from suspend to RAM on HP nx8220

2008-04-26 Thread Wolf Rogner
Works since update to Pulse audio. ** Changed in: acpid (Ubuntu) Status: Incomplete = Fix Released -- No sound after resuming from suspend to RAM on HP nx8220 https://bugs.launchpad.net/bugs/146491 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 137141] Re: ntfs-3g uses most of the cpu

2008-04-26 Thread Wolf Rogner
Ubuntu 8.04: ntfs-3g 1.1.2216-1ubuntu1 Fixed for me. ntfs-3g works even with extremly filled disks (99%++) reliably. CPU load is OK. ** Changed in: ntfs-3g (Ubuntu) Status: New = Fix Released -- ntfs-3g uses most of the cpu https://bugs.launchpad.net/bugs/137141 You received this bug

[Bug 209383] Re: Installation error with drupal5 and psotgresql

2008-04-26 Thread Wolf Rogner
sudo apt-get install php_pgsql In /etc/postgresql/8.x/main/pg_hba.conf add a line: host drupal5 drupal5 127.0.0.1 255.255.255.255 password fixes the issue. Could be added in the package if I select postgresql that the package is added automatically. ** Changed in: drupal5 (Ubuntu)

[Bug 220716] Re: Distribution upgrade 7.10 - 8.04rc still does not work

2008-04-26 Thread Wolf Rogner
8.04 LTS does upgrades fine on any machine (so far, I still have the server with LVM to upgrade) Can we close it? -- Distribution upgrade 7.10 - 8.04rc still does not work https://bugs.launchpad.net/bugs/220716 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 213036] Re: Thunderbird does not show calendar selection pane

2008-04-26 Thread Wolf Rogner
Can we fix this? 8.04 is out and lightning 0.8 works fine. -- Thunderbird does not show calendar selection pane https://bugs.launchpad.net/bugs/213036 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 222510] [NEW] vmware cannot be configured

2008-04-26 Thread Wolf Rogner
Public bug reported: uname -a Linux mb 2.6.24-16-generic #1 SMP Thu Apr 10 13:23:42 UTC 2008 i686 GNU/Linux vmware-config.pl terminates with error: Building the vmmon module. Using 2.6.x kernel build system. make: Entering directory `/tmp/vmware-config4/vmmon-only' make -C

[Bug 146777] Re: glchess fails to draw 3D field

2008-02-24 Thread Wolf Rogner
From the gutsy repository. There is no problem with it now: compiz 1.0.6.0+git20071119+0ubuntu1 (gutsy backport) gnome-games 1.2.20.3-0ubuntu1 glChess 2.20.3 Problem solved (however, we don't know why and how) Congratulations, Wolf -- glchess fails to draw 3D field

[Bug 156113] Re: [Gutsy]Suspend-to-disk (hibernate) and suspend-to-ram do not work anymore

2007-11-10 Thread Wolf Rogner
Machine HP 8510w (not the 8510p) Graphics card nvidia quadra FX560 I experience hangups after suspend to RAM. There are several logfiles attached: *_1_* ... resume hung with black screen *_2_* ... after boot, resume worked *_3_* ... after resume, suspended 2nd time *_4_* ... after resume,

[Bug 162517] postgresql does not start

2007-11-13 Thread Wolf Rogner
Public bug reported: Binary package hint: postgresql-8.2 uname -a Linux s2 2.6.22-14-generic #1 SMP Sun Oct 14 21:45:15 GMT 2007 x86_64 GNU/Linux apt-get install postgresql-8.2 installs the server but does not start it. Directory /etc/postgres and configuration files missing Any suggestions?

[Bug 162517] Re: postgresql does not start

2007-11-15 Thread Wolf Rogner
sudo dpkg -l | grep postgres: ii postgresql 8.2.5-1.1 object-relational SQL database (latest versi ii postgresql-8.2 8.2.5-1.1 object-relational SQL database, version 8.2 ii

[Bug 162517] Re: postgresql does not start

2007-11-15 Thread Wolf Rogner
S19post in run level 2 .. 5 and K19post... in run level 1, 6 I did use purge when removing it. What makes me sure postgres is not running? If I launch postgres manually (su -c '/usr/lib/postgresql/8.2/bin/postgres -D /home/db' postgres) I see 3 databases up in webmin. If I restart, or try

[Bug 162517] Re: postgresql does not start

2007-11-16 Thread Wolf Rogner
First: Thanks for the hints. I could start postgres and get webmin to show databases. Re. your questions: 1. Yes there are symlinks in the rc?.d directories. They point to /etc/init.d/postgresql-8.2 (which exists) 2. Initially I have tried to remove and reinstall postgresql 3. I am going on

[Bug 162517] Re: postgresql does not start

2007-11-16 Thread Wolf Rogner
[EMAIL PROTECTED]:~# apt-get install postgresql postgresql-doc postgresql-plpython-8.2 Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: postgresql-8.2 postgresql-client-8.2 postgresql-client-common

[Bug 162517] Re: postgresql does not start

2007-11-17 Thread Wolf Rogner
[EMAIL PROTECTED]:~# dpkg-reconfigure locales perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_TIME = de_AT.utf8, LANG = en_US.UTF-8 are supported and installed on your system.

[Bug 147187] Re: OpenOffice Calc produces unintended striktthrough marks

2007-11-18 Thread Wolf Rogner
Yes you are right. However, I have seen this behaviour only in files that were created in MS Excel and read into OO. Usually, copying and pasting solves the issue. So I think that your analysis about text overflow might need some extension. best Wolf -- OpenOffice Calc produces unintended

[Bug 162517] Re: postgresql does not start

2007-11-20 Thread Wolf Rogner
This is an excerpt from /usr/share/postgresql-common/init.d-functions: do_ctl_all() { [ $1 ] || { echo Error: invalid command '$1' 2; exit 1; } [ $2 ] || { echo Error: invalid version '$2' 2; exit 1; } [ -d /etc/postgresql/$2 ] || return 0 [ $(ls /etc/postgresql/$2) ] || return 0

[Bug 162517] Re: postgresql does not start

2007-11-22 Thread Wolf Rogner
I downloaded the required files from postgresql.org. Take the source tar, extract the startup file and edit it to your needs. Here is mine #! /bin/sh # chkconfig: 2345 98 02 # description: PostgreSQL RDBMS # This is an example of a start/stop script for SysV-style init, such # as is used on

[Bug 162517] Re: postgresql does not start

2008-01-22 Thread Wolf Rogner
[EMAIL PROTECTED]:/etc/init.d# apt-get remove --purge postgresql-8.2 Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: postgresql-common postgresql-client-8.2

[Bug 162517] Re: postgresql does not start

2008-01-22 Thread Wolf Rogner
Finally: doing a pg_createcluster 8.2 main --start started the database !!! So it can be done, but not with the init script in /etc/init.d Please fix it -- postgresql does not start https://bugs.launchpad.net/bugs/162517 You received this bug notification because you are a member of Ubuntu

[Bug 162517] Re: postgresql does not start

2008-01-22 Thread Wolf Rogner
If I replace your init script with mine it works quite fine. [EMAIL PROTECTED]:/etc/init.d# ./postgresql-8.2 status perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_TIME = de_AT.utf8,

[Bug 162517] Re: postgresql does not start

2008-01-23 Thread Wolf Rogner
How do I have to put it: create_db works fine. The database gets created pg_createcluster works fine and even starts (magically as I have not read the code) the database server it is the init script that checks for a nonexistent directory only postgresql_common is created. If you insist that

[Bug 162517] Re: postgresql does not start

2008-01-24 Thread Wolf Rogner
Don't know what FUD is. I can create databases using different character sets manually. However your argument about collation sequences and string handling got me thinking again. Tried to repeat the sequence you suggested step by step (without thinking this time). Sure enough, postgresql

[Bug 162517] Re: postgresql does not start

2008-01-12 Thread Wolf Rogner
Martin, I appreciate your effort to help me but I am afraid you are missing the point here. Locales have nothing to do with startup scripts. I analyzed the deb package and especially the installation files. I did the same with the standard installation files from postgres.org. There is one file

[Bug 152179] Re: [M76] Gnome desktop resolution incorrect

2008-01-12 Thread Wolf Rogner
Sorry, I cannot contribute to this anymore. I got the machine replaced with one running a NVidia card. This solved several issues I had (sleep mode not working, no sound after wakeup, no compiz effects, weak graphics performance, no external monitor, ...) No sweat, no hassle. Can only recommend

[Bug 162517] Re: postgresql does not start

2008-01-14 Thread Wolf Rogner
How can we procede if I try the things you suggest and the startup script is still missing. I went back to locale en_US.UTF-8 (this cripples my Thunderbird and OpenOffice time display) I removed and purged postgres (well I moved the files to a save place) and reinstalled. I would be happy if

[Bug 162517] Re: postgresql does not start

2008-01-15 Thread Wolf Rogner
I think we are back to square one and it leads us nowhere. Sorry that you wont take the lead. My conclusion: Problem is not related to locales and problem occures because of crippled package (missing installation files). Close the incident and thanks for your efforts. Wolf -- postgresql does

[Bug 220716] Re: Distribution upgrade 7.10 - 8.04rc still does not work

2008-04-29 Thread Wolf Rogner
Closed as it works now ** Changed in: update-manager (Ubuntu) Status: Incomplete = Fix Released -- Distribution upgrade 7.10 - 8.04rc still does not work https://bugs.launchpad.net/bugs/220716 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 213036] Re: Thunderbird does not show calendar selection pane

2008-04-29 Thread Wolf Rogner
Again, I suggest we close this error. Lets keep the list short -- Thunderbird does not show calendar selection pane https://bugs.launchpad.net/bugs/213036 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 117514] Re: seahorse does not synchronize keys with keyserver

2008-05-01 Thread Wolf Rogner
Does this still exist in your environment? For me it's fixed. I can sync with any key server -- seahorse does not synchronize keys with keyserver https://bugs.launchpad.net/bugs/117514 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 118843] Re: scanimage does not scan image with CanoScan FB630U

2008-05-01 Thread Wolf Rogner
It works in 8.04 on several machines. Slow but works ** Changed in: linux (Ubuntu) Status: Incomplete = Fix Committed -- scanimage does not scan image with CanoScan FB630U https://bugs.launchpad.net/bugs/118843 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 118843] Re: scanimage does not scan image with CanoScan FB630U

2008-05-01 Thread Wolf Rogner
Suggest closing it ** Changed in: sane-frontends (Ubuntu) Status: Confirmed = Fix Committed -- scanimage does not scan image with CanoScan FB630U https://bugs.launchpad.net/bugs/118843 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 118843] Re: scanimage does not scan image with CanoScan FB630U

2008-05-01 Thread Wolf Rogner
On 8.04 this issue is fixed (at least on 3 machines here). If it works for others, I would like to close this bug. -- scanimage does not scan image with CanoScan FB630U https://bugs.launchpad.net/bugs/118843 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 158837] Re: CUPS printing on HP Color Laser Jet 4500 not printing

2008-05-01 Thread Wolf Rogner
Seems fixed somehow ** Changed in: hplip (Ubuntu) Status: New = Fix Committed -- CUPS printing on HP Color Laser Jet 4500 not printing https://bugs.launchpad.net/bugs/158837 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 158837] Re: CUPS printing on HP Color Laser Jet 4500 not printing

2008-05-01 Thread Wolf Rogner
In 8.04 this issue seems to be resolved. I can print from any application (including eog and evince) -- CUPS printing on HP Color Laser Jet 4500 not printing https://bugs.launchpad.net/bugs/158837 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 213036] Re: Thunderbird does not show calendar selection pane

2008-05-01 Thread Wolf Rogner
John, I would not close an incident if I was not 100% sure it is resolved. Was just a suggestion to keep the general list short. As for me: I have upgraded all my workstations and notebooks to 8.04. I have to install language packs for German, the it works. So I cannot help any more in resolving

[Bug 212166] Re: Notebook does not wake after suspend to RAM

2008-05-01 Thread Wolf Rogner
And this is true for 8.04 LTS as well. Other machines work fine. -- Notebook does not wake after suspend to RAM https://bugs.launchpad.net/bugs/212166 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 221133] Re: update-manager crashed with RuntimeError in module()

2008-05-01 Thread Wolf Rogner
7.10 - 8.04 LTS works now on all machines for me. ** Changed in: update-manager (Ubuntu) Status: New = Fix Released -- update-manager crashed with RuntimeError in module() https://bugs.launchpad.net/bugs/221133 You received this bug notification because you are a member of Ubuntu Bugs,

  1   2   3   4   5   6   7   8   9   10   >