[Bug 1112652] Re: [raring] no ethernet with auto default power option with 82579LM

2013-05-02 Thread Max Wolf
The following workaround works on my thinkpad: echo on | sudo tee /sys/class/net/eth0/device/power/control Btw: In my case the device gets disabled everytime i unplug the powerchord. So i have to reeneable it, every time i unplug. -- You received this bug notification because you are a member

[Bug 1168188] Re: black screen on lenovo g580 and ubuntu 13.04

2013-05-02 Thread Max (OpenERP)
I am also getting this. I upgraded from Ubuntu 12.10 64bit to 13.4. System asks me for my password at boot ( it normal), then when I log in it goes to a black screen with a flashing white underscore. I can type here but no commands are executed (from what I can tell...). If I press alt and f2 I

[Bug 1108068] Re: r8168 fails to install in kernel 3.8.0-1 and 3.8.0-2 [error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘rtl8168_init_board’]

2013-05-01 Thread Jean-Max Reymond
thanks to my phone, the bug #1156283 solved the issue -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1108068 Title: r8168 fails to install in kernel 3.8.0-1 and 3.8.0-2 [error: expected ‘=’, ‘,’,

[Bug 1173961] Re: Two backlight interfaces that wont adjusst backlight.

2013-04-29 Thread Max Oropeza
** 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/1173961 Title: Two backlight interfaces that wont adjusst backlight. To manage notifications about this bug

[Bug 1173961] Re: Two backlight interfaces that wont adjusst backlight.

2013-04-29 Thread Max Oropeza
** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1173961 Title: Two backlight interfaces that wont adjusst backlight. To manage

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-04-28 Thread Max
1. Will I have to download and install a compiler and a linker? Sure: sudo apt-get install build-essential 2. Will I have to recompile the kernel to use the updated NetworkManager? No, just network-manager: sudo apt-get build-dep network-manager apt-get source network-manager cd

[Bug 1173961] [NEW] Two backlight interfaces that wont adjusst backlight.

2013-04-28 Thread Max Oropeza
Public bug reported: I couldn't get the backlight to work after I upgraded to 13.04. I tried changing the grub parameters, and after several trys, nothing. I was asked to run grep . /sys/class/backlight/*/* and got the results of: maxo@Dayman:~$ grep . /sys/class/backlight/*/*

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-04-26 Thread Max
Ernie, have you tried the suggestion from the comment #114? (Bug lp: #1169614) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073433 Title: Ext4 corruption associated with shutdown of Ubuntu 12.10

[Bug 1169614] Re: dhclient is not stopped during shutdown

2013-04-19 Thread Max
Enforce Ubuntu-specific code modification, although distro-specific features have been dropped by upstream. Note that this is a patch for patches, not for the source code directly ** Patch added: unconditional preproces instead of TARGET_DEBIAN

[Bug 1169614] Re: dhclient is not stopped during shutdown

2013-04-19 Thread Max
** Tags added: patch raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1169614 Title: dhclient is not stopped during shutdown To manage notifications about this bug go to:

[Bug 1167622] Re: Cannot change EFI variables using efibootmgr (raring regression)

2013-04-18 Thread Max Bowsher
Hi. Sorry for taking so long to get back on this one. I failed to see the emails due to some mail rules filing things into folders too aggressively, which I've now fixed. I've bisected, and come up with a hopefully useful result: the regression occurred between 3.8.2 and 3.8.3 ! -- You received

[Bug 1167622] Re: Cannot change EFI variables using efibootmgr (raring regression)

2013-04-18 Thread Max Bowsher
It would appear that 9f677cf27341b7a53915ad0e018912dc022a2a24 is almost certainly the issue (based on examining the efi commits between 3.8.2 and 3.8.3). To quote its commit message: efi: be more paranoid about available space when creating variables commit

[Bug 1169649] Re: Xorg freeze after installing nvidia-319

2013-04-17 Thread Max
That's just the damn thing. I didn't configure anything, it was all automatic. Also Intel drivers should still work regardless what my nvidia is doing. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1169614] Re: dhclient is not stopped during shutdown

2013-04-17 Thread Max
debian/patches/quit_dhclient_on_exit.patch relies on TARGET_DEBIAN define. Unfortunately distro-specific features are removed from upstream http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=012c5f4b271b935852267ed865933ea3bb6983ba So dhclient is not stopped with

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-04-17 Thread Max
Ernie, please, try to rebuild network-manager with #define TARGET_DEBIAN added to src/dns-manager/nm-dns-dnsmasq.c src/nm-device.c src/nm-manager.c in the very beginning of that files. Perhaps you might need to change the line 45 of debian/rules from --with-tests to --enable-tests=no -- You

[Bug 1169489] [NEW] FR: update emacs to v. 24

2013-04-16 Thread Max
Public bug reported: Emacs 24 is available via ppa https://launchpad.net/~cassou/+archive/emacs for quite some time already. This is stable version of emacs and it should replace current emacs23 as default emacs flavor in ubuntu. ** Affects: emacs22 (Ubuntu) Importance: Undecided

[Bug 1124803] Re: NetworkManager doesn't respond to SIGTERM in daemon mode

2013-04-16 Thread Max
NetworkManager 0.9.8.0 from Raring is not a solution. It use /var/lib/NetworkManager/ directory to store .lease files. It is not allowed by apparmor policy isc-dhcp-client: /etc/apparmor/init/network-interface-security/sbin.dhclient If permissions for /var/lib/NetworkManager is granted to

[Bug 1169614] [NEW] dhclient is not stopped during shutdown

2013-04-16 Thread Max
Public bug reported: The result is mount: / is busy and root filesystem recovery during next boot. network-manager 0.9.8.0-0ubuntu3 in Raring neither stop dhclient in response to stop network-manager nor remove pid file from /run/sendsigs.omit.d/ So dhclient skipped by /etc/init.d/sendsigs and a

[Bug 1169619] [NEW] gnome-shell crash Xlib: extension GLX missing on display :0

2013-04-16 Thread Max
*** This bug is a duplicate of bug 1168986 *** https://bugs.launchpad.net/bugs/1168986 Public bug reported: After Installing nvidia-319 gnome-shell stops using onboard graphics card (Intel) and only works if started with optirun (nvidia) but it will crash after some time. Purging

[Bug 1169642] [NEW] package release 16b

2013-04-16 Thread Max
Public bug reported: The next stable version of Erlang has arrived quite some time ago: 16b release. Sample packages are available from https://www.erlang- solutions.com/downloads/download-erlang-otp but they are conflicting with the way ubuntu package erlang currently so some adjustments might

[Bug 1169649] [NEW] Xorg freeze after installing nvidia-319

2013-04-16 Thread Max
Public bug reported: gnome-shell was supposed to start, instead I get static image of my desktop background. Typing gnome-shell in virtual terminal gives some GLX error and using optirun works somewhat but it lists a lot of warnings every time I perform any actions. Installing nvidia-319 does

[Bug 739184] Re: [Libreoffice] Mnemonics do not work in Unity

2013-04-15 Thread Max Barry
The bug description says, This might be solved if bug #1064962 is solved. However, bug #1064962 is now fixed in 13.04 beta, but this problem remains. Also, as mentioned in earlier comments, the workaround mentioned in the bug description (remove libreoffice-gtk) is no longer really viable in

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-04-14 Thread Max
** This bug is no longer a duplicate of bug 1124803 NetworkManager doesn't respond to SIGTERM in daemon mode -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1073433 Title: Ext4 corruption

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-04-14 Thread Max
I have broken the link to duplication of bug #1124803 NetworkManager doesn't respond to SIGTERM in daemon mode. This bug have been reported by Ernie and in the discussion of bug #1124803 he insists that his bug has not fixed. Network manager 0.9.6.0 in 12.10 quantal is really affected by that

[Bug 1124803] Re: NetworkManager doesn't respond to SIGTERM in daemon mode

2013-04-14 Thread Max
Ernie, you have faced another bug in NetworkManager. The comments are in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1073433/comments/102 so you should post comments there or someone should open a dedicated bug. I have removed duplication link. In 12.10 Quantal NetworkManager 0.9.8.0

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-04-13 Thread Max
*** This bug is a duplicate of bug 1124803 *** https://bugs.launchpad.net/bugs/1124803 Alexander, by the way, how have you managed to remove plymouth? mountall depends on plymouth, initscripts depends on plymouth. -- You received this bug notification because you are a member of Ubuntu

[Bug 1124803] Re: NetworkManager doesn't respond to SIGTERM in daemon mode

