[Bug 1854645] [NEW] Fixing powernap on ubuntu server eoan 19.10
Public bug reported: Hi, I'm sending you a patch to get the powernap running on eoan 19.10 server again. BTW It's taking me more time trying to get my head around how launchpad platform works. I'm giving up on it and I'm sending you output of: git format-patch --stdout HEAD~2..HEAD Please integrate it where it belongs. Thanks >From b3224fd6f8c35cd8b4dd71e75c620399e737394f Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Sun, 1 Dec 2019 19:27:49 +0100 Subject: [PATCH 1/2] FIX: systemd target-name --- debian/powernap.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/powernap.service b/debian/powernap.service index 1694d4f..b2fea51 100644 --- a/debian/powernap.service +++ b/debian/powernap.service @@ -1,7 +1,7 @@ [Unit] Description=PowerNap -Requires=network.service -After=network.service +Requires=network.target +After=network.target [Service] Type=forking -- 2.24.0 >From d71549020546f454860499cf82f4c7e6dfac8a7c Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Sun, 1 Dec 2019 19:22:39 +0100 Subject: [PATCH 2/2] FIX: ifconfig doesn't exist on 19.10 eoan anymore --- powernap-ethtool | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/powernap-ethtool b/powernap-ethtool index 0cbe866..c5ea289 100755 --- a/powernap-ethtool +++ b/powernap-ethtool @@ -5,7 +5,8 @@ if [ -x /etc/powernap/ethtool-command ]; then /etc/powernap/ethtool-command else # Otherwise, try to enable Wake-on-LAN on valid interface(s) -for i in $(LANG=C /sbin/ifconfig | grep "encap:Ethernet" | awk '{print $1}'); do +interfaces=$(basename -a /sys/class/net/*) +for i in $interfaces; do if /usr/sbin/ethtool $i | grep -qs "Supports Wake-on: .*g"; then /usr/sbin/ethtool -s $i wol g fi -- 2.24.0 ** Affects: powernap (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/1854645 Title: Fixing powernap on ubuntu server eoan 19.10 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/powernap/+bug/1854645/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 786942] Re: git-svn creates wrong tag when latter contains spaces
I'm getting this problem with git version 2.14.3 and this workaround helps: https://stackoverflow.com/a/11365319 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/786942 Title: git-svn creates wrong tag when latter contains spaces To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/git/+bug/786942/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1637714] [NEW] package gitlab 8.11.3+dfsg1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 7
Public bug reported: Well, it failed. ProblemType: Package DistroRelease: Ubuntu 16.10 Package: gitlab 8.11.3+dfsg1-1 ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0 Uname: Linux 4.8.0-26-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia ApportVersion: 2.20.3-0ubuntu8 Architecture: amd64 Date: Sat Oct 29 12:29:38 2016 ErrorMessage: subprocess installed post-installation script returned error exit status 7 InstallationDate: Installed on 2013-02-02 (1364 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.10ubuntu1 apt 1.3.1 SourcePackage: gitlab Title: package gitlab 8.11.3+dfsg1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 7 UpgradeStatus: Upgraded to yakkety on 2016-10-15 (14 days ago) ** Affects: gitlab (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check yakkety -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1637714 Title: package gitlab 8.11.3+dfsg1-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 7 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gitlab/+bug/1637714/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 970837] Re: apport-gtk consumes 100% of cpu and never seems to finish processing libreoffice-writer crash
I have this problem with Ubuntu 15.10, where `apport` uses near 100% of the CPU, too. My /tmp/apport_core_0p34bafe was ~100MB large. After the process terminated itself the file is gone. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/970837 Title: apport-gtk consumes 100% of cpu and never seems to finish processing libreoffice-writer crash To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/970837/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not
Actually reformating the USB key from ext4 to ntfs worked... /me banging head against the table: DEVELOPERS! DEVELOPERS! DEVELOPERS! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021375 Title: Nautilus says the USB stick is read only when it is not To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not
Confirming on 15.10. No trick works for me. FYI tried to reformat the USB drive a couple of times using gparted and I get there: "Partition(s) 1 on /dev/sdb have been written, but we have been unable to inform the kernel of the change, probably because it/they are in use. As a result, the old partition(s) will remain in use. You should reboot now before making further changes." -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1021375 Title: Nautilus says the USB stick is read only when it is not To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1021375/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 608023] Re: Startup Disk Creator doesn't start , An error occurred while talking to the udisks service.
It's been almost a year and the bug is still present :( great work guys -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/608023 Title: Startup Disk Creator doesn't start , An error occurred while talking to the udisks service. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/usb-creator/+bug/608023/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 867667] Re: can't open cd tray twice
*** This bug is a duplicate of bug 875543 *** https://bugs.launchpad.net/bugs/875543 ** This bug has been marked a duplicate of bug 875543 can't eject cd rom : Inappropriate ioctl for device -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/867667 Title: can't open cd tray twice To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/eject/+bug/867667/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 653079] Re: package linux-image-2.6.32-25 -generic 2.6.32-25.44 failed to install/upgrade: η υποδιεργασία installed post -installation script επέστρεψε κ ατάσταση λάθους 2
** Attachment added: "AptOrdering.txt" https://bugs.launchpad.net/bugs/653079/+attachment/1663474/+files/AptOrdering.txt ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/653079/+attachment/1663475/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/653079/+attachment/1663476/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/bugs/653079/+attachment/1663477/+files/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" https://bugs.launchpad.net/bugs/653079/+attachment/1663478/+files/DpkgTerminalLog.txt -- package linux-image-2.6.32-25-generic 2.6.32-25.44 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 https://bugs.launchpad.net/bugs/653079 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 653079] [NEW] package linux-image-2.6.3 2-25-generic 2.6.32-25.44 failed to install/upgrade : η υποδιεργασία installed po st-installation script επέστρεψε κατάσταση λάθους 2
Public bug reported: Binary package hint: initramfs-tools m ProblemType: Package DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-25-generic 2.6.32-25.44 ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 Architecture: i386 Date: Fri Oct 1 18:04:51 2010 ErrorMessage: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4) SourcePackage: initramfs-tools Title: package linux-image-2.6.32-25-generic 2.6.32-25.44 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 lucid ubuntu-une -- package linux-image-2.6.32-25-generic 2.6.32-25.44 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 https://bugs.launchpad.net/bugs/653079 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 653071] Re: package linux-image-2.6.32-24 -generic 2.6.32-24.43 failed to install/upgrade: η υποδιεργασία installed post -installation script επέστρεψε κ ατάσταση λάθους 2
** Attachment added: "AptOrdering.txt" https://bugs.launchpad.net/bugs/653071/+attachment/1663398/+files/AptOrdering.txt ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/653071/+attachment/1663400/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/653071/+attachment/1663401/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/bugs/653071/+attachment/1663403/+files/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" https://bugs.launchpad.net/bugs/653071/+attachment/1663404/+files/DpkgTerminalLog.txt -- package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 https://bugs.launchpad.net/bugs/653071 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 653071] [NEW] package linux-image-2.6.3 2-24-generic 2.6.32-24.43 failed to install/upgrade : η υποδιεργασία installed po st-installation script επέστρεψε κατάσταση λάθους 2
Public bug reported: Binary package hint: initramfs-tools k ProblemType: Package DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-24-generic 2.6.32-24.43 ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 Architecture: i386 Date: Fri Oct 1 18:03:21 2010 ErrorMessage: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4) SourcePackage: initramfs-tools Title: package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 lucid ubuntu-une -- package linux-image-2.6.32-24-generic 2.6.32-24.43 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 https://bugs.launchpad.net/bugs/653071 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 653074] Re: package libgl1-mesa-glx 7.7.1 -1ubuntu3 failed to install/upgrade: η υπ οδιεργασία installed post-instal lation script επέστρεψε κατά σταση λάθους 135
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/653074/+attachment/1663443/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/653074/+attachment/1663444/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/bugs/653074/+attachment/1663445/+files/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" https://bugs.launchpad.net/bugs/653074/+attachment/1663446/+files/DpkgTerminalLog.txt -- package libgl1-mesa-glx 7.7.1-1ubuntu3 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 135 https://bugs.launchpad.net/bugs/653074 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 653074] [NEW] package libgl1-mesa-glx 7.7 .1-1ubuntu3 failed to install/upgrade: η υ ποδιεργασία installed post-inst allation script επέστρεψε κατ άσταση λάθους 135
Public bug reported: Binary package hint: initramfs-tools k ProblemType: Package DistroRelease: Ubuntu 10.04 Package: libgl1-mesa-glx 7.7.1-1ubuntu3 ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 Architecture: i386 Date: Fri Oct 1 18:05:18 2010 ErrorMessage: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 135 InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4) SourcePackage: initramfs-tools Title: package libgl1-mesa-glx 7.7.1-1ubuntu3 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 135 ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 lucid ubuntu-une -- package libgl1-mesa-glx 7.7.1-1ubuntu3 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 135 https://bugs.launchpad.net/bugs/653074 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 653075] Re: package libgl1-mesa-glx 7.7.1 -1ubuntu3 failed to install/upgrade: η υπ οδιεργασία installed post-instal lation script επέστρεψε κατά σταση λάθους 135
** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/653075/+attachment/1663447/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/653075/+attachment/1663448/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/bugs/653075/+attachment/1663449/+files/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" https://bugs.launchpad.net/bugs/653075/+attachment/1663450/+files/DpkgTerminalLog.txt -- package libgl1-mesa-glx 7.7.1-1ubuntu3 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 135 https://bugs.launchpad.net/bugs/653075 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 653075] [NEW] package libgl1-mesa-glx 7.7 .1-1ubuntu3 failed to install/upgrade: η υ ποδιεργασία installed post-inst allation script επέστρεψε κατ άσταση λάθους 135
Public bug reported: Binary package hint: initramfs-tools l ProblemType: Package DistroRelease: Ubuntu 10.04 Package: libgl1-mesa-glx 7.7.1-1ubuntu3 ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 Architecture: i386 Date: Fri Oct 1 18:05:18 2010 ErrorMessage: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 135 InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4) SourcePackage: initramfs-tools Title: package libgl1-mesa-glx 7.7.1-1ubuntu3 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 135 ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 lucid ubuntu-une -- package libgl1-mesa-glx 7.7.1-1ubuntu3 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 135 https://bugs.launchpad.net/bugs/653075 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 653078] Re: package linux-image-2.6.32-25 -generic 2.6.32-25.44 failed to install/upgrade: η υποδιεργασία installed post -installation script επέστρεψε κ ατάσταση λάθους 2
** Attachment added: "AptOrdering.txt" https://bugs.launchpad.net/bugs/653078/+attachment/1663469/+files/AptOrdering.txt ** Attachment added: "Dependencies.txt" https://bugs.launchpad.net/bugs/653078/+attachment/1663470/+files/Dependencies.txt ** Attachment added: "Df.txt" https://bugs.launchpad.net/bugs/653078/+attachment/1663471/+files/Df.txt ** Attachment added: "Dmesg.txt" https://bugs.launchpad.net/bugs/653078/+attachment/1663472/+files/Dmesg.txt ** Attachment added: "DpkgTerminalLog.txt" https://bugs.launchpad.net/bugs/653078/+attachment/1663473/+files/DpkgTerminalLog.txt -- package linux-image-2.6.32-25-generic 2.6.32-25.44 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 https://bugs.launchpad.net/bugs/653078 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 653078] [NEW] package linux-image-2.6.3 2-25-generic 2.6.32-25.44 failed to install/upgrade : η υποδιεργασία installed po st-installation script επέστρεψε κατάσταση λάθους 2
Public bug reported: Binary package hint: initramfs-tools m ProblemType: Package DistroRelease: Ubuntu 10.04 Package: linux-image-2.6.32-25-generic 2.6.32-25.44 ProcVersionSignature: Ubuntu 2.6.32-24.43-generic 2.6.32.15+drm33.5 Uname: Linux 2.6.32-24-generic i686 Architecture: i386 Date: Fri Oct 1 18:04:51 2010 ErrorMessage: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 InstallationMedia: Ubuntu-Netbook 10.04 "Lucid Lynx" - Release i386 (20100429.4) SourcePackage: initramfs-tools Title: package linux-image-2.6.32-25-generic 2.6.32-25.44 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 ** Affects: initramfs-tools (Ubuntu) Importance: Undecided Status: New ** Tags: apport-package i386 lucid ubuntu-une -- package linux-image-2.6.32-25-generic 2.6.32-25.44 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 2 https://bugs.launchpad.net/bugs/653078 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 557177] Re: init: support mandatory arguments, or prevent starting of tasks without any arguments
> > you don't know this script is dangerous before you > > executed it. > > Then you should not execute it. A single bug in let's say firefox may delete your $HOME. Do you study every line of code before you launch it? -- init: support mandatory arguments, or prevent starting of tasks without any arguments https://bugs.launchpad.net/bugs/557177 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 79252] Re: update-manager: A unresolvable problem occurred while calculating the upgrade.
here are all logs ** Attachment added: "dist-upgrade.tar.gz" http://launchpadlibrarian.net/11053475/dist-upgrade.tar.gz -- update-manager: A unresolvable problem occurred while calculating the upgrade. https://bugs.launchpad.net/bugs/79252 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 79252] Re: update-manager: A unresolvable problem occurred while calculating the upgrade.
I confirm this problem I run 7.04 and I did have to play a bit with the nvidia drivers... ** Attachment added: "apt-autoinst-fixup.log" http://launchpadlibrarian.net/11053414/apt-autoinst-fixup.log -- update-manager: A unresolvable problem occurred while calculating the upgrade. https://bugs.launchpad.net/bugs/79252 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 38865] Re: [Bug 38865] Same problem solved with recompilation of sk98lin
I've got the feeling this sky2 bug's been here quite a long. Where's the problem guys? Not enough info? Complicated logic? No time? I mean I doubt I'll be able to find'n'fix the bug(s) but who knows...? On 7/18/06, Denis PORTHAULT <[EMAIL PROTECTED]> wrote: > My Asus P5GDC ICH6 chipset broke down, and I resolved to switch to a P5LD2. > Both have a Marvell 88E805 gigabit Ethernet controller. > Unfortunately, the sky2 driver which worked fine on my previous mainboard > freezes after a few seconds with the new one ... Maybe a revision problem ? > I compiled the newest sk98lin, and it's now working. > Thanks a lot to all of you ! -- sky2 driver freezing system after ifdown and ifup https://launchpad.net/bugs/38865 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 38865] Re: sky2 driver freezing system after ifdown and ifup
> Just installed sk98lin (Yukon linux driver version 8.32 from www.marvell.com) > and everything works fine so far. Installation > of driver was very easy, just install the corresponding linux-headers > packages and then choose the install option in the > sk98lin installation script. I'm fighting with the compilation of the sk98lin driver, compilation of kernel, soundcard fullduplex troubles, bluetooth and I dunno what more this whole weekend... In fact I'm fighting all the time with something since I quit on M$ (2 years or more) And right now because of these sky2 problem I decided to try SUSE (10.1. Inet Installation)... and of course it doesnt work... Guys... sometimes I'm really frustrated... I can tell you having linux is a bit like taking care of tamagotschi... doesnt matter what distro you choosed OK back to the point - I get problems while compiling the sk98lin: Compile the kernel (error) [ failed ] and the sk98lin install.log says: +++ Compile the driver +++ make: Entering directory `/usr/src/linux-source-2.6.15' Building modules, stage 2. MODPOST make: Leaving directory `/usr/src/linux-source-2.6.15' +++ Compiler error thx Bost (still on Ubuntu) -- sky2 driver freezing system after ifdown and ifup https://launchpad.net/bugs/38865 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs