[Bug 281882] Re: ssh hangs in initial handshaking when using IPv6
Just had the same exact problem logging from an Ubuntu 8.10 laptop (OpenSSH_5.1p1 Debian-3ubuntu1, OpenSSL 0.9.8g 19 Oct 2007) *TO* and OpenBSD 4.0 box. SSH would hang at: debug1: SSH2_MSG_KEXINIT sent I found this: http://kerneltrap.org/mailarchive/openbsd- misc/2007/4/24/148531 and I added a "flags S/SA" to the lines which already contained a "keep state". Reloaded pf and I immediately managed to connect. BTW, I am using a wired connection (there are reports of ssh hanging with wireless connections, but this is not the case) -- ssh hangs in initial handshaking when using IPv6 https://bugs.launchpad.net/bugs/281882 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 418459] Re: [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
Again same problem with 2.6.31: Linux 2.6.31-10-generic #34-Ubuntu SMP Wed Sep 16 00:23:19 UTC 2009 i686 GNU/Linux Also, it showed up after approx. 4 hours of suspend (always on AC power). I still have to determine after how much time it locks up (suspend works fine for 0 to 45 minutes or so) -- [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10 https://bugs.launchpad.net/bugs/418459 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 512253] Re: Mistake in /etc/network/interfaces keeps the system from booting
Please bump in importance/priority. This is a showstopper! Thanks -- Mistake in /etc/network/interfaces keeps the system from booting https://bugs.launchpad.net/bugs/512253 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 418459] Re: [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
Yeyy! Confirmed--at last! But any action? Also, please note this affects Ubuntu 10.04 (latest kernel, everything updated yesterday) as well: laptop freezes if suspended overnight, otherwise resumes OK if resuscitated within approx 5 hours. -- [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10 https://bugs.launchpad.net/bugs/418459 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 418459] Re: [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
Suggest bug #350643 is merged with this -- looks like same problem. -- [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10 https://bugs.launchpad.net/bugs/418459 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 569190] Re: epson printer won't print (Lucid)
OK, a few things here: 1) AL-CX11 *NEVER* *EVER* worked out-of-the-box, for me. In each and every Ubuntu version starting from 7.04, I think, up to 10.04. 2) Yes, it requires the driver from avasys.jp (see http://ubuntuforums.org/showthread.php?t=973233) 3) How did I get it to work? compiling the driver didn't work for me. I have the printer set up as socket://192.168.1.11:9100, but it simply won't print; printer doesn't even wake up from standby (the "microswitch"--actually a relay--referred to in the above posts). Also, permissions are OK, directory OK as well. Cups access_log and error_log give no information: all seems to be well, document printed as far as cups is concerned--but the printer doesn't even wake up. So, I tried ipp://192.168.1.11:631. Interesting, now I see a *lot* of stuff in the logs: if I remember correctly (it was very late last night), ps2pdf or something is started, and it aborts complaining that libstdc++5 is not found. Well, it turns out that in 10.04 you have no libstdc++5, only libstdc++6 (and that's what I installed, according to the Ubuntuforums instructions). Even the dirty trick of symlinking ++5 to ++6 didn't work. So I downloaded it from http://packages.ubuntu.com/intrepid/libstdc++5 and installed it. Finally, I deleted the printer and reinstalled it through CUPS, resulting in the usual socket://192.168.1.11:9100 connection. Works. There is always the issue of CUPS complaining that pstoalcx11.sh is not installed, but we just ignore it. Now I will try reproducing on two more laptops, one with 10.04, other 10.04 Netbook Remix. I will try posting some logs as well. -- epson printer won't print (Lucid) https://bugs.launchpad.net/bugs/569190 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 512253] Re: Mistake in /etc/network/interfaces keeps the system from booting
Same here. Old i386 hardware, Ubuntu 9.10 Server (!) Linux ubuntu910server 2.6.31-17-generic-pae #54-Ubuntu SMP Thu Dec 10 17:23:29 UTC 2009 i686 GNU/Linux If you screw up your /etc/networking/interfaces file (such as I did, very late at night), the system will NOT boot anymore, under any GRUB option (normal or "recovery mode"). The only way to recover is to boot from some sort of live CD and edit the offending file. It hangs like so: /dev/sdb1: clean, 50464/490560 files, 301233/1961930 blocks init: network-interface (eth1) pre-start process (440) terminated with status 1 init: network-interface (eth0) pre-start process (470) terminated with status 1 init: network-interface (lo) pre-start process (482) terminated with status 1 init: network-interface (eth1) post-stop process (485) terminated with status 1 init: network-interface (eth0) post-stop process (486) terminated with status 1 init: network-interface (lo) post-stop process (487) terminated with status 1 The offending /etc/networking/interfaces had a big mistake like this: # This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet 192.168.0.222 However, I think it is ridiculous for a mistake on the config file to PREVENT a server from booting! Adding insult to injury, there is no way to recover from this problem, except booting off a live CD. Please take corrective action! -- Mistake in /etc/network/interfaces keeps the system from booting https://bugs.launchpad.net/bugs/512253 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 418459] [NEW] [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
Public bug reported: Suspend/Resume never worked on this laptop, tried 8.10, 9.04, 9.10. Then, after the latest kernel upgrade, I gave it another shot and it worked! Great! Well, almost... Unfortunately, it appears as if a suspend/resume works within 15 minutes or so. But it failed when I left the laptop in Suspend overnight (although always on AC power). Also, when rebooting, it hard-locked the laptop--required over a dozen power-on attempts to finally get the screen to light up and the computer to boot. This, however, always occurred even with the previous distros/kernels. ProblemType: KernelOops Annotation: This occured during a previous suspend and prevented it from resuming properly. AplayDevices: List of PLAYBACK Hardware Devices card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: madmax 3782 F pulseaudio Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xfc30 irq 21' Mixer name : 'Realtek ALC268' Components : 'HDA:10ec0268,1025011f,0013 HDA:14f12c06,10250093,0010' Controls : 18 Simple ctrls : 12 Date: Tue Aug 25 08:27:34 2009 DistroRelease: Ubuntu 9.10 ExecutablePath: /usr/share/apport/apportcheckresume Failure: suspend/resume HibernationDevice: RESUME=UUID=321e1510-b431-4b33-b8ab-e8f8bb29fb53 InterpreterPath: /usr/bin/python2.6 MachineType: Acer Extensa 5620 Package: linux-image-2.6.31-6-generic 2.6.31-6.26 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcCmdLine: root=UUID=0c05333c-18ec-4e8f-8e7b-0d432182570c ro quiet splash ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume ProcEnviron: PATH=(custom, no user) ProcVersionSignature: Ubuntu 2.6.31-6.26-generic RelatedPackageVersions: linux-backports-modules-2.6.31-6-generic N/A linux-firmware 1.16 SourcePackage: linux Tags: resume suspend Title: [Acer Extensa 5620] suspend/resume failure Uname: Linux 2.6.31-6-generic i686 UserGroups: WpaSupplicantLog: dmi.bios.date: 07/03/2008 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: V1.35 dmi.board.name: Columbia dmi.board.vendor: Acer dmi.board.version: Rev dmi.chassis.asset.tag: None dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.35:bd07/03/2008:svnAcer:pnExtensa5620:pvr0100:rvnAcer:rnColumbia:rvrRev:cvnAcer:ct10:cvrN/A: dmi.product.name: Extensa 5620 dmi.product.version: 0100 dmi.sys.vendor: Acer ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: apport-kerneloops i386 resume suspend -- [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10 https://bugs.launchpad.net/bugs/418459 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 418459] Re: [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
** Attachment added: "AlsaDevices.txt" http://launchpadlibrarian.net/30797405/AlsaDevices.txt ** Attachment added: "ArecordDevices.txt" http://launchpadlibrarian.net/30797406/ArecordDevices.txt ** Attachment added: "BootDmesg.txt" http://launchpadlibrarian.net/30797407/BootDmesg.txt ** Attachment added: "CRDA.txt" http://launchpadlibrarian.net/30797408/CRDA.txt ** Attachment added: "Card0.Amixer.values.txt" http://launchpadlibrarian.net/30797409/Card0.Amixer.values.txt ** Attachment added: "Card0.Codecs.codec.0.txt" http://launchpadlibrarian.net/30797410/Card0.Codecs.codec.0.txt ** Attachment added: "Card0.Codecs.codec.1.txt" http://launchpadlibrarian.net/30797411/Card0.Codecs.codec.1.txt ** Attachment added: "CurrentDmesg.txt" http://launchpadlibrarian.net/30797412/CurrentDmesg.txt ** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/30797413/Dependencies.txt ** Attachment added: "IwConfig.txt" http://launchpadlibrarian.net/30797414/IwConfig.txt ** Attachment added: "Lspci.txt" http://launchpadlibrarian.net/30797415/Lspci.txt ** Attachment added: "Lsusb.txt" http://launchpadlibrarian.net/30797416/Lsusb.txt ** Attachment added: "PciMultimedia.txt" http://launchpadlibrarian.net/30797418/PciMultimedia.txt ** Attachment added: "ProcCpuinfo.txt" http://launchpadlibrarian.net/30797419/ProcCpuinfo.txt ** Attachment added: "ProcInterrupts.txt" http://launchpadlibrarian.net/30797420/ProcInterrupts.txt ** Attachment added: "ProcMaps.txt" http://launchpadlibrarian.net/30797421/ProcMaps.txt ** Attachment added: "ProcModules.txt" http://launchpadlibrarian.net/30797422/ProcModules.txt ** Attachment added: "ProcStatus.txt" http://launchpadlibrarian.net/30797423/ProcStatus.txt ** Attachment added: "RfKill.txt" http://launchpadlibrarian.net/30797424/RfKill.txt ** Attachment added: "SleepLog.txt" http://launchpadlibrarian.net/30797425/SleepLog.txt ** Attachment added: "UdevDb.txt" http://launchpadlibrarian.net/30797426/UdevDb.txt ** Attachment added: "UdevLog.txt" http://launchpadlibrarian.net/30797427/UdevLog.txt ** Attachment added: "WifiSyslog.txt" http://launchpadlibrarian.net/30797428/WifiSyslog.txt -- [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10 https://bugs.launchpad.net/bugs/418459 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 418459] Re: [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
...Still same bug! It is strange how the problem only shows up after 4+ hours of suspend. Linux 2.6.31-11-generic #38-Ubuntu SMP Fri Oct 2 11:55:55 UTC 2009 i686 GNU/Linux -- [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10 https://bugs.launchpad.net/bugs/418459 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 418459] Re: [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
Upgraded kernel, but same results when suspending overnight (8 hours, this time): Linux 2.6.31-8-generic #28-Ubuntu SMP Thu Aug 27 14:43:30 UTC 2009 i686 GNU/Linux -- [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10 https://bugs.launchpad.net/bugs/418459 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 418459] Re: [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
BUMP BUMP BUMP The problem is still here... it ain't goin' away!! Linux 2.6.31-16-generic #53-Ubuntu SMP Tue Dec 8 04:01:29 UTC 2009 i686 GNU/Linux The only difference I noticed, now when it locks up (and still does, after approx. 4 hours in standby--even while connected to AC), it only takes a couple of power cycles to actually restart: it used to take about a dozen power-on attempts to actually restart the laptop (i.e. press power button, you hear the CD head moving but screen didn't light up and laptop didn't boot. then, after a couple of seconds, the cycle started over, again to no avail.) -- [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10 https://bugs.launchpad.net/bugs/418459 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 418459] Re: [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10
Upgraded to 10.04, then re-installed from scratch. Bug is still there. Linux mySSDbox 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:22:14 UTC 2010 i686 GNU/Linux -- [Acer Extensa 5620] suspend/resume failure Ubuntu 9.10 https://bugs.launchpad.net/bugs/418459 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