2013-04-13 Thread Max
Russel, have you tested network-manager 0.9.8.0 and related libraries form Raring or just network-manager 0.9.6.0 rebuilt with the following patch? https://bug683932.bugzilla-attachments.gnome.org/attachment.cgi?id=224204 I expect that it should work with always enabled network available for all

[Bug 825775] Re: Siliencing NickServ/ChanServ

2013-04-12 Thread Max Waterman
No response to my comment? I suppose people just need to get used to this frequent irritation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/825775 Title: Siliencing NickServ/ChanServ To manage

[Bug 1168474] [NEW] ubuntu installer hangs, continues after switch to virtual console and back

2013-04-12 Thread Max Barth
Public bug reported: I tried a fresh install over an existing 11.10 from USB-Stick with standard desktop image 12.04.2, install repeatedly hangs (no disk activity) after entering username and selecting user avatar in the installer. Tried a couple of times, waited for half an hour, still no disk

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-04-12 Thread Max
*** This bug is a duplicate of bug 1124803 *** https://bugs.launchpad.net/bugs/1124803 It turned out to a kind of mystery. No files are left open for writing but device is busy and can not be cleanly remounted readonly. Moreover it is not clear how to reproduce the issue. Concerning the

[Bug 1124803] Re: NetworkManager doesn't respond to SIGTERM in daemon mode

2013-04-12 Thread Max
Ernie, I can confirm that 12.10 with original network-manager 0.9.6.0 has this problem and it appears during shutdown. I do not play with unchecking of networking, it is always enabled. The patch mentioned in the comments fixes the issue for me. Another option is to install to 12.10 the

[Bug 1167934] [NEW] gnome-disks crashed with SIGSEGV in udisks_drive_ata_get_smart_updated()

2013-04-11 Thread Max Bowsher
Public bug reported: I am seeing a repeatable crash in gnome-disks when unplugging a SATA HD whilst the SMART Data window for the HD in question is open. ProblemType: Crash DistroRelease: Ubuntu 13.04 Package: gnome-disk-utility 3.6.1-1ubuntu1 ProcVersionSignature: Ubuntu 3.8.0-16.26-generic

[Bug 1124803] Re: NetworkManager doesn't respond to SIGTERM in daemon mode

2013-04-11 Thread Max
A have checked x86_64 Quantal 12.10 as well. I do not see any problem with busy /. NetworkManager 0.9.8.0. The only minor issue is 10 seconds pause during shutdown due to /etc/network/if-post-down.d/avahi-daemon, but it is likely caused by the provider and his subdomain in .local zone. Root

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-04-11 Thread Max
*** This bug is a duplicate of bug 1124803 *** https://bugs.launchpad.net/bugs/1124803 The original description does not mention removing of network-manager and other packages. The phrase concerning redundant open files in unclear for me. Is there any files open for writing? I wonder if the

[Bug 1019559] Re: guake crashed with OSError in delete_shell(): [Errno 3] No such process

2013-04-11 Thread Max Beikirch
** Tags added: raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1019559 Title: guake crashed with OSError in delete_shell(): [Errno 3] No such process To manage notifications about this bug

[Bug 1168061] [NEW] qtcreator crashes... often.

2013-04-11 Thread Max Beikirch
Public bug reported: The title says it all: qtcreator keeps crashing if I do one of the following: 1) Create a new project. 2) Change any property of a widget that is neither a bool or a text. I encounter this crashes after migrating from 12.10 to 13.04. I have version 2.7.0-0ubuntu2 of

[Bug 1167622] [NEW] Cannot change EFI variables using efibootmgr (raring regression)

2013-04-10 Thread Max Bowsher
Public bug reported: Hardware: Asus Zenbook Prime UX21A Runing quantal, I can set boot parameters using efibootmgr as expected. Running raring, any attempt to write EFI vars fails. dmesg says: [ 248.382221] efivars: set_variable() failed: status=8009 strace of efibootmgr says:

[Bug 1167622] Re: Cannot change EFI variables using efibootmgr (raring regression)

2013-04-10 Thread Max Bowsher
The bug also occurs with upstream 3.9-rc6 from the kernel-ppa -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1167622 Title: Cannot change EFI variables using efibootmgr (raring regression) To

[Bug 1165789] [NEW] Wifi indicator shows disconnected in between connecting and connected (raring regression)

