Displaying 6 results from an estimated 6 matches for "lsdev".
Did you mean:
sdev
2005 Nov 26
1
Is lsdev AWOL?
I was looking at my newly installed CentOS 4.2 system with ls* commands
yesterday and lsdev was not on the system.
Did I miss installing a package? A Google search for CentOS 4.2 and
lsdev was unhelpful.
--
Jerry Hubbard
hubbardjw at charter.net
2011 Jan 10
3
usb 3
I am trying to plug a USB 2 device in a USB 3 slot. Nothing is being
detected
in "lsusb". Is there something special I need to do? I am running centos
5.5 x86_64.
I thought 3.0 was backward compatible. Nothing special about my device
its an RS232 to USB device.
It works in 2.0 slot.
Thanks,
Jerry
2013 Mar 25
2
gptzfsboot: error 4 lba 30
Hi.
On one of my fresh installed servers I am seeing the following output during boot:
gptzfsboot: error 4 lba 30
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 30
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot: error 4 lba 31
gptzfsboot:
2005 Dec 29
0
AIX 5L 5.3 Error after Compiling the SAMBA 3.0.21.0
...is not exported from
> dependent module /unix.
> 0509-026 System error: Error 0
> 0509-192 Examine .loader section symbols with the
> 'dump -Tv' command.
>
> do any one can help me?
>
>
Yes.
try the following:
$ lsdev -Cc posix_aio
posix_aio0 Available Posix Asynchronous I/O
If the above says "Defined" instead of "Available":
$ mkdev -l posix_aio0
posix_aio0 Available
Retry your commands.
Cheers,
Bill
2006 Feb 09
0
SAMBA configuration nightmare (AIX) - idmaps do not work (core dump), ldap/nss_ldap and pam fail
...* read
Made directory /usr/local/openldap/var/openldap-data and set chmod 700
Ran /usr/local/openldap/sbin/slapindex -f slapd.conf after loading
samba.ldif with slapadd -f slapd.conf.
AIO:
AIO support is installed in this package. If you have problems starting
Samba,
try the following:
$ lsdev -Cc posix_aio
posix_aio0 Available Posix Asynchronous I/O
If the above says "Defined" instead of "Available":
$ mkdev -l posix_aio0
posix_aio0 Available
$ chdev -l posix_aio0 -a autoconfig=available -P
posix_aio0 changed
David Shapiro
Unix Team Lead
919-765-20...
2011 Oct 10
0
Announce: Facter 1.6.2. available
...##Fix (6515 and 2945) Fix processorcount for arm, sparc & ppc for linux.
Previously we were unable to check processor type and count on other
architectures for linux. This fix corrects that.
To remove complication from the fact we have moved the logic for parsing
cpuinfo and lsdev into their own static classes in Facter::Util::Processor.
This is to help with stubbing and to segregate that action as now we have
more conditional cases.
Tests and corresponding cpuinfo fixtures have been added to test those
alternative platforms as well.
##Fix (3856) Detect V...