[Bug 740382] Re: gtk-logout-helper crashed with SIGABRT in __libc_start_main()

2011-09-09 Thread Ralph Ulrich
I don't have this crash any more with 0.3.5 Also: When logged in an ubuntu session there is no more lightdm-user session in parallel but only: root lightdm \ myuser gnome-session -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 441941] Re: grub fails after running Windows

2010-08-28 Thread Ralph Ulrich
@Colin, is this attempt of yours - to run after that misbehaving application developers - really a clean solution. Wouldn't it be great to have an additional feature for all boot capeable Linux filesystems: - keep the first 32Kib empty and reserved for grub if there is an additional flag (boot)

[Bug 578731] Re: 10.04 LTS install produces corrupt partition table

2010-06-15 Thread Ralph Ulrich
Hans, there is an easier way, look at /etc/mke2fs.conf -- 10.04 LTS install produces corrupt partition table https://bugs.launchpad.net/bugs/578731 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 562465] Re: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu2 failed to install/upgrade: bcmwl kernel module failed to build

2010-04-16 Thread Ralph Ulrich
/var/lib/dkms/bcmwl/5.60.48.36+bdcom/build/src/include/linuxver.h:23:28: error: linux/autoconf.h: No such file must be generated/autoconf.h -- package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu2 failed to install/upgrade: bcmwl kernel module failed to build

[Bug 549227] Re: comment out _set_root_ in grub.cfg

2010-03-30 Thread Ralph Ulrich
** Changed in: grub2 (Ubuntu) Status: New = Invalid -- comment out _set_root_ in grub.cfg https://bugs.launchpad.net/bugs/549227 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 550884] Re: mac mini shows usb disk only as fd0

2010-03-29 Thread Ralph Ulrich
** Tags added: upstream ** Tags added: mac refit -- mac mini shows usb disk only as fd0 https://bugs.launchpad.net/bugs/550884 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 550884] [NEW] mac mini shows usb disk only as fd0

2010-03-29 Thread Ralph Ulrich
Public bug reported: Binary package hint: grub2 I start my efi-gpt mac mini system using refit.sf.net. I wanted to boot an extern usb-stick using grub2 on there. I had done: grub-install --recheck --no-floppy --root-directory=/mnt /dev/sdb1 This disk showed up in refit, but it ever failed to

[Bug 550884] Re: mac mini shows usb disk only as fd0

2010-03-29 Thread Ralph Ulrich
** Description changed: Binary package hint: grub2 - I start my efi-gpt mac mini system using refit.sf.net. I wanted to boot an extern usb-stick using grub2 on there. I had done: + I start my efi-gpt mac mini system using refit.sf.net. I wanted to boot an extern usb-stick using grub2 on

[Bug 549980] Re: lucid grub2 has no /dev/sda but is in grub.cfg

2010-03-28 Thread Ralph Ulrich
/dev/sda is really wrong using with set root -- lucid grub2 has no /dev/sda but is in grub.cfg https://bugs.launchpad.net/bugs/549980 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 549227] Re: comment out _set_root_ in grub.cfg

2010-03-28 Thread Ralph Ulrich
Colin Watson and my suspicions about search behavior is right: search does NOT change variable root if the device was not found. But there is a lack of clear wordings of that fact in grub help search text. So, I changed this bug to NEW again, hoping documentation strings will get clearer

[Bug 549638] Re: Grub error drops me into grub rescue prompt after latest lucid upgrade - error: no such device

2010-03-28 Thread Ralph Ulrich
At grub prompt try: --- insmod ext2 #search_using_Label: search -l --set YourLabel_of_sda1 search --no-floppy --fs-uuid --set fb815699-d076-4a96-8c14-1045deb80c00 set ls ls ($root)/boot --- to see which device is root - most likely hd1,1 and not hd0,1 For to find something under /dev/sdb1 try to

[Bug 549215] Re: insert option GRUB_DISABLE_OS_PROBER

2010-03-28 Thread Ralph Ulrich
And I wish also to be included in /etc/default/grub: #GRUB_DISABLE_MEMTEST=true But that does not work - is not an option right now -- insert option GRUB_DISABLE_OS_PROBER https://bugs.launchpad.net/bugs/549215 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 549980] [NEW] lucid grub2 has no /dev/sda but is in grub.cfg

2010-03-27 Thread Ralph Ulrich
Public bug reported: Binary package hint: grub2 since grub-pc 1.98-1ubuntu2 menuentries in /boot/grub/grub.cfg look different: - menuentry Ubuntu, mit Linux 2.6.32-17-generic noext2 --class ubuntu --class gnu-linux --class gnu --class os { insmod ext2

[Bug 549215] [NEW] insert option GRUB_DISABLE_OS_PROBER

2010-03-26 Thread Ralph Ulrich
Public bug reported: Binary package hint: grub2 Please insert an additional commented out option in file /etc/default/grub #GRUB_DISABLE_OS_PROBER=true for documentory user/admin purpose. Rationale: If you want to use your ubuntu grub installation for to chainload in, then you don't need

[Bug 549227] [NEW] comment out _set_root_ in grub.cfg

2010-03-26 Thread Ralph Ulrich
Public bug reported: Binary package hint: grub2 Such an entry: -- menuentry Ubuntu, mit Linux 2.6.32-17-generic --class ubuntu --class gnu-linux --class gnu --class os { recordfail

[Bug 549227] Re: comment out _set_root_ in grub.cfg

2010-03-26 Thread Ralph Ulrich
I wrote this bug, because there isn't any clear spezification what search really does! If there is this undocumented feature I thought about: search should not touch the root if it does NOT find anything! Then set root is valuable. If it does touch (root=NULL) then set root should be commented

[Bug 521045] Re: partitioning using mb boundaries

2010-03-23 Thread Ralph Ulrich
1MiB boundaries are optimal for they also align with 128KiB and 256KiB which could be used in solid disk hardware. Now how to do this using fdisk: My thought of using of 32 heads and 64 sectors per cylinder doesn't work for older fdisk versions (openSUSE11.2). Let's try the other way round:

[Bug 521045] Re: partitioning using mb boundaries

2010-03-23 Thread Ralph Ulrich
And a question regarding above usage of fdisk: It seems to me that numbering of: sectors begin with 0 , but cylinders begin with 1 count ? -- partitioning using mb boundaries https://bugs.launchpad.net/bugs/521045 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 538682] Re: New HFS+ partition not labeled correctly in partition table

2010-03-23 Thread Ralph Ulrich
Don't know if it help you. Here an output of a new mac mini / efi-gpt system: -- r...@maci:/etc# parted /dev/sda print Modell: ATA Hitachi HTS54323 (scsi) Festplatte /dev/sda: 320GB Sektorgröße (logisch/physisch): 512B/512B Partitionstabelle: gpt Anzahl Beginn EndeGröße

[Bug 521045] Re: partitioning using mb boundaries

2010-03-17 Thread Ralph Ulrich
Scary different outputs on a mac mini I have tried to align my many partition beyond the 4. partition. But the following outputs scares me for they are totally different: 1. First Gpt fdisk from sf.net finds more available sectors than ubuntu lucid fdisk which is powered by parted-2.2 2. fdisk

[Bug 521045] Re: partitioning using mb boundaries

2010-03-17 Thread Ralph Ulrich
A new idea for partitioning a new disk Megebyte aligned. Using a different CHS config to get MiB alignments: Now it is 1 cylinder = 255 heads * 63 sectors * 512 bytes If you change fdisk config to 1 cylinder = 32 head * 64 sectors * 512 bytes this should align a partition for parallel us with

[Bug 415888] Re: Installation fails on Crucial/Micron M225 256gb SSD

2010-03-17 Thread Ralph Ulrich
Rachael wrote: formatting should take place with: ~# mke2fs -t ext3 -E stripe-width=32 /dev/sda(x) ?? But due to man mkfs.ext3: stripe-width=stripe-width Configure the filesystem for a RAID array with stripe-width filesystem blocks per stripe.

[Bug 415888] Re: Installation fails on Crucial/Micron M225 256gb SSD

2010-03-17 Thread Ralph Ulrich
with mke2fs -t ext3 -E stripe-width=32 /dev/sda(x) you attempt using 32 disks . You probably mean: mke2fs -t ext3 -E stride=32 /dev/sda(x) -- Installation fails on Crucial/Micron M225 256gb SSD https://bugs.launchpad.net/bugs/415888 You received this bug notification because you are a member of

[Bug 521045] Re: partitioning using mb boundaries

2010-03-17 Thread Ralph Ulrich
Rachael wrote: Windows 7 uses a geometry of 240 heads with 63 sectors per track to accommodate solid state drives. that is 240 * 63 * 512 = 7 MiB alignment. I heard about Win7 aligning at 1 MiB. -- partitioning using mb boundaries https://bugs.launchpad.net/bugs/521045 You received this

[Bug 521045] Re: partitioning using mb boundaries

2010-03-17 Thread Ralph Ulrich
Got it wrong... 240 * 63 * 512.0 / (1024 * 1024) = 7.3828125 MiB = 7560.0 KiB -- partitioning using mb boundaries https://bugs.launchpad.net/bugs/521045 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 521045] Re: partitioning using mb boundaries

2010-03-08 Thread Ralph Ulrich
new libparted-2.2 should have solved the issue - so no extra compatibility warning in regard to Win7 is needed any more ** Changed in: ubuntu-manual Status: New = Invalid -- partitioning using mb boundaries https://bugs.launchpad.net/bugs/521045 You received this bug notification because

[Bug 529904] Re: libparted-2.1 ro funcs writing empty hybrid mbr on gpt disks

2010-03-06 Thread Ralph Ulrich
** Bug watch added: Parted tracker #250 http://parted.alioth.debian.org/cgi-bin/trac.cgi/ticket/250 ** Also affects: parted (Debian) via http://parted.alioth.debian.org/cgi-bin/trac.cgi/ticket/250 Importance: Unknown Status: Unknown -- libparted-2.1 ro funcs writing empty hybrid

[Bug 529904] Re: libparted-2.1 ro funcs writing empty hybrid mbr on gpt disks

2010-03-02 Thread Ralph Ulrich
From the Changelog: parted (2.1-4ubuntu1) lucid; urgency=low * Resynchronise with Debian experimental. Remaining changes: - gptsync.dpatch: On Intel Mac systems, write a synced MBR rather than a protective MBR.

[Bug 529904] [NEW] libparted-2.1 ro funcs writing empty hybrid mbr on gpt disks

2010-03-01 Thread Ralph Ulrich
Public bug reported: Binary package hint: parted libparted-2.1 ro writes empty hybrid mbr on gpt disk This is the known upstream bug of libparted-2.1 Readonly operations emptying hybrid MBR on a gpt-disk / mac mini My observation using fdisk which I know uses libparted-2.1: See that

[Bug 521045] Re: partitioning using mb boundaries

2010-02-23 Thread Ralph Ulrich
Thank you Colin, I aspect this is discussed further at https://bugs.launchpad.net/ubuntu/+source/parted/+bug/511075 -- partitioning using mb boundaries https://bugs.launchpad.net/bugs/521045 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 521045] Re: partitioning using mb boundaries

2010-02-21 Thread Ralph Ulrich
... I don't know how to get attention from ubuntu developers to this release critical issue... ** Also affects: parted (Ubuntu) Importance: Undecided Status: New -- partitioning using mb boundaries https://bugs.launchpad.net/bugs/521045 You received this bug notification because you

[Bug 523788] Re: Only see X mouse cursor on VT during boot

2010-02-19 Thread Ralph Ulrich
I can confirm this using: lucid nvidia drivers pam_mount for mounting encrypted /home partition -- Only see X mouse cursor on VT during boot https://bugs.launchpad.net/bugs/523788 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 523788] Re: Only see X mouse cursor on VT during boot

2010-02-19 Thread Ralph Ulrich
this update solved my issue: 2010-02-19 16:01:49 configure metacity 1:2.28.1-0ubuntu2 1:2.28.1-0ubuntu2 2010-02-19 16:01:49 status unpacked metacity 1:2.28.1-0ubuntu2 2010-02-19 16:01:49 status half-configured metacity 1:2.28.1-0ubuntu2 2010-02-19 16:01:50 update-alternatives: run with --install

[Bug 523732] [NEW] enable parallel to win7 install - libparted-2.1

2010-02-18 Thread Ralph Ulrich
Public bug reported: Use new libparted-2.1 version to enable install to more than winXp version. Prior to this version of libparted using extended partitioning parallel to Win7 is not compatible. ** Affects: ubuntu Importance: Undecided Status: New -- enable parallel to win7

[Bug 511075] Re: Update to upstream GNU parted-2.1

2010-02-18 Thread Ralph Ulrich
parted-2.1 is the way to compatible parallel install to Vista/Win7: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569998 not knowing that - here is my experience: https://answers.launchpad.net/ubuntu/+source/gparted/+question/99298 ** Bug watch added: Debian Bug tracker #569998

[Bug 521045] Re: partitioning using mb boundaries

2010-02-16 Thread Ralph Ulrich
Debian bug of this is closed: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569998 because of libparted-2.1 ** Bug watch added: Debian Bug tracker #569998 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569998 -- partitioning using mb boundaries https://bugs.launchpad.net/bugs/521045 You

[Bug 521045] Re: partitioning using mb boundaries

2010-02-14 Thread Ralph Ulrich
** Also affects: gparted Importance: Undecided Status: New -- partitioning using mb boundaries https://bugs.launchpad.net/bugs/521045 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 521045] Re: partitioning using mb boundaries

2010-02-14 Thread Ralph Ulrich
Please add attention to this horrible Ms bug which will crackdown the linux image seen by potential new users having Win7/Vista installed. If you are able to follow german language discussion have a look at: http://sidux.com/index.php?name=PNphpBB2file=viewtopict=19795 for more users bad

[Bug 521045] [NEW] partitioning using mb boundaries

2010-02-12 Thread Ralph Ulrich
Public bug reported: Binary package hint: partman-auto I would like to give people a try using ubuntu but I fear to setup some trouble for them if they use win7. This isssue is described here: https://answers.launchpad.net/ubuntu/+source/gparted/+question/99298 It is a MS related partitioning

[Bug 521045] Re: partitioning using mb boundaries

2010-02-12 Thread Ralph Ulrich
** Also affects: ubuntu-manual Importance: Undecided Status: New -- partitioning using mb boundaries https://bugs.launchpad.net/bugs/521045 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 395655] Re: Slow perfomance with Mesa 7.5-rc4 on Karmic

2009-07-21 Thread Ralph Ulrich
Same here with: linux-image 2.6.31-3.19 libgl1-mesa-glx 7.5-1ubuntu1 xserver-xorg 1:7.4+3ubuntu5 Xorg.0.log - (--) RADEON(0): Chipset: ATI Radeon Mobility X300 (M22) 5460 (PCIE) (ChipID = 0x5460) (--) RADEON(0): Linear framebuffer at 0xd000 (II) RADEON(0):

[Bug 395655] Re: Slow perfomance with Mesa 7.5-rc4 on Karmic

2009-07-21 Thread Ralph Ulrich
As root doing: modprobe radeon ; dmesg output: [ 2070.268638] radeon: Unknown parameter `modeset' -- Slow perfomance with Mesa 7.5-rc4 on Karmic https://bugs.launchpad.net/bugs/395655 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 395655] Re: Slow perfomance with Mesa 7.5-rc4 on Karmic

2009-07-21 Thread Ralph Ulrich
[solved] I really do not know what happend After I saw : radeon: Unknown parameter `modeset' I removed raden.modeset=0 from grub kernel cmdline and rebooted. No, to my big surprise: 1. There is no kernel mode setting any more and the 2. ati radeon module loads and I do have direct opengl

[Bug 399746] Re: DRI fails to initialize when KMS is enabled with radeon driver

2009-07-21 Thread Ralph Ulrich
see also: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/395655 -- DRI fails to initialize when KMS is enabled with radeon driver https://bugs.launchpad.net/bugs/399746 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 394963] [NEW] firefox-3.5 claims to be shirtko-3.5-firefox-1.0

2009-07-02 Thread Ralph Ulrich
Public bug reported: Under Menu-Help there should be a correct version info but there is a About Shirtoko with version info confusing: shirtoko3.5 firefox-canonical 1.0 ** Affects: firefox-3.5 (Ubuntu) Importance: Undecided Status: New -- firefox-3.5 claims to be

[Bug 346265] Re: [jaunty] does not find /dev/cpu

2009-03-23 Thread Ralph Ulrich
diff /debiansid/etc/init.d/microcode.ctl /etc/init.d/microcode.ctl 78c78 /sbin/modprobe -q -s microcode /dev/null 2 /dev/null || true --- /sbin/modprobe -q -k -s microcode /dev/null 2 /dev/null || true --- modprobe --help says there is no parameter -k Using

[Bug 346265] [NEW] [jaunty] does not find /dev/cpu

2009-03-21 Thread Ralph Ulrich
Public bug reported: Binary package hint: microcode.ctl http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519904 is fixed on Debian squeeze - microcode.ctl (1.17-11) unstable ** Affects: microcode.ctl (Ubuntu) Importance: Undecided Status: New -- [jaunty] does not find /dev/cpu

[Bug 322306] [NEW] linux-source-2.6.28-6 squashfs_fs.h misspelling export

2009-01-28 Thread Ralph Ulrich
Public bug reported: Binary package hint: linux-source-2.6.28 For sure a misspelling in /usr/src/linux-source-2.6.28-6.16/ubuntu/include/linux/squashfs_fs.h - #define SQUASHFS_MKFLAGS(noi, nod, check_data, nof, no_frag, always_frag, \ duplicate_checking,

[Bug 322306] Re: linux-source-2.6.28-6 squashfs_fs.h misspelling export

2009-01-28 Thread Ralph Ulrich
This error is also found in previous packages of linux-source-2.6.28. It is correct spelled in new upstream source squashfs 3.4 -- linux-source-2.6.28-6 squashfs_fs.h misspelling export https://bugs.launchpad.net/bugs/322306 You received this bug notification because you are a member of Ubuntu

[Bug 320174] [NEW] linux-source-2.6.28 compile error with squashfs3.4

2009-01-22 Thread Ralph Ulrich
Public bug reported: Binary package hint: linux-source-2.6.28 On Ubuntu-Jaunty I tried to compile linux-source-2.6.28-5.13 with a newer version of squashfs (version 3.4 ). After copying squash3.4 files to /usr/src/linux/ubuntu/squashfs the compile breaks in this directory with ERROR 2 and a

[Bug 38782] Re: whishlist: add midnight commander as a default package in Ubuntu CD/DVD

2008-04-04 Thread Ralph Ulrich
+1 -- whishlist: add midnight commander as a default package in Ubuntu CD/DVD https://bugs.launchpad.net/bugs/38782 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 192461] Re: high load when stopping applications with many bookmarks

2008-03-25 Thread Ralph Ulrich
Beta 4 had solved my issue. With firefox3beta3 i had problems with about 2000 bookmarks. But that said, it was an upstream issue. -- high load when stopping applications with many bookmarks https://bugs.launchpad.net/bugs/192461 You received this bug notification because you are a member of

[Bug 194971] Re: linux-image-cell is missing on hardy

2008-03-04 Thread Ralph Ulrich
cell flavour has been merged into powerpc64-smp Since there is a meta-package linux-image-cell with undefined dependencies therefore lots of ps3 users tried to run hardy with either gutsy kernels or from kernel.org/.../geof . And many of them were said to keep staying at version gutsy7.10 for

[Bug 198582] [NEW] ps3 does not like yaboot as the powerbooks

2008-03-04 Thread Ralph Ulrich
Public bug reported: Now that the playstation cell architekture is merged with powerpc64-smp there for the cell is a wrong dependency: The playstation cell depends on kboot but does not like yaboot as it is suggested in the package powerpc64-smp. ** Affects: linux-meta (Ubuntu)

Re: [Bug 192461] Re: high load when stopping applications with many bookmarks

2008-02-25 Thread Ralph Ulrich
Alexander Sack wrote: does this happen only on first run or every time you stop firefox 3? ** Summary changed: - terminating high load with much places + high load when stopping applications with many bookmarks ** Changed in: firefox-3.0 (Ubuntu) Status: New = Incomplete Every

[Bug 192461] [NEW] terminating high load with much places

2008-02-16 Thread Ralph Ulrich
Public bug reported: Binary package hint: firefox-3.0 If i delete places.sqlite and bookmarks.xxx then the next termination of firefox-3.0beta3 will be fast. But terminating with a lot of bookmarks (imported from firefox2.09) will have a high load and a log duration (ca 80secs). Even with

[Bug 154083] Re: PS3: Alternate Install CD is missing linux-ubuntu-modules-2.6.22-14-cell package

2007-10-23 Thread Ralph Ulrich
Also missing: linux-restricted-modules-2.6.22-cell Restricted Manager fails to start from Xubuntu-Gutsy because of that! I am not able to setup any wlan/wifi connection - but i can see my ssid name with iwlist scan command! -- PS3: Alternate Install CD is missing

[Bug 139011] [gutsy] networking stop should remove pid

2007-09-11 Thread Ralph Ulrich
Public bug reported: The command sudo /etc/init.d/networking stop does not remove the file /var/run/dhclient.eth1.pid Because Gnome stalls without network connection and because Network-manager is not able to connet i issue in /etc/rc.local these commands: /etc/init.d/networking stop

[Bug 133457] Re: [gutsy] alternate install monitor frequency too high

2007-08-21 Thread Ralph Ulrich
If you do a dpkg-reconfigure xserver-xorg you do have the chance to give some frequencies! Think about, why not in base-install... -- [gutsy] alternate install monitor frequency too high https://bugs.launchpad.net/bugs/133457 You received this bug notification because you are a member of Ubuntu

[Bug 133454] [gutsy] alternate install hangs cause of false manually configured internet connection

2007-08-19 Thread Ralph Ulrich
Public bug reported: Binary package hint: base-installer i described this bug in #132160 before, but did not get any reaction. Because i think this is a critical bad user experience, here again: Gutsy Alternate Install Tribe-4: After manually false configuring internet connection (false

[Bug 133457] [gutsy] alternate install monitor frequency too high

2007-08-19 Thread Ralph Ulrich
Public bug reported: Binary package hint: base-installer gutsy alternate install Tribe-4: You can't give base-installer a hint that your LCD-monitor preferes a lower frequency of 60. So you end up with 75 and the first boot of Gutsy is a bad experience for a user with a LCD-monitor (The

[Bug 132529] Re: deskbar-applet crashed with AttributeError in __on_loaded()

2007-08-19 Thread Ralph Ulrich
same here ** Attachment added: _usr_lib_deskbar-applet_deskbar-applet.1000.crash http://launchpadlibrarian.net/8890952/_usr_lib_deskbar-applet_deskbar-applet.1000.crash -- deskbar-applet crashed with AttributeError in __on_loaded() https://bugs.launchpad.net/bugs/132529 You received this

[Bug 132160] gutsy install hangs with not functioning manually configured internet connection

2007-08-13 Thread Ralph Ulrich
Public bug reported: When installing Gutsy tribe-4 with alternateCD on a Samsung R50 Notebook, i had no choice to WPA wlan connect, only WEP-Access was given. After manually trying to configure the eth1, then at the end the installer hangs trying to HTTP-connect with the not functioning

[Bug 91918] Re: network-manager conflicts with resolvconf

2007-08-13 Thread Ralph Ulrich
network-manager on Gutsy Tribe-4 also conflicts with resolv.conf Only looking at /etc/network/interfaces showd me a comment that a package resolvconf intervenes But there is no package with this name but a config file at /etc/resolv.conf -- network-manager conflicts with resolvconf

[Bug 81206] Re: Also Gutsy boot uses too high horizontal frequency (LCD display problem)

2007-08-13 Thread Ralph Ulrich
At install time of Gutsy Tribe-4 you are give the possibility to choose some default resolutions, but you are not capable to select any LCD frequency, which results in a default of 75 and a first boot display moved aside on your LCD Monitor -- Ubuntu graphical boot uses too high horizontal