[Bug 2009071] Re: [Blade 16 - RZ09-0483, Realtek ALC298, Speaker, Internal] No sound at all

2024-05-09 Thread Sebastiaan Blommers
Hi there, you got the device number wrong, this is the script that works for me https://pastebin.com/jT1rzQUj -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2009071 Title: [Blade 16 - RZ09-0483,

[Bug 1867675] Re: Install failure for libc6 2.31-0ubuntu6 on armhf

2020-03-25 Thread Sebastiaan van Stijn
ok; "success" - the problem is solved when installing libseccomp 2.4.3. Unfortunately, that version is not available on Ubuntu versions < 20.03 (https://packages.ubuntu.com/search?keywords=libseccomp2). So for debugging, I installed the package from the ubuntu 20.03 repository. What it comes

[Bug 1867675] Re: Install failure for libc6 2.31-0ubuntu6 on armhf

2020-03-25 Thread Sebastiaan van Stijn
Some further discussion in https://github.com/moby/moby/issues/40734. Possibly one of the new syscalls (added in Linux 5.4) are now being used, but not whitelisted in docker's seccomp profile; https://github.com/moby/moby/issues/40734 ** Bug watch added: github.com/moby/moby/issues #40734

[Bug 1867675] Re: Install failure for libc6 2.31-0ubuntu6 on armhf

2020-03-24 Thread Sebastiaan van Stijn
We ran into the same issue in the containerd packaging scripts (https://github.com/docker/containerd-packaging/pull/151), and it looks like the `Cannot utime: Operation not permitted` is caused by seccomp blocking something. Now the question is if the default seccomp profile is blocking something

[Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2019-01-18 Thread Sebastiaan Breedveld
@kaihenfeng: I have been running linux-image-unsigned-4.15.0-38-generic from the main repository since your comment, and haven't experienced this error anymore! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1805642] [NEW] Package cockpit showing the debian favicon.ico

2018-11-28 Thread Sebastiaan de Haan
Public bug reported: The web management tool cockpit shows the debian favicon.ico on Ubuntu 18.04 LTS. 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu $ lsb_release -rd Description:Ubuntu 18.04.1 LTS Release:18.04 2) The version of the

[Bug 1805642] Re: Package cockpit showing the debian favicon.ico

2018-11-28 Thread Sebastiaan de Haan
I would like to volunteer to fix this myself. ** Package changed: compiz (Ubuntu) => cockpit (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1805642 Title: Package cockpit showing the

[Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2018-05-25 Thread Sebastiaan Breedveld
Hmm, that's outright annoying. Do you resume from hibernate or from suspend? I can only think of 2 other options to try: - upgrade to a newer kernel (or even try downgrading - see what that does): http://kernel.ubuntu.com/~kernel-ppa/mainline/ - use software suspend (uswsusp package).

[Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2018-05-23 Thread Sebastiaan Breedveld
@vshymanskyi: did you fully restart after adding these options to GRUB? I.e. not boot, add to GRUB, hibernate, boot again and resume. The system really needs to boot with these options prior to the first hibernate. Another option you can try: intel_iommu=off (or perhaps amd_iommu=off, depending

[Bug 1431149] Re: XFCE 4.12 Black screen after wakeup from suspending by closing the laptop lid

2018-05-18 Thread Sebastiaan Breedveld
I also have this problem, which has been bugging me also in the pre- alpha releases of 18.04. It happens occasionally to me on a Thinkpad E580, and was expecting hardware-like resume problems, or issues with light-locker. I noticed that connecting an external display worked for the external

[Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2018-05-17 Thread Sebastiaan Breedveld
@info-erikkallen : did you try the solution proposed in post #26 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1413440 Title: USB stops working after a while (xhci_hcd :00:14.0: Timeout while

[Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2018-04-11 Thread Sebastiaan Breedveld
I can finally report a working solution for me. Ubuntu 18.04 alpha kernel 4.15.0-13-generic Add these options to the GRUB command line: pci=nomsi iommu=soft USB works like a charm after resume :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2018-02-28 Thread Sebastiaan Breedveld
I am having the same problem, but only after resume from suspend or hibernate. I first thought it was a bluetooth problem, as my bluetooth mouse stops working after a minute or so after resume. However, both the bluetooth adapter is gone (bluetoothctl says "No Default controller"), but also

[Bug 1747750] Re: [LENOVO 20KSCTO1WW] hibernate/resume failure

2018-02-09 Thread Sebastiaan Breedveld
Ok, tested with 4.15.0-041500-generic #201802011154. The good news is that s2disk hibernate still works. However, the kernel version not. On waking up, the system asks for the cryptswap password, then mentions "resuming from /dev/mapper/cryptswap1". However, resuming fails and system is booted as

[Bug 1747750] Re: [LENOVO 20KSCTO1WW] hibernate/resume failure

2018-02-08 Thread Sebastiaan Breedveld
This was based on a fresh install of the 18.04 alpha release (daily image of 7 feb). - system has luks keyword (not random) encrypted cryptoswap - hardware swsusp (systemctl hibernate) fails, and generated this message - because of this bug (->

[Bug 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-02-07 Thread Sebastiaan Breedveld
In addition to my post #78: same kernel, so same problem persists in 18.04 alpha (Bionic Beaver). Installing 4.14.13-041413 (and hibernate after a new reboot) as suggested above solved this problem for me. I would strongly suggest that the Bionic developer team will consider to include this

[Bug 1747902] Re: System does not resume after hibernate

2018-02-07 Thread Sebastiaan Breedveld
I would say this is the same bug as: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094 Can you hit "affects me too" there? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1747902 Title:

[Bug 1568341] Re: Boot hangs at: /scripts/local-premount/uswsusp

2018-02-07 Thread Sebastiaan Breedveld
@Christopher: perhaps. My system became somewhat convoluted while trying to get hibernation to work somehow. Clean test: - disabled Secure Boot, just to be sure - installed Xubuntu 18.04 alpha 2, most recent daily image - updated and installed only uswsusp - reboot Boot hangs at the exact same

[Bug 1568341] Re: Boot hangs at: /scripts/local-premount/uswsusp

2018-02-07 Thread Sebastiaan Breedveld
I have the same issue on a Thinkpad E580 with 18.04 alpha release: installed package hibernate and system hangs on boot. For some reason, uninstalling uswsusp did not solve the problem for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-02-06 Thread Sebastiaan Breedveld
I can confirm this for ThinkPad E580 for newly installed 16.04 LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1743094 Title: [regression] hibernation (freezes on resume) since 4.13.0-25.29 To

[Bug 1747750] [NEW] [LENOVO 20KSCTO1WW] hibernate/resume failure

2018-02-06 Thread Sebastiaan Breedveld
.35-generic 4.13.13 Uname: Linux 4.13.0-32-generic x86_64 Annotation: This occurred during a previous hibernation, and prevented the system from resuming properly. ApportVersion: 2.20.8-0ubuntu8 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sebastiaan 1

[Bug 1448762] [NEW] kernel: compiz[4554]: segfault at 48 error 4 in libscale.so

2015-04-26 Thread Sebastiaan de Haan
]: bluetoothd[896]: hci0: Remove UUID (0x0011) failed: Busy (0x0a) apr 26 21:20:46 hn gnome-session[4302]: (firefox:5179): GLib-GIO-WARNING **: Missing callback called fullpath = /home/sebastiaan/.config/ibus/bus/3c097fbe690b3938c34b80bd553be240-unix-0 apr 26 21:20:46 hn gnome-session[4302]: ICE

[Bug 1096042] Re: [Acer Aspire 5749] Mouse cannot click on items that have focus

2013-12-31 Thread Sebastiaan
Just to summarize: I have tested the following: - Ubuntu 12.04 / 12.10 with BIOS 1.06: Initialization issue, with Regression - Fedora F16 with BIOS 1.06: Initialization issue, with Regression - Arch (since nov 2013) with BIOS 1.06: Initialization issue, with Regression - Ubuntu 13.10 LiveCD

[Bug 1096042] Re: [Acer Aspire 5749] Mouse cannot click on items that have focus

2013-12-31 Thread Sebastiaan
I figured that much. I'm downloading Lucid right now. I'll get back to you. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042 Title: [Acer Aspire 5749] Mouse cannot click on items that have

[Bug 1096042] Re: [Acer Aspire 5749] Mouse cannot click on items that have focus

2013-12-31 Thread Sebastiaan
I have some exciting news. Been trying to install ubuntu10.04 but ran into some issues (creating usb device). Anyway, I figured I'd instal 12.04 LTS first, and create usb device with Startup Disk Creator using 12.04LTS. Thing is that using 12.04 LTS (without updates) the Touchpad seems to work

[Bug 1096042] Re: [Acer Aspire 5749] Mouse cannot click on items that have focus

2013-12-31 Thread Sebastiaan
Just finished installing Trusty Tahr and guess what. Everything works like a charm. This is: - left button click works, - right button click works, - two finger tap is right click (there are now 2 ways for right click...) - scrollbar works (if I disable option 'two finger scroll'). - 'two finger

[Bug 1096042] Re: Mouse cannot click on items that have focus

2013-12-29 Thread Sebastiaan
I have also appended to bug 41301 #197. Furthermore Ive experienced this issue also with fedora (gnome) and Arch (KDE). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042 Title: Mouse cannot

[Bug 1096042] IwConfig.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937384/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042 Title:

[Bug 1096042] UdevDb.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937393/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042 Title:

[Bug 1096042] PulseList.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: PulseList.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937391/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042

[Bug 1096042] BootDmesg.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937381/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042

[Bug 1096042] ProcModules.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937390/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042

[Bug 1096042] ProcEnviron.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: ProcEnviron.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937387/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042

[Bug 1096042] RfKill.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: RfKill.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937392/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042 Title:

[Bug 1096042] WifiSyslog.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937395/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042

[Bug 1096042] UdevLog.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937394/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042 Title:

[Bug 1096042] CRDA.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: CRDA.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937382/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042 Title: Mouse

[Bug 1096042] ProcInterrupts.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937389/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1096042] CurrentDmesg.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937383/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042

[Bug 1096042] ProcCpuinfo.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937386/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042

[Bug 1096042] Lspci.txt

2013-12-29 Thread Sebastiaan
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1096042/+attachment/3937385/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042 Title: Mouse

[Bug 1096042] Re: Mouse cannot click on items that have focus

2013-12-29 Thread Sebastiaan
apport information ** Tags added: apport-collected trusty ** Description changed: With my Acer Aspire 5749 using Ubuntu 11.10 through 12.10, when I start, and login, everything works fine for a short moment, but after a while, my mouse doesn't seem to click anymore. When this arises I can

[Bug 1096042] Re: [Acer Aspire 5749] Mouse cannot click on items that have focus

2013-12-29 Thread Sebastiaan
I have installed the iso that was pointed out: http://cdimage.ubuntu.com/daily-live/current/ Issue still exists. What I find interesting is this: - The buttons bellow the touchpad seem to work worse than clicking on the touchpad itself. Sometimes, the left button does not work, while tapping the

[Bug 1096042] Re: [Acer Aspire 5749] Mouse cannot click on items that have focus

2013-12-29 Thread Sebastiaan
I got a bit carried away and tested with mainstream kernel too. SImilar results. Can it be that the touchpad on my laptop is in conflict with the TP driver? It shure seems to look that way. ANyway, - leftclick regresses after using - rightclick does not seem to work, - scroll does not seem to

Re: [Bug 1096042] Re: Mouse cannot click on items that have focus

2013-12-29 Thread Sebastiaan
to obtain one and get back after I have updated the bios... Sorry to be of any inconvenience (if I have been)... Op zondag 29 december 2013 21:23:43 schreef u: Sebastiaan, thank you for apport-collect'ing in Trusty. As per http://us.acer.com/ac/en/US/content/drivers an update is available for your

[Bug 1096042] Re: [Acer Aspire 5749] Mouse cannot click on items that have focus

2013-12-29 Thread Sebastiaan
Updating BIOS was a real headbanger. In the end I downloaded a dos live usb image and have succesfully updated my BIOS. It now all seems better. dmi-decode thingies say: V1.08 11/29/2011 and touchpad seem to function rather great (with Arch, with latest upstream kernel and with latest

[Bug 1096042] Re: [Acer Aspire 5749] Mouse cannot click on items that have focus

2013-12-29 Thread Sebastiaan
Latest update: Even without login screen, I cannot shift focus without Workaround (CTL-ALT-F1 ALT-F7). I could start the touchpad test app, but clicking did nothing in the app. After WA all seemed ok. i think that for now it is only an 'initial setting' thing (after boot)... -- You received

[Bug 41301] Re: PS/2 Logitech MX310 clicks stop working sporadically

2013-12-26 Thread Sebastiaan
This bug affects me too. What is interesting in my case is that: - I have 2 laptops, one without this issue (Acer Travelmate 5730) and one with the issue (Acer Aspire 5749). - I've experienced this issue with Ubintu (12.04 I guess, but it was Unity), Fedora (F16, Gnome) and recently I switched

[Bug 1047398] Re: remote printing using samba cups fails for pdf files

2013-05-03 Thread Sebastiaan
This fixes the issue for me too. Thanks for posting. -- 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/1047398 Title: remote printing using samba cups fails for pdf files To manage

[Bug 1047398] Re: remote printing using samba cups fails for pdf files

2013-05-03 Thread Sebastiaan
This fixes the issue for me too. Thanks for posting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1047398 Title: remote printing using samba cups fails for pdf files To manage notifications about

[Bug 1108630] Re: mysql-workbench SQL Editor does not show any schemas

2013-03-26 Thread Sebastiaan Franken
Edit: The comment from Rocko on 2013-03-20 is also valid. I can see schemas and routines but when I run SELECT * FROM exampletable it returns nothing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1108630] Re: mysql-workbench SQL Editor does not show any schemas

2013-03-26 Thread Sebastiaan Franken
I can confirm that adding the libctemplate0.deb and then installing the 12.10 version of Workbench (from MySQL.com) works BUT it hangs after about ~20 minutes for me. It's better then nothing. I'm running an up-to-date 13.04 -- You received this bug notification because you are a member of

[Bug 1096081] Re: server reboots because of php5 cron job

2013-01-27 Thread Sebastiaan
Thanks for your comments. We had other problems with this server as well. We had upgraded to the newest kernel and he seemed stable, but then this occurred. After posting this bug we decided to replace te server. The replacement has not given any troubles yet, so I think you are right to claim

[Bug 1096081] Re: server reboots because of php5 cron job

2013-01-27 Thread Sebastiaan
Thanks for your comments. We had other problems with this server as well. We had upgraded to the newest kernel and he seemed stable, but then this occurred. After posting this bug we decided to replace te server. The replacement has not given any troubles yet, so I think you are right to claim

[Bug 1077688] Re: Kernel hung task

2013-01-27 Thread Sebastiaan
** Changed in: linux (Ubuntu) Status: Fix Committed = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1077688 Title: Kernel hung task To manage notifications about this bug go to:

[Bug 1096081] Re: server reboots because of php5 cron job

2013-01-08 Thread Sebastiaan
** Attachment added: syslog https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1096081/+attachment/3477412/+files/syslog -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1096081

[Bug 1096081] Re: server reboots because of php5 cron job

2013-01-08 Thread Sebastiaan
** Attachment added: syslog.1 https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1096081/+attachment/3477413/+files/syslog.1 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1096081

[Bug 1096081] Re: server reboots because of php5 cron job

2013-01-08 Thread Sebastiaan
** Attachment added: syslog.2.gz https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1096081/+attachment/3477414/+files/syslog.2.gz -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 1096081] Re: server reboots because of php5 cron job

2013-01-08 Thread Sebastiaan
$ cat /etc/cron.d/php5 # /etc/cron.d/php5: crontab fragment for php5 # This purges session files older than X, where X is defined in seconds # as the largest value of session.gc_maxlifetime from all your php.ini # files, or 24 minutes if not defined. See /usr/lib/php5/maxlifetime # Look for

[Bug 1096081] Re: server reboots because of php5 cron job

2013-01-08 Thread Sebastiaan
** Attachment added: syslog https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1096081/+attachment/3477412/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096081 Title: server

[Bug 1096081] Re: server reboots because of php5 cron job

2013-01-08 Thread Sebastiaan
** Attachment added: syslog.1 https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1096081/+attachment/3477413/+files/syslog.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096081 Title: server

[Bug 1096081] Re: server reboots because of php5 cron job

2013-01-08 Thread Sebastiaan
** Attachment added: syslog.2.gz https://bugs.launchpad.net/ubuntu/+source/php5/+bug/1096081/+attachment/3477414/+files/syslog.2.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096081 Title:

[Bug 1096081] Re: server reboots because of php5 cron job

2013-01-08 Thread Sebastiaan
$ cat /etc/cron.d/php5 # /etc/cron.d/php5: crontab fragment for php5 # This purges session files older than X, where X is defined in seconds # as the largest value of session.gc_maxlifetime from all your php.ini # files, or 24 minutes if not defined. See /usr/lib/php5/maxlifetime # Look for

[Bug 1096645] [NEW] mouse

2013-01-06 Thread sebastiaan bradt
Public bug reported: When i open a window will the mouse just work in that window. and i just can close that open window than with alt-F4 . Or use my keyboard. So i think mouse probelm. It's my first time i use ubuntu. I did install from usb. and when i needed to restart my pc i just had a black

[Bug 1096081] [NEW] server reboots because of php5 cron job

2013-01-04 Thread Sebastiaan
Public bug reported: We had some strange server reboots ocurring. Everytime the latest line in syslog stated some CRON job finding files in /var/lib/php5 and deleting them. According to several threads like: http://ubuntuforums.org/showthread.php?p=11456671 I thought that the issues would be with

[Bug 1096042] [NEW] Mouse cannot click on items that have focus

2013-01-04 Thread Sebastiaan
Public bug reported: I have 2 laptops with Ubuntu 12.10. One (Acer Travelmate) is fine, the other (Acer Aspire 5749) is experiencing this issue. I had this issue with Ubuntu 11.10, wich was why I upgraded to 12.04 and then to 12.10, but it did not resolve. I wanted to reinstall, but during

[Bug 1077688] Re: Kernel hung task

2013-01-04 Thread Sebastiaan
our longest uptime was 14 days. We have experienced some additional reboot issues. Seems to have something to do with /etc/cron.d/php5 , that was doing a find and delete on files in /var/lib/php5. I disabled this job and solved that issue too. I'm not sure if this find command created an hung

[Bug 1096042] Re: Mouse cannot click on items that have focus

2013-01-04 Thread Sebastiaan
As i told, I had this issue during installation also, so I'm sure it's not all Guake, but using Guake, I saw that Guake had focus, but I could click on firefox instead. Seems that the mouseclick doesn't know what has focus. -- You received this bug notification because you are a member of Ubuntu

[Bug 1096081] [NEW] server reboots because of php5 cron job

2013-01-04 Thread Sebastiaan
Public bug reported: We had some strange server reboots ocurring. Everytime the latest line in syslog stated some CRON job finding files in /var/lib/php5 and deleting them. According to several threads like: http://ubuntuforums.org/showthread.php?p=11456671 I thought that the issues would be with

[Bug 1077688] Re: Kernel hung task

2013-01-04 Thread Sebastiaan
** Changed in: linux (Ubuntu) Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1077688 Title: Kernel hung task To manage notifications about this bug go to:

[Bug 1096042] Re: Mouse cannot click on items that have focus

2013-01-04 Thread Sebastiaan
Just to inform. I restarted my laptop without guake, and had similar issues. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096042 Title: Mouse cannot click on items that have focus To manage

[Bug 1077688] Re: Kernel hung task

2012-12-03 Thread Sebastiaan
Yesterday the server has rebooted again. The uptime has been 11 days, 7 hours and 28 minutes. Seems that every kernel adds some uptime, but (for as far as I can tell), the issue still is not completely fixed. Please let me know how to proceed. ** Changed in: linux (Ubuntu) Status: Fix

[Bug 1077688] Re: Kernel hung task

2012-11-27 Thread Sebastiaan
Since using the newest kernel (3.7.0-030700rc6-generic x86_64) the server has not rebooted again. This problem seems to be fixed with the newest kernels. Ik will update the status of this bug. Thanks very much for your help. ** Changed in: linux (Ubuntu) Status: Incomplete = In Progress

[Bug 1077688] Re: Kernel hung task

2012-11-21 Thread Sebastiaan
I'm sorry to inform you that the reboots (with 3.7) was not (for as as I'm aware of) the result of the issues. We had some power issues. I have switched back to 3.7 again. I'll get back to you when I have new info about the stability of 3.7. ** Changed in: linux (Ubuntu) Status: Confirmed

[Bug 1077688] Re: Kernel hung task

2012-11-20 Thread Sebastiaan
I have tested with 3.7, and the server has rebooted 6 times in 1,5 days. I have switched back to 3.4. Could you please let me know what to do next? ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1077688] Re: Kernel hung task

2012-11-18 Thread Sebastiaan
The server has been running kernel 3.4 for 7 days and has only rebooted once (after 3 days and 13 hours)... So at least the kernel settings (kernel.hung_task_panic=1 and kernel.panic=15) have saved the day only once. Nevertheless I decided that it was one reboot too much and have installed kernel

[Bug 1077688] Re: Kernel hung task

2012-11-13 Thread Sebastiaan
Joseph, I can and will test it with the latest kernel version. When I know more, I'll get back to you. At this moment we are experiencing no issues (runnng stable for 2 days / 12:45). This might mean that the issue is allready resolved using 3.4.0-030400-generic. It might also imply that the issue

[Bug 1077688] [NEW] Kernel hung task

2012-11-11 Thread Sebastiaan
Public bug reported: I have a ML370 G4 and I'm having some stability issues. Once in a while (about every day) the server would start to run slower and slower, until it hung. During the running slower I found out that I could not kill -9 processes. Furthermore the display shows the following

[Bug 1077688] Re: Kernel hung task

2012-11-11 Thread Sebastiaan
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1077688 Title: Kernel hung task To manage notifications about this bug go to:

[Bug 1077688] Re: Kernel hung task

2012-11-11 Thread Sebastiaan
I did as you asked. Please let me know if any more log information is needed. ** Tags added: apport-collected precise ** Description changed: I have a ML370 G4 and I'm having some stability issues. Once in a while (about every day) the server would start to run slower and slower, until it

[Bug 987949] Re: Ubuntu 12.04 - Severe Graphics Regression on Hybrid System with Integrated Intel HD300 graphics and NVIdia OPTIMUS

2012-07-24 Thread Sebastiaan Franken
I had the problem on a Toshiba Portege Z830. This unit hasn't got a NVIDIA card but somehow Ubuntu (during install) installed the 'nvidia- settings' and 'nvidia-current' pacakges which cause Unity to not have effects and my screen being blurred. Removing 'nvidia-settings' and 'nvidia-current'

[Bug 1014221] Re: Offline contact is shown as online

2012-06-24 Thread Sebastiaan Franken
This bug also affects me. If logs are needed please let me know. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1014221 Title: Offline contact is shown as online To manage notifications about this

[Bug 950790] Re: Pidgin-sipe connection error after upgrade to Ubuntu 12.04

2012-05-01 Thread Sebastiaan Renkens
I too confirm Empathy is not working while pidgin does (if the workaround is in place). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/950790 Title: Pidgin-sipe connection error after upgrade to

[Bug 950790] Re: Pidgin-sipe connection error after upgrade to Ubuntu 12.04

2012-05-01 Thread Sebastiaan Renkens
Just found out that setting ¨NSS_SSL_CBC_RANDOM_IV=0 in /etc/environment and rebooting does the trick. My Empathy connected to Microsoft Communications Server is working again. I'am not sure how much of a security impact this change has though, setting the var in /etc/environment makes it system

[Bug 963052] [NEW] empathy-chat crashed with SIGABRT

2012-03-23 Thread Sebastiaan Franken
Private bug reported: Every time I post an IM to one of my WLM contacts it crashes ProblemType: Crash DistroRelease: Ubuntu 12.04 Package: empathy 3.3.92-0ubuntu3 Uname: Linux 3.3.0-030300rc7-generic x86_64 ApportVersion: 1.94.1-0ubuntu2 Architecture: amd64 CrashCounter: 1 Date: Fri Mar 23

[Bug 960182] [NEW] package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2012-03-20 Thread Sebastiaan Franken
Public bug reported: Samba4 doesn't seem to be able to make a valid NETBIOS name.. ProblemType: Package DistroRelease: Ubuntu 12.04 Package: samba4 4.0.0~alpha17.dfsg2-1 Uname: Linux 3.3.0-030300rc7-generic x86_64 ApportVersion: 1.94.1-0ubuntu2 AptOrdering: samba4: Install samba4: Configure

[Bug 960182] Re: package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2012-03-20 Thread Sebastiaan Franken
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/960182 Title: package samba4 4.0.0~alpha17.dfsg2-1 failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1

[Bug 938592] [NEW] package samba4 (not installed) failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2012-02-22 Thread Sebastiaan Franken
Public bug reported: I tried installing Samba4-* packages because the samba ones didn't show up in the context pane of Nautilus, so file sharing was a no-go. Didn't work out so well though ProblemType: Package DistroRelease: Ubuntu 12.04 Package: samba4 (not installed) Uname: Linux

[Bug 938592] Re: package samba4 (not installed) failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug

2012-02-22 Thread Sebastiaan Franken
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/938592 Title: package samba4 (not installed) failed to install/upgrade: subproces installed post-installation script gaf een foutwaarde 1 terug To

[Bug 876419] Re: Gnome Shell won't start when selected in gdm

2011-12-09 Thread Sebastiaan
Same problem here in Oneiric, but with a logout/select Gnome again/login action it works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876419 Title: Gnome Shell won't start when selected in gdm

[Bug 740062] Re: DFS referrals only work for lower case or direct chdir

2011-11-08 Thread Sebastiaan Breedveld
Hi, Your patch seems to solve this problem! I have tested it with kernel 3.0.0-12-server. Thank you very much. Will this patch go upstream? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740062

[Bug 874416] Re: Can not install any app without root

2011-10-14 Thread Sebastiaan Vijfhuizen
** Changed in: software-center (Ubuntu) Assignee: (unassigned) = Sebastiaan Vijfhuizen (gs-vijfhuizen) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/874416 Title: Can not install any app

[Bug 874416] [NEW] Can not install any app without root

2011-10-14 Thread Sebastiaan Vijfhuizen
to oneiric on 2011-10-13 (0 days ago) ** Affects: software-center (Ubuntu) Importance: Undecided Assignee: Sebastiaan Vijfhuizen (gs-vijfhuizen) Status: New ** Tags: amd64 apport-bug apport-lpi oneiric running-unity -- You received this bug notification because you

[Bug 740062] Re: DFS referrals only work for lower case or direct chdir

2011-08-08 Thread Sebastiaan Breedveld
apport information ** Tags added: apport-collected natty ** Description changed: Binary package hint: linux-image-2.6.38-7-server When a CIFS share has remote DFS links, the user is unable to access the mount properly. A short summary, where RemoteDir is a DFS to another server:

[Bug 740062] BootDmesg.txt

2011-08-08 Thread Sebastiaan Breedveld
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/740062/+attachment/2261686/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740062 Title:

[Bug 740062] AlsaDevices.txt

2011-08-08 Thread Sebastiaan Breedveld
apport information ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/740062/+attachment/2261685/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740062

[Bug 740062] Card0.Codecs.codec.2.txt

2011-08-08 Thread Sebastiaan Breedveld
apport information ** Attachment added: Card0.Codecs.codec.2.txt https://bugs.launchpad.net/bugs/740062/+attachment/2261687/+files/Card0.Codecs.codec.2.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 740062] CurrentDmesg.txt

2011-08-08 Thread Sebastiaan Breedveld
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/740062/+attachment/2261688/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740062

[Bug 740062] Lspci.txt

2011-08-08 Thread Sebastiaan Breedveld
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/740062/+attachment/2261689/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740062 Title: DFS

[Bug 740062] Lsusb.txt

2011-08-08 Thread Sebastiaan Breedveld
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/740062/+attachment/2261690/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/740062 Title: DFS

  1   2   >