2013-04-07 Thread Max Bowsher
Public bug reported: In quantal, the network-manager indicator progressed straight from connecting (pulsing/rippling wifi symbol) to connected (static wifi signal level indicator) when successfully connected. In raring, it shows the disconnected (outlined empty lack of wifi symbol) symbol for a

[Bug 1024405] Re: Port to udisks2

2013-04-07 Thread Max Bowsher
It should be noted that this isn't just a backend issue. There are a couple of user visible weirdnesses as a result: 1) USB sticks mounted by usb-creator show up at /media/deviceuuid not /media/user/deviceuuid like removable media generally does in raring 2) Attempting to unmount via the Unity

[Bug 1114545] Re: Startup Disk Creator fails when erasing disk

2013-04-07 Thread Max Bowsher
*** This bug is a duplicate of bug 689593 *** https://bugs.launchpad.net/bugs/689593 ** This bug has been marked a duplicate of bug 689593 2x100% CPU and memory usage growth when performing partition modifications via udisks -- You received this bug notification because you are a member

[Bug 1090663] Re: erase disk results in error message + 100% CPU hang

2013-04-07 Thread Max Bowsher
*** This bug is a duplicate of bug 689593 *** https://bugs.launchpad.net/bugs/689593 ** This bug has been marked a duplicate of bug 689593 2x100% CPU and memory usage growth when performing partition modifications via udisks -- You received this bug notification because you are a member

[Bug 689593] Re: 2x100% CPU and memory usage growth when performing partition modifications via udisks

2013-04-07 Thread Max Bowsher
** Summary changed: - 2x100% CPU and memory usage growth when setting bootable flag in palimpsest + 2x100% CPU and memory usage growth when performing partition modifications via udisks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1165565] [NEW] [SAMSUNG ELECTRONICS CO., LTD. RV420/RV520/RV720/E3530/S3530/E3420/E3520] suspend/resume failure

2013-04-06 Thread Max
Public bug reported: I suspend or hibernate my notebook, when I try to resume just the power light is on and the computer stays off. The only I can do is press power button until computer get shutted down and press power again. Also, I'm trying to send a full bug report from ubuntu tool but it

[Bug 1124803] Re: NetworkManager doesn't respond to SIGTERM in daemon mode

2013-04-03 Thread Max
kernel 3.8.3-030803-generic #201303141650 SMP Thu Mar 14 20:58:52 UTC 2013 i686 i686 i686 GNU/Linux network-manager: Installed: 0.9.8.0-0ubuntu2 and related libnm* and libnl* libraries from raring on the top of 12.10 quantal The system shuts down correctly. Although I have not tried x86_64.

[Bug 1124803] Re: NetworkManager doesn't respond to SIGTERM in daemon mode

2013-04-02 Thread Max
Ernie, could you, please, test if network manager stops correctly on SIGTERM (immediately) or on SIGKILL (with 5 second pause) after sudo stop network-manager To start it again sudo start network-manager Another interesting point is last messages on shutdown: sudo halt I rebuild network-manager

[Bug 1058040] Re: fglrx-installer not working with AMD Radeon/Mobility Radeon HD 2000-4000 cards in Quantal

2013-04-01 Thread Max Bowsher
The other option for people on Quantal is to upgrade to Raring. There's still no fglrx, but the open source radeon driver has improved a *lot*. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1058040

[Bug 1039349] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.1: virtualbox kernel module failed to build

2013-03-31 Thread Max
I reinstalled the virtual box, but the problem continue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1039349 Title: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.1: virtualbox kernel module failed to

[Bug 1162389] [NEW] Preferences inaccessible

2013-03-30 Thread Max Bowsher
Public bug reported: The menu option to open the Totem Preferences UI appears to have gone missing. There's evidence in the source code that there's supposed to be a preferences UI, and the online help states there should be an Edit Preferences menu item, but it does not appear. ProblemType:

[Bug 1162389] Re: Preferences inaccessible

2013-03-30 Thread Max Bowsher
Actually, on digging around in the glade file totem.ui, it would appear that the whole menu with id 'appmenu' is missing from the UI. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1162389 Title:

[Bug 1158594] Re: Video is too yellow/bright, as if a grossly exaggerated gamma transform is applied (raring regression)

2013-03-30 Thread Max Bowsher
I think I've discovered mostly what had gone wrong - somehow in the process of going quantal-raring, either the various colour balance settings in totem got changed, or it changed how it interpreted the numerical values in dconf. When I dug around in dconf-editor, I found various colour-related

[Bug 1162389] Re: Preferences inaccessible

2013-03-30 Thread Max Bowsher
*** This bug is a duplicate of bug 1131754 *** https://bugs.launchpad.net/bugs/1131754 ** This bug has been marked a duplicate of bug 1131754 [raring] Totem is missing the GNOME AppMenu functions: Open, Preferences, etc. -- You received this bug notification because you are a member of

[Bug 1124803] Re: NetworkManager doesn't respond to SIGTERM in daemon mode

2013-03-29 Thread Max
Please, issue an update for 12.10 quantal (network-manager 0.9.6.0-0ubuntu7) Due to this bug root filesystem can not be cleanly unmounted on shutdown. Upstart launch NetworkManager as a daemon. If a system-wide network connection is established, dhclient and dnsmasqd open files for writing in

[Bug 1073433] Re: Ext4 corruption associated with shutdown of Ubuntu 12.10

2013-03-29 Thread Max
It seems that the issue may be connected with bug 1124803 NetworkManager doesn't respond to SIGTERM in daemon mode That patch helped me on 12.10. But I am puzzled by the reports that this bug has not fixed in Raring. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1160966] [NEW] PMTU discovery no longer works in Linux 3.6+ with routers that do not send next hop MTU information

2013-03-27 Thread Max Bowsher
Public bug reported: After upgrading to raring, I found that path MTU discovery no longer worked correctly for accessing some devices on the other side of an IPsec tunnel. Bisection revealed the problems started with 3.6 and are still present in 3.9-rc4 (latest available at time of reporting).

[Bug 1160966] Re: PMTU discovery no longer works in Linux 3.6+ with routers that do not send next hop MTU information

2013-03-27 Thread Max Bowsher
I bisected only as far as I could using already built packages in the mainline kernel-ppa. The rest of the detail, and locating that specific commit were done by inspecting the source and git logs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1140716] Re: [regression] 3.5.0-26-generic GPU hangs

2013-03-25 Thread Max Rameau
I had the problem right after updating (not upgrading) on Saturday using 12.04. I was able to control it by logging into 2D and immediately opening the System Monitor and shutting down the three instances of Ubuntu One (login, synch and launch), because the machine would freeze upon login to

[Bug 916279] Re: three squares broadcast state indicator does not update when broadcast state is changed with a keybinding

2013-03-23 Thread Max Bowsher
Sorry for taking so long to respond to the above - I missed it amongst all the other email that Launchpad sends me. I am now running raring. The bug persists, and nothing is printed to stdout/err having run terminator from gnome-terminal before testing the bug. -- You received this bug

[Bug 1158594] [NEW] Video is too yellow/bright, as if a grossly exaggerated gamma transform is applied (raring regression)

2013-03-21 Thread Max Bowsher
Public bug reported: Some video files play in totem in raring appearing far too bright and yellowish - the appearance is similar to an excessively strong application of a gamma transform. To reproduce: 1) Download this video from youtube (~15MB): youtube-dl -f 18

[Bug 1158594] Re: Video is too yellow/bright, as if a grossly exaggerated gamma transform is applied (raring regression)

2013-03-21 Thread Max Bowsher
It looks like this may be a totem bug specifically, as if I launch the same file playing simultaneously through totem, gst-launch-0.10 and gst- launch-1.0 by executing the following in a terminal: totem rUgAgfO-16s.mp4 gst-launch-1.0 playbin uri=file:///home/maxb /rUgAgfO-16s.mp4

[Bug 1157877] [NEW] package unity-asset-pool 0.8.24daily12.12.05-0ubuntu1 failed to install/upgrade: попытка перезаписать «/usr/share/icons/hicolor/32x32/apps/facebook.png», который уже имеется в паке

2013-03-20 Thread Max Kamashev
Public bug reported: An error occurred while updating the system ProblemType: Package DistroRelease: Ubuntu 13.04 Package: unity-asset-pool 0.8.24daily12.12.05-0ubuntu1 ProcVersionSignature: Ubuntu 3.8.0-7.15-generic 3.8.0 Uname: Linux 3.8.0-7-generic i686 ApportVersion: 2.9.2-0ubuntu2

