Sponsored Content
Top Forums UNIX for Advanced & Expert Users smartd is using a deprecated SCSI ioctl, please convert it to SG_IO Post 302211628 by zaxxon on Friday 4th of July 2008 01:47:52 AM
Old 07-04-2008
I used Google with "redhat smartd" and found in about 20 seconds:

linux.redhat: Re: My "smartd failed to start"?? what does that mean?

Also someone mentioned to simply disable it, if you don't use it.
 

7 More Discussions You Might Find Interesting

1. Programming

ioctl()

UNIX, gnu cc compiler, SUN Ultra 60 Hello, this is my first post, so please bear with me. I'm currently developing a test environment for a network subsystem that, when live, accesses databases and other network elements. However, my test environment will be run offline, so I need to fake... (4 Replies)
Discussion started by: j_t_kim
4 Replies

2. Red Hat

smartd problem

Hi guys, i am facing this problem, I had configured NIS server in my network and it was ruing good.. but once i changed my IP after this problem started... please help me out..!! Oct 25 15:01:01 kickstart-server smartd: smartd shutdown failed Oct 25 15:01:01 kickstart-server smartd:... (1 Reply)
Discussion started by: daya.pandit
1 Replies

3. Linux

Service smartd Problem

Hi guys, please help me out my smartd service is not being up. $ sudo /sbin/service smartd restart Shutting down smartd: Starting smartd: $ Take a look of /etc/smartd.conf /dev/sda -H -m... (1 Reply)
Discussion started by: daya.pandit
1 Replies

4. Shell Programming and Scripting

Function eregi() is deprecated error on kolab2 mailserver

Hello! I have installed kolab2 mailserver on openSUSE 11.2. + Horde web mail client (works on php5.3). It seems that everything works, but there is one small problem: Every time I sent an e-mail I get an error in the /var/log/kolab/filter.log file Dec 08 15:38:03 Kolab Filter... (0 Replies)
Discussion started by: hrkama
0 Replies

5. Ubuntu

/etc/init.d/networking restart is deprecated?

After I set IP , I want to make it work, so I ran "/etc/init.d/networking restart" but it says it's deprecated: Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces So I want to know how to make my setup work correctly. Thanks in... (1 Reply)
Discussion started by: cqlouis
1 Replies

6. UNIX for Dummies Questions & Answers

Trouble with deprecated files

I apologize if I am "over-posting" in this forum; I know little about this stuff and I have several software programs that I must install. I have found this forum to be extremely helpful. Anyways, I am trying to install ZThreads on my computer (Mac OS X 10.7.3). When I run "make" it returns with: ... (1 Reply)
Discussion started by: Tyler_92
1 Replies

7. Linux

raid1 (dmraid) - bad sectors - mount - smartd - complicated!

Hello, i'm running a server with two disks in raid1.. it seems that some bad sectors have recently appeared on one of the disks. Aug 9 08:26:19 linux smartd: Device: /dev/sda, FAILED SMART self-check. BACK UP DATA NOW! Aug 9 08:26:19 linux smartd: Device: /dev/sda, 2 Currently... (0 Replies)
Discussion started by: TehOne
0 Replies
SWITCH_ROOT(8)						       System Administration						    SWITCH_ROOT(8)

NAME
switch_root - switch to another filesystem as the root of the mount tree SYNOPSIS
switch_root [-hV] switch_root newroot init [arg...] DESCRIPTION
switch_root moves already mounted /proc, /dev, /sys and /run to newroot and makes newroot the new root filesystem and starts init process. WARNING: switch_root removes recursively all files and directories on the current root filesystem. OPTIONS
-h, --help Display help text and exit. -V, --version Display version information and exit. RETURN VALUE
switch_root returns 0 on success and 1 on failure. NOTES
switch_root will fail to function if newroot is not the root of a mount. If you want to switch root into a directory that does not meet this requirement then you can first use a bind-mounting trick to turn any directory into a mount point: mount --bind $DIR $DIR SEE ALSO
chroot(2), init(8), mkinitrd(8), mount(8) AUTHORS
Peter Jones <pjones@redhat.com> Jeremy Katz <katzj@redhat.com> Karel Zak <kzak@redhat.com> AVAILABILITY
The switch_root command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/. util-linux June 2009 SWITCH_ROOT(8)
All times are GMT -4. The time now is 07:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy