View previous topic :: View next topic |
Author |
Message |
martinrandau Apprentice
Joined: 10 Aug 2005 Posts: 180 Location: Kristianstad, Sweden
|
Posted: Wed Dec 28, 2005 1:50 am Post subject: Question about revdep-rebuild |
|
|
I was going to update my kernel from 2.6.12-r4 to the latest version so I did revdep-rebuild to clean up my system. Now, revdep-revuild gives me the following message about hal
Code: |
>>> emerge (4 of 5) sys-apps/hal-0.4.7-r2 to /
>>> checksums files ;-) hal-0.4.7-r2.ebuild
>>> checksums files ;-) hal-0.4.8.ebuild
>>> checksums files ;-) hal-0.5.5.1-r1.ebuild
>>> checksums files ;-) files/hald
>>> checksums files ;-) files/hal-0.4.7-dont_add_device_twice-r1.patch
>>> checksums files ;-) files/hal-0.4.5-vat_ntfs_labels.patch
>>> checksums files ;-) files/hal-0.4.7-device_info_leak.patch
>>> checksums files ;-) files/digest-hal-0.4.7-r2
>>> checksums files ;-) files/hal-0.4.7-vfat_mount_utf8.patch
>>> checksums files ;-) files/digest-hal-0.4.8
>>> checksums files ;-) files/hal-0.4.8-fix_dvdram.patch
>>> checksums files ;-) files/hal-0.4.5-gentoo_gphoto2_usermap.patch
>>> checksums files ;-) files/hal-0.4.5-net_lockup.patch
>>> checksums files ;-) files/hal-0.4.7-sys_floppy_detection.patch
>>> checksums files ;-) files/hal-0.4.1-old_storage_policy.patch
>>> checksums files ;-) files/0.5-hald.rc
>>> checksums files ;-) files/hal-0.5.1-old_storage_policy.patch
>>> checksums files ;-) files/hal-unmount.dev
>>> checksums files ;-) files/digest-hal-0.5.5.1-r1
>>> checksums files ;-) files/hal-0.5.5.1-RBC.patch
>>> checksums src_uri ;-) hal-0.4.7.tar.gz
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.12-gentoo-r4
>>> Unpacking source...
>>> Unpacking hal-0.4.7.tar.gz to /var/tmp/portage/hal-0.4.7-r2/work
7G [ ok ]g hal-0.4.1-old_storage_policy.patch ...
7G [ ok ]g hal-0.4.5-gentoo_gphoto2_usermap.patch ...
7G [ ok ]g hal-0.4.7-dont_add_device_twice-r1.patch ...
7G [ ok ]g hal-0.4.7-device_info_leak.patch ...
7G [ ok ]g hal-0.4.7-sys_floppy_detection.patch ...
7G [ ok ]g hal-0.4.7-vfat_mount_utf8.patch ...
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/hal-0.4.7-r2/work/hal-0.4.7 ...
* econf: updating hal-0.4.7/config.guess with /usr/share/gnuconfig/config.guess
* econf: updating hal-0.4.7/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-verbose-mode --disable-pcmcia-support --enable-sysfs-carrier --enable-fstab-sync --enable-hotplug-map --disable-docbook-docs --disable-doxygen-docs --with-pid-file=/var/run/hald/hald.pid --build=i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for library containing strerror... none required
checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3
checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... (cached) none needed
checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for ld used by i686-pc-linux-gnu-gcc... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/i686-pc-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of i686-pc-linux-gnu-g++... gcc3
checking how to run the C++ preprocessor... i686-pc-linux-gnu-g++ -E
checking for i686-pc-linux-gnu-g77... i686-pc-linux-gnu-g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether i686-pc-linux-gnu-g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output from i686-pc-linux-gnu-gcc object... ok
checking for objdir... .libs
checking for i686-pc-linux-gnu-ar... i686-pc-linux-gnu-ar
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking if i686-pc-linux-gnu-gcc static flag works... yes
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-gcc linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by i686-pc-linux-gnu-g++... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking for i686-pc-linux-gnu-g++ option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g++ PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g++ supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g++ linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for i686-pc-linux-gnu-g77 option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-g77 PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-g77 supports -c -o file.o... yes
checking whether the i686-pc-linux-gnu-g77 linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether ln -s works... yes
checking for python... /usr/bin/python
checking for python version... 2.4
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.4/site-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.4/site-packages
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for /usr/share/hwdata/pci.ids... no
checking for /usr/share/misc/pci.ids... yes
checking for /usr/share/pci.ids... no
checking popt.h usability... yes
checking popt.h presence... yes
checking for popt.h... yes
checking for poptGetContext in -lpopt... yes
checking sys/capability.h usability... yes
checking sys/capability.h presence... yes
checking for sys/capability.h... yes
checking for pkg-config... /usr/bin/pkg-config
checking for glib-2.0 >= 2.2.2, gobject-2.0 >= 2.2.2, dbus-glib-1 >= 0.20, dbus-1 >= 0.20... yes
checking PACKAGE_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
checking PACKAGE_LIBS... -lgobject-2.0 -ldbus-glib-1 -lglib-2.0 -ldbus-1
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... yes
checking for dbus-1 >= 0.20... yes
checking DBUS_CFLAGS... -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
checking DBUS_LIBS... -ldbus-1
checking for doxygen... no
checking whether to build Doxygen documentation... yes
checking for BLKGETSIZE64... yes
checking for docbook2html... no
checking whether to build DocBook documentation... yes
checking for selinux_removable_context_path in -lselinux... no
configure: WARNING: Sufficiently new SELinux library not found
checking for intltool >= 0.22... 0.31.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... da fr de nl ru hu pt it
configure: creating ./config.status
config.status: creating hal.pc
config.status: creating hal-storage.pc
config.status: creating hal.conf
config.status: creating Makefile
config.status: creating hald/Makefile
config.status: creating hald/haldaemon
config.status: creating libhal/Makefile
config.status: creating libhal-storage/Makefile
config.status: creating tools/Makefile
config.status: creating tools/fstab-sync.8
config.status: creating tools/linux/Makefile
config.status: creating tools/device-manager/hal-device-manager
config.status: creating tools/device-manager/Makefile
config.status: creating tools/device-manager/Const.py
config.status: creating fdi/Makefile
config.status: creating fdi/10generic/Makefile
config.status: creating fdi/20freedesktop/Makefile
config.status: creating fdi/30osvendor/Makefile
config.status: creating fdi/40oem/Makefile
config.status: creating fdi/50user/Makefile
config.status: creating fdi/90defaultpolicy/Makefile
config.status: creating fdi/95userpolicy/Makefile
config.status: creating doc/Makefile
config.status: creating doc/api/Makefile
config.status: creating doc/api/Doxyfile
config.status: creating doc/conf/Makefile
config.status: creating doc/spec/Makefile
config.status: creating doc/spec/hal-spec.xml
config.status: creating examples/Makefile
config.status: creating examples/volumed/Makefile
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default-2 commands
HAL 0.4.7
==============
prefix: /usr
libdir: /usr/lib
bindir: /usr/bin
sbindir: /usr/sbin
datadir: /usr/share
sysconfdir: /etc
localstatedir: /var/lib
dbus-1 system.d dir: /etc/dbus-1/system.d
pci.ids, usb.ids dir: /usr/share/misc
linux hotplug.d dir: /etc/hotplug.d
compiler: i686-pc-linux-gnu-gcc
cflags: -march=i686 -pipe -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare
cppflags:
Doxygen: no
DocBook: no
User for HAL: haldaemon
Group for HAL: haldaemon
hald pidfile: /var/run/hald/hald.pid
Building SELinux support: no
install fstab-sync: yes
Extended PCMCIA support: yes
PCMCIA stab file: /var/lib/pcmcia/stab
Use sysfs for linkdetect: yes (req. 2.6.10 kernel)
install hal-hotplug-map: yes
Maintainer mode: no
Building verbose mode: no
Building Doxygen docs: no
Building docs: no
NOTE: You have to install init scripts yourself
NOTE: Remember to create user haldaemon and group haldaemon before make install
make all-recursive
make[1]: Entering directory `/var/tmp/portage/hal-0.4.7-r2/work/hal-0.4.7'
Making all in libhal
make[2]: Entering directory `/var/tmp/portage/hal-0.4.7-r2/work/hal-0.4.7/libhal'
if /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\""/usr/share"\" -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=i686 -pipe -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -MT libhal.lo -MD -MP -MF ".deps/libhal.Tpo" -c -o libhal.lo libhal.c; \
then mv -f ".deps/libhal.Tpo" ".deps/libhal.Plo"; else rm -f ".deps/libhal.Tpo"; exit 1; fi
mkdir .libs
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -DPACKAGE_DATA_DIR=\"/usr/share\" -DPACKAGE_LOCALE_DIR=\"/usr/share/locale\" -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -march=i686 -pipe -O2 -Wall -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -MT libhal.lo -MD -MP -MF .deps/libhal.Tpo -c libhal.c -fPIC -DPIC -o .libs/libhal.o
libhal.c: In function `hal_device_get_all_properties':
libhal.c:223: warning: implicit declaration of function `dbus_message_iter_init_dict_iterator'
libhal.c:243: warning: implicit declaration of function `dbus_message_iter_get_dict_key'
libhal.c:243: warning: assignment makes pointer from integer without a cast
libhal.c:261: warning: implicit declaration of function `dbus_message_iter_get_string'
libhal.c:261: warning: assignment makes pointer from integer without a cast
libhal.c:276: warning: implicit declaration of function `dbus_message_iter_get_int32'
libhal.c:280: warning: implicit declaration of function `dbus_message_iter_get_uint64'
libhal.c:284: warning: implicit declaration of function `dbus_message_iter_get_double'
libhal.c:288: warning: implicit declaration of function `dbus_message_iter_get_boolean'
libhal.c: In function `filter_func':
libhal.c:521: warning: assignment makes pointer from integer without a cast
libhal.c:550: warning: assignment makes pointer from integer without a cast
libhal.c: In function `hal_get_all_devices':
libhal.c:779: warning: implicit declaration of function `dbus_message_iter_get_string_array'
libhal.c: In function `hal_device_get_property_type':
libhal.c:842: error: `DBUS_TYPE_NIL' undeclared (first use in this function)
libhal.c:842: error: (Each undeclared identifier is reported only once
libhal.c:842: error: for each function it appears in.)
libhal.c:846: warning: implicit declaration of function `dbus_message_iter_append_string'
libhal.c: In function `hal_device_get_property_string':
libhal.c:923: error: `DBUS_TYPE_NIL' undeclared (first use in this function)
libhal.c:940: warning: assignment makes pointer from integer without a cast
libhal.c: In function `hal_device_get_property_int':
libhal.c:1002: error: `DBUS_TYPE_NIL' undeclared (first use in this function)
libhal.c: In function `hal_device_get_property_uint64':
libhal.c:1074: error: `DBUS_TYPE_NIL' undeclared (first use in this function)
libhal.c: In function `hal_device_get_property_double':
libhal.c:1146: error: `DBUS_TYPE_NIL' undeclared (first use in this function)
libhal.c: In function `hal_device_get_property_bool':
libhal.c:1217: error: `DBUS_TYPE_NIL' undeclared (first use in this function)
libhal.c: In function `hal_device_set_property_helper':
libhal.c:1263: error: `DBUS_TYPE_NIL' undeclared (first use in this function)
libhal.c:1299: warning: implicit declaration of function `dbus_message_iter_append_nil'
libhal.c:1305: warning: implicit declaration of function `dbus_message_iter_append_int32'
libhal.c:1308: warning: implicit declaration of function `dbus_message_iter_append_uint64'
libhal.c:1311: warning: implicit declaration of function `dbus_message_iter_append_double'
libhal.c:1314: warning: implicit declaration of function `dbus_message_iter_append_boolean'
libhal.c: In function `hal_device_remove_property':
libhal.c:1446: error: `DBUS_TYPE_NIL' undeclared (first use in this function)
libhal.c: In function `hal_agent_new_device':
libhal.c:1636: warning: assignment makes pointer from integer without a cast
make[2]: *** [libhal.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/hal-0.4.7-r2/work/hal-0.4.7/libhal'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/hal-0.4.7-r2/work/hal-0.4.7'
make: *** [all] Error 2
!!! ERROR: sys-apps/hal-0.4.7-r2 failed.
!!! Function src_compile, Line 85, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Result is not OK, you have following choices:
- if emerge failed during build, fix the problems and re-run revdep-rebuild
or
- use -X or --package-names as first argument (try to rebuild package, not exact
ebuild - ignores SLOT!)
or
- set ACCEPT_KEYWORDS="~<your platform>" and/or /etc/portage/package.unmask
(and remove /root/.revdep-rebuild.5_order to be evaluated again)
or
- modify the above emerge command and run it manually
or
- compile or unmerge unsatisfied packages manually, remove temporary files and
try again (you can edit package/ebuild list first)
|
When trying to emerge it "manually" with emerge hal I get the following
Code: |
>>> emerge (1 of 1) sys-apps/hal-0.5.5.1-r1 to /
>>> checksums files ;-) hal-0.4.7-r2.ebuild
>>> checksums files ;-) hal-0.4.8.ebuild
>>> checksums files ;-) hal-0.5.5.1-r1.ebuild
>>> checksums files ;-) files/hald
>>> checksums files ;-) files/hal-0.4.7-dont_add_device_twice-r1.patch
>>> checksums files ;-) files/hal-0.4.5-vat_ntfs_labels.patch
>>> checksums files ;-) files/hal-0.4.7-device_info_leak.patch
>>> checksums files ;-) files/digest-hal-0.4.7-r2
>>> checksums files ;-) files/hal-0.4.7-vfat_mount_utf8.patch
>>> checksums files ;-) files/digest-hal-0.4.8
>>> checksums files ;-) files/hal-0.4.8-fix_dvdram.patch
>>> checksums files ;-) files/hal-0.4.5-gentoo_gphoto2_usermap.patch
>>> checksums files ;-) files/hal-0.4.5-net_lockup.patch
>>> checksums files ;-) files/hal-0.4.7-sys_floppy_detection.patch
>>> checksums files ;-) files/hal-0.4.1-old_storage_policy.patch
>>> checksums files ;-) files/0.5-hald.rc
>>> checksums files ;-) files/hal-0.5.1-old_storage_policy.patch
>>> checksums files ;-) files/hal-unmount.dev
>>> checksums files ;-) files/digest-hal-0.5.5.1-r1
>>> checksums files ;-) files/hal-0.5.5.1-RBC.patch
>>> checksums src_uri ;-) hal-0.5.5.1.tar.gz
* Determining the location of the kernel source code
* Found kernel source directory:
* /usr/src/linux
* Found sources for kernel version:
* 2.6.12-gentoo-r4
!!! ERROR: sys-apps/hal-0.5.5.1-r1 failed.
!!! Function pkg_setup, Line 49, Exitcode 1
!!! You need a 2.6.13 or newer kernel to run this package
!!! If you need support, post the topmost build error, NOT this status message. |
I reckon that the problem is that my kernel version is too old, but how do I overcome this problem? I don't dare to ignore it since hal is an important function and I'm too newbie not to ask here.
Thanks,
Martin |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Wed Dec 28, 2005 2:25 am Post subject: |
|
|
Updating the kernel has nothing to do with revdep-rebuild. Just emerge gentoo-sources, and follow your normal kernel upgrade procedure. _________________ Improve your font rendering and ALSA sound |
|
Back to top |
|
|
martinrandau Apprentice
Joined: 10 Aug 2005 Posts: 180 Location: Kristianstad, Sweden
|
Posted: Wed Dec 28, 2005 12:12 pm Post subject: |
|
|
I know that.
Still, what can I do to emerge the older version of hal that is compatible with my kernel version?
At boot I get this message (written by hand):
Code: | /usr/sbin/hald: error while loading shared libraries: Problem starting needed libdus-gklib.1.so.0: cannot open shared services: ivman was not started: object file: No such file or directory |
So what I'm trying to do is to reinstall hal.
Thanks,
Martin |
|
Back to top |
|
|
PaulBredbury Watchman
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Wed Dec 28, 2005 12:19 pm Post subject: |
|
|
Simple way, e.g.: emerge -pv =hal-0.4.7-r2
However, I would instead upgrade the kernel and hal to the stable versions in portage. |
|
Back to top |
|
|
martinrandau Apprentice
Joined: 10 Aug 2005 Posts: 180 Location: Kristianstad, Sweden
|
Posted: Wed Dec 28, 2005 1:17 pm Post subject: |
|
|
Yes, I am going to do that but I just wanted to fix this kernel version first so that I have something to drop back on should the upgrade fail.
Thanks for the help!
//Martin |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|