[Bug 1157043] [NEW] kvm guest xorg endless loop at startup

2013-03-19 Thread Max
Public bug reported: on raring, configuring a kvm guest with qxl make xorg restarting in an endless loop on the guest machine. ** Affects: xserver-xorg-video-qxl (Ubuntu) Importance: Undecided Status: New ** Tags: 13.04 raring ** Description changed: - configuring a kvm guest

[Bug 1157043] Re: kvm guest xorg endless loop at startup

2013-03-19 Thread Max
** Tags added: 13.04 raring -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1157043 Title: kvm guest xorg endless loop at startup To manage notifications about this bug go to:

[Bug 1157161] Re: Preseeded install with user definition fails

2013-03-19 Thread Max Brustkern
** Attachment added: Intel.png https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1157161/+attachment/3583154/+files/Intel.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1157161 Title:

[Bug 1157161] [NEW] Preseeded install with user definition fails

2013-03-19 Thread Max Brustkern
Public bug reported: Several regular jenkins jobs that have been running some time began failing yesterday. ubiquity and debian-installer based images are affected. The message appearing is: The username you have entered (root) is reserved for use by the system. Please select a different

[Bug 1157161] Re: Preseeded install with user definition fails

2013-03-19 Thread Max Brustkern
** Attachment added: preseed.cfg https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1157161/+attachment/3583155/+files/preseed.cfg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1157161

[Bug 1157065] Re: preseed install fails with The username you entered (root) is reserved..

2013-03-19 Thread Max Brustkern
The preseed is packed into the initrd by utah. For d-i images, putting preseed.cfg at the root of the initrd seems to do the trick. For casper/ubiquity, we use a casper-bottom script to copy preseed.cfg into the root of the live filesystem before pivoting into it. I can get you more details if

[Bug 1157065] Re: preseed install fails with The username you entered (root) is reserved..

2013-03-19 Thread Max Brustkern
I'll try to recreate this with that option on. The same issue is affecting debian-installer based images, so I'm inclined to think it's something outside of casper, and possibly outside of ubiquity as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1157065] Re: preseed install fails with The username you entered (root) is reserved..

2013-03-19 Thread Max Brustkern
This is the casper-bottom script we run to insert the preseed and the rsyslog configuration into the live filesystem. ** Attachment added: casper-preseed-script.jinja2 https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1157065/+attachment/3583397/+files/casper-preseed-script.jinja2 --

[Bug 1157065] Re: preseed install fails with The username you entered (root) is reserved..

2013-03-19 Thread Max Brustkern
This is the rsyslog script referenced in the previous script. {{dest}} is filled in with an rsyslog host or serial connection configured by the installer. ** Attachment added: 50-utahdefault.conf.jinja2

[Bug 1156206] [NEW] Add quantal and raring to selectable Ubuntu releases

2013-03-17 Thread Max Bowsher
Public bug reported: unetbootin currently doesn't list quantal and raring in its selectable options for Ubuntu. I'm attaching the requisite trivial debdiff. The raring options clearly won't work yet, since it's not released (indeed, it behaves weirdly and starts downloading hardy instead) but

[Bug 438365] Re: erlang should not depend on wxwidgets2.8

2013-03-17 Thread Max Reyes
Has there been any progress on the wings3d bug? I still cannot install it. Building it also raises issues with esdl. This is a real shame that such a foolish decision has been made without any thought given to consequences. Shame on you, ubuntu devs! -- You received this bug notification because

[Bug 1156294] [NEW] Bogus config control file included in .deb

2013-03-17 Thread Max Bowsher
Public bug reported: root@zenbook:~# dpkg-reconfigure compiz /var/lib/dpkg/info/compiz.config: 1: /var/lib/dpkg/info/compiz.config: [general]: not found /var/lib/dpkg/info/compiz.config: 2: /var/lib/dpkg/info/compiz.config: backend: not found /var/lib/dpkg/info/compiz.config: 3:

[Bug 1097286] Re: PortMIDI is compiled in debug mode which calls exit() instead of handling errors gracefully.

2013-03-15 Thread Max Linke
I've created a package without PM_CHECK_ERRORS. They can be downloaded here. I've tested it with debian wheezy but it should work just as fine with ubuntu http://www.kellnerweg.de/~mlinke/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1097286] Re: PortMIDI is compiled in debug mode which calls exit() instead of handling errors gracefully.

2013-03-13 Thread Max Linke
@Alessio -- Did you make any progress on this? I still have the problem in debian/testing -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1097286 Title: PortMIDI is compiled in debug mode which calls

[Bug 1152180] [NEW] Launcher icons become blank

2013-03-07 Thread Max Brustkern
Public bug reported: I had several programs running and launched Chrome. All of the icons above Chrome in the launcher became blank. They still worked fine, they just didn't shot the icon for the associated program. The arrow indicators still worked. As I was working in filing this, the icons

[Bug 1067876] Re: Missing Safely Remove Drive option from Quicklists. Only have Eject.

2013-03-04 Thread Max Bowsher
I have Quantal on USB-flash for testing. There are 70+ users of Quantal, which are affected by this bug. As far I know Quantal is supported until 2014 April. I hope you can fix this bug in Quantal using another method in near future. It doesn't sound like a very effective use of developers'

[Bug 461141] Re: ntop produces 100% CPU load after suspend

2013-03-03 Thread max
Does anyone know if this is being looked at? ntop is frequently consuming 100% of 1 CPU I 'kill' ntop and then at some point it occurs again - twice today :( for the moment I've uninstalled it in my case this is not related to suspend at all btw - I'm running 12.10 -- You received this bug

[Bug 1071322] Re: Quantal kernel for precise: starting KVM VM causes 'vmwrite error'

2013-03-02 Thread Max Lushnikov
http://git.kernel.org/cgit/linux/kernel/git/stable/linux- stable.git/commit/?id=29282fde80d44e587f8c152b10049a56e61659f0 please include this fix to next linux-generic-lts-quantal package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1129029] Re: ACL not respected if an attachment file name contains the € character

2013-02-26 Thread Max
+0100 Received: from [192.168.153.151] by mail.xxx.it with esmtp (Exim 4.71) (envelope-from xx_sender...@xxx.it) id 1UAI32-0001tE-FG for i...@csc.it; Tue, 26 Feb 2013 11:46:12 +0100 Message-ID: 512c9274.3070...@xxx.it Date: Tue, 26 Feb 2013 11:46:12 +0100 From: Max

[Bug 1103938] Re: transmisison-daemon upgrade fails

2013-02-26 Thread Max
Bug still persists with 2.61-0ubuntu2.2. Bear in mind for upgrade to succeed there's no need to stop t-d instance running under user's account - changing option in /etc/default is enough. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1129029] Re: ACL not respected if an attachment file name contains the € character

2013-02-26 Thread Max
+0100 Received: from [192.168.153.151] by mail.xxx.it with esmtp (Exim 4.71) (envelope-from xx_sender...@xxx.it) id 1UAI32-0001tE-FG for i...@csc.it; Tue, 26 Feb 2013 11:46:12 +0100 Message-ID: 512c9274.3070...@xxx.it Date: Tue, 26 Feb 2013 11:46:12 +0100 From: Max

