You are not logged in.
Pages: 1
Hi all,
Udev version in wheezy is 175-7.2, but i add some rules that need udev version higher that 188. Udev version in wheezy backports is 204-14. How to upgrade to backports version? Is it safe for the system?
Thanks
After updating to backports version, it still doesn't work, i think because there are 2 udev version installed. How to remove the older one?
I was using this tutorial to install udev
Offline
Please post the output of:
apt-cache policy udev
cat /etc/apt/sources.list
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
This are the output
$ apt-cache policy udev
udev:
Installiert: 204-14~bpo70+1
Installationskandidat: 204-14~bpo70+1
Versionstabelle:
*** 204-14~bpo70+1 0
100 /var/lib/dpkg/status
175-7.2 0
500 http://http.debian.net/debian/ wheezy/main amd64 Packages
$ cat /etc/apt/sources.list
## CRUNCHBANG
## Compatible with Debian Wheezy, but use at your own risk.
#deb http://packages.crunchbang.org/waldorf waldorf main
# deb-src http://packages.crunchbang.org/waldorf waldorf main
## DEBIAN
deb http://http.debian.net/debian wheezy main contrib non-free
# deb-src http://http.debian.net/debian wheezy main contrib non-free
## DEBIAN SECURITY
deb http://security.debian.org/ wheezy/updates main contrib non-free
# deb-src http://security.debian.org/ wheezy/updates main
## DEBIAN BACKPORTS
deb http://http.debian.net/debian wheezy-backports main
This is also from dpkg -s udev, there is conflict, is this the problem?
$ dpkg -s udev
Package: udev
Status: install ok installed
Priority: important
Section: admin
Installed-Size: 5172
Maintainer: Debian systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Architecture: amd64
Multi-Arch: foreign
Source: systemd
Version: 204-14~bpo70+1
Depends: libacl1 (>= 2.2.51-8), libblkid1 (>= 2.19.1), libc6 (>= 2.10), libkmod2 (>= 5~), libselinux1 (>= 2.0.65), libudev1 (= 204-14~bpo70+1), lsb-base (>= 3.0-6), util-linux (>= 2.16), procps
Pre-Depends: debconf (>= 1.4.69) | debconf-2.0
Breaks: consolekit (<< 0.4.6-1)
Conffiles:
/etc/init.d/udev-finish 6eac2544228b88cbe8cede182082f46a
/etc/init.d/udev 1488775ded3f79ae31de458e819423b9
/etc/udev/udev.conf ae415f84e2967eff580089fb08aa0a61
/etc/init/udev-finish.conf 5c953c5b98ccfbb2a02985bfa2f80aed
/etc/init/udev.conf 41c0081f3a830e0902aaff76a53edf98
/etc/init/udev-fallback-graphics.conf b8bfe7164e10cd0e53494b243c5728b1
/etc/init/udevmonitor.conf b541dfb5aa4958e9a5336ecaec00ca15
/etc/init/udevtrigger.conf 651ff2421dde80be7ce7ccbf7fa8cf18
/etc/modprobe.d/fbdev-blacklist.conf 01cd03c88ce6821c03baf904f7dfcbd0
Description: /dev/ and hotplug management daemon
udev is a daemon which dynamically creates and removes device nodes from
/dev/, handles hotplug events and loads drivers at boot time.
Homepage: http://www.freedesktop.org/wiki/Software/systemd
Offline
$ apt-cache policy udev udev: Installiert: 204-14~bpo70+1 Installationskandidat: 204-14~bpo70+1 Versionstabelle: *** 204-14~bpo70+1 0 100 /var/lib/dpkg/status 175-7.2 0 500 http://http.debian.net/debian/ wheezy/main amd64 Packages
I don't speak German (?) but I'm pretty sure that's telling you that the backports version is installed and being used.
To get the output in English, use:
LC_ALL=C apt-cache policy udev
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
I don't speak German (?) but I'm pretty sure that's telling you that the backports version is installed and being used.
yes it does say exactly that.
Search youtube without a browser: repo | thread
BL quote proposals to this thread please.
my repos / my repos
Offline
Pages: 1