search for: libsysf

Displaying 20 results from an estimated 22 matches for "libsysf".

Did you mean: libsysfs
2004 Apr 12
1
libsysfs and klibc
libsysfs is using a few things not in klibc. udev is getting around this by having a private copy of libsysfs with a few modifications to make it work on klibc. What's the easiest path for getting the master libsysfs copy working on klibc? libsysfs needs two calls: setmntent, getmntent These are used...
2005 Dec 28
1
Problems with klibc 1.1.8
...v_version.h /usr/bin/klcc -c -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts -Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes -Os -I/usr/src/initramfs-2.6.15-rc7-paldo1/udev-079/libsysfs/sysfs -I/usr/src/initramfs-2.6.15-rc7-paldo1/udev-079/libsysfs libsysfs/sysfs_class.c -o libsysfs/sysfs_class.o In file included from /usr/lib/klibc/include/sys/types.h:9, from /usr/src/initramfs-2.6.15-rc7-paldo1/udev-079/libsysfs/sysfs/libsysfs.h:26, from libsysfs/sysfs_class.c...
2007 Apr 18
0
[Bridge] [PATCH] Better test for libsysfs
Hello! Testing for a library is not sufficient if you also need the headers. Many distributions install libraries without headers by default. This is the case for Fedora Core 3 and libsysfs. The library is in sysfsutils, but the headers are in sysfsutils-devel. The patch for configure.in tests for both the headers and the library and makes the configure script print a warning if libsysfs cannot be used. The patch is against bridge-utils-1.0.4. -- Regards, Pavel Roskin --------...
2004 Jul 15
2
getpagesize / libsysfs broken with 0.148
...added a check for mem_unit==1 and reset the page_size to 4096 on those cases. Naturally, this is not the right fix. The right fix would be to get the values from the kernel headers and/or some magic juju for those machines with variable pagesize. It probably would not have been noticed, but as libsysfs insists on doing all reads from sysfs attributes with a length of pagesize, the failures were ... interesting. So in short, udev does _not_ work with klibc until that (or an equivalent) patch is applied. Cheers, Hannes -- Dr. Hannes Reinecke hare@suse.de SuSE Linux AG S390 & zSerie...
2012 Nov 12
0
CEBA-2012:1453 CentOS 6 sysfsutils FASTTRACK Update
...Errata and Bugfix Advisory 2012:1453 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1453.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 54846a61949f3a886b201a0cbfceb053a783989b17472966bd247b8fcf01d777 libsysfs-2.1.0-7.el6.i686.rpm 142fda121ea19294e0ce05bf02631d77e81d1633f5c12696e301893cfec77645 libsysfs-devel-2.1.0-7.el6.i686.rpm 032f84479994d200cd53de6f2a07c900d150eeea98e5738c74ba94539269628c sysfsutils-2.1.0-7.el6.i686.rpm x86_64: 54846a61949f3a886b201a0cbfceb053a783989b17472966bd247b8fcf01d777 li...
2011 Sep 22
0
CEEA-2011:1047 CentOS 5 x86_64 sysfsutils Update
CentOS Errata and Enhancement Advisory 2011:1047 Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1047.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: b1d605353f56325be32a9727750c1444 libsysfs-2.1.0-1.el5.i386.rpm c40efa31c5d00552678694d95e59244d libsysfs-2.1.0-1.el5.x86_64.rpm 8ca87fcd664c6cf4de9cb7dbc30d48a9 libsysfs-devel-2.1.0-1.el5.i386.rpm c53308c5c50a64390fa3397e95784efe libsysfs-devel-2.1.0-1.el5.x86_64.rpm 5c34ecba23c05399a7871196825ce645 sysfsutils-2.1.0-1.el5.x86_64.rpm...
2012 Nov 13
0
CentOS-announce Digest, Vol 93, Issue 8
...Errata and Bugfix Advisory 2012:1453 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1453.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 54846a61949f3a886b201a0cbfceb053a783989b17472966bd247b8fcf01d777 libsysfs-2.1.0-7.el6.i686.rpm 142fda121ea19294e0ce05bf02631d77e81d1633f5c12696e301893cfec77645 libsysfs-devel-2.1.0-7.el6.i686.rpm 032f84479994d200cd53de6f2a07c900d150eeea98e5738c74ba94539269628c sysfsutils-2.1.0-7.el6.i686.rpm x86_64: 54846a61949f3a886b201a0cbfceb053a783989b17472966bd247b8fcf01d777 li...
2005 Aug 27
3
KLIBC support for sysfsutils-1.3.0
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://www.zytor.com/pipermail/klibc/attachments/20050827/b7319510/attachment-0001.bin
2007 Apr 18
1
[Bridge] Building 1.1 ?
...that has 2 NICs and requires a bridge... Upside is, I have the gateway working, bridging works (as does OpenVPN using that bridge). But NAT does not in Fedora Core 4... >From dmesg: Linux version 2.6.11-1.1369_FC4 So I went to the website and downloaded the 1.1 source to build it. It needed libsysfs.h and it was not on my server. Went to the libsysfs website and downloaded 2.0 and built it with no obvious issues. The .h file is now there. Back to brctl and building it. ./configure --prefix=/usr Works like a champ. No errors. make (errors - looks like one big one) for x in libbridge brctl...
2004 Sep 14
6
initrd / initramfs future
...w if initrd is here to stay, now that klibc and initramfs are ready. As the multipath-tools maintainer, I'm facing the choice to 1) put the multipath configuration tool in the initrd * dynamic binary is possible * storage hba drivers as modules loaded * no klibc limitations (no mntent for libsysfs ...) 2) put the multipath configuration tool in the initramfs * small static binary * storage drivers must be compiled static ? * udev available ? Putting it this way, it seems the initrd is the right place for stuff like lvm2, multipath, mdadm ... but I'd like to be sure before dropping t...
2007 Apr 18
0
[Bridge] [ANNOUNCE] bridge-utils-1.0.4
...f bridge utilities that supports both new 2.6.7 interface and older 2.6/2.4 releases. The only changes since 1.0 were internal to fix compatibility issues. The tarball can be downloaded from: http://prdownloads.sourceforge.net/bridge Getting full functionality requires a build system with: - libsysfs from the sysfsutils package http://linux-diag.sourceforge.net/Sysfsutils.html - kernel (and headers) from 2.6.7-rc1 or later Note: libsysfs has not been fully integrated by the main linux vendors. So producing a full functional package is not possible with the default spec file. The utilit...
2011 Sep 22
0
CEEA-2011:1047 CentOS 5 i386 sysfsutils Update
CentOS Errata and Enhancement Advisory 2011:1047 Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1047.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 3516faa1fb7a25e80fdd31351d32348e libsysfs-2.1.0-1.el5.i386.rpm 79b7faeee3cc71e03d4e7491fceb2c26 libsysfs-devel-2.1.0-1.el5.i386.rpm 5c56fcf1dfa943720dd93afb8b00a85f sysfsutils-2.1.0-1.el5.i386.rpm Source: 6ee92698679027f39856c4f9f59b8bee sysfsutils-2.1.0-1.el5.src.rpm -- Karanbir Singh CentOS Project { http://www.centos.org/ } irc:...
2004 Oct 09
0
iscsi boot xen0 initrd
...9;` mkdir -p $INITRDDIR/`dirname $MOD` cp $MOD $INITRDDIR/$MOD depmod -a -b $INITRDDIR $VERSION mv $INITRDDIR/script $INITRDDIR/script.post-iscsi chmod 777 $INITRDDIR/script.post-iscsi if [ `echo $VERSION | grep ''\-xen0$''` ] then cp `which brctl` $INITRDDIR/sbin cp /usr/lib/libsysfs.so.1 $INITRDDIR/lib cat <<EOF >>$INITRDDIR/script /sbin/ifconfig eth0 up /sbin/brctl addbr br0 /sbin/brctl setfd br0 0 /sbin/brctl addif br0 eth0 EOF fi cat <<EOF >>$INITRDDIR/script mount -nt tmpfs tmpfs /dev modprobe -k iscsi_sfnet modprobe -k iscsi_init umount /dev EO...
2014 Jun 17
0
How to create an OpenVZ OS Template for CentOS 7 Public QA
...json-c \ device-mapper cryptsetup-libs dbus iputils cronie-anacron crontabs libestr \ gnupg2 rpm-python pygpgme libnl3 yum-utils man-db dhclient audit openssh-server \ libgudev1 net-tools elinks python-pyudev policycoreutils python-configobj \ pygobject3-base sudo wget file tar which psmisc libpcap libsysfs libdaemon lzo \ libgcc setup basesystem kbd-misc bind-license nss-softokn-freebl glibc libstdc++ \ bash libsepol zlib audit-libs nspr chkconfig bzip2-libs nss-util grep libattr \ libcap elfutils-libelf libgcrypt readline libidn libffi pkgconfig sqlite \ groff-base file-libs libtasn1 slang gdbm per...
2008 Jan 26
1
Unable to log out normally
I've posted this question to the Gnome users list, but so far no luck, so I thought I'd mention this here. A little while ago, I noticed that I was no longer able to log out from my GDM. I'm running the default GDM (2.16) that comes with CentOS, and this problem started up right about the same time that I updated to the 53.1.4 kernel (from the 8.1.15 version). As I've posted
2010 Oct 27
1
CentOS 5.x on Geode LX
Greetings all- I'm currently working with CentOS 5.x (various version 5.0 - 5.5) attempting to run it on a system based on the AMD Geode LX CPU. There are known issues with this CPU running Centos 5, specifically those listed here: http://bugs.centos.org/view.php?id=2552 The kernel and system run fine on the Geode LX, but the installer detects the CPU as i586. Since there is no i586 kernel
2006 Apr 27
4
Why?
...telling me now for some time. /etc/cron.daily/yum.cron: Error: Missing Dependency: libvorbisfile.so.3 is needed by package arts Error: Missing Dependency: libraw1394.so.5 is needed by package kdebase Error: Missing Dependency: libraw1394.so.5 is needed by package pwlib Error: Missing Dependency: libsysfs.so.1 is needed by package lm_sensors Error: Missing Dependency: libFLAC.so.4 is needed by package kdemultimedia Error: Missing Dependency: libvorbisfile.so.3 is needed by package kdelibs Error: Missing Dependency: libOggFLAC.so.1 is needed by package kdemultimedia Error: Missing Dependency: libvor...
2010 Sep 05
1
screen saver crash
My screen saver crash both in gnome and kde X windows when open the screen saver. I guess that some package needed is not installed. I reinstall the gnome-screen but it still crashs. How can I check which package is not installed? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Mar 26
4
Installing on partitionable RAID arrays
Hello Since linux 2.6, the md layer has a feature called partitionable arrays. So instead of having two disks, creating an identical partition table on both and then putting those partitions in RAID 1, you take those two disks and put them in one partitionable RAID 1 array (in mdadm terms, "mdp") and create a partition table on the new RAID device. The advantages are quite clear
2013 Dec 07
1
Build environment for totem-2.16.7-7.el5_6.1.src.rpm
This package has a build requirement 'gecko-devel' which is fulfilled by 'xulrunner-devel'. But in the process of building the browser plugins two tools named 'xpidl' and 'xpt_link' are necessary. They werde once part of 'gecko-devel' but are now replaced by other tools. I haven't found any package that has these tools all the way back to 5.0. Maybe