[Bug 2095449] [NEW] check_smtp can't ssl or tls
Public bug reported: After upgrade to 24.10 previously working smtp tls checks started reporting this: check_smtp: Set either -s/--ssl/--tls or -S/--starttls Testing: $ /usr/lib/nagios/plugins/check_smtp -H mail.langfeldt.net -4 SMTP OK - 0.043 sec. response time|time=0.043319s;;;0.00 But I want to to check the TLS certificate using starttls protocol. It prints a error message when I give the option for starttls: $ /usr/lib/nagios/plugins/check_smtp -H mail.langfeldt.net -4 -D 21,7 -v -S check_smtp: Set either -s/--ssl/--tls or -S/--starttls Usage: check_smtp -H host [-p port] [-4|-6] [-e expect] [-C command] [-R response] [-f from addr] [-A authtype -U authuser -P authpass] [-w warn] [-c crit] [-t timeout] [-q] [-F fqdn] [-S] [-L] [-D warn days cert expire[,crit days cert expire]] [-r] [--sni] [-v] Remove the -S the plugin does not give a error message, but is also does not start TLS or check the expiry time of the certificate: $ /usr/lib/nagios/plugins/check_smtp -H mail.langfeldt.net -4 -D 21,7 -v HELOCMD: HELO monitor 250 mail.langfeldt.net sent QUIT received 221 2.0.0 Bye SMTP OK - 0.091 sec. response time, 221 2.0.0 Bye |time=0.090963s;;;0.00 The check_smtps plugin is working, but that's for ssl protocol not tls. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: monitoring-plugins-basic 2.3.5-1ubuntu3 ProcVersionSignature: Ubuntu 6.8.0-51.52-generic 6.8.12 Uname: Linux 6.8.0-51-generic x86_64 ApportVersion: 2.28.1-0ubuntu3.3 Architecture: amd64 CasperMD5CheckResult: unknown Date: Tue Jan 21 23:49:33 2025 SourcePackage: monitoring-plugins UpgradeStatus: Upgraded to noble on 2024-12-18 (35 days ago) ** Affects: monitoring-plugins (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug noble -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095449 Title: check_smtp can't ssl or tls To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/monitoring-plugins/+bug/2095449/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1970724] [NEW] inconsistent/absent chef packages in jammy
Public bug reported: Hi, There is no chef package in jammy. To install chef I've kept a focal sources.list file around. $ apt-cache policy chef chef: Installed: 15.8.25.3.gcf41df6a2-6 Candidate: 15.8.25.3.gcf41df6a2-6 Version table: *** 15.8.25.3.gcf41df6a2-6 500 500 http://no.archive.ubuntu.com/ubuntu focal/universe amd64 Packages 100 /var/lib/dpkg/status But there is a ruby-chef-config package $ apt-cache policy ruby-chef-config ruby-chef-config: Installed: 15.8.25.3.gcf41df6a2-6 Candidate: 16.12.3-2 Version table: 16.12.3-2 500 500 http://no.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages 500 http://no.archive.ubuntu.com/ubuntu jammy/universe i386 Packages *** 15.8.25.3.gcf41df6a2-6 500 500 http://no.archive.ubuntu.com/ubuntu focal/universe amd64 Packages 100 /var/lib/dpkg/status But this gets a bit in the way because chef from focal is not compatible with the ruby-chef-config package from jammy. So in fact the ruby-chef- config package in jammy should be removed as long as there is no chef package. Also ohai (Related but tangential: I had to downgrade some chef related package to the focal versions and put them on old to get the focal chef to work: ohaihold ruby-chef-confighold ruby-chef-utils hold ruby-net-sftp hold ruby-uuidtools hold ) ProblemType: Bug DistroRelease: Ubuntu 22.04 Package: chef 15.8.25.3.gcf41df6a2-6 ProcVersionSignature: Ubuntu 5.15.0-27.28-generic 5.15.30 Uname: Linux 5.15.0-27-generic x86_64 ApportVersion: 2.20.11-0ubuntu82 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: KDE Date: Thu Apr 28 10:18:33 2022 EcryptfsInUse: Yes InstallationDate: Installed on 2017-07-18 (1744 days ago) InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412) PackageArchitecture: all SourcePackage: chef UpgradeStatus: Upgraded to jammy on 2022-04-28 (0 days ago) ** Affects: chef (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug jammy third-party-packages -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1970724 Title: inconsistent/absent chef packages in jammy To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chef/+bug/1970724/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1958453] Re: clamav-freshclam does not upgrade successfuly
What I did was: apt update && apt -y dist-upgrade All that happened was that I provided input for when asked about wether to keep my own /etc/clamav/freshclam.conf or use the package maintainers version, to which I answered 'I', install package maintainers version since the diff looked harmless. I now notice that my /etc/clamav/freshclam.conf file is 7 repetitions of almost the same content with the header # Automatically created by the clamav-freshclam postinst # Comments will get lost when you reconfigure the clamav-freshclam package between. But that might be some other bug or feature. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958453 Title: clamav-freshclam does not upgrade successfuly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ucf/+bug/1958453/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1958453] Re: clamav-freshclam does not upgrade successfuly
Workaround: # cp hashfile.6 hashfile.66 # rm hashfile.6 # mv hashfile.66 hashfile.6 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958453 Title: clamav-freshclam does not upgrade successfuly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1958453/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1958453] Re: clamav-freshclam does not upgrade successfuly
$ ls -li hashfile* 5636464 -rw-r--r-- 1 root root 6842 Apr 4 2021 hashfile 5641771 -rw-r--r-- 1 root root 6898 Apr 4 2021 hashfile.0 5641772 -rw-r--r-- 1 root root 6953 Apr 4 2021 hashfile.1 5641773 -rw-r--r-- 1 root root 7010 Apr 4 2021 hashfile.2 5641774 -rw-r--r-- 1 root root 7066 Apr 4 2021 hashfile.3 5641775 -rw-r--r-- 1 root root 7066 Apr 4 2021 hashfile.4 5641776 -rw-r--r-- 2 root root 7118 Mar 21 2021 hashfile.5 5641776 -rw-r--r-- 2 root root 7118 Mar 21 2021 hashfile.6 5641778 -rw-r--r-- 1 root root 7118 Mar 21 2021 hashfile.7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958453 Title: clamav-freshclam does not upgrade successfuly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1958453/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1958453] [NEW] clamav-freshclam does not upgrade successfuly
Public bug reported: When upgrading my email server: Setting up clamav-freshclam (0.103.5+dfsg-1~20.04.1) ... Replacing config file /etc/clamav/freshclam.conf with new version cp: '/var/lib/ucf/hashfile.5' and '/var/lib/ucf/hashfile.6' are the same file dpkg: error processing package clamav-freshclam (--configure): installed clamav-freshclam package post-installation script subprocess returned error exit status 1 I chose to install the package maintainers configuration ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: clamav-freshclam 0.103.5+dfsg-1~20.04.1 ProcVersionSignature: Ubuntu 5.4.0-94.106-generic 5.4.157 Uname: Linux 5.4.0-94-generic x86_64 NonfreeKernelModules: cpuid xt_conntrack xt_MASQUERADE nf_conntrack_netlink nfnetlink xfrm_user xfrm_algo xt_addrtype iptable_filter iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 bpfilter br_netfilter bridge stp llc aufs overlay dm_multipath scsi_dh_rdac scsi_dh_emc scsi_dh_alua amd64_edac_mod edac_mce_amd kvm_amd ccp input_leds kvm macvlan mac_hid k10temp sch_fq_codel w83795 msr ip_tables x_tables autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear radeon i2c_algo_bit ttm drm_kms_helper syscopyarea hid_generic sysfillrect sysimgblt fb_sys_fops usbhid pata_acpi ahci hid pata_atiixp i2c_piix4 drm libahci tg3 ApportVersion: 2.20.11-0ubuntu27.21 Architecture: amd64 CasperMD5CheckResult: skip Date: Wed Jan 19 21:19:00 2022 KernLog: ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_IE.UTF-8 SHELL=/bin/bash SourcePackage: clamav UpgradeStatus: Upgraded to focal on 2020-12-29 (386 days ago) ** Affects: clamav (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1958453 Title: clamav-freshclam does not upgrade successfuly To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/clamav/+bug/1958453/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1896772] Re: systemd-resolved configures no Current Scopes on start
I still have this Failed to save link data /run/systemd/resolve/netif/2: Permission denied problem on 21.10 when getting a dhcp lease. The netif directory: drwxr-xr-x 2 root root 40 nov. 24 2021 /run/systemd/resolve/netif -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1896772 Title: systemd-resolved configures no Current Scopes on start To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1896772/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1949454] [NEW] evdi 1.9.1 kernel module fails to load on 5.11.0-38-generic
Public bug reported: This, as you can see, fails: # modprobe evdi modprobe: ERROR: could not insert 'evdi': Exec format error This is associated with this kernel message: [ 1292.225787] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc ad6f48f0, val c15fbdbd I have also tried the driver provided by displaylink, it results in the same messages. I have since run displaylink-driver-5.4.1-55.174.run uninstall and ensured that that driver is not available to load. ProblemType: Bug DistroRelease: Ubuntu 21.04 Package: evdi-dkms 1.9.1-1ubuntu4~21.04.1 ProcVersionSignature: Ubuntu 5.11.0-38.42-generic 5.11.22 Uname: Linux 5.11.0-38-generic x86_64 ApportVersion: 2.20.11-0ubuntu65.4 Architecture: amd64 CasperMD5CheckResult: unknown CurrentDesktop: KDE Date: Tue Nov 2 11:19:28 2021 EcryptfsInUse: Yes InstallationDate: Installed on 2017-07-18 (1567 days ago) InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412) PackageArchitecture: all SourcePackage: evdi UpgradeStatus: Upgraded to hirsute on 2021-09-15 (48 days ago) ** Affects: evdi (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug hirsute -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1949454 Title: evdi 1.9.1 kernel module fails to load on 5.11.0-38-generic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/evdi/+bug/1949454/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1898482] [NEW] package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1
Public bug reported: do-release-upgrade said it would need 1.5G free diskspace, used 1.7G and the disk was then full. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: initramfs-tools 0.136ubuntu6.3 ProcVersionSignature: Ubuntu 4.15.0-118.119-generic 4.15.18 Uname: Linux 4.15.0-118-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.9 Architecture: amd64 CasperMD5CheckResult: skip Date: Sun Oct 4 20:45:27 2020 ErrorMessage: installed initramfs-tools package post-installation script subprocess returned error exit status 1 PackageArchitecture: all Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 3.8.2-0ubuntu2 PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 2.7.17-4 RelatedPackageVersions: dpkg 1.19.7ubuntu3 apt 2.0.2ubuntu0.1 SourcePackage: initramfs-tools Title: package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1 UpgradeStatus: Upgraded to focal on 2020-10-04 (0 days ago) ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1898482 Title: package initramfs-tools 0.136ubuntu6.3 failed to install/upgrade: installed initramfs-tools package post-installation script subprocess returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1898482/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1890197] [NEW] mediawiki schema issue after do-release-upgrade -d from 18.04 to 20.04
Public bug reported: Hi, I needed to upgrade the server where my mediawiki runs to to get unison working from our laptops to it. Therefore I ran 'do-release-upgrade -d' to upgrade to focal - I've already done so for a couple of other things including my laptops where this worked well. But, the mediawiki database schema was not upgraded afterwards causing error on login. The interweb suggests running Update.php - but this does not seem to be included in the mediawiki package. $ dpkg -l mediawiki Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==---= ii mediawiki 1:1.31.7-1 all website engine for collaborative work janl@mediawiki:~$ apt policy mediawiki mediawiki: Installed: 1:1.31.7-1 Candidate: 1:1.31.7-1 Version table: *** 1:1.31.7-1 500 500 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages 100 /var/lib/dpkg/status ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: ubuntu-release-upgrader-core 1:20.04.23 ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44 Uname: Linux 5.4.0-42-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.4 Architecture: amd64 CasperMD5CheckResult: skip CrashDB: ubuntu Date: Mon Aug 3 20:18:03 2020 PackageArchitecture: all ProcEnviron: TERM=xterm-256color PATH=(custom, no user) XDG_RUNTIME_DIR= LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: ubuntu-release-upgrader Symptom: dist-upgrade UpgradeStatus: Upgraded to focal on 2020-08-03 (0 days ago) VarLogDistupgradeAptclonesystemstate.tar.gz: Error: command ['pkexec', 'cat', '/var/log/dist-upgrade/apt-clone_system_state.tar.gz'] failed with exit code 127: polkit-agent-helper-1: pam_authenticate failed: Authentication failure Error executing command as another user: Not authorized This incident has been reported. VarLogDistupgradeXorgFixuplog: INFO:root:/usr/bin/do-release-upgrade running INFO:root:No xorg.conf, exiting ** Affects: ubuntu-release-upgrader (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug dist-upgrade focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1890197 Title: mediawiki schema issue after do-release-upgrade -d from 18.04 to 20.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1890197/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889001] Re: kde wallet does not survive disorderly shutdown
** Summary changed: - kde wallet does not survive disorderly shutdown - ever + kde wallet does not survive disorderly shutdown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889001 Title: kde wallet does not survive disorderly shutdown To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kwalletmanager/+bug/1889001/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1889001] [NEW] kde wallet does not survive disorderly shutdown - ever
Public bug reported: Hi, My kids borrow my private laptop and forget to replug it. Therefore I often find it unpowered. Whenever I turn it on again everything in the kdewallet is gone - by which I mean everything in my chromium browser. Everything else is where it should be - no issues and no problems. Somehow kwalletmanager keeps the file open or does something that ensures that the contents of the wallet is gone after restarting. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: kwalletmanager 4:19.12.3-0ubuntu1 ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44 Uname: Linux 5.4.0-40-generic x86_64 ApportVersion: 2.20.11-0ubuntu27.3 Architecture: amd64 CasperMD5CheckResult: skip CurrentDesktop: KDE Date: Sun Jul 26 17:29:06 2020 SourcePackage: kwalletmanager UpgradeStatus: Upgraded to focal on 2019-05-24 (428 days ago) ** Affects: kwalletmanager (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1889001 Title: kde wallet does not survive disorderly shutdown - ever To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kwalletmanager/+bug/1889001/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1814539] Re: acpi is getting stuck at charging/discharging
Who do you want to do a bisection? I wrote that it works in 4.18.0-12-generic and not in 4.18.0-13-generic kernels provided by Ubuntu. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1814539 Title: acpi is getting stuck at charging/discharging To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1814539/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1814539] Re: acpi is getting stuck at charging/discharging
The issue remains in both mainline 4.20.0 and 5.0.0rc7 generic kernels. ** Also affects: linux Importance: Undecided Status: New ** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1814539 Title: acpi is getting stuck at charging/discharging To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1814539/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1814539] Re: acpi is getting stuck at charging/discharging
I should perhaps add that then the laptop goes from unpowered to powered the led in the power button does blink. So the firmware stil sennses the power being plugged. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1814539 Title: acpi is getting stuck at charging/discharging To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1814539/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1814539] [NEW] acpi is getting stuck at charging/discharging
Public bug reported: As I write this I run 4.18.0-12-generic and the ACPI subsystem correctly detects when the powerplug is plugged and unplugged. In 4.18.0-13 and -14 this does not seem to be the case. The subsystem status will remain as it was when booting if the plug is removed/replaced. ProblemType: Bug DistroRelease: Ubuntu 18.10 Package: linux-image-generic 4.18.0.14.15 ProcVersionSignature: Ubuntu 4.18.0-12.13-generic 4.18.17 Uname: Linux 4.18.0-12-generic x86_64 ApportVersion: 2.20.10-0ubuntu13.1 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: niclangf 12325 F pulseaudio CurrentDesktop: KDE Date: Mon Feb 4 14:47:02 2019 EcryptfsInUse: Yes HibernationDevice: InstallationDate: Installed on 2017-07-18 (566 days ago) InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412) MachineType: LENOVO 20HGS1C200 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-12-generic root=UUID=2d9f5e19-7a20-4479-9c37-fcc005765c98 ro quiet splash vt.handoff=1 RelatedPackageVersions: linux-restricted-modules-4.18.0-12-generic N/A linux-backports-modules-4.18.0-12-generic N/A linux-firmware 1.175.1 SourcePackage: linux UpgradeStatus: Upgraded to cosmic on 2018-11-02 (94 days ago) dmi.bios.date: 12/27/2016 dmi.bios.vendor: LENOVO dmi.bios.version: N1WET25W (1.04 ) dmi.board.asset.tag: Not Available dmi.board.name: 20HGS1C200 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN1WET25W(1.04):bd12/27/2016:svnLENOVO:pn20HGS1C200:pvrThinkPadT470s:rvnLENOVO:rn20HGS1C200:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: dmi.product.family: ThinkPad T470s dmi.product.name: 20HGS1C200 dmi.product.sku: LENOVO_MT_20HG_BU_Think_FM_ThinkPad T470s dmi.product.version: ThinkPad T470s dmi.sys.vendor: LENOVO ** Affects: linux (Ubuntu) Importance: Undecided Status: Confirmed ** Tags: amd64 apport-bug cosmic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1814539 Title: acpi is getting stuck at charging/discharging To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1814539/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734890] Re: pulse audio does not load because "module-switch-on-connect" should be loaded once at most
A couple of reboots lagter and this went away. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734890 Title: pulse audio does not load because "module-switch-on-connect" should be loaded once at most To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1734890/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734890] [NEW] pulse audio does not load because "module-switch-on-connect" should be loaded once at most
Public bug reported: This laptop was initially loaded with kubuntu 17.04. Yesterday I used do-release-upgrade to update to 17.10. This morning I noticed that the pulse audio mixer was broken while chrome and amarok could still play sound. Cold booted just in case. Still no pulse mixing. But alsamixer was working. Found that no pulse processes are running. $ ps auxww | grep pulse niclangf 9666 0.0 0.0 15900 1180 pts/3S+ 15:13 0:00 grep --color=auto pulse $ pulseaudio E: [pulseaudio] module.c: Module "module-switch-on-connect" should be loaded once at most. Refusing to load. E: [pulseaudio] main.c: Module load failed. E: [pulseaudio] main.c: Failed to initialize daemon. $ ps auxww | grep pulse niclangf 9833 0.0 0.0 15900 1036 pts/3S+ 15:16 0:00 grep --color=auto pulse Removed .config/pulse and .gconf/system/pulseaudio $ pulseaudio W: [pulseaudio] authkey.c: Failed to open cookie file '/home/niclangf/.config/pulse/cookie': No such file or directory W: [pulseaudio] authkey.c: Failed to load authentication key '/home/niclangf/.config/pulse/cookie': No such file or directory W: [pulseaudio] authkey.c: Failed to open cookie file '/home/niclangf/.pulse-cookie': No such file or directory W: [pulseaudio] authkey.c: Failed to load authentication key '/home/niclangf/.pulse-cookie': No such file or directory E: [pulseaudio] module.c: Module "module-switch-on-connect" should be loaded once at most. Refusing to load. E: [pulseaudio] main.c: Module load failed. E: [pulseaudio] main.c: Failed to initialize daemon. $ pulseaudio E: [pulseaudio] module.c: Module "module-switch-on-connect" should be loaded once at most. Refusing to load. E: [pulseaudio] main.c: Module load failed. E: [pulseaudio] main.c: Failed to initialize daemon. Nicolai ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: pulseaudio 1:10.0-2ubuntu3 ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8 Uname: Linux 4.13.0-17-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.5 Architecture: amd64 CurrentDesktop: KDE Date: Tue Nov 28 15:11:06 2017 EcryptfsInUse: Yes InstallationDate: Installed on 2017-07-18 (133 days ago) InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412) PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. SourcePackage: pulseaudio UpgradeStatus: Upgraded to artful on 2017-11-27 (1 days ago) dmi.bios.date: 12/27/2016 dmi.bios.vendor: LENOVO dmi.bios.version: N1WET25W (1.04 ) dmi.board.asset.tag: Not Available dmi.board.name: 20HGS1C200 dmi.board.vendor: LENOVO dmi.board.version: SDK0J40697 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: None dmi.modalias: dmi:bvnLENOVO:bvrN1WET25W(1.04):bd12/27/2016:svnLENOVO:pn20HGS1C200:pvrThinkPadT470s:rvnLENOVO:rn20HGS1C200:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone: dmi.product.family: ThinkPad T470s dmi.product.name: 20HGS1C200 dmi.product.version: ThinkPad T470s dmi.sys.vendor: LENOVO ** Affects: pulseaudio (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug artful -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734890 Title: pulse audio does not load because "module-switch-on-connect" should be loaded once at most To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1734890/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1734702] [NEW] perldoc shows lots of escapes
Public bug reported: Fresh konsole: $ echo $TERM xterm-256color $ type perldoc perldoc is /usr/bin/perldoc $ dpkg -S /usr/bin/perldoc diversion by perl-doc from: /usr/bin/perldoc diversion by perl-doc to: /usr/bin/perldoc.stub perl, perl-doc: /usr/bin/perldoc $ echo $PAGER $ perldoc perlsyn (Now in pager:) ESC[1mNAMEESC[0m perlsyn - Perl syntax ESC[1mDESCRIPTIONESC[0m A Perl program consists of a sequence of declarations and statements which ... That's a lot of ESCapes. PAGER=more gets me "2NAME2" and the like. $ locate perlsyn /usr/share/man/man1/perlsyn.1.gz /usr/share/man/man1/perlsynology.1.gz /usr/share/perl/5.26.0/pod/perlsyn.pod /usr/share/perl/5.26.0/pod/perlsynology.pod No cached files apparently. This works reasonably: TERM=none perldoc perlsyn | (TERM=vt100 less) - but looses the bolds etc. This works well: man perlsyn This also works as expected, showing bolds and stuff, but I find it impractical: perldoc perlsyn | cat So perldoc applies terminal appropriate escapes where it should not? ProblemType: Bug DistroRelease: Ubuntu 17.10 Package: perl-doc 5.26.0-8ubuntu1 ProcVersionSignature: Ubuntu 4.13.0-17.20-generic 4.13.8 Uname: Linux 4.13.0-17-generic x86_64 ApportVersion: 2.20.7-0ubuntu3.5 Architecture: amd64 CurrentDesktop: KDE Date: Mon Nov 27 15:23:57 2017 EcryptfsInUse: Yes InstallationDate: Installed on 2017-07-18 (132 days ago) InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412) PackageArchitecture: all SourcePackage: perl UpgradeStatus: Upgraded to artful on 2017-11-27 (0 days ago) ** Affects: perl (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug artful -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734702 Title: perldoc shows lots of escapes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/perl/+bug/1734702/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1722206] [NEW] middle button in kde with touchpad
Public bug reported: Got a thinkpad with a touchpad and KDE 17.04. The system settings input control panel recognizes it and offers that top-right clicking on the touchpad be registered as middle-click - as in X paste. However it is only recognized as a middle click intermittently, for the most part it registers as a left button click, which is the setting for the pad as a whole. I've set a two finger click to act as middle clich which works. But this contradicts almost 20 years of tochpad use/training. So it does not work to set the different corner clicks... ProblemType: Bug DistroRelease: Ubuntu 17.04 Package: systemsettings 4:5.9.5-0ubuntu0.1 ProcVersionSignature: Ubuntu 4.10.0-35.39-generic 4.10.17 Uname: Linux 4.10.0-35-generic x86_64 ApportVersion: 2.20.4-0ubuntu4.5 Architecture: amd64 CurrentDesktop: KDE Date: Mon Oct 9 12:03:56 2017 EcryptfsInUse: Yes InstallationDate: Installed on 2017-07-18 (82 days ago) InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412) SourcePackage: systemsettings UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: systemsettings (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug zesty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1722206 Title: middle button in kde with touchpad To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemsettings/+bug/1722206/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1671418] [NEW] Builtin socks support broken
Public bug reported: I have ssh doing socks proxying Host socks User janl HostName hjemme.langfeldt.net DynamicForward localhost:1080 Then I configure konversation to use this: Settings menu / Configure Konversation / Connection: - Enable proxy - Type: Socks v5 - Address: 127.0.0.1 (or localhost) - Port: 1080 When connecting all I see is this: [11:26] [Info] Looking for server irc.*.org (port 6667)... [11:26] [Info] Server found, connecting... and then it hangs. If I start it with "tsocks konversation" it works. ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: konversation 1.6.1-1ubuntu2 ProcVersionSignature: Ubuntu 4.8.0-39.42-generic 4.8.17 Uname: Linux 4.8.0-39-generic x86_64 ApportVersion: 2.20.3-0ubuntu8.2 Architecture: amd64 CurrentDesktop: KDE Date: Thu Mar 9 11:13:21 2017 InstallationDate: Installed on 2017-01-31 (36 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) SourcePackage: konversation UpgradeStatus: Upgraded to yakkety on 2017-01-31 (36 days ago) ** Affects: konversation (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug yakkety -- You received this bug notification because you are a member of Kubuntu Bugs, which is subscribed to konversation in Ubuntu. https://bugs.launchpad.net/bugs/1671418 Title: Builtin socks support broken To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/konversation/+bug/1671418/+subscriptions -- kubuntu-bugs mailing list kubuntu-b...@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
[Bug 1577926] Re: apt-key works fine, yet apt fails with "Could not execute 'apt-key'"
It should be noted that since this totally prevents updating of the machine this is also a security bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577926 Title: apt-key works fine, yet apt fails with "Could not execute 'apt-key'" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1577926/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1577926] Re: apt-key works fine, yet apt fails with "Could not execute 'apt-key'"
Agreed removing the _apt user does not help or even seem to change anything. The permission denied at executing apt-key from apt-get smells of app- armour interfering but I have no idea how that could happen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577926 Title: apt-key works fine, yet apt fails with "Could not execute 'apt-key'" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1577926/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1577926] Re: apt-key works fine, yet apt fails with "Could not execute 'apt-key'"
This bites me as well. I tried symlinking /usr/bin/apt-key to /bin/true but that also fails. Strace shows: 24419 execve("/usr/bin/apt-key", ["/usr/bin/apt-key", "--quiet", "--readonly", "verify", "--status-fd", "3", "/tmp/apt.sig.masxvS", "/tmp/apt.data.Orpf94"], [/* 25 vars */]) = -1 EPERM (Operation not permitted) 24419 write(2, "Couldn't execute /usr/bin/apt-key to check /var/lib/apt/lists/no.archive.ubuntu.com_ubuntu_dists_xenial_InRelease", 113) = 113 ... 24418 write(2, "Sub-process apt-key returned an error code (111)", 48) = 48 24418 exit_group(111) = ? ... 24417 write(2, "gpgv exited with status 111\n", 28) = 28 So the finger pointing at gpgv seems to be in error. Though running it with strace might change things as well. Apparmor is running on the machine and is enforcing (as a default setting, I did nothing specific to either enable or disable anything in it, or even initiate installation or enforcement), but nothing is logged about apt-key. ** Attachment added: "ubuntu-bug apt report" https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1577926/+attachment/4710581/+files/apport.apt.l5bhmhue.apport -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1577926 Title: apt-key works fine, yet apt fails with "Could not execute 'apt-key'" To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1577926/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1588952] [NEW] krdc does not agree with kdewallet manager about where the wallet lives
Public bug reported: KDE Wallet manager thinks that the kde wallets live in ~/.local/share/kwalletd. krdc wants them to live in ~/.kde/share/apps/kwallet. When I symlink those two direcories together krdc is not able to open the kde wallet found. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: krdc 4:15.12.3-0ubuntu1 ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6 Uname: Linux 4.4.0-21-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.1 Architecture: amd64 CurrentDesktop: KDE Date: Fri Jun 3 21:38:43 2016 InstallationDate: Installed on 2014-07-12 (692 days ago) InstallationMedia: Kubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.1) JournalErrors: Error: command ['journalctl', '-b', '--priority=warning', '--lines=1000'] failed with exit code 1: Hint: You are currently not seeing messages from other users and the system. Users in the 'systemd-journal' group can see all messages. Pass -q to turn off this notice. No journal files were opened due to insufficient permissions. SourcePackage: krdc UpgradeStatus: Upgraded to xenial on 2016-04-23 (41 days ago) ** Affects: krdc (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1588952 Title: krdc does not agree with kdewallet manager about where the wallet lives To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/krdc/+bug/1588952/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1436940] Re: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported
New Acer V3-372 laptop with Xenial Kubuntu. Non-working wifi. Hit google, find this ticket. Installed the Kvalo master firmware bundle and wifi worked right away. Suggest inclusion of kvalo master bundle in Xenial. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1436940 Title: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1515551] [NEW] Several laptops unstable with 15.10 kernels
Public bug reported: After upgrading my two laptops (HP EliteBook 8470p, Sony Vaio, both several years old) to 15.10 both started freezing within 12 hours of booting and the screens started flickering when X did fade-out and fade- ins. Booting the HP with the 15.04 kernel (3.19.0-31) makes it stable again. The sony vaoi was downgraded to 14.04 and is stable there. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: xorg 1:7.7+7ubuntu4 ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7 Uname: Linux 3.19.0-31-generic x86_64 ApportVersion: 2.19.1-0ubuntu4 Architecture: amd64 CurrentDesktop: KDE Date: Thu Nov 12 11:34:25 2015 InstallationDate: Installed on 2013-11-07 (734 days ago) InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424) SourcePackage: xorg Symptom: display UpgradeStatus: Upgraded to wily on 2015-10-26 (16 days ago) ** Affects: xorg (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug kubuntu wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1515551 Title: Several laptops unstable with 15.10 kernels To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1515551/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1514235] [NEW] After update it still shows that updates are missing
Public bug reported: Muon notifier shows that I need to update packages. Then I use it to update packages and it turns green. When I click on it it still shows that packages need updating while nothing needs to be updatet: # apt-get -y dist-upgrade Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: muon-notifier 4:5.4.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7 Uname: Linux 3.19.0-31-generic x86_64 ApportVersion: 2.19.1-0ubuntu4 Architecture: amd64 Date: Sun Nov 8 19:58:56 2015 InstallationDate: Installed on 2013-11-07 (731 days ago) InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424) SourcePackage: muon UpgradeStatus: Upgraded to wily on 2015-10-26 (12 days ago) ** Affects: muon (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug wily ** Attachment added: "Screen dump" https://bugs.launchpad.net/bugs/1514235/+attachment/4515247/+files/muon-notifier-unhappy-crop.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1514235 Title: After update it still shows that updates are missing To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1514235/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1513437] Re: Incorrect default routing after vpnc completes
As I said I run vpnc from the commandline due to the need for two factor authentication. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1513437 Title: Incorrect default routing after vpnc completes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-vpnc/+bug/1513437/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1513437] [NEW] Incorrect default routing after vpnc completes
Public bug reported: We're using vpnc with a password + one time token at work so I run it from the command line. I've been using it for years, this laptop is probably 2 years old, upgrading ubuntu every half year and I've never had this issue before I upgraded to 15.10. I've put set +x in the vpnc-script, and I'm also tailing syslog in the same window. Got this trace after being accepted, towards the end: + set_default_route + /sbin/ip route + fix_ip_get_output + + grepsed -e ^default s/ /\n/g Nov 5 11:16:54 niclan-lap NetworkManager[724]: Device 'tun0' has no connection; scheduling activate_check in 0 seconds. Nov 5 11:16:54 niclan-lap NetworkManager[724]: (tun0): Activation: starting connection 'tun0' (498de0c1-9fe8-43fc-82ac-3d4e1bcbbf2f) + sed -ne 1p;/via/{N;p};/dev/{N;p};/src/{N;p};/mtu/{N;p} HERE the correct default routing is installed: + /sbin/ip route replace default dev tun0 + /sbin/ip route flush cache And at this point network manager pounces (this is the very next line of the console (from tail -f syslog): Nov 5 11:16:54 niclan-lap NetworkManager[724]: (tun0): device state change: disconnected -> prepare (reason 'none') [30 40 0] + [ -n ] + [ -n -o -n ] + [ -n 194.19.44.43 195.204.29.42 ] + modify_resolvconf_manager + NEW_RESOLVCONF= + NEW_RESOLVCONF= nameserver 194.19.44.43 + NEW_RESOLVCONF= nameserver 194.19.44.43 nameserver 195.204.29.42 + [ -n ] Nov 5 11:16:54 niclan-lap NetworkManager[724]: (tun0): device state change: prepare -> config (reason 'none') [40 50 0] + echo nameserver 194.19.44.43 nameserver 195.204.29.42 + /sbin/resolvconf -a tun0 Major networkmanager action: Nov 5 11:16:54 niclan-lap NetworkManager[724]: (tun0): device state change: config -> ip-config (reason 'none') [50 70 0] Nov 5 11:16:54 niclan-lap NetworkManager[724]: (tun0): device state change: ip-config -> ip-check (reason 'none') [70 80 0] Nov 5 11:16:55 niclan-lap NetworkManager[724]: (tun0): device state change: ip-check -> secondaries (reason 'none') [80 90 0] Nov 5 11:16:55 niclan-lap NetworkManager[724]: (tun0): device state change: secondaries -> activated (reason 'none') [90 100 0] Nov 5 11:16:55 niclan-lap NetworkManager[724]: (tun0): Activation: successful, device activated. Nov 5 11:16:55 niclan-lap dbus[743]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' Nov 5 11:16:55 niclan-lap systemd[1]: Starting Network Manager Script Dispatcher Service... Nov 5 11:16:55 niclan-lap dbus[743]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher' Nov 5 11:16:55 niclan-lap systemd[1]: Started Network Manager Script Dispatcher Service. Nov 5 11:16:55 niclan-lap nm-dispatcher: Dispatching action 'up' for tun0 Nov 5 11:16:55 niclan-lap systemd[1]: Reloading OpenBSD Secure Shell server. Nov 5 11:16:55 niclan-lap systemd[1]: Reloaded OpenBSD Secure Shell server. + run_hooks post-connect + HOOK=post-connect + [ -d /etc/vpnc/post-connect.d ] + exit 0 VPNC started in background (pid: 8778)... root@niclan-lap:/etc/vpnc# At this point I cannot reach resources through the VPN. root@niclan-lap:/etc/vpnc# /sbin/ip route default via 10.99.64.1 dev wlan0 proto static metric 600 10.21.50.0/24 dev tun0 scope link 10.99.64.0/23 dev wlan0 proto kernel scope link src 10.99.64.195 metric 600 169.254.0.0/16 dev wlan0 scope link metric 1000 193.69.44.30 via 10.99.64.1 dev wlan0 src 10.99.64.195 194.19.44.87 via 10.99.64.1 dev wlan0 proto dhcp metric 600 Nov 5 11:18:51 niclan-lap wpa_supplicant[1358]: nl80211: send_and_recv->nl_recvmsgs failed: -33 As we see the default routing is through the wlan0 instead of tun0. So the default routing set in the vpnc-script is already removed. I can only speculate to _what_ removed it, but network-manager seems to have been active at the time. So I add the routing again: root@niclan-lap:/etc/vpnc# /sbin/ip route replace default dev tun0 root@niclan-lap:/etc/vpnc# /sbin/ip route flush cache root@niclan-lap:/etc/vpnc# /sbin/ip route default dev tun0 scope link default via 10.99.64.1 dev wlan0 proto static metric 600 10.21.50.0/24 dev tun0 scope link 10.99.64.0/23 dev wlan0 proto kernel scope link src 10.99.64.195 metric 600 169.254.0.0/16 dev wlan0 scope link metric 1000 193.69.44.30 via 10.99.64.1 dev wlan0 src 10.99.64.195 194.19.44.87 via 10.99.64.1 dev wlan0 proto dhcp metric 600 The routing table is now correct I would say, at least I reach the resources inside the vpn without issue. ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: vpnc 0.5.3r550-2 ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3 Uname: Linux 4.2.0-16-generic x86_64 ApportVersion: 2.19.1-0ubuntu4 Architecture: amd64 CurrentDesktop: KDE Date: Thu Nov 5 11:58:20 2015 InstallationDate: Installed on 2013-11-07 (727 days ago) InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424) SourcePackage:
[Bug 1452013] [NEW] muon-update plasmoid does not launch muon-update
Public bug reported: Kubuntu 15.04, freshly upgraded using do-release-upgrade. Excellent experience yet again. The red shield with a cross (or bandaid?) appears saying that I have 7 packages to update, one of which is a security update. I press the update button and then nothing happens. And it keeps not happening. ProblemType: Bug DistroRelease: Ubuntu 15.04 Package: muon-updater 4:5.2.2-1-0ubuntu4 ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3 Uname: Linux 3.19.0-15-generic x86_64 ApportVersion: 2.17.2-0ubuntu1 Architecture: amd64 CurrentDesktop: KDE Date: Tue May 5 19:14:31 2015 SourcePackage: muon UpgradeStatus: Upgraded to vivid on 2015-05-01 (4 days ago) ** Affects: muon (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug vivid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1452013 Title: muon-update plasmoid does not launch muon-update To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1452013/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1408331] Re: libwww perl in ubuntu always enforces HTTPS server certificate
I forgot to write that the SSL_vrifycn_scheme => none setting was tested on a whim and it also did not help. That's why the code fragment is there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1408331 Title: libwww perl in ubuntu always enforces HTTPS server certificate To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libwww-perl/+bug/1408331/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1408331] Re: libwww perl in ubuntu always enforces HTTPS server certificate
So I changed LWP::Porotocol::https back and changed my program thus: #$ua->ssl_opts( verify_hostname => 0 ); $ua->ssl_opts( SSL_verify_mode => 0 ); This causes the same error: Error getting PE routers via REST to blc.serv.as2116.net: 500 Can't connect to blc.serv.as2116.net:443 (certificate verify failed)(Can't connect to blc.serv.as2116.net:443 (certificate verify failed) So it's still not possible to disable the certificate check. Not to mention that the documentation in the package hasn't been updated to reflect this. #$ua->ssl_opts( verify_hostname => 0 ); $ua->ssl_opts( SSL_verify_mode => 0 ); $ua->ssl_opts( SSL_verifycn_scheme => 'none' ); Additionally it seems to break the principle of least surprise, if someone has working code tested with CPAN LWP and then tries to run it on Ubuntu it will fail without explanation (or any documentation). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1408331 Title: libwww perl in ubuntu always enforces HTTPS server certificate To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libwww-perl/+bug/1408331/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1408331] [NEW] libwww perl in ubuntu always enforces HTTPS server certificate
Public bug reported: Given this simple code: $ua = LWP::UserAgent->new; $ua->agent("netview"); $ua->protocols_allowed( [ 'https' ] ); $ua->ssl_opts( verify_hostname => 0 ); push @{ $ua->requests_redirectable }, 'POST', 'GET'; my $req = HTTP::Request->new( GET => "https://$server/blc/api/routers/type/pe"; ); $req->content_type('application/json'); $req->authorization_basic($apipw->{APIUSER}, $apipw->{APIPW}); my $res = $ua->request($req); LOGDIE "Error getting PE routers via REST to $server: ".$res->status_line. "(".$res->content.")" if ! $res->is_success; I get this message: Error getting PE routers via REST to blc.serv.as2116.net: 500 Can't connect to blc.serv.as2116.net:443 (certificate verify failed)(Can't connect to blc.serv.as2116.net:443 (certificate verify failed) LWP::Protocol::https::Socket: SSL connect attempt failed with unknown error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed at /usr/share/perl5/LWP/Protocol/http.pm line 41. Strace shows that the code is looking for a CA file from the OpenSSL package. blc.serv.as2116.net's sertificate is signed by a uncommon CA so this fails. BUT it should not be trying to verify this at all due to the verify_hostname setting. In HTTP::Protocol::https one finds a _extra_sock_opts function that's different than the official LWP release. I replaced it with the this LWP 6.04 code: sub _extra_sock_opts { my $self = shift; my %ssl_opts = %{$self->{ua}{ssl_opts} || {}}; if (delete $ssl_opts{verify_hostname}) { $ssl_opts{SSL_verify_mode} ||= 1; $ssl_opts{SSL_verifycn_scheme} = 'www'; } else { $ssl_opts{SSL_verify_mode} = 0; } if ($ssl_opts{SSL_verify_mode}) { unless (exists $ssl_opts{SSL_ca_file} || exists $ssl_opts{SSL_ca_path}) { eval { require Mozilla::CA; }; if ($@) { if ($@ =! /^Can't locate Mozilla\/CA\.pm/) { $@ = <<'EOT'; Can't verify SSL peers without knowing which Certificate Authorities to trust This problem can be fixed by either setting the PERL_LWP_SSL_CA_FILE envirionment variable or by installing the Mozilla::CA module. To disable verification of SSL peers set the PERL_LWP_SSL_VERIFY_HOSTNAME envirionment variable to 0. If you do this you can't be sure that you communicate with the expected peer. EOT } die $@; } $ssl_opts{SSL_ca_file} = Mozilla::CA::SSL_ca_file(); } } $self->{ssl_opts} = \%ssl_opts; return (%ssl_opts, $self->SUPER::_extra_sock_opts); } Then I get this instead Error getting PE routers via REST to blc.serv.as2116.net: 401 Unauthorized({"error":{"code":401,"message":"Unauthorized: Basic Authentication Required"}}) which means that the SSL handshake was completed. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: libwww-perl 6.05-2 ProcVersionSignature: Ubuntu 3.13.0-43.72-generic 3.13.11.11 Uname: Linux 3.13.0-43-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.6 Architecture: amd64 Date: Wed Jan 7 16:05:09 2015 InstallationDate: Installed on 2014-12-19 (19 days ago) InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 (20140416.2) PackageArchitecture: all SourcePackage: libwww-perl UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: libwww-perl (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1408331 Title: libwww perl in ubuntu always enforces HTTPS server certificate To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libwww-perl/+bug/1408331/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1395609] [NEW] xul-ext-gdata-provider now broken due to api changes
Public bug reported: As sumarized here https://addons.mozilla.org/en-US/thunderbird/addon /provider-for-google-calendar/reviews/?page=2 google made changes that broke xul-ext-gdata-provider. I had this version installed. # apt-cache policy xul-ext-gdata-provider xul-ext-gdata-provider: Installert: 1:31.2.0+build2-0ubuntu0.14.04.1 Kandidat: 1:31.2.0+build2-0ubuntu0.14.04.1 Versjonstabell: *** 1:31.2.0+build2-0ubuntu0.14.04.1 0 500 http://no.archive.ubuntu.com/ubuntu/ trusty-updates/universe amd64 Packages 500 http://security.ubuntu.com/ubuntu/ trusty-security/universe amd64 Packages 100 /var/lib/dpkg/status 1:24.4.0+build1-0ubuntu1 0 500 http://no.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages Removed that, and installed the version from the web pages, and the calendars came back. ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: xul-ext-gdata-provider (not installed) ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8 Uname: Linux 3.13.0-39-generic x86_64 AddonCompatCheckDisabled: False ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: niclan 2412 F pulseaudio niclan 2835 F pulseaudio BuildID: 20141014174146 Channel: Unavailable CurrentDesktop: KDE Date: Mon Nov 24 08:16:17 2014 DefaultProfileIncompatibleExtensions: Norsk bokmål (NO) Language Pack - langpack-nb...@thunderbird.mozilla.org Norsk nynorsk (NO) Language Pack - langpack-nn...@thunderbird.mozilla.org English (GB) Language Pack - langpack-en...@thunderbird.mozilla.org Thunderbird (default) - {972ce4c6-7e08-4474-a285-3208198ce6fd} DefaultProfilePlugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so Citrix Receiver for Linux - /opt/Citrix/ICAClient/npica.so (icaclient) IcedTea-Web Plugin (using IcedTea-Web 1.5 (1.5-1ubuntu1)) - /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so (icedtea-7-plugin) DefaultProfilePrefSources: prefs.js /usr/lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js /usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/enigmail.js /usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{847b3a00-7ab1-11d4-8f02-006008948af5}/defaults/preferences/000system.js [Profile]/extensions/{a62ef8ec-5fdc-40c2-873c-223b8a6925cc}/defaults/preferences/preferences.js ForcedLayersAccel: False IfupdownConfig: # interfaces(5) file used by ifup(8) and ifdown(8) auto lo iface lo inet loopback InstallationDate: Installed on 2013-11-07 (381 days ago) InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424) IpRoute: default dev tun0 scope link 10.21.50.0/24 dev tun0 scope link 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.231 metric 9 193.69.44.30 via 192.168.1.1 dev wlan0 src 192.168.1.231 Profile1Plugins: Shockwave Flash - /usr/lib/flashplugin-installer/libflashplayer.so IcedTea-Web Plugin (using IcedTea-Web 1.4 (1.4-3ubuntu2.1)) - /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so (icedtea-7-plugin) Profile1PrefSources: prefs.js /usr/lib/thunderbird/extensions/{e2fda1a4-762b-4020-b5ad-a41df1933103}/defaults/preferences/lightning.js Profile1Prefs: extensions.lastAppVersion: "24.3.0" (prefs.js) network.cookie.prefsMigrated: true (prefs.js) Profiles: Profile0 (Default) - LastVersion=31.2.0/20141014174146 (In use) Profile1 - LastVersion=24.3.0/20140210221147 (Out of date) RelatedPackageVersions: icaclient13.1.0.285639 icedtea-7-plugin 1.5-1ubuntu1 RunningIncompatibleAddons: True SourcePackage: thunderbird UpgradeStatus: Upgraded to trusty on 2014-06-18 (158 days ago) dmi.bios.date: 05/20/2013 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 68ICF Ver. F.42 dmi.board.name: 179B dmi.board.vendor: Hewlett-Packard dmi.board.version: KBC Version 42.35 dmi.chassis.asset.tag: CNU322C0RF dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnHewlett-Packard:bvr68ICFVer.F.42:bd05/20/2013:svnHewlett-Packard:pnHPEliteBook8470p:pvrA1029D1102:rvnHewlett-Packard:rn179B:rvrKBCVersion42.35:cvnHewlett-Packard:ct10:cvr: dmi.product.name: HP EliteBook 8470p dmi.product.version: A1029D1102 dmi.sys.vendor: Hewlett-Packard ** Affects: thunderbird (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1395609 Title: xul-ext-gdata-provider now broken due to api changes To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1395609/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 890219] Re: suexec-custom is not working correctly: only reading the www-data user config file.
Man page: If suexec is called by a user with name 'username', it will look into /etc/apache2/suexec/username for configuration. If the file does not exist, suexec will abort. By creating several config files, you can allow several different apache run users to use suexec. Oh yes, that could so much clearer. It would seem a more interesting feature to provide one configuration file for each user given in suexecusergroup instead of one pr. apache server instance. Documentation needs clearification. ** Changed in: apache2 (Ubuntu) Status: Invalid => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/890219 Title: suexec-custom is not working correctly: only reading the www-data user config file. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/890219/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1333127] [NEW] ecb does not install
Public bug reported: When installing ecb on 14.04: # apt-get install ecb Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: linux-image-extra-3.13.0-24-generic Use 'apt-get autoremove' to remove it. The following NEW packages will be installed: ecb 0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded. Need to get 828 kB of archives. After this operation, 3 671 kB of additional disk space will be used. Get:1 http://no.archive.ubuntu.com/ubuntu/ trusty/universe ecb all 2.40+cvs20110608-3 [828 kB] Fetched 828 kB in 0s (2 347 kB/s) Selecting previously unselected package ecb. (Reading database ... 280401 files and directories currently installed.) Preparing to unpack .../ecb_2.40+cvs20110608-3_all.deb ... Unpacking ecb (2.40+cvs20110608-3) ... Processing triggers for install-info (5.2.0.dfsg.1-2) ... install-info: warning: no info dir entry in `/usr/share/info/xemacs21/emodules.info.gz' Setting up ecb (2.40+cvs20110608-3) ... Install ecb for emacs Install ecb for emacs24 install/ecb: Handling install for emacsen flavor emacs24 Loading 00debian-vars... Loading /etc/emacs/site-start.d/20apel.el (source)... Loading /etc/emacs/site-start.d/50ecb.el (source)... ECB 2.40 uses CEDET 2.0 (contains semantic 2.2, eieio 1.4, speedbar ). `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'. `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead. ecb.el:Warning: `interactive-p' is an obsolete function (as of 23.2); use `called-interactively-p' instead. ecb.el:Warning: `interactive-p' is an obsolete function (as of 23.2); use `called-interactively-p' instead. ecb.el:Warning: `interactive-p' is an obsolete function (as of 23.2); use `called-interactively-p' instead. Loading /etc/emacs/site-start.d/50flim.el (source)... Loading /etc/emacs/site-start.d/50sepia.el (source)... Loading /etc/emacs/site-start.d/50w3m-el.el (source)... Wrote /usr/share/emacs24/site-lisp/ecb/ecb-advice-test.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-analyse.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-autogen.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-buffertab.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-cedet-wrapper.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-common-browser.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-compatibility.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-compilation.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-create-layout.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-cycle.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-eshell.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-examples.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-face.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-file-browser.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-help.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-jde.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-layout-defs.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-layout.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-method-browser.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-mode-line.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-multiframe.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-navigate.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-semantic-wrapper.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-semantic.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-speedbar.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-symboldef.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-tod.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-upgrade.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-util.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb-winman-support.elc Wrote /usr/share/emacs24/site-lisp/ecb/ecb.elc Warning (mule): `unibyte: t' is obsolete; use "coding: 'raw-text" instead. Wrote /usr/share/emacs24/site-lisp/ecb/follow-mouse.elc Wrote /usr/share/emacs24/site-lisp/ecb/silentcomp.elc Wrote /usr/share/emacs24/site-lisp/ecb/tree-buffer.elc Install ecb for xemacs21 install/ecb: Handling install for emacsen flavor xemacs21 Loading /usr/share/emacs/site-lisp/debian-startup... Loading 00debian... Loading site-start... Loading 00debian-vars... Loading 20apel... Loading 50ecb... "/usr/share/xemacs21/xemacs-packages/lisp/cedet-common/" added to `load-path' Error while loading 50ecb: ECB 2.40 - Error: ECB is missing the libs (semanticdb-mode) of CEDET - check your CEDET-installation/setup! Loading 50flim... Loading 50sepia... Loading 50w3m-el... Compiling /usr/share/xemacs21/site-lisp/ecb/ecb-advice-test.el... While compiling toplevel forms in file /usr/share/xemacs21/site-lisp/ecb/ecb-advice-test.el: !! Symbol's function definition is void ((defclass)) >>Error occurred processing ecb-advice-test.el: Symbol's function definition is void: defclass Compiling /usr/share/xemacs21/site-lisp/ecb/ecb-analyse.el... While compiling toplevel forms in file /usr/share/xemacs21/site-lisp/ecb/ecb-analyse.el: !
[Bug 1266400] Re: Apache2 fails to start with libapache2-mod-fcgid: No such file or directory: mod_fcgid
Same problem on machine upgraded from 12.04. to 14.04. /var/lib/apache2/fcgid/ does not exist. /var/lib/apache2 is owned by root 32633 open("/var/log/apache2/kqview-access.log", O_WRONLY|O_CREAT|O_APPEND|O_CLOEXEC, 0666) = 13 32633 open("/var/lib/apache2/fcgid/shm", O_WRONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 32633 open("/var/lib/apache2/fcgid/shm", O_WRONLY|O_CREAT|O_EXCL|O_CLOEXEC, 0666) = -1 ENOENT (No such file or directory) 32633 write(2, "[Fri May 02 12:21:17.679303 2014] [fcgid:emerg] [pid 32633:tid 139668710119296] (2)No such file or directory: mod_fcgid: Can't create shared memory for size 1200712 bytes\n", 171) = 171 r...@netview3.dev# mkdir /var/lib/apache2/fcgid r...@netview3.dev# chown www-data:www-data /var/lib/apache2/fcgid r...@netview3.dev# /etc/init.d/apache2 start * Starting web server apache2 * r...@netview3.dev# ls -l /var/lib/apache2/fcgid total 8 -rw-r--r-- 1 root root8 mai2 12:26 shm drwx-- 2 www-data root 4096 mai2 12:26 sock -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1266400 Title: Apache2 fails to start with libapache2-mod-fcgid: No such file or directory: mod_fcgid To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-fcgid/+bug/1266400/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1078372] Re: Forked children removes (masters) pid file
Fix arrived from upstream and released in 14.04 ** Changed in: libapp-daemon-perl (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1078372 Title: Forked children removes (masters) pid file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libapp-daemon-perl/+bug/1078372/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1078372] Re: Forked children removes (masters) pid file
Fixed version released in 14.04. (version 0.20). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1078372 Title: Forked children removes (masters) pid file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libapp-daemon-perl/+bug/1078372/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 853166] Re: package smartmontools 5.39.1 svn3124-2 failed to install/upgrade: ErrorMessage: EOF on stdin at conffile prompt
On 04/10/2014 06:02 AM, Serge Hallyn wrote: > Thanks for reporting this bug. Please reply if it is still an issue in > a supported release. I will let you know when I upgrade to 14.04. Nicolai -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853166 Title: package smartmontools 5.39.1 svn3124-2 failed to install/upgrade: ErrorMessage: EOF on stdin at conffile prompt To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/853166/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1194470] Re: swapping from ubuntu to kubuntu makes lightdm unusable
On 15. okt. 2013 07:15, janl wrote: > I had done apt-get install kubuntu-desktop. Nothing more or less. Then > lightdm was unusable and had to be excorcised completely and reinstated > to work. Also, this always happen. The only install media we have at work is ubuntu-desktop. So I install from that and then install kubuntu-desktop to make it kubuntu. This has been repeated 2 times by myself. Except that lightdm breaks. A full purge of all light packages is needed to overcome this. Regards, Nicolai ** Changed in: lightdm (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194470 Title: swapping from ubuntu to kubuntu makes lightdm unusable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1194470/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
SV: [Bug 1194470] Re: swapping from ubuntu to kubuntu makes lightdm unusable
I had done apt-get install kubuntu-desktop. Nothing more or less. Then lightdm was unusable and had to be excorcised completely and reinstated to work. -- Nicolai Langfeldt on a mobile. Please forgive errors of punctuation and spelling. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194470 Title: swapping from ubuntu to kubuntu makes lightdm unusable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1194470/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1212481] Re: Saucy: CouchDB 1.4.0 needed to work with Erlang 16.b.1
FWIW, the CouchDB developers support jderose’s plan. We are happy to help in any way we can. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1212481 Title: Saucy: CouchDB 1.4.0 needed to work with Erlang 16.b.1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/couchdb/+bug/1212481/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1194470] [NEW] swapping from ubuntu to kubuntu makes lightdm unusable
Public bug reported: Hi, My laptop was newly installed with 13.04 amd64 ubuntu CD. It was working. Since I like KDE I installed kubuntu-desktop and got debfoster to help me remove the packages I no longer needed. After this change the lightdm looked odd (and still unity-like, not kubuntu like) and logging in did not work. It did accept my password and the screen blinked but then I was back in lightdm. It was possible to log in with my account on a tty. I tried several times. After purging all lightdm packages and then reinstalling kubuntu-desktop I got a kubuntu styled lightdm that worked to log in with. I'm not sure that the lightdm logs that were present on my system when I ran "ubuntu-bug" shows this situation. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: lightdm 1.6.0-0ubuntu2.1 ProcVersionSignature: Ubuntu 3.8.0-25.37-generic 3.8.13 Uname: Linux 3.8.0-25-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.9.2-0ubuntu8.1 Architecture: amd64 Date: Tue Jun 25 16:10:08 2013 EcryptfsInUse: Yes InstallationDate: Installed on 2013-06-25 (0 days ago) InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424) LightdmConfig: [SeatDefaults] user-session=kde-plasma greeter-session=lightdm-kde-greeter MarkForUpload: True SourcePackage: lightdm UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: lightdm (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1194470 Title: swapping from ubuntu to kubuntu makes lightdm unusable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1194470/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1175331] Re: No virtio in 13.04 guest OS under virtualbox
** Changed in: linux (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175331 Title: No virtio in 13.04 guest OS under virtualbox To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175331/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1175331] Re: No virtio in 13.04 guest OS under virtualbox
No it did not. I just recalled that on a previous occasion where virtio networking broke in the guest it recovered when the host was booted. This was indeed the case this time as well. Since the package isn't from ubuntu I guess that ends the case. # apt-cache policy virtualbox-4.1 virtualbox-4.1: Installed: 4.1.26-84997~Ubuntu~precise Candidate: 4.1.26-84997~Ubuntu~precise Version table: *** 4.1.26-84997~Ubuntu~precise 0 500 http://download.virtualbox.org/virtualbox/debian/ precise/contrib amd64 Packages 100 /var/lib/dpkg/status -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175331 Title: No virtio in 13.04 guest OS under virtualbox To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175331/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1175331] [NEW] No virtio in 13.04 guest OS under virtualbox
Public bug reported: Host OS is 12.04.2 LTS with virtualbox-4.1. Guest OS was 12.10 upgraded to 13.04 tonight. When rebooting virtio networking was broken, the device was shown by lspci but no driver was probed. Booting to the 12.10 kernel (3.5) did not fix it. Setting the nic to a e1000 version fixed it. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: linux-image-3.8.0-19-generic 3.8.0-19.29 ProcVersionSignature: Ubuntu 3.5.0-27.46-generic 3.5.7.7 Uname: Linux 3.5.0-27-generic i686 ApportVersion: 2.9.2-0ubuntu8 Architecture: i386 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not found. CurrentDmesg: [ 137.135708] init: plymouth-upstart-bridge main process (804) killed by TERM signal [ 234.029520] init: plymouth-stop pre-start process (1954) terminated with status 1 Date: Wed May 1 22:25:17 2013 HibernationDevice: RESUME=UUID=6e352680-d19a-4788-a4c2-fe5182b8a6fd InstallationDate: Installed on 2011-11-14 (534 days ago) InstallationMedia: Kubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011) IwConfig: lono wireless extensions. eth0 no wireless extensions. Lsusb: Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub MachineType: innotek GmbH VirtualBox MarkForUpload: True ProcFB: ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.5.0-27-generic root=/dev/mapper/roke-root ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.5.0-27-generic N/A linux-backports-modules-3.5.0-27-generic N/A linux-firmware1.106 RfKill: SourcePackage: linux UpgradeStatus: Upgraded to raring on 2013-05-01 (0 days ago) dmi.bios.date: 12/01/2006 dmi.bios.vendor: innotek GmbH dmi.bios.version: VirtualBox dmi.modalias: dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2: dmi.product.name: VirtualBox dmi.product.version: 1.2 dmi.sys.vendor: innotek GmbH ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175331 Title: No virtio in 13.04 guest OS under virtualbox To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1175331/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1175251] Re: kubuntu upgrade from 12.10 to 13.04 leaves system unusable
My update log also shows that qdbus:i386 was installed - on my amd64 system. Fixing that might have been enough. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175251 Title: kubuntu upgrade from 12.10 to 13.04 leaves system unusable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1175251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1175251] [NEW] kubuntu upgrade from 12.10 to 13.04 leaves system unusable
Public bug reported: Not sure how to file this: it's for the do-release-upgrade process for kubuntu from 12.10 to 13.04. After upgrading the login manager came up fine. When logging in there was a message about qdbus from startkde: if qdbus >/dev/null 2>/dev/null; then : # ok else echo 'startkde: Could not start D-Bus. Can you call qdbus?' 1>&2 test -n "$ksplash_pid" && kill "$ksplash_pid" 2>/dev/null xmessage -geometry 500x100 "Could not start D-Bus. Can you call qdbus?" exit 1 fi The xmessage one. invoking qdbus by hand on a text console gave a message I can't remember. Strace seemed to show that it was looking for something it did not find. This led me to look at qtchooser which also did not work. "qtchooser -list-versions" listed nothing. I tried to use apt-file to find the directories it looked in (found by strace). Then I tried to install qt5-default. Then the message changed to qdbus binary missing from some library directory specific to qt5. When i installed qt4-default and reinstalled qdbus it was possible to log in. Kind of high threshold to get the upgraded machine to work. Now upgrading a kubuntu VM with much fewer packages installed, I'll post here what I learn. ProblemType: Bug DistroRelease: Ubuntu 13.04 Package: ubuntu-release-upgrader-core 1:0.192.10 ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8 Uname: Linux 3.8.0-19-generic x86_64 ApportVersion: 2.9.2-0ubuntu8 Architecture: amd64 CrashDB: ubuntu Date: Wed May 1 18:39:31 2013 MarkForUpload: True PackageArchitecture: all SourcePackage: ubuntu-release-upgrader UpgradeStatus: Upgraded to raring on 2013-05-01 (0 days ago) ** Affects: ubuntu-release-upgrader (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug dist-upgrade raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1175251 Title: kubuntu upgrade from 12.10 to 13.04 leaves system unusable To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1175251/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1159221] [NEW] kino crashes when starting new segment during capture
Public bug reported: Capturing a dv I get crashes between _every_ new segment in the capture: >>> Trying /var/dv/Videoer/tape2011.10.09_13-59-26.dv Registering /var/dv/Videoer/tape2011.10.09_13-59-26.dv with the tracker >>> File /var/dv/Videoer/tape2011.10.09_12-02-26.dv returned from tracker >>> Received playlist to store at position 7 Adding to end Registering /var/dv/Videoer/tape2011.10.09_13-59-26.dv with the tracker kino: Fatal IO error 11 (Resource temporarily unavailable) on X server :0. Tedious. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: kino 1.3.4-1.3 ProcVersionSignature: Ubuntu 3.5.0-26.42-generic 3.5.7.6 Uname: Linux 3.5.0-26-generic x86_64 ApportVersion: 2.6.1-0ubuntu10 Architecture: amd64 Date: Sat Mar 23 21:05:21 2013 MarkForUpload: True ProcEnviron: LANGUAGE= TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: kino UpgradeStatus: Upgraded to quantal on 2012-11-03 (140 days ago) ** Affects: kino (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug quantal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1159221 Title: kino crashes when starting new segment during capture To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/kino/+bug/1159221/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1153571] Re: synaptics touchpad breaks under 3.5.0-26, works with -25
The touchpad worked with the 3.9 kernel. However the 3.9 kernel so befuddled the laptop firmware that the RF-kill HARD option is now permanently on making it impossible to get the laptop on the air again. Posting separate bug for that. ** Tags added: kernel-fixed-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1153571 Title: synaptics touchpad breaks under 3.5.0-26, works with -25 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1153571/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1153571] Re: synaptics touchpad breaks under 3.5.0-26, works with -25
On 03/11/2013 05:02 PM, Joseph Salisbury wrote: > Would it be possible for you to test the latest upstream kernel? Refer > to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest > v3.9 kernel[0] (Not a kernel in the daily directory) and install both > the linux-image and linux-image-extra .deb packages. OK. Pasting log because of the "Possible missing firmware" messages which I'm fairly sure I've not seen before. # dpkg -i linux-image-3.9.0-030900rc2-generic_3.9.0-030900rc2.201303102035_amd64.deb linux-image-extra-3.9.0-030900rc2-generic_3.9.0-030900rc2.201303102035_amd64.deb Selecting previously unselected package linux-image-3.9.0-030900rc2-generic. (Reading database ... 302629 files and directories currently installed.) Unpacking linux-image-3.9.0-030900rc2-generic (from linux-image-3.9.0-030900rc2-generic_3.9.0-030900rc2.201303102035_amd64.deb) ... Done. Selecting previously unselected package linux-image-extra-3.9.0-030900rc2-generic. Unpacking linux-image-extra-3.9.0-030900rc2-generic (from linux-image-extra-3.9.0-030900rc2-generic_3.9.0-030900rc2.201303102035_amd64.deb) ... Setting up linux-image-3.9.0-030900rc2-generic (3.9.0-030900rc2.201303102035) ... Running depmod. update-initramfs: deferring update (hook will be called later) Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.9.0-030900rc2-generic /boot/vmlinuz-3.9.0-030900rc2-generic run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.9.0-030900rc2-generic /boot/vmlinuz-3.9.0-030900rc2-generic update-initramfs: Generating /boot/initrd.img-3.9.0-030900rc2-generic W: Possible missing firmware /lib/firmware/radeon/OLAND_rlc.bin for module radeon W: Possible missing firmware /lib/firmware/radeon/OLAND_mc.bin for module radeon W: Possible missing firmware /lib/firmware/radeon/OLAND_ce.bin for module radeon W: Possible missing firmware /lib/firmware/radeon/OLAND_me.bin for module radeon W: Possible missing firmware /lib/firmware/radeon/OLAND_pfp.bin for module radeon run-parts: executing /etc/kernel/postinst.d/pm-utils 3.9.0-030900rc2-generic /boot/vmlinuz-3.9.0-030900rc2-generic run-parts: executing /etc/kernel/postinst.d/update-notifier 3.9.0-030900rc2-generic /boot/vmlinuz-3.9.0-030900rc2-generic run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.9.0-030900rc2-generic /boot/vmlinuz-3.9.0-030900rc2-generic Generating grub.cfg ... Found linux image: /boot/vmlinuz-3.9.0-030900rc2-generic Found initrd image: /boot/initrd.img-3.9.0-030900rc2-generic Found linux image: /boot/vmlinuz-3.5.0-26-generic Found initrd image: /boot/initrd.img-3.5.0-26-generic Found linux image: /boot/vmlinuz-3.5.0-25-generic Found initrd image: /boot/initrd.img-3.5.0-25-generic Found linux image: /boot/vmlinuz-3.5.0-24-generic Found initrd image: /boot/initrd.img-3.5.0-24-generic Found linux image: /boot/vmlinuz-3.5.0-23-generic Found initrd image: /boot/initrd.img-3.5.0-23-generic Found memtest86+ image: /boot/memtest86+.bin Found Windows 7 (loader) on /dev/sda1 done Setting up linux-image-extra-3.9.0-030900rc2-generic (3.9.0-030900rc2.201303102035) ... Running depmod. update-initramfs: deferring update (hook will be called later) Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.9.0-030900rc2-generic /boot/vmlinuz-3.9.0-030900rc2-generic run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.9.0-030900rc2-generic /boot/vmlinuz-3.9.0-030900rc2-generic update-initramfs: Generating /boot/initrd.img-3.9.0-030900rc2-generic W: Possible missing firmware /lib/firmware/radeon/OLAND_rlc.bin for module radeon W: Possible missing firmware /lib/firmware/radeon/OLAND_mc.bin for module radeon W: Possible missing firmware /lib/firmware/radeon/OLAND_ce.bin for module radeon W: Possible missing firmware /lib/firmware/radeon/OLAND_me.bin for module radeon W: Possible missing firmware /lib/firmware/radeon/OLAND_pfp.bin for module radeon run-parts: executing /etc/kernel/postinst.d/pm-utils 3.9.0-030900rc2-generic /boot/vmlinuz-3.9.0-030900rc2-generic run-parts: executing /etc/kernel/postinst.d/update-notifier 3.9.0-030900rc2-generic /boot/vmlinuz-3.9.0-030900rc2-generic run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.9.0-030900rc2-generic /boot/vmlinuz-3.9.0-030900rc2-generic Generating grub.cfg ... Found linux image: /boot/vmlinuz-3.9.0-030900rc2-generic Found initrd image: /boot/initrd.img-3.9.0-030900rc2-generic Found linux image: /boot/vmlinuz-3.5.0-26-generic Found initrd image: /boot/initrd.img-3.5.0-26-generic Found linux image: /boot/vmlinuz-3.5.0-25-generic Found initrd image: /boot/initrd.img-3.5.0-25-generic Found linux image: /boot/vmlinuz-3.5.0-24-generic Found initrd image: /boot/initrd.img-3.5.0-24-generic Found linux image: /boot/vmlinuz-3.5.0-23-generic Found initrd image: /boot/initrd.img-3.5.0-23-generic Found memtest86+ image: /boot/memtest86+.bin Found Windows 7 (loader) on /dev/sda1 do
[Bug 1153571] [NEW] synaptics touchpad breaks under 3.5.0-26, works with -25
Public bug reported: Hi, Booted Laptop (HP, Elitebook 6930p) to 3.5.0-26 this morning and found that both the two/three features I use with the touchpad were broken: - No vertical scroll in the right margin - No paste when klicking both buttons - Appropriate mouse acceleration for a touch pad In the KDE control pannel for input devices it was claimed that no Touchpad device had been found. Booting back to 3.5.0-25 restored all synaptics functionality. The Xorg.0.log file for the 3.5.0-26 kernel seems to show the driver being loaded just fine (in X at least...) [ 12547.622] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event8) [ 12547.622] (**) PS/2 Synaptics TouchPad: Applying InputClass "evdev pointer catchall" [ 12547.622] (II) Using input driver 'evdev' for 'PS/2 Synaptics TouchPad' [ 12547.622] (**) PS/2 Synaptics TouchPad: always reports core events [ 12547.622] (**) evdev: PS/2 Synaptics TouchPad: Device: "/dev/input/event8" [ 12547.622] (--) evdev: PS/2 Synaptics TouchPad: Vendor 0x2 Product 0x1 [ 12547.622] (--) evdev: PS/2 Synaptics TouchPad: Found 3 mouse buttons [ 12547.622] (--) evdev: PS/2 Synaptics TouchPad: Found relative axes [ 12547.622] (--) evdev: PS/2 Synaptics TouchPad: Found x and y relative axes [ 12547.622] (II) evdev: PS/2 Synaptics TouchPad: Configuring as mouse [ 12547.622] (**) evdev: PS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5 [ 12547.622] (**) evdev: PS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200 [ 12547.622] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input8/event8" [ 12547.622] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE, id 11) [ 12547.622] (II) evdev: PS/2 Synaptics TouchPad: initialized for relative axes. [ 12547.622] (**) PS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1 [ 12547.622] (**) PS/2 Synaptics TouchPad: (accel) acceleration profile 0 [ 12547.622] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000 [ 12547.622] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4 [ 12547.623] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse0) [ 12547.623] (II) No input driver specified, ignoring this device. [ 12547.623] (II) This device may have been added with another device file. [ 12547.623] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event5) [ 12547.623] (II) No input driver specified, ignoring this device. [ 12547.623] (II) This device may have been added with another device file. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: linux-image (not installed) ProcVersionSignature: Ubuntu 3.5.0-25.39-generic 3.5.7.4 Uname: Linux 3.5.0-25-generic x86_64 ApportVersion: 2.6.1-0ubuntu10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: niclan 2398 F pulseaudio CRDA: country NO: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20) (5250 - 5330 @ 40), (N/A, 20), DFS (5490 - 5710 @ 40), (N/A, 27), DFS Date: Mon Mar 11 13:39:55 2013 EcryptfsInUse: Yes HibernationDevice: RESUME=UUID=1dae7141-56d9-4e84-a854-0f262e37e5a0 InstallationDate: Installed on 2011-04-01 (709 days ago) InstallationMedia: Kubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007) MachineType: Hewlett-Packard HP EliteBook 6930p MarkForUpload: True PccardctlStatus: Socket 0: 3.3V 16-bit PC Card Subdevice 0 (function 0) bound to driver "pata_pcmcia" ProcEnviron: LANGUAGE= TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-25-generic root=UUID=e5a606d7-d5fa-4ffa-a7b7-7dbb3b68a07e ro quiet splash vt.handoff=7 RelatedPackageVersions: linux-restricted-modules-3.5.0-25-generic N/A linux-backports-modules-3.5.0-25-generic N/A linux-firmware1.95 SourcePackage: linux UpgradeStatus: Upgraded to quantal on 2012-11-14 (117 days ago) dmi.bios.date: 09/11/2009 dmi.bios.vendor: Hewlett-Packard dmi.bios.version: 68PCD Ver. F.13 dmi.board.name: 30DC dmi.board.vendor: Hewlett-Packard dmi.board.version: KBC Version 87.28 dmi.chassis.asset.tag: CZC93952LK dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnHewlett-Packard:bvr68PCDVer.F.13:bd09/11/2009:svnHewlett-Packard:pnHPEliteBook6930p:pvrF.13:rvnHewlett-Packard:rn30DC:rvrKBCVersion87.28:cvnHewlett-Packard:ct10:cvr: dmi.product.name: HP EliteBook 6930p dmi.product.version: F.13 dmi.sys.vendor: Hewlett-Packard ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug quantal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1153571 Title: synaptics touchpad breaks under 3.5.0-26, works with -25 To manage notifications
Re: [Bug 1083321] Re: okular respects adobe drm
On 11/27/2012 12:57 AM, Jonathan Thomas wrote: > You can configure whether or not Okular respects the DRM within the > settings, but the default will not be changed. (See > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531221) > > ** Bug watch added: Debian Bug tracker #531221 > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=531221 Upstreams wish to adhere to the ISO standard is very touching but irrelevant to all of Debian, Ubuntu and GNU and IMHO also voilates the principle of least surprise. Fixing this in ubuntu or upstream will be less of a burden on human kind than thousands of users wondering why they don't have full access to their own documents and not being able to figure out why and how to fix. But whatever, I'll flip the bit and _I_ will be happy. Mostly. I probably sound negative, but I should add that I've been happily using KDE on ubuntu for years and years and I'm also very happy that I don't have to use Gnome or Windows. The inclusion of KDE in ubuntu is a far greater good than whatever quibbles I have about adobe drm. Thanks, Nicolai -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1083321 Title: okular respects adobe drm To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/okular/+bug/1083321/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1083321] [NEW] okular respects adobe drm
Public bug reported: Downloaded some tickets from the norwegian ticket master. Wanted to cut and paste the text from the ticket to a email. Got told that the text was DRM protected and that I could not. I'm not using Linux because I think highly of DRM. Evince let me copy the text just fine. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: okular 4:4.9.2-0ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5 Uname: Linux 3.5.0-17-generic x86_64 ApportVersion: 2.6.1-0ubuntu6 Architecture: amd64 Date: Mon Nov 26 22:07:52 2012 MarkForUpload: True ProcEnviron: LANGUAGE= TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: okular UpgradeStatus: Upgraded to quantal on 2012-11-03 (23 days ago) ** Affects: okular (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug quantal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1083321 Title: okular respects adobe drm To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/okular/+bug/1083321/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 194093] Re: LCDd from lcdproc causes 1.0 load
On 11/22/2012 04:39 PM, Thomas Hotz wrote: > Is this still an issue for you? Which Ubuntu version do you use? Thank > you for telling us! this is so many versions ago and my myth-buntu box is not operational. I suggest closing the ticket. Nicolai -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/194093 Title: LCDd from lcdproc causes 1.0 load To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lcdproc/+bug/194093/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1078372] [NEW] Forked children removes (masters) pid file
Public bug reported: When using App::Daemon with a forking daemon, if a child dies the pid file is removed all together. There is a upstream fix: https://github.com/mschilli/app- daemon/commit/25f70e57636e740342f065499e0d7871f4d8c199 ** Affects: libapp-daemon-perl (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1078372 Title: Forked children removes (masters) pid file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libapp-daemon-perl/+bug/1078372/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 966074] Re: chromium browser didn't load java applet, and chrashed the java plugin
AOL. No java-applets seem to work in chromium anymore. Have to use firefox for java. My wife is confused => I invoke bug #1. Workaround: back to firefox. Yikes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/966074 Title: chromium browser didn't load java applet, and chrashed the java plugin To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/966074/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 360963] Re: Amarok 2 kills sound for other apps
This was solved a few releases back. Dunno if it's still a problem in any supported LTS. Close? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/360963 Title: Amarok 2 kills sound for other apps To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/amarok2/+bug/360963/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1033470] [NEW] ocft make fails always
Public bug reported: root@p1c2ppx01 /var/lib/resource-agents/ocft/cases # ocft make apache Making 'apache': ERROR: apache: line 21: Macro 'default_status' not found. # ls /var/lib/resource-agents/ocft/cases apache_macro.prepare apache_macro.required_args apache.preparse Running ocft with bash -xv shows this: + '[' '!' -r /var/lib/resource-agents/ocft/cases/apache_macro.default_status ']' + parse_die 'Macro '\''default_status'\'' not found.' + local str + str='Macro '\''default_status'\'' not found.' + die 'apache: line 21: Macro '\''default_status'\'' not found.' + local str + str='apache: line 21: Macro '\''default_status'\'' not found.' + echo 'ERROR: apache: line 21: Macro '\''default_status'\'' not found.' But that file is not present. It seems CASE-BLOCKs are not saved to file as expected? ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: resource-agents 1:3.9.2-5ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-27.43-generic 3.2.21 Uname: Linux 3.2.0-27-generic x86_64 ApportVersion: 2.0.1-0ubuntu11 Architecture: amd64 Date: Mon Aug 6 12:37:22 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) SourcePackage: resource-agents UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: resource-agents (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1033470 Title: ocft make fails always To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1033470/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1033470] Re: ocft make fails always
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1033470 Title: ocft make fails always To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1033470/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1032163] Re: nginx agent produces spurious error messages (includes patch)
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032163 Title: nginx agent produces spurious error messages (includes patch) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1032163/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1032163] [NEW] nginx agent produces spurious error messages (includes patch)
Public bug reported: When running the nginx agent syslog is spammed with these messages: Aug 2 14:29:15 p2c2ppx01 lrmd: [17150]: info: RA output: (p2nginx:monitor:stderr) ls: Aug 2 14:29:15 p2c2ppx01 lrmd: [17150]: info: RA output: (p2nginx:monitor:stderr) cannot access /etc/nginx/conf.d/*.conf Aug 2 14:29:15 p2c2ppx01 lrmd: [17150]: info: RA output: (p2nginx:monitor:stderr) : No such file or directory Aug 2 14:29:15 p2c2ppx01 lrmd: [17150]: info: RA output: (p2nginx:monitor:stderr) Aug 2 14:29:15 p2c2ppx01 lrmd: [17150]: info: RA output: (p2nginx:monitor:stderr) ls: cannot access /etc/nginx/conf.d/*.conf: No such file or directory Due to this line in nginx.conf include /etc/nginx/conf.d/*.conf; This seemed strange since the only "ls" line in the nginx script contains a error redirect. Strace to the rescue: 31799 execve("/bin/sh", ["sh", "-c", "ls /etc/nginx/conf.d/*.conf; 2>/dev/null"], [/* 25 vars */]) = 0 Not removing the ; on the input line. I expect that the author of the awk script had a space before the ; on each line in his config. Similarly for the other include line: 31801 stat("/etc/nginx/sites-enabled/*;", 0x7fffd3bf9490) = -1 ENOENT (No such file or directory) To fix replace the procline function in the awk script with this: function procline() { split($0,a); if( a[1]~/^[Ii]nclude$/ ) { gsub(";$","",a[2]); procinclude(a[2]); } else { if( a[1]=="root" ) { rootdir=a[2]; gsub("\"","",rootdir); } print; } } Note the gsub replacing trailing ; with nothing. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: resource-agents 1:3.9.2-5ubuntu4.1 ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19 Uname: Linux 3.2.0-26-generic x86_64 ApportVersion: 2.0.1-0ubuntu11 Architecture: amd64 Date: Thu Aug 2 14:24:43 2012 InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 (20120424.1) SourcePackage: resource-agents UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: resource-agents (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1032163 Title: nginx agent produces spurious error messages (includes patch) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/resource-agents/+bug/1032163/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1007510] Re: vsftpd does not allow upload to chroot root
liar! liar! pants on fire! Sorry, of course I continued to click everywhere in the web interface and I _can_ override the directory. Feel free to close the ticket. Or not, since google shows this to be a FAQ. Nicolai -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1007510 Title: vsftpd does not allow upload to chroot root To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1007510/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1007510] Re: vsftpd does not allow upload to chroot root
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1007510 Title: vsftpd does not allow upload to chroot root To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1007510/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1007510] [NEW] vsftpd does not allow upload to chroot root
Public bug reported: After upgrading the house server to 12.04 vsftpd no longer accepts uploads to / in a chroot account. This is needed because the Brother Multi Function Printer has a scan to ftp function (which rocks, just scan and forget about the documents) which uploads such file names as this: Fri Jun 1 13:03:28 2012 [pid 3] [mfpscan] FAIL UPLOAD: Client "192.168.1.8", "/scan__000227.pdf", 0.00Kbyte/sec There is no newer firmware and I can't seem to persuade it to not specify / in the filename. When loging into the server this message is produced: OOPS: vsftpd: refusing to run with writable root inside chroot() OOPS: priv_sock_get_cmd Googeling this there seems to be multiple patches to work around the problem (resulting in the "allow_writeable_root" in the submitted vsftpd.conf), but none of them are applied on 12.04 it seems. strings on the binary does not give me any hope that any other configuration directive has been added for this. I understand the reason for the security patch that produces this problem, but it seems quite acceptable since there is anonymous login and the ftp server is not reachable from the internet. This would be the case for most people using vsftpd for this purpose. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: vsftpd 2.3.5-1ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic i686 ApportVersion: 2.0.1-0ubuntu7 Architecture: i386 Date: Fri Jun 1 18:03:49 2012 ProcEnviron: TERM=xterm PATH=(custom, user) LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: vsftpd UpgradeStatus: Upgraded to precise on 2012-05-21 (10 days ago) mtime.conffile..etc.vsftpd.conf: 2012-06-01T13:19:03 ** Affects: vsftpd (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1007510 Title: vsftpd does not allow upload to chroot root To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/vsftpd/+bug/1007510/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1005304] Re: "domain" and "search" are mutually exclusive in resolv.conf
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005304 Title: "domain" and "search" are mutually exclusive in resolv.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1005304/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1005304] [NEW] "domain" and "search" are mutually exclusive in resolv.conf
Public bug reported: $ cat /etc/resolv.conf # Generated by NetworkManager domain langfeldt.net search langfeldt.net nameserver 192.168.1.1 man resolv.conf: The domain and search keywords are mutually exclusive. If more than one instance of these keywords is present, the last instance wins. To avoid surprising people that don't know better (or changes in named.conf) and to observe the Robustness principle (http://en.wikipedia.org/wiki/Robustness_principle) or some unintended change in which instance of the keywords that win, the file should probably only use one of those. The DHCP option in question here is setting the dns domain and so the domain line should be generated. I have been told that there now is a DHCP option for the search line as well. But in any case they should not both be generated. Regards, Nicolai ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: network-manager 0.9.4.0-0ubuntu4 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 CRDA: country NO: (2402 - 2482 @ 40), (N/A, 20) (5170 - 5250 @ 40), (N/A, 20) (5250 - 5330 @ 40), (N/A, 20), DFS (5490 - 5710 @ 40), (N/A, 27), DFS Date: Sun May 27 23:54:44 2012 IpRoute: default via 192.168.1.1 dev wlan0 proto static 169.254.0.0/16 dev wlan0 scope link metric 1000 192.168.1.0/24 dev wlan0 proto kernel scope link src 192.168.1.9 metric 2 NetworkManager.state: [main] NetworkingEnabled=true WirelessEnabled=true WWANEnabled=true ProcEnviron: LANGUAGE= TERM=xterm LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: network-manager UpgradeStatus: Upgraded to precise on 2012-05-20 (7 days ago) nmcli-dev: DEVICE TYPE STATE DBUS-PATH eth0 802-3-ethernetunavailable /org/freedesktop/NetworkManager/Devices/1 wlan0 802-11-wireless connected /org/freedesktop/NetworkManager/Devices/0 nmcli-nm: RUNNING VERSIONSTATE NET-ENABLED WIFI-HARDWARE WIFI WWAN-HARDWARE WWAN running 0.9.4.0connected enabled enabled enabledenabled disabled ** Affects: network-manager (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005304 Title: "domain" and "search" are mutually exclusive in resolv.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1005304/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1001881] Re: "nameserver 127.0.0.1" in resolv.conf causes failure of name resolution
So, installed resolvconf and with a bit more determination than just "WTF that's wrong" I rebooted, logged in and netstat -lnp showed that named was listening on port 53. Of course it is, I fiddle with DNS now and again (http://www.amazon.co.uk/The-Concise-Guide-BIND- guides/dp/0789722739/ref=sr_1_3) and it is _very_ handy if I suddenly find myself in a place with broken DNS-resolution. Which still happens. So, my local resolver uses the default root hints file and therefore bypasses the local network firewalls dnsmasq server which serves up the addresses to be used for the mail-server and other things at home. But mostly I don't need it so I use the DNS-server provided by DHCP and this is what I want unless I find myself somewhere where it is needed to override it. So the use of resolvconf short-circuits this setup, sends the queries to the local BIND and it in turn buypasses the helpfull firewall dnsmasq. Resulting in bypassing the DHCP given DNS-server. I guess bind9 satisfies some "resolver" dependency in resolvconf but then _still_ overrides the already configured named.conf on the host breaking the admins assumptions about where to resolve things. This will break on ubuntu servers that authoritative non-recursive name servers. I think resolvconf should only step in in this way if dnsmasq is running and not if BIND is running since BIND could very well be non-recursive. Or at the very least have a installation time question about this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001881 Title: "nameserver 127.0.0.1" in resolv.conf causes failure of name resolution To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1001881/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1001881] Re: resolvconf incorrectly configures resolv.conf
On 05/22/2012 12:14 PM, Thomas Hood wrote: > Nicolai: You say that the dnsmasq package is installed but that no > dnsmasq process is running. How did you disable dnsmasq? I don't think I did. For hor many versions of ubuntu has it been supposed to be running? > Also, please send the output of this command run in a terminal on the > system in question: > > dpkg -l \*dnsmasq\* un dnsmasq (no description available) ii dnsmasq-base 2.59-4 Small caching DNS proxy and DHCP/TFTP server The binary is from the base package. Nicolai -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001881 Title: resolvconf incorrectly configures resolv.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1001881/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1001881] Re: resolvconf incorrectly configures resolv.conf
On 05/20/2012 10:56 PM, Thomas Hood wrote: > People who don't know about resolvconf won't be so clever as to remove > it as a way of solving a name resolution problem in another package. > > In the submitted file, "nameserver 127.0.0.1" correctly refers to the > caching nameserver (dnsmasq) listening on that loopback address. If > dnsmasq doesn't resolve names --- by forwarding queries (to 192.168.1.1, > in the submitter's case) --- then that is a matter to be taken up with > the dnsmasq maintainers. There is no dnsmasq running on my laptop. It is installed but not running. So I guess that is the _real_ problem? Nicolai -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001881 Title: resolvconf incorrectly configures resolv.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1001881/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 1001881] Re: resolvconf incorrectly configures resolv.conf
On 05/20/2012 08:08 PM, Stéphane Graber wrote: > This is actually the expected configuration. The fact that you don't get > working DNS resolving might be caused by bug 993379 which should get > resolved with the next batch of Network Manager updates (workaround is > to reconnect to the network post-boot). > > You can learn more about the DNS changes here: > http://www.stgraber.org/2012/02/24/dns-in-ubuntu-12-04/ (linked from the > official Ubuntu release notes). Brilliant phrasing: "The expected configuration" falls so hard into the deep black hole of bug number 1 that there is no come back. I wonder what the people that don't know about /etc/resolv.conf and resolvconf do. Regards, Nicolai -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001881 Title: resolvconf incorrectly configures resolv.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1001881/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1001881] [NEW] resolvconf incorrectly configures resolv.conf
Public bug reported: This has happened a number of times both with some laptops. When they get up resolv.conf contains this: $ cat /etc/resolv.conf # 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 langfeldt.net This is nowhere like right and makes it impossible to get name- resolution. When I remove resolvconf everything works right. This is right: $ cat /etc/resolv.conf # Generated by NetworkManager domain langfeldt.net search langfeldt.net nameserver 192.168.1.1 (except that domain and search should not appear in the same resolv.conf file). # apt-cache policy resolvconf resolvconf: Installed: (none) Candidate: 1.63ubuntu11 Version table: 1.63ubuntu11 0 500 http://no.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: resolvconf (not installed) ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Sun May 20 11:00:20 2012 ProcEnviron: LANGUAGE= TERM=xterm LANG=en_US.UTF-8 SHELL=/bin/bash SourcePackage: resolvconf UpgradeStatus: Upgraded to precise on 2012-05-20 (0 days ago) ** Affects: resolvconf (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001881 Title: resolvconf incorrectly configures resolv.conf To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/resolvconf/+bug/1001881/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 997911] Re: sipe plugin in 12.04 does not connect to lync server
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/997911 Title: sipe plugin in 12.04 does not connect to lync server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pidgin-sipe/+bug/997911/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 997911] [NEW] sipe plugin in 12.04 does not connect to lync server
Public bug reported: Sipe plugin to pidgin in 11.10 worked very well. After upgrading to 12.04 it no longer works. Keep getting the password dialogue and the only error presented is: nicolai.langfe...@ventelo.no,no\niclan disconnected read error A number of my colleagues are experiencing the same as they upgrade to 12.04. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: pidgin-sipe 1.11.2-1ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14 Uname: Linux 3.2.0-24-generic x86_64 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu7 Architecture: amd64 Date: Fri May 11 08:16:29 2012 InstallationMedia: Kubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427) SourcePackage: pidgin-sipe UpgradeStatus: Upgraded to precise on 2012-04-27 (13 days ago) ** Affects: pidgin-sipe (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/997911 Title: sipe plugin in 12.04 does not connect to lync server To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pidgin-sipe/+bug/997911/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 853166] Re: package smartmontools 5.39.1 svn3124-2 failed to install/upgrade: ErrorMessage: EOF on stdin at conffile prompt
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853166 Title: package smartmontools 5.39.1 svn3124-2 failed to install/upgrade: ErrorMessage: EOF on stdin at conffile prompt To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/853166/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 853166] [NEW] package smartmontools 5.39.1 svn3124-2 failed to install/upgrade: ErrorMessage: EOF on stdin at conffile prompt
Public bug reported: During do-release-upgrade from maveric to natty ProblemType: Package DistroRelease: Ubuntu 11.04 Package: smartmontools 5.39.1+svn3124-2 ProcVersionSignature: Ubuntu 2.6.35-30.56-generic 2.6.35.13 Uname: Linux 2.6.35-30-generic i686 Architecture: i386 Date: Sun Sep 18 13:22:24 2011 ErrorMessage: ErrorMessage: EOF on stdin at conffile prompt SourcePackage: smartmontools Title: package smartmontools 5.39.1+svn3124-2 failed to install/upgrade: ErrorMessage: EOF on stdin at conffile prompt UpgradeStatus: Upgraded to natty on 2011-09-18 (0 days ago) ** Affects: smartmontools (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 natty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/853166 Title: package smartmontools 5.39.1 svn3124-2 failed to install/upgrade: ErrorMessage: EOF on stdin at conffile prompt To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/853166/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 772922] Re: Could not install 'nspluginwrapper': segfault in post-install script
I have now 1. Reinstalled nspluginwrapper 2. It still produced the sigsegv 3. I removed google-talkplugin (apt-get --purge remove ...) 4. nspluginwrapper now does not sigsegv anymore. I will assume that google-talkplugin is the root cause of this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772922 Title: Could not install 'nspluginwrapper': segfault in post-install script -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 772922] Re: Could not install 'nspluginwrapper'
Worked around by dpkg --purge remove flashplugin-installer acroread nspluginwrapper -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772922 Title: Could not install 'nspluginwrapper' -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 772922] Re: Could not install 'nspluginwrapper'
Actual dpkg output: Setting up nspluginwrapper (1.2.2-0ubuntu9) ... plugin dirs: :/var/lib/flashplugin-installer/ Auto-update plugins from /usr/lib/mozilla/plugins Looking for plugins in /usr/lib/mozilla/plugins Segmentation fault dpkg: error processing nspluginwrapper (--configure): subprocess installed post-installation script returned error exit status 139 dpkg: dependency problems prevent configuration of flashplugin-installer: flashplugin-installer depends on nspluginwrapper (>= 0.9.91.4-2ubuntu1); however: Package nspluginwrapper is not configured yet. dpkg: error processing flashplugin-installer (--configure): dependency problems - leaving unconfigured dpkg: dependency problems prevent configuration of acroread: acroread depends on nspluginwrapper; however: Package nspluginwrapper is not configured yet. dpkg: error processing acroread (--configure): dependency problems - leaving unconfigured No apport report written because the error message indicates its a followup error from a previous failure. No apport report written because the error message indicates its a followup error from a previous failure. Errors were encountered while processing: nspluginwrapper flashplugin-installer acroread E: Sub-process /usr/bin/dpkg returned an error code (1) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772922 Title: Could not install 'nspluginwrapper' -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 772922] [NEW] Could not install 'nspluginwrapper'
Public bug reported: Binary package hint: update-manager Upgrading from 10.10 to 11.04 with update manager I get this message with a button to "Report bug". The reason given for the failure is "subprocess installed post-installation script returned error exit status 139". ** Affects: update-manager (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/772922 Title: Could not install 'nspluginwrapper' -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 695857] Re: ssl protection not default for sensitive packages
I have tried to come up with some very good solutions, but it appears that we must lay (another) burden on packagers to realize this. 1) If an authenticating web app foo is installed and SSL is not installed then "secure by default" tells us that the user should see a splash page explaining that it would be insecure to not use SSL but that if you read README.NOSSL in the package then there are instructions to enable the unencrypted access anyway. OR there is a high prioryty quiestion to the admin during installation that results in doing the right thing. The default should be to be secure IMHO. I guess dpkg- reconfigure should re-ask that question and set things up according to the answer. 2) 1) takes care of 2) as well 3) Not sure what that means in terms of interaction with the admin 4) If SSL is installed then non-ssl access to the app should result in a redirect to the SSL url according to the principle of least surprise, and possebly also bug #1. In apache there is a number of ways to case configuration based on the presence of modules and so on. For ther httpds I don't know... Regards, Nicolai -- You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. https://bugs.launchpad.net/bugs/695857 Title: ssl protection not default for sensitive packages -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 538796] Re: cannot open Firefox/Chromium/Google Chrome when libmoon is installed
Martin Pitt: Updated Maverick x86_64 (amd64 I guess). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/538796 Title: cannot open Firefox/Chromium/Google Chrome when libmoon is installed -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 538796] Re: cannot open Firefox/Chromium/Google Chrome when libmoon is installed
I never had the problem in firefox. On my other machine that has icedtea and moonlight I upgraded libmoon moonlight-plugin-chromium moonlight-plugin-core. Chromium-browser now works. Thanks, Nicolai -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/538796 Title: cannot open Firefox/Chromium/Google Chrome when libmoon is installed -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 551439] Re: The package emacs22-common should be rebuild with new debhelper to get trigger support
I guess emacs22 has been superseeded by emacs23. Close? ** Changed in: emacs22 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/551439 Title: The package emacs22-common should be rebuild with new debhelper to get trigger support -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 721940] Re: crshing at startup in icedtea
On 02/20/2011 12:38 AM, Fabien Tassin wrote: > hmm, do you also have the moonlight plugin installed? if so, it's a dupe > which should be fixed already. ii moonlight-plugin-chromium 2.3-0ubuntu4Free Software clone of Silverlight 2.0 - Chromium plugin ii moonlight-plugin-core 2.3-0ubuntu4Free Software clone of Silverlight 2.0 - plugin core components I do have moonlight installed, but the bug fix has not been released? Nicolai -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721940 Title: crshing at startup in icedtea -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 721940] Re: crshing at startup in icedtea
** Attachment added: "gdb traceback" https://bugs.launchpad.net/bugs/721940/+attachment/1860784/+files/gdb-chrimium.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721940 Title: crshing at startup in icedtea -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 721940] [NEW] crshing at startup in icedtea
Public bug reported: Binary package hint: chromium-browser $ lsb_release -rd Description:Ubuntu 10.10 Release:10.10 Architecture is amd64 chromium crashes at startup. Running in debugger it appears to be happening in icedtea. Removing icedtea (and using sun-java6 instead) and the problem goes away. Attached gdb trace of the crash. ** Affects: chromium-browser (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721940 Title: crshing at startup in icedtea -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Re: [Bug 145475] Re: mythmusic does not play
duanedesign wrote: > You reported this bug a while ago and there hasn't been any activity in it > recently. We were wondering if this is still an issue for you. Can you try > with the latest Ubuntu release? > http://www.ubuntu.com/testing/karmic/alpha5 > Thanks in advance. Hi, I've moved this summer and my myth will not be set up in a while. I will surely upgrade it once it's back up but it _may_ not be until 10.4. Nicolai -- mythmusic does not play https://bugs.launchpad.net/bugs/145475 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 360963] Re: Amarok 2 kills sound for other apps
Workaround: make sure that every f***ing app uses pulse. Now it works. Amarok, flash and sound effects in kde. A scratch install may also work as workaround. ** Changed in: amarok2 (Ubuntu) Status: New => Invalid -- Amarok 2 kills sound for other apps https://bugs.launchpad.net/bugs/360963 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 360963] Re: Amarok 2 kills sound for other apps
The notification is from amarok2 - through kde notification service. -- Amarok 2 kills sound for other apps https://bugs.launchpad.net/bugs/360963 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 360963] Re: Amarok 2 kills sound for other apps
AOL. It appears that amarok2 opens alsa by default. IF I open flash-player in firefox first, then amarok2 then I get a notify that ALSA is not available, falling back to pulse audio. There does not appear to be a way to make amarok2 prefer pulseaudio. Nicolai -- Amarok 2 kills sound for other apps https://bugs.launchpad.net/bugs/360963 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
Re: [Bug 156133] Re: bcm203x firmware improperly capitalized
Martin Pitt wrote: > This doesn't seem to be a regression of hardy to intrepid or anything > like that. Therefore I'm hesitant to accept this into stable, since > suddenly enabling that driver could have unwanted side effects and > changes behaviour (or it could even not work and crash your kernel). It has been broken for years in release after release it appears. > It does not really fit the SRU criteria. Read them now. I have to agree. > ** Changed in: linux-firmware (Ubuntu Intrepid) >Status: Fix Committed => Won't Fix Forward to jaunty? Nicolai -- bcm203x firmware improperly capitalized https://bugs.launchpad.net/bugs/156133 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 322954] [NEW] Need to be able to controll some devices from GUI - power management and device recovery
Public bug reported: * Case 1: Problem description: Some wifi drivers/chipsets get confused after a while and will fall off the network and then fail to get on again with the normal network manager probings. A root shell and modprobe -rv ipw2200; modprobe ipw2200 References: Windows provides a "repair device" choice in the tray network icon which appears to remove and reinstall the driver Suggested fix: A "repair network device" choice should be available through network manager * Case 2: Problem description: RFKILL switch kills wifi driver permanently. Suggested fix: See above for workaround. A setting somewhere to automatically reinstall the wifi driver after unkill occurs would be nice. * Case 3: Problem description: USB devices keeps Laptops from reaching low power states for any significant time. My current laptop has a builtin 3G device and a builtin bluetooth device. Both are on a USB bus. According to powertop these rank among the top wake-up-causers on the system. Suggested fix 1: powertop suggests "suspending usb". Not quite sure what this entails but unloading the USB stack seems one likely solution. A desktop device manager to do this would be nice. Suggested fix 2: Powertop further suggests unloading the bluetooth and 3G device USB drivers. This normally requires root access and knowledge of the driver names. This is a less drastic way to realize almost the same goal as in fix1. A desktop widget is needed. * Case 4: ... Once the desktop bus interface to manipulate the usb stack and wifi drivers is realized it's not all that strange to supply a "rfkill" software switch in the network manager applet that lets us do rfkill on the wifi and bluetooth but keep the 3G device going for example. Regards, Nicolai ** Affects: ubuntu-meta (Ubuntu) Importance: Undecided Status: New -- Need to be able to controll some devices from GUI - power management and device recovery https://bugs.launchpad.net/bugs/322954 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 291081] Re: network manager fails to get connected
Cannot confirm or reproduce anymore due to loss of hardware ** Changed in: knetworkmanager (Ubuntu) Status: New => Invalid -- network manager fails to get connected https://bugs.launchpad.net/bugs/291081 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 291081] Re: network manager fails to get connected
This laptop is now broken and my new one does not use ipw2200 chipset. Suggest closing the bug, I will try so. -- network manager fails to get connected https://bugs.launchpad.net/bugs/291081 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 296884] Re: xorg-common_xresources tries to run run_parts - easy fix suggested
Hi This ticket is complete. Please read the initial text carefully. What I point out is a typo in the script, e.g. run_parts should be run-parts. this is not a hardware issue, or anything, it's a script typo. Nicolai -- xorg-common_xresources tries to run run_parts - easy fix suggested https://bugs.launchpad.net/bugs/296884 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 156133] Re: bluez suite lacks bluez-firmware package
OK. Picking this up again as it's not working again - not quite sure when it broke. The driver for the bluetooth thumb is bcm203x. When booting I get this (dmesg | grep bcm) [ 12.981820] bcm203x_probe: Mini driver request failed [ 12.981831] bcm203x: probe of 1-2:1.0 failed with error -5 Strings on the binary driver reveals these interesting strings: firmware=BCM2033-FW.bin firmware=BCM2033-MD.hex I have some files _almost_ named that: # locate BCM2033-FW (nothing) # locate bcm2033-fw /lib/firmware/bcm2033-fw.bin # locate bcm2033-md /lib/firmware/bcm2033-md.bin # dpkg -S /lib/firmware/bcm2033-md.bin /lib/firmware/bcm2033-fw.bin linux-firmware: /lib/firmware/bcm2033-md.bin linux-firmware: /lib/firmware/bcm2033-fw.bin # dpkg -l | grep restricted-modules-2.6.27-9 ii linux-restricted-modules-2.6.27-9-generic 2.6.27-9.13 Non-free Linux kernel modules for version 2. So yes, we can rule out the restricted-modules package as source for this firmware. # apt-cache policy linux-firmware linux-firmware: Installed: 1.2 Candidate: 1.2 Version table: *** 1.2 0 500 http://no.archive.ubuntu.com intrepid/main Packages 100 /var/lib/dpkg/status That's good then. Hum, the casing... # cd /lib/firmware/ # ln -s bcm2033-fw.bin BCM2033-FW.bin # less bcm2033-md.bin (The file looks like it's hex code) # ln -s bcm2033-md.bin BCM2033-MD.hex # modprobe -rv bcm203x rmmod /lib/modules/2.6.27-9-generic/kernel/drivers/bluetooth/bcm203x.ko # modprobe -v bcm203x insmod /lib/modules/2.6.27-9-generic/kernel/drivers/bluetooth/bcm203x.ko # dmesg | tail [1405602.103828] firmware: requesting BCM2033-MD.hex [1405602.105783] firmware: requesting BCM2033-FW.bin [1405602.107804] bcm203x_probe: Firmware request failed [1405602.107814] bcm203x: probe of 1-2:1.0 failed with error -5 [1405602.107843] usbcore: registered new interface driver bcm203x [1405621.780508] usbcore: deregistering interface driver bcm203x [1405627.253211] Bluetooth: Broadcom Blutonium firmware driver ver 1.2 [1405627.253830] firmware: requesting BCM2033-MD.hex [1405627.256246] firmware: requesting BCM2033-FW.bin [1405627.270019] usbcore: registered new interface driver bcm203x We seem to have a winner! Looks like there is a packaging problem in linux-firmware - modifying the package name for this bug. Hope the right people will get time to fix this. Regards, Nicolai ** Changed in: linux-firmware (Ubuntu) Sourcepackagename: bluez-utils => linux-firmware -- bluez suite lacks bluez-firmware package https://bugs.launchpad.net/bugs/156133 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 27896] Re: [network-admin] Need option for wireless-key 'restricted'
This has been working a while now. ** Changed in: gnome-system-tools (Ubuntu) Status: Confirmed => Fix Released -- [network-admin] Need option for wireless-key 'restricted' https://bugs.launchpad.net/bugs/27896 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs