[Bug 243889] Re: Intrepid Vinagre crash on startup
I'm still having this problem in intrepid, how can I get 2.23.4 in intrepid? Thanks :) -- Intrepid Vinagre crash on startup https://bugs.launchpad.net/bugs/243889 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 192794] Re: [gutsy|hardy alpha4] `/etc/init.d/lvm2' missing
first I'm new to patching, etc; I don't know how to commit a fix to the udev package, or even how to notify the package maintainer. Well after a bunch of udev learning I have figured out why my desktop install of lvm2 is not working. the new udev rule for lvm2 is great, it depends on an environment variable being set to specify if a lvm device's event is being processed (see bottom for reference). the udev package's rule 65-persistent-storage.rules only sets those environment variables for partition types as seen below: ENV{DEVTYPE}=="partition", IMPORT{program}="vol_id --export $tempnode" I changed this line in 65-persistent rule below the partition rule and now my system's lvm works fine, even root partitions now work; sweet. ENV{DEVTYPE}=="disk|partition", IMPORT{program}="vol_id --export $tempnode" the problem comes because lvm2 does not require a partition table, you can make a pv from a disk itself; this is in fact the instructed way to do it at: http://tldp.org/HOWTO/LVM-HOWTO/initdisks.html anybody that was also having problems with lvm2 package now that the script is removed could you please post your output from "sudo pvdisplay -v" I still have not figured out why installations from the alt cd don't have this problem, any ideas on how to identify what or when in a boot sequence vgchange is being called, I'd love to hear and I'll try to figure that one out. lvm rule for reference: SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_FS_TYPE}=="lvm*|LVM*", \ RUN+="watershed sh -c '/sbin/lvm vgscan; /sbin/lvm vgchange -a y'" ** Also affects: udev (Ubuntu) Importance: Undecided Status: New -- [gutsy|hardy alpha4] `/etc/init.d/lvm2' missing https://bugs.launchpad.net/bugs/192794 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 192794] Re: vol_id not run for entire-disk device breaks LVM across entire disk
scott, I don't yet fully understand the data/links/db thing, but the result I've been able to see; with that rule I suggested allowing disk types to export vol_id, every time you insert a thumb drive whether or not lvm type, when you remove the drive sdX is removed, however when you reinsert/insert a different drive afterwards, that sdX is never used again. ie: insert drive1, shows up as sde; remove drive 1, sde disappears from /dev insert drive2, shows up as sdf (should be as there exists no sde in /dev) remove drive2, sdf disappears from /dev and so one; now sure what happens after sdz but either case it's a problem; Another idea while the kernel change events are still being worked out; what about this line being added below the partition rule in 65-persistent-storage.rules: ENV{DEVTYPE}=="disk", ATTR{removable}=="0", IMPORT{program}="vol_id --export $tempnode" this only exports disk vol_id if it isn't not a removable disk, hack I know but might work until changes are finished to the kernel event thing? I'm still trying to figure out why lvm doesn't have this problem when installed from the alt cd. -- vol_id not run for entire-disk device breaks LVM across entire disk https://bugs.launchpad.net/bugs/192794 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 192794] Re: vol_id not run for entire-disk device breaks LVM across entire disk
Scott, I saw in the 117-7 update you removed the partition condition from the vol_id rule, I thought it was going to be changed to below. ENV{DEVTYPE}=="partition", IMPORT{program}="vol_id --export $tempnode" ENV{DEVTYPE}=="disk", ATTR{removable}=="0", IMPORT{program}="vol_id --export $tempnode" As Kay said, This was to avoid the stale data from removable drives building up in data/links/db, etc. -- vol_id not run for entire-disk device breaks LVM across entire disk https://bugs.launchpad.net/bugs/192794 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 192794] Re: [gutsy|hardy alpha4] `/etc/init.d/lvm2' missing
I just reinstalled with the desktop cd, after the libc6 disaster I had reinstalled with the alt; hence removing my problem. No worries though it's back for debugging. Luke: As I understand the lvm2 init.d script was removed because a udev rule was added to replace it(/etc/udev/rules.d/85-lvm2.rules), part of removing slow init scripts. I haven't tested it yet but I heard a work around is to just add vgchange -ay to /etc/init.d/bootmisc.sh The lv has a uuid, and I can successfully mount it from my fstab using that uuid (after running vgchange -ay): vol_id /dev/mapper/my_volume_group-my_logical_volume --uuid f8d7a23d-695e-4dd5-82d1-56db53f11e0a the LVs were created as per the instructions at http://tldp.org/HOWTO /LVM-HOWTO/initdisks.html the LV and PV details are below: sudo lvdisplay /dev/mapper/my_volume_group-my_logical_volume --- Logical volume --- LV Name/dev/my_volume_group/my_logical_volume VG Namemy_volume_group LV UUIDzzW5v2-4Vhl-66M1-6x0E-OCHH-I2S1-Oa6E0D LV Write Accessread/write LV Status available # open 1 LV Size698.65 GB Current LE 178854 Segments 1 Allocation inherit Read ahead sectors 0 Block device 254:0 the PV details are sudo pvdisplay -v Scanning for physical volume names --- Physical volume --- PV Name /dev/sdd VG Name my_volume_group PV Size 233.76 GB / not usable 448.00 KB Allocatable yes (but full) PE Size (KByte) 4096 Total PE 59843 Free PE 0 Allocated PE 59843 PV UUID cJi1EG-bbSs-yYOx-6Bpe-iemm-7rzB-2ZREkx --- Physical volume --- PV Name /dev/sdc VG Name my_volume_group PV Size 233.76 GB / not usable 448.00 KB Allocatable yes (but full) PE Size (KByte) 4096 Total PE 59843 Free PE 0 Allocated PE 59843 PV UUID 91lH0P-qZw4-phSV-Q5KZ-q66G-KqtA-ykT8MD --- Physical volume --- PV Name /dev/sdb VG Name my_volume_group PV Size 232.89 GB / not usable 3.18 MB Allocatable yes (but full) PE Size (KByte) 4096 Total PE 59618 Free PE 0 Allocated PE 59618 PV UUID vaPrNw-aCMa-F0bi-O6u9-N76l-VPIg-26v9qW Please let me know if there is anything I can do to help, thanks. -- [gutsy|hardy alpha4] `/etc/init.d/lvm2' missing https://bugs.launchpad.net/bugs/192794 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 192794] Re: [gutsy|hardy alpha4] `/etc/init.d/lvm2' missing
Sorry, should have tested that work-around before mentioning it; modifying bootmisc.sh doesn't work as it is not called early enough in the boot process. -- [gutsy|hardy alpha4] `/etc/init.d/lvm2' missing https://bugs.launchpad.net/bugs/192794 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 192794] Re: [gutsy|hardy alpha4] `/etc/init.d/lvm2' missing
I have a similar problem with lvm2. I install the daily alt hardy from a couple days ago (just before alpha 5) on two of my computers. The first had lv groups used for the root fs; all the lvs for this system are activated properly on boot, things are great here. My second computer only uses lvm for a data lv so I didn't bother installing lvm2 until after the alt cd had finished, on this computer the lv is not automatically activated on boot up. I can run vgchange -ay in the busy box then mount and continue just fine. ATM, the second computer I am just using the noauto option and mounting it once logged in. I've tried to compare the udev and init scripts on both computers and they seem the same. I don't know what all to look at though, I will be happy to attach any files that might be helpful in identifying how to get my second computer to auto activate the vg. I don't plan to change any scripts until I hear back to try and keep the system as helpful as possible :) Thanks -- [gutsy|hardy alpha4] `/etc/init.d/lvm2' missing https://bugs.launchpad.net/bugs/192794 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 194749] Re: libavahi-ui0's bnvc installed without xvncviewer
vncviewer is installed by default maybe bvnc can detect when vncviewer vs xvncviewer vs no vncviewers are install? I love avahi and it's auto discovery of my vnc servers is great. It just need to not fail silently, which it does atm. -- libavahi-ui0's bnvc installed without xvncviewer https://bugs.launchpad.net/bugs/194749 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 194749] [NEW] libavahi-ui0's bnvc installed without xvncviewer
Public bug reported: Binary package hint: libavahi-ui0 I just installed hardy 4 (so this might not be the case anymore in hardy alpha 5). I installed from the alt cd. libavahi-ui0 is installed however xvncviewer is not, xvncviewer is a suggested packages for libavahi-ui0. This leaves the user though with a menu item by default of bvnc which fails silencely because it requires xvncviewer. This seems to be a regression as ubuntu used to have a vncviewer installed and working for a fresh install. cat /etc/lsb-release: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.04 DISTRIB_CODENAME=hardy DISTRIB_DESCRIPTION="Ubuntu hardy (development branch)" dpkg -l libavahi-ui0 | cat: libavahi-ui00.6.22-2ubuntu1 ** Affects: avahi (Ubuntu) Importance: Undecided Assignee: Jonh Wendell (wendell) Status: Confirmed -- libavahi-ui0's bnvc installed without xvncviewer https://bugs.launchpad.net/bugs/194749 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 194749] Re: libavahi-ui0's bnvc installed without xvncviewer
Jonh, I'm not good with deb packaging but it looks like your patch is removing the bvnc binary from being installed by avahi-ui0. I think it is being installed atm because vinagre depends on it; I think vinagre is actually using bvnc, within vinagre click connect then find; I think this launches bvnc and will have problems if you remove the binary. The patch removal of the .desktop files might be a good workaround until bvnc can better handle xvncviewer being missing. Thanks for being so responsive to this problem -- libavahi-ui0's bnvc installed without xvncviewer https://bugs.launchpad.net/bugs/194749 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96795] Re: Restricted Driver Manager Not Enabling Nvidia
Re: Restricted Driver Manager Not Enabling Nvidia from Sergio Del Popolo at 2007-03-27 07:14:05 UTC I have a GeForce4 Mx4000 video card and the same bug happens to me. I'm actually using "nv" driver but I can't manage refresh rate. this is a dup of bug #96702 don't know if it is related to Bug #96795 -- Restricted Driver Manager Not Enabling Nvidia https://launchpad.net/bugs/96795 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 96702] restricted drivers manager nvidia mx 4000
Public bug reported: Binary package hint: restricted-manager restricted-manager installs nvidia driver (not the legacy version) for my GeForce4 MX 4000 AGP 8x. this fails to load since the card needs the legacy driver. I checked this by removing the manager installed driver and installing nvidia-legacy turned on fine after turning it on with "sudo dpkg-reconfigure -phigh xserver-xorg" on reboot restricted-manager tray appears to say new restricted driver in use but doesn't show the legacy installed but rather the non-legacy not installed. this is my first bug submitted I hope it was helpful and if you want anymore information I'd be happy to submit it. ** Affects: restricted-manager (Ubuntu) Importance: Undecided Status: Unconfirmed -- restricted drivers manager nvidia mx 4000 https://launchpad.net/bugs/96702 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 528658] [NEW] libsdl1.2debian lucid breaks ubuntu-desktop
Public bug reported: Binary package hint: virtualbox-ose tried installing today and got this from aptitude The following packages are BROKEN: ubuntu-desktop The following NEW packages will be installed: libaudio2{a} libmng1{a} libqt4-network{a} libqt4-opengl{a} libqtcore4{a} libqtgui4{a} libsdl1.2debian{a} libsdl1.2debian-alsa{a} virtualbox-ose virtualbox-ose-dkms{a} virtualbox-ose-qt{a} The following packages will be REMOVED: libsdl1.2debian-pulseaudio{a} 0 packages upgraded, 11 newly installed, 1 to remove and 0 not upgraded. Need to get 18.6MB of archives. After unpacking 66.0MB will be used. The following packages have unmet dependencies: ubuntu-desktop: Depends: libsdl1.2debian-pulseaudio but it is not installable The following actions will resolve these dependencies: Remove the following packages: ubuntu-desktop looks like a dependency issue but I should be able to install virtualbox without uninstalling ubuntu-desktop ** Affects: virtualbox-ose (Ubuntu) Importance: Undecided Status: New -- libsdl1.2debian lucid breaks ubuntu-desktop https://bugs.launchpad.net/bugs/528658 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 528658] Re: libsdl1.2debian lucid breaks ubuntu-desktop
this is based off a fresh install of alpha 3 lucid -- libsdl1.2debian lucid breaks ubuntu-desktop https://bugs.launchpad.net/bugs/528658 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 528658] Re: libsdl1.2debian lucid breaks ubuntu-desktop
problem was resolved when I changed my sources server to main instead of the mit mirror so I'm pretty sure this is invalid -- libsdl1.2debian lucid breaks ubuntu-desktop https://bugs.launchpad.net/bugs/528658 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs