[Bug 1699660] Re: systemd-resolve breaks resolution of local network hostnames

2019-06-28 Thread ironstorm
Thanks Martin, your solution to disable systemd-resolve allowed me to finally resolve hosts on my local network again... I was using a temporary workaround of replacing "echo 'nameserver 192.168.1.1' > /etc/resolv.conf", however that doesn't survive reboots. This issue should be addressed by

[Bug 1573095] Re: 16.04 cloud image hangs at first boot

2018-04-04 Thread ironstorm
The same problem exists on VirtualBox using the Apr 2 nightly of bionic cloud image... :( Workaround on Virtualbox is to add a disconnected serial port to allow booting to continue using the following: VBoxManage modifyvm "${VM}" --uart1 0x3f8 4 --uartmode1 disconnected -- You received this

[Bug 1638125] Re: USN-3109-1: MySQL vulnerabilities partially applies to MariaDB too

2016-12-08 Thread ironstorm
i.e. If the server had been configured with Unattended-Upgrade ::Automatic-Reboot "true" and a kernel update came down at the same time, the DB moved to /tmp would have been wiped as part of the reboot process. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1638125] Re: USN-3109-1: MySQL vulnerabilities partially applies to MariaDB too

2016-12-08 Thread ironstorm
10.0.28-0ubuntu0.16.10.1 was applied last night as an unattended update to my server and wiped out /var/lib/mysql... Log started: 2016-12-08 03:37:45 Preconfiguring packages ... (Reading database ... ^M(Reading database ... 5%^M(Reading database ... 10%^M(Reading database ... 15%^M(Reading

[Bug 1594587] Re: package keyboard-configuration 1.108ubuntu15.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-09-27 Thread ironstorm
I was able to work around this stupidity by temporarily pulling the execute bit from setxkbmap as follows: /var/cache/apt/archives⟫ which setxkbmap /usr/bin/setxkbmap /var/cache/apt/archives⟫ sudo chmod -x /usr/bin/setxkbmap /var/cache/apt/archives⟫ sudo dpkg -i

[Bug 1594587] Re: package keyboard-configuration 1.108ubuntu15.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-09-27 Thread ironstorm
/usr/bin/perl -w /usr/share/debconf/frontend /var/lib/dpkg/info /keyboard-configuration.postinst configure 1.108ubuntu15 This crap is blocking me from properly updating my system, I'm attempting to upgrade over ssh inside a byobu session. adding set -x to the script /var/lib/dpkg/info/keyboard-

[Bug 1474212] Re: Upgrade fails when /var/lib/mysql is a soft link

2016-08-05 Thread ironstorm
If there are no plans to fix this, can we just stop releasing new updates of this package? I personally don't need the unrelated mysql fixes and they just require us to re-patch mysql postinst again and again so the other dependent packages with actual fixes can satisfy their requirement for the

[Bug 1409032] Re: gvfsd-smb: very high CPU utilisation

2016-08-03 Thread ironstorm
This f-ing bug literally melts my old laptop causing it to thermal shutdown. Would be nice if we could get an proper f-ing 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/1409032 Title:

[Bug 1474212] Re: Upgrade fails when /var/lib/mysql is a soft link

2016-07-02 Thread ironstorm
@racb, what is wrong with the fix itsadok described on 2015-07-20? I've manually unpacked and applied that fix to workaround this issue a few times (every time there's an updated package). I don't understand why it takes so long to get things like this fixed when there's solution posted at the

[Bug 1571295] Re: pptpd module config loaded at wrong location

2016-06-20 Thread ironstorm
I have this same error message, /lib/modules-load.d/ doesn't exist on my system as a destination to move it to. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571295 Title: pptpd module config

[Bug 1562333] Re: iptstate assert failure: *** Error in `iptstate': munmap_chunk(): invalid pointer: 0x000000000193c990 ***

2016-06-12 Thread ironstorm
Running iptstate on a Raspberry Pi 3 (armhf) yields errors including the one in this bug's title: *** Error in `iptstate': munmap_chunk(): invalid pointer: 0x02c62e78 *** *** Error in `iptstate': free(): invalid pointer: 0x0231ec10 *** Seems the best that can be done without continuously

[Bug 216847] Re: sshd will not start at boot if ListenAddress is set, because network interface is not yet up

2016-06-02 Thread ironstorm
This is still broken in 16.04 / Xenial. I'm going to try using a root cronjob to catch and recover: */5 * * * * if [ $(ps -ef | grep /usr/sbin/sshd | grep -v grep | wc -l) -eq 0 ]; then /usr/sbin/service ssh start; fi -- You received this bug notification because you are a member of

[Bug 557775] Re: Persistent Storage option always greyed out

2016-05-06 Thread ironstorm
6 years later... the fix for this is solid, the menu for persistent storage options is simply no longer visible at all (instead of being greyed out). :\ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1572841] [NEW] Zabbix Frontend fails install with PHP7.0 due to always_populate_raw_post_data configuration

2016-04-20 Thread ironstorm
Public bug reported: always_populate_raw_post_data was deprecated in PHP 5.3 at which time zabbix frontend setup began to insist that it be set to always_populate_raw_post_data = -1 in the PHP.ini In PHP 7.0, which Ubuntu 16.04 LTS ships with, always_populate_raw_post_data has been removed

[Bug 1431743] Re: fails to boot due to read-ony file system

2015-04-26 Thread ironstorm
This should be reopened. This is a potentially serious regression that broke on my machine upgrading from 14.10 to 15.04. The way in which it broke left me looking at a shell that told me despite my FS being mounted rw according to mount, all commands were failing because of Read-only file

[Bug 1409351] [NEW] Fish is missing a dependency on man

2015-01-10 Thread ironstorm
Public bug reported: Hitting tab when the man package is not installed results in a apropos parsing error. man should be added as a dependency. ~ apt-get tab fish: Unknown command ���apropos��� /usr/share/fish/functions/__fish_describe_command.fish (line 6): apropos $argv ^/dev/null | awk -v

[Bug 1127151] Re: The system network services are not compatible with this version

2014-03-04 Thread ironstorm
as per the answers.ubuntu.com thread linked above. To solve this issue I had to manually renable management by editing /etc/NetworkManager/NetworkManager.conf as follows: [ifupdown] # managed=true managed=true -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1127151] Re: The system network services are not compatible with this version

2014-03-04 Thread ironstorm
Sorry it was [ifupdown] managed=false Changed to [ifupdown] managed=true and restarted -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1127151 Title: The system network services are not compatible

[Bug 987147] [NEW] bridge-utils dependency problem w/ gadmin-openvpn-server

2012-04-23 Thread ironstorm
Public bug reported: PROBLEM: Bridge-utils is not a dependency and is not in the correct location (according to gadmin-openvpn-server) OUTPUT: sudo gadmin-openvpn-server OpenVPN 2.2.0 x86_64-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [eurephia] [MH] [PF_INET6] [IPv6 payload 20110424-2

[Bug 661321] Re: Opening /dev/ttyUSB0 hangs, pl2303.ko module

2011-12-08 Thread ironstorm
I have a couple of older TEMPer USB-to-Serial Thermometers that depend on this module, so Michael Stevens comment (#12) about the behaviour was very helpful for me... The programs the TEMPer's depend on (TEMPer.c and temper-read-temp (temper-read-temp, part of temper-tools-1.0 from

[Bug 862813] Re: Power Managment settings are being ignored

2011-10-03 Thread ironstorm
I have a quadcore desktop, it seems like telling the screen saver never to come on starts it fading out as soon as I stop moving the mouse as well... perhaps there's something broken in common. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 841967] Re: 01cpu_online script hangs, backtraces, bumps load

2011-10-03 Thread ironstorm
glad I eventually found the /etc/pm/power.d folder, it helped explained why my quadcore desktop was offline-ing cpu's and why the USB devices would stop responding... not sure if powernap is supposed to be installed on desktops and/or servers, but if it is others may well hit the same problems I

[Bug 860227] Re: greeter session puts the host to sleep after 30 minutes idle

2011-10-03 Thread ironstorm
This bug appears to be related to #862813 Power Managment settings are being ignored, though I'm not sure it's a straight-up duplicate because it would appear to be a default settings issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 618416] Re: gnome-power-manager crashed with signal 5 in _XError()

2011-10-03 Thread ironstorm
*** This bug is a duplicate of bug 626748 *** https://bugs.launchpad.net/bugs/626748 ** This bug has been marked a duplicate of bug 619615 gnome-power-manager crashed with signal 5 in _XError() ** This bug is no longer a duplicate of bug 619615 gnome-power-manager crashed with signal 5

[Bug 619044] Re: gnome-power-manager crashed with signal 5 in _XError()

2011-10-03 Thread ironstorm
*** This bug is a duplicate of bug 626748 *** https://bugs.launchpad.net/bugs/626748 ** This bug is no longer a duplicate of bug 619615 gnome-power-manager crashed with signal 5 in _XError() ** This bug has been marked a duplicate of bug 626748 gnome-power-manager crashed with signal 5

[Bug 619615] Re: gnome-power-manager crashed with signal 5 in _XError()

2011-10-03 Thread ironstorm
*** This bug is a duplicate of bug 626748 *** https://bugs.launchpad.net/bugs/626748 ** This bug has been marked a duplicate of bug 626748 gnome-power-manager crashed with signal 5 in _XError() -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 620920] Re: gnome-power-manager crashed with signal 5 in _XError()

2011-10-03 Thread ironstorm
*** This bug is a duplicate of bug 626748 *** https://bugs.launchpad.net/bugs/626748 ** This bug has been marked a duplicate of bug 619615 gnome-power-manager crashed with signal 5 in _XError() ** This bug is no longer a duplicate of bug 619615 gnome-power-manager crashed with signal 5

[Bug 517934] Re: sisusbvga driver does not work with StarTech USB2VGAE2

2011-09-13 Thread ironstorm
A video showing off Trigger 1+ ( ID 0711:5100 Magic Control Technology Corp.) based MWS300 clients being used to power a classroom, 6-usb video cards per desktop server. http://mediateca.educa.madrid.org/reproducir.php?id_video=9n1orim32f61z8tv -- You received this bug notification because you

[Bug 517934] Re: sisusbvga driver does not work with StarTech USB2VGAE2

2011-09-13 Thread ironstorm
I can personally confirm that video on the Tritton XD300 (0711:5100 - Trigger 1+) is functional w/ the drivers on MaX 6.5RC2 w/ max-multiseat package installed. To make it work I had to use a USB to PS2 splitter in the USB port next to the sound input/output jacks. There's a lot of magic done

[Bug 517934] Re: sisusbvga driver does not work with StarTech USB2VGAE2

2011-09-10 Thread ironstorm
I've started a thread on Ubuntu Forums about this... you may be interested to read the bit on the cousin of this product the MWS300 which may have some support in MAXI linux from Madrid. http://ubuntuforums.org/showthread.php?p=11239619 -- You received this bug notification because you are a

[Bug 762054] Re: php5-curl install should restart apache not reload it

2011-04-16 Thread ironstorm
Thanks Clint, I'm glad to hear it's already fixed for the next release. :D -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/762054 Title: php5-curl install should restart apache not

[Bug 762054] Re: php5-curl install should restart apache not reload it

2011-04-16 Thread ironstorm
Thanks Clint, I'm glad to hear it's already fixed for the next release. :D -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/762054 Title: php5-curl install should restart apache not reload it --

[Bug 762054] [NEW] php5-curl install should restart apache not reload it

2011-04-15 Thread ironstorm
Public bug reported: Binary package hint: php5 Installing php5-curl, the post-install script does an Apache2 reload which refreshes the configuration, but does not cause the new libs to be loaded into memory. The result is any PHP page using curl will crash until Apache2 is restarted.

[Bug 762054] [NEW] php5-curl install should restart apache not reload it

2011-04-15 Thread ironstorm
Public bug reported: Binary package hint: php5 Installing php5-curl, the post-install script does an Apache2 reload which refreshes the configuration, but does not cause the new libs to be loaded into memory. The result is any PHP page using curl will crash until Apache2 is restarted.

[Bug 483282] Re: crash in kubuntu netbook installer (9.10)

2010-12-23 Thread ironstorm
I get the same error message from ubiquity when launching from a Linux Mint 10 USB (microSD inside a USB adapter) made with Pendrive Linux (www.pendrivelinux.com) running on a 2003 Dell Celeron clunker. m...@mint ~ $ uname -a Linux mint 2.6.35-22-generic #33-Ubuntu SMP Sun Sep 19 20:34:50 UTC

[Bug 483282] Re: crash in kubuntu netbook installer (9.10)

2010-12-23 Thread ironstorm
I was able to work around the issue by reinstalling ubiquity and re- running the installer... sudo aptitude reinstall ubiquity -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/483282 Title: crash in

[Bug 500264] Re: mixxx crashes at startup: segmentation fault

2010-07-02 Thread ironstorm
@Frank your problem is NOT the same as this bug, please open a new bug with ALL the details about your system mixxx build under the bug title title symbol lookup error: /usr/lib/libQtSvg.so.4: undefined symbol: _ZN15QGraphicsObject16staticMetaObjectE -- mixxx crashes at startup: segmentation

[Bug 562809] [NEW] zabbix-server-mysql dist-upgrade (1.6.4 - 1.8.1) fails because of SQL patch problem

2010-04-14 Thread ironstorm
Public bug reported: Debconf states that the database must be manually upgraded using a patch during Karmic - Lucid dist-upgrade before Zabbix 1.8.x will run... Attempting the SQL patch fails: sudo sh -c zcat /usr/share/doc/zabbix-server-mysql/examples/patch.sql.gz | mysql -D zabbix ERROR 1061

[Bug 416956] Re: fusion-icon shouldn't only depend on compiz-gnome or compiz-kde

2010-02-19 Thread ironstorm
Its a little much that all this stuff has to get installed to support a tray icon... particularly when I only have about 300MB of disk free left on my netbook... I too will be looking for the old version. g...@eeepc901:~$ aptitude install fusion-icon Reading package lists... Done Building

[Bug 383431] Re: Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end

2010-02-13 Thread ironstorm
@David: our website download page (http://mixxx.org/download.php) advises Ubuntu users to downgrade portaudio to the version from Intrepid 8.10. -- Sound engine-related hang on Ubuntu (Studio) 9.04 with ALSA back end https://bugs.launchpad.net/bugs/383431 You received this bug notification

[Bug 178599] Re: RFE add lis driver for L.I.S. MCE 2005 display (available in current CVS nightly snapshots)

2010-02-13 Thread ironstorm
** Description changed: Binary package hint: lcdproc - Hi, + Hi, I have an L.I.S. MCE 2005 VFD device. This device goes over a serial-to-usb convert and requires the lis driver that is currently not packaged with Ubuntu. Please note that this driver requires the libftdi-dev

[Bug 359063] Re: D02HW (HuaweiE220 OEM product) modem doesn't answer the GPRS(HSDPA) command set

2010-01-22 Thread ironstorm
Hi, I'm in Japan atm and I rented one of these modems, fortunately I was able to get it working by downloading gnome-ppp on my hotel connection. But I'm wondering if this is fixed in Karmic Network Manager packages? -- D02HW (HuaweiE220 OEM product) modem doesn't answer the GPRS(HSDPA) command

[Bug 500264] Re: mixxx crashes at startup: segmentation fault

2009-12-26 Thread ironstorm
** Tags added: ati -- mixxx crashes at startup: segmentation fault https://bugs.launchpad.net/bugs/500264 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 460574] Re: Segmentation fault on startup. New install Ubuntu 9.10 - Karmic

2009-12-09 Thread ironstorm
*** This bug is a duplicate of bug 447694 *** https://bugs.launchpad.net/bugs/447694 This is an ATI Video Driver + OpenGL problem, refer to https://bugs.launchpad.net/ubuntu/+source/stellarium/+bug/447694/comments/5 for a possible workaround. ** This bug has been marked a duplicate of bug

[Bug 476089] [NEW] Should depend on java-virtual-machine, java2-runtime-headless NOT sun-java6-jre

2009-11-05 Thread ironstorm
Public bug reported: Binary package hint: alfresco-community alfresco-community currently depends on sun-java6-jre This is bad because it will bring in a lot of UI based stuff required to support the JRE (in order for it to run swing apps, etc) and also because it will not install on Karmic

[Bug 476089] Re: Should depend on java-virtual-machine, java2-runtime-headless NOT sun-java6-jre

2009-11-05 Thread ironstorm
that should probably be: java-virtual-machine | java2-runtime-headless ** Description changed: Binary package hint: alfresco-community alfresco-community currently depends on sun-java6-jre This is bad because it will bring in a lot of UI based stuff required to support the JRE (in

[Bug 178599] Re: RFE add lis driver for L.I.S. MCE 2005 display (available in current CVS nightly snapshots)

2009-10-28 Thread ironstorm
As the updated to Karmic broke my LIS display, I'm attaching the updated script to build the LIS module for Ubuntu. This is tested and works on my amd64 machine. Hopefully others find it helpful. Cheers, -G ** Attachment added: Script to build LCD Proc from CVS using Ubuntu diff to support

[Bug 446541] Re: package ubuntustudio-default-settings 0.26 failed to install/upgrade: subprocess new post-removal script returned error exit status 1

2009-10-09 Thread ironstorm
This is a duplicate of #410867 ** Changed in: ubuntustudio-default-settings (Ubuntu) Status: New = Invalid -- package ubuntustudio-default-settings 0.26 failed to install/upgrade: subprocess new post-removal script returned error exit status 1 https://bugs.launchpad.net/bugs/446541 You

[Bug 446871] Re: I have caught karmic bug during updating.

2009-10-09 Thread ironstorm
This is a duplicate of #410867 ** Changed in: ubuntustudio-default-settings (Ubuntu) Status: New = Invalid -- I have caught karmic bug during updating. https://bugs.launchpad.net/bugs/446871 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 294599] Re: *** buffer overflow detected ***: apachetop terminated

2009-08-07 Thread ironstorm
Was also crashing for me with this error on AMD64 / Jaunty. After applying dc's patch to the source tarball and recompiling, it now works. Bit of a shame we can't get this pushed into Karmic, the package is pretty worthless in its current state. -- *** buffer overflow detected ***: apachetop

[Bug 360590] Re: Please compile portaudio with Jack support

2009-04-13 Thread ironstorm
H Matthias, Mixxx does not package portaudio. The portaudio maintainers have to be the ones to fix this. ** Changed in: mixxx Importance: Undecided = High ** Changed in: mixxx Status: New = Invalid -- Please compile portaudio with Jack support https://bugs.launchpad.net/bugs/360590

[Bug 260843] Re: Error Reading blist.xml with utf-8 characters in group-descriptions

2009-02-19 Thread ironstorm
I'm seeing this on Jaunty now... In two weeks it has happened twice where after I start my computer Pidgin reports: Error Reading blist.xml An error was encountered reading your buddy list. They have not been loaded, and the old file has been renamed to /home/ged/.purple/blist.xml~. XML

[Bug 313435] Re: Gnome's mouse paralysed and remains while playing

2009-02-14 Thread ironstorm
I've had this problem on Intrepid also, there is a bug in my monitor (Gateway XHD3000) that causes the screen to blank and this causes glest to toggle out of fullscreen mode. As soon as the resolution changes the glest mouse goes dead sitting in the middle of the glest window, while I have my

[Bug 313510] Re: Jaunty: virtualbox-ose-guest-utils conflicts with xserver-xorg-core

2009-02-14 Thread ironstorm
I just hit this problem on a Kubuntu/Jaunty Virtualbox VM. -- Jaunty: virtualbox-ose-guest-utils conflicts with xserver-xorg-core https://bugs.launchpad.net/bugs/313510 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 317712] Re: nepomukservicestub crashed with SIGSEGV in QThread::isRunning()

2009-02-14 Thread ironstorm
Got this error after an upgrade from Intrepid to Jaunty done 2 hours ago. -- nepomukservicestub crashed with SIGSEGV in QThread::isRunning() https://bugs.launchpad.net/bugs/317712 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 257301] Re: [Firefox 3.0] apt://-urls don't launch packet-manager

2009-02-14 Thread ironstorm
This is still a problem in the latest Jaunty alpha... -- [Firefox 3.0] apt://-urls don't launch packet-manager https://bugs.launchpad.net/bugs/257301 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 326431] Re: virtualbox does not appear on default start menu - virtualbox-ose.desktop should include System in list of Categories

2009-02-09 Thread ironstorm
This, however, should be marked as Wishlist importance as it is not necessarily a bug, but a request for something that would make the program better. If it worked in Hardy but no longer works now; by what reasoning should it be marked as Wishlist? It should be marked as a regression (unless

[Bug 326431] Re: virtualbox does not appear on default start menu - virtualbox-ose.desktop should include System in list of Categories

2009-02-09 Thread ironstorm
@Daniel Haler Okay, I see the rational behind the change on the wiki page, we can close this one then. I'll comment in the other bug about how the same change should be applied to vboxgtk. @Cameron no harm, no foul. :D ** Changed in: virtualbox-ose (Ubuntu) Status: New = Invalid --

[Bug 288590] Re: Virtualbox should go in Accessories, not in System tools

2009-02-09 Thread ironstorm
I'm the original report of bug 326431. I've marked that bug as invalid based on the document cited in this issue. To avoid confusion someone should also apply the same change to vboxgtk, which currently installs to the System Tools menu folder just like the old virtualbox icon used to. Cheers,

[Bug 326425] [NEW] blist.xml was corrupted during normal shutdown - buddy tag account attribute contains invalid XML chars

2009-02-06 Thread ironstorm
Public bug reported: Binary package hint: pidgin Description:Ubuntu 8.10 Release:8.10 Pidgin 2.5.2 App started and reported blist.xml was corrupt and was moved to blist.xml~, all IRC channels were lost from the new blist.xml configuration file. Running xmllint on the corrupted

[Bug 326425] Re: blist.xml was corrupted during normal shutdown - buddy tag account attribute contains invalid XML chars

2009-02-06 Thread ironstorm
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/22067018/Dependencies.txt ** Attachment added: ProcMaps.txt http://launchpadlibrarian.net/22067019/ProcMaps.txt ** Attachment added: ProcStatus.txt http://launchpadlibrarian.net/22067020/ProcStatus.txt -- blist.xml

[Bug 326431] [NEW] virtualbox does not appear on default start menu - virtualbox-ose.desktop should include System in list of Categories

2009-02-06 Thread ironstorm
Public bug reported: Binary package hint: virtualbox-ose Neither of the three Ubuntu variants I have (mythbuntu/Jaunty, eeebuntu/Intrepid or UbuntuStudio/Intrepid) has either an Emulator or Utility menu category entry present under the main start menu. Both have System Tools which is where I

[Bug 326431] Re: virtualbox does not appear on default start menu - virtualbox-ose.desktop should include System in list of Categories

2009-02-06 Thread ironstorm
@Cameron W Do you think this is good phrasing for my brainstorm idea: My idea to make icons for in the start menu, so people don't have to open terminal to run ui apps that they have installed. Vote for it, its a good idea! You know it is! -- virtualbox does not appear on default start menu

[Bug 325620] [NEW] qtpfsgui should depend on dcraw

2009-02-04 Thread ironstorm
Public bug reported: Binary package hint: qtpfsgui qtpfsgui will fail to load .dng image files with a message that it could not start dcraw, if the dcraw package is not installed. dcraw should be added as a dependency for this app. ** Affects: qtpfsgui (Ubuntu) Importance: Undecided

[Bug 191094] Re: Aptitude crashes when fetching repository package list

2008-12-26 Thread ironstorm
It would seem part of my problem is that my terminal has too many columns... A few months back I got a 30 monitor, when one maximizes the terminal and does echo ${COLUMNS} the result is 423 ... rows are around 113 or 114 At this width, when I do aptitude install with some large package,

[Bug 310150] [NEW] -o/--output commandline option is broken in 2.10, 2.11

2008-12-20 Thread ironstorm
Public bug reported: Binary package hint: source-highlight source-highlight --out-format=esc --output=STDOUT midiscriptengine.cpp Processing midiscriptengine.cpp ... created midiscriptengine.cpp.txt The flag --output used to spit ANSI highlighted source code to the console with source-highlight

[Bug 288850] Re: universalindentgui crashes on start with segmentation fault

2008-11-23 Thread ironstorm
I have this crash on amd64 Intrepid final. Also s/Dirctory/Directory/g ... -- universalindentgui crashes on start with segmentation fault https://bugs.launchpad.net/bugs/288850 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 189598] Re: Mixxx is missing icon (Hardy)

2008-11-17 Thread ironstorm
** Changed in: mixxx Status: Fix Committed = Fix Released -- Mixxx is missing icon (Hardy) https://bugs.launchpad.net/bugs/189598 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 183011] Re: JACK disabled in Gutsy PortAudio package

2008-11-17 Thread ironstorm
** Changed in: mixxx Status: Fix Committed = Fix Released ** Changed in: portaudio19 (Ubuntu) Status: Fix Committed = Fix Released -- JACK disabled in Gutsy PortAudio package https://bugs.launchpad.net/bugs/183011 You received this bug notification because you are a member of

[Bug 229657] Re: Crashed after adding a track

2008-11-17 Thread ironstorm
** Changed in: mixxx Status: Fix Committed = Fix Released ** Changed in: mixxx (Ubuntu) Status: Fix Committed = Fix Released -- Crashed after adding a track https://bugs.launchpad.net/bugs/229657 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 253854] Re: Needed libphonon enabled in Qt4 compilation/packaging

2008-11-11 Thread ironstorm
I also just hit this bug, it breaks portable compiling of Qt4 phonon- based apps... Is there a way to work around this? Can both versions somehow be installed together? If not we should probably push this upstream to trolltech, since from what I've read the official phonon repos still belong to

[Bug 191094] Re: Aptitude crashes when fetching repository package list

2008-11-09 Thread ironstorm
Happened to me also... I've been seeing aptitude download a bit then pause, I suspect my router is the culprit for that... [EMAIL PROTECTED]:~/workspace/ctest$ aptitude update Hit http://dl.google.com testing Release.gpg Ign http://dl.google.com testing/non-free Translation-en_CA

[Bug 148454] Re: console-kit-deamon spawns too many threads

2008-11-07 Thread ironstorm
WTF is this consoleKit thing for, why the heck does it need 60 dormant threads, and why do 50 odd packages depend on it? http://people.freedesktop.org/~mccann/doc/ConsoleKit/ConsoleKit.html#id2565344 -- that's helpful! Seriously, I've been using RedHat 5.2 and have never had need of whatever

[Bug 148454] Re: console-kit-deamon spawns too many threads

2008-11-07 Thread ironstorm
Seriously, I've been using RedHat 5.2 and have never had need of whatever fast-user-switching or seat counting this thing provides... clearly I'm up way past my bed time too... that should read using Linux since RH5.2... haha -- console-kit-deamon spawns too many threads

[Bug 107668] Re: Setting an invalid mount point can make a removeable media unaccessible

2008-11-06 Thread ironstorm
Sigh... I was just bitten in the butt by this retardiness ... I changed my volume mount point to 'XP_HDD' for my Windows mount, umounted and tried to remount only to be told mount_point cannot contain the following characters: newline, G_DIR_SEPERATOR (usually /)... I'm pretty disappointed on 2

[Bug 267721] Re: [Intrepid] AMD64 has no installable package

2008-09-16 Thread ironstorm
I'm facing this issue... Just upgraded to Intrepid on AMD64 and when I do aptitude install virtualbox-ose, I am told that virtualbox-ose-modules-2.6.26-5-generic is to be installed and it depends on linux-image-2.6.26-5-generic which is not installable. It does the install but won't work as

[Bug 55671] Re: should find fastest ubuntu mirror not debian

2008-09-11 Thread ironstorm
If this is not going to be fixed I think we'd better off having it excluded from Ubuntu... Since it in no way serves its purpose or helps Ubuntu users. -- should find fastest ubuntu mirror not debian https://bugs.launchpad.net/bugs/55671 You received this bug notification because you are a

[Bug 238259] Re: Building amd64 module for virtualbox-ose fails.

2008-08-25 Thread ironstorm
I can confirm the same problem on AMD64. :( -- Building amd64 module for virtualbox-ose fails. https://bugs.launchpad.net/bugs/238259 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 259717] Re: virtualbox-ose-modules-2.6.24-21-generic is missing in proposed

2008-08-25 Thread ironstorm
*** This bug is a duplicate of bug 260722 *** https://bugs.launchpad.net/bugs/260722 @Daniel Hahler: yeah, I'm amd64... thanks for the tip... I go try and load the old module as that bug suggests... -- virtualbox-ose-modules-2.6.24-21-generic is missing in proposed

[Bug 259717] Re: virtualbox-ose-modules-2.6.24-21-generic is missing in proposed

2008-08-24 Thread ironstorm
*** This bug is a duplicate of bug 260722 *** https://bugs.launchpad.net/bugs/260722 @nemeek, the compile fails with this as the error: {standard input}: assembler messages: ▒ │ {standard input}:437: error: suffix or operands invalid for `pushf'

[Bug 199011] Re: Amarok process runs, but application window/tray icon do not appear

2008-03-18 Thread ironstorm
Just so I have written it once in the bug tracker: I find it very annoying that KDE has problems with something so simple as a variation of British English has the occasional eh in it, eh? -- Amarok process runs, but application window/tray icon do not appear

[Bug 199011] Re: Amarok process runs, but application window/tray icon do not appear

2008-03-17 Thread ironstorm
An update on this issue... it appeared to resolve itself and now Amarok opens. There was a language-pack-en update a couple of days ago that may have been the resolution. This bug may be related to the language issues that killed my X server before... I use Canadian English and a number of

[Bug 154821] Re: Openoffice doesn't work properly with xgl.

2008-03-17 Thread ironstorm
I also have this problem on Gutsy / AMD64 / Nvidia / Compiz + Beryl... OpenOffice 2.3 doesn't seem to be contained in window manager - full screen no borders... and clicking on a menu makes the screen flicker and the menu deactivate... -G -- Openoffice doesn't work properly with xgl.

[Bug 199041] Re: OpenOffice.org calc problem with window's decoration

2008-03-17 Thread ironstorm
*** This bug is a duplicate of bug 154821 *** https://bugs.launchpad.net/bugs/154821 I have this too on Compiz-Fusion / Gutsy / AMD64 / Kubuntu... I think this is also a dupe of bug #154821 ** This bug has been marked a duplicate of bug 154821 Openoffice doesn't work properly with xgl.

[Bug 199011] Re: Amarok process runs, but application window/tray icon do not appear

2008-03-13 Thread ironstorm
Here's the output: [EMAIL PROTECTED]:~$ rm -rf ~/.kde/share/config/amarokrc [EMAIL PROTECTED]:~$ amarok Amarok: [Loader] Starting amarokapp.. Amarok: [Loader] Don't run gdb, valgrind, etc. against this binary! Use amarokapp. [ A small window briefly appears indicating Amarok is updating

[Bug 199011] [NEW] Amarok process runs, but application window/tray icon do not appear

2008-03-05 Thread ironstorm
Public bug reported: Binary package hint: amarok Click on the amarok quick launch icon, amarok menu item, or type amarok or amarokapp in a terminal. The process starts eating up ~256MB, but the application window does not open, no tray icon appears and it uses no CPU cycles. amarok-kde4 does

[Bug 197856] [NEW] ktorrent-kde4 closes immediately after starting

2008-03-02 Thread ironstorm
Public bug reported: Binary package hint: ktorrent-kde4 The main ktorrent-kde4 screen comes up and then disappears immediately The app used to work, it started to complain about open files every so often. Here's the output from gdb: gdb /usr/lib/kde4/bin/ktorrent GNU gdb 6.6-debian

[Bug 153742] Re: [Gutsy] No sound in Flash movies

2007-12-26 Thread ironstorm
I have the exact same problem described here, no sound on flash movies in Firefox with Ubuntu Gusty AMD64... Guess I'll have to try installing pulse audio... -- [Gutsy] No sound in Flash movies https://bugs.launchpad.net/bugs/153742 You received this bug notification because you are a member

[Bug 145878] Re: KDE window decorator crashes on startup when Compiz is default wm in Gutsy

2007-12-26 Thread ironstorm
I have this problem as well... it also looks like a dupe of Bug #129801 (https://bugs.launchpad.net/compiz/+bug/129801) -- KDE window decorator crashes on startup when Compiz is default wm in Gutsy https://bugs.launchpad.net/bugs/145878 You received this bug notification because you are a

[Bug 178599] RFE add lis driver for L.I.S. MCE 2005 display (available in current CVS nightly snapshots)

2007-12-25 Thread ironstorm
Public bug reported: Binary package hint: lcdproc Hi, I have an L.I.S. MCE 2005 VFD device. This device goes over a serial-to-usb convert and requires the lis driver that is currently not packaged with Ubuntu. Please note that this driver requires the libftdi-dev package (ftdi.h) be

[Bug 173890] Re: flashplugin-nonfree fails to install... new version?

2007-12-23 Thread ironstorm
Thanks Cyrus, I installed your random internet package for amd64 and I appear to now have flash in FF... no sound, but that's a different issue altogether I'm sure. -- flashplugin-nonfree fails to install... new version? https://bugs.launchpad.net/bugs/173890 You received this bug notification

[Bug 178191] SSL support not compiled in

2007-12-22 Thread ironstorm
Public bug reported: Binary package hint: wine Version: wine-0.9.46 / amd64 / kubuntu 7.10 From the console: fixme:wininet:INET_QueryOptionHelper INTERNET_OPTION_CONNECTED_STATE: semi-stub fixme:wininet:NETCON_init can't use SSL, not compiled in. fixme:wininet:INET_QueryOptionHelper Stub! 24

[Bug 93360] Re: Dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.reason

2007-10-06 Thread ironstorm
Tried to remove dhcdbd and lost my SSH session just now. The machine dropped off the network when it go to: Removing network-manager-kde ... Removing network-manager ... * Stopping network connection manager NetworkManager This is going to be a problem for people who run on headless

[Bug 93360] Re: Dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth1 for sub-path eth1.dbus.get.reason

2007-10-05 Thread ironstorm
I noticed this in my log around the time I lost my network connection to my Gutsy box... Oct 7 01:23:15 mythtv kernel: [346741.677598] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1 Oct 7 01:23:21 mythtv dhcdbd: message_handler: message handler not found under /com/redhat/dhcp/eth0 for

[Bug 63488] Re: Errors in both /etc/init.d/LCDd script and /etc/LCDd.conf that break lcdproc

2007-08-11 Thread ironstorm
What Joel was referring to is that according to the LCDproc users guide, -f does not take a boolean parameter while -s does... So according to http://lcdproc.sourceforge.net/docs/stable-0-5-x-user.html#lcdd- commandline-options it should be +DAEMON_OPTS=-s true -f -c /etc/LCDd.conf -- Errors

[Bug 30734] Re: colorgcc should replace default gcc

2007-08-07 Thread ironstorm
I agree with this RFE, I installed colorgcc in the hopes it would colourize my gcc output. Just installing it doesn't appear to be enough So far I'm trying: alias gcc='colorgcc' export CC=gcc I'm not sure if this is the right way to go though... -- colorgcc should replace default gcc

[Bug 66659] Re: mythtv-setup crashes when scanning ATSC channels

2007-06-05 Thread ironstorm
Pardon me, but WTF? I opened this bug 8 months ago against MythTV 0.20 (i.e. the current release of MythTV), a backtrace was fucking provided in bug's initial description (hint search for === Backtrace: =) and again with Tom's follow up post on Feisty (i.e. the current release of

[Bug 93307] Install problem w/ suggested fix: mysql said: ERROR 1049 (42000): Unknown database 'torrentflux'

2007-03-18 Thread ironstorm
Public bug reported: Binary package hint: torrentflux When installing torrentflux for the first time, accepting the default option to config the DB... the following error message appears: -- === Configuring torrentflux === An error seems

[Bug 66659] mythtv-setup crashes when scanning ATSC channels

2006-10-17 Thread ironstorm
Public bug reported: I haven't tried with analog channels, however when scanning for over-the-air ATSC digital channels, mythtv-setup will not make it through all 70 channels before crashing. This behaviour did not occur in the 0.19 builds of mythtv. Here is the console of the crashed

[Bug 63493] Re: mythweb.postinst: 31: Syntax error: Bad substitution (fix is to use Bash instead)

2006-10-14 Thread ironstorm
It seems the stuff I've reported so far on myth and LCDproc sits unconfirmed/unassigned and I have to re-fix with each package rev update... I'm curious if there there a way to get my bug reports noticed a bit quicker (I do include fixes where I find them)? Is there something else on Launchpad

  1   2   >