[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-26 Thread Max Mustermann
This File is a Config File for udev. So Udev knows who is allowed to use the Fingerprintreader... Maybe you have to do chown -R youruser ~/.fprint/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-26 Thread Max Mustermann
Add This File: /etc/udev/rules.d/50-fingerprint.rules With this content : SUBSYSTEM !=usb_device, ACTION !=add, GOTO=fingerprint_rules_end SYSFS{idVendor} ==138a, SYSFS{idProduct} ==0018, SYMLINK+=fingerprint MODE=0666, OWNER=nobody, GROUP=fingerprint

[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-26 Thread Max Mustermann
you have to create the File! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827669 Title: [138a:0018] Validity Sensors fingerprint reader not recognized To manage notifications about this bug go

[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-25 Thread Max Mustermann
I tried it, too. But it didn't worked for me :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827669 Title: [138a:0018] Validity Sensors fingerprint reader not recognized To manage notifications

[Bug 109943] Re: Thunderbird: high CPU usage from progress bars

2013-02-25 Thread max
hi guys. i also experienced the issue, but i think i found the reason. in my case, the cpu usage is dependent on the gtk theme. when switching the gtk theme to Clearlooks using: $ gtk-theme-switch2 /usr/share/themes/Clearlooks the cpu usage of X immediately jumps to 100%. but when switching to a

[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-24 Thread Max Mustermann
I also tried to compile the version .0.5 but there wasn't any success. Still not working -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/827669 Title: [138a:0018] Validity Sensors fingerprint reader

[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-24 Thread Max Mustermann
After a small change, it worked perfectly. Just give it a try: https://github.com/maffmeier/fprint_vfs5011 Compile, be sure you have installed frprintd. Now you can Login with your fingerprint ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 648013] Re: Boot splash screen messed up with ATI fglrx drivers

2013-02-23 Thread Max Tamer-Mahoney
Still exists on quantal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/648013 Title: Boot splash screen messed up with ATI fglrx drivers To manage notifications about this bug go to:

[Bug 1130599] [NEW] make openvpn's net-tools dependency optional

2013-02-20 Thread Max
Public bug reported: The net-tools package (provides ifconfig etc) is deprecated on GNU/Linux for decades already in favor of iproute2. Openvpn is capable to work with iproute2 if compiled with ./configure --enable-iproute2 Thus openvpn package should be compiled with --enable-iproute2 and

[Bug 1130599] [NEW] make openvpn's net-tools dependency optional

2013-02-20 Thread Max
Public bug reported: The net-tools package (provides ifconfig etc) is deprecated on GNU/Linux for decades already in favor of iproute2. Openvpn is capable to work with iproute2 if compiled with ./configure --enable-iproute2 Thus openvpn package should be compiled with --enable-iproute2 and

[Bug 1130187] [NEW] audacious does not play cifs-mounted Samba shares

2013-02-19 Thread Max-Ulrich Farber
Public bug reported: When ever I try to play a mp3 file from a samba share mounted via cifs- vfs (mount.cifs .. or mount -t cifs ...), audacious refuses playing. Instead, I get the error message: lseek failed: Invalid argument. Other Players (VLC, Totem and others) work fine with the same file.

[Bug 1096943] Re: Ubiquity freezes during nfs-based desktop install from recent live destkop images on physical hardware

2013-02-14 Thread Max Brustkern
*** This bug is a duplicate of bug 1097315 *** https://bugs.launchpad.net/bugs/1097315 This happens during the install, and the mouse cursor does not move when it occurs. If you still think it's a duplicate of the other one, that's fine, I just want to be clear that some of the symptoms

[Bug 363695] Re: update-apt-xapian-index uses too much CPU and memory

2013-02-09 Thread Max Polk
On an idle system with 512M memory and 768M swap, while /etc/cron.weekly /apt-xapian-index was running, I used free to see memory and swap used. It rose to then peaked at this: total used free Mem:503528 497736 5792 Swap: 786428 231196

[Bug 655831] Re: update-apt-xapian-index bogs down system

2013-02-09 Thread Max Polk
A weekly fatal unable to fork error message from /etc/cron.weekly/apt- xapian-index on a server with 512MB memory with a web server and database server running leads to this bug. That cron job calls /usr/sbin /update-apt-xapian-index, which is a Python script that imports axi and axi.indexer.

[Bug 363695] Re: update-apt-xapian-index uses too much CPU and memory

2013-02-09 Thread Max Polk
I added my above comments to bug 655831 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/363695 Title: update-apt-xapian-index uses too much CPU and memory To manage notifications about this bug go

[Bug 1119809] Re: Desktop login freeze with kernel 3.2.0-38.59

2013-02-08 Thread Max Lushnikov
The same issue on the same x220 (4290LU7). I was able to get access to the desktop after the killing dbus-daemon and re-login. Bug only affects Unity. Mate and Enlightenment allow log. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1096943] Re: Ubiquity freezes during nfs-based desktop install from recent live destkop images on physical hardware

2013-02-04 Thread Max Brustkern
** Changed in: xserver-xorg-video-intel (Ubuntu) Status: Fix Released = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1096943 Title: Ubiquity freezes during nfs-based desktop

[Bug 1096943] Re: Ubiquity freezes during nfs-based desktop install from recent live destkop images on physical hardware

2013-02-04 Thread Max Brustkern
This seemed to be fixed in images up to 20130201. amd64 images on and after that date have been freezing during the install. i386 images were okay prior to 20130204, and I've had failures on today's i386 image, but I've also had successes. -- You received this bug notification because you are

<    8   9   10   11   12   13   14   15   16   17   >