pkg_add -r e2fsprogs
If you're in csh or tcsh or zsh, run rehash and you can use badblocks.
Should've realized looking up what package provides it for Linux (also e2fsprogs) would've found me the package for FreeBSD.
pkg_add -r e2fsprogs
autock program not found - skipping AUTOCHECKSometimes I got a Windows logo, and sometimes I got to Startup Repair, but whether they launched automatically or I launched them from a Windows Installation Disc (or USB), they all failed. Sometimes a blue screen (BSoD) appeared shortly after.
getattr(your_string, method_you_want_to_apply)()The parentheses at the end apply the function or method rather than merely trying to obtain the attribute.
/usr/kerberos/bin/klist -5 -c -s 2
$ stat -c %a "${filename}"
644
[root@server ~]# multipath -llThis is annoying and problematic since running pvs or something similar will cause the system to hang as it tries to access the missing LUN. It's briefly covered below, but see also the official documentation: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Online_Storage_Reconfiguration_Guide/removing_devices.html
sdat: checker msg is "tur checker reports path is down"
sdbt: checker msg is "tur checker reports path is down"
sdct: checker msg is "tur checker reports path is down"
sdt: checker msg is "tur checker reports path is down"
device
device-name
/device/deleteux_socket_connect: No such file or directoryBecause running multipath -ll generated the desired output I assumed (and we all know what assuming does!) and began Googling a solution... and it turned out multipathd was not actually running or even set to start on boot. Solution:
chkconfig multipathd onLesson learned.
service multipathd start
multipathd -k
Apr 9 12:31:01 server crond[8993]: Authentication token is no longer valid; new one required.No password was necessary for this account, so to the system, it was a "locked" account, whereas to me, it was a service account.
[root@server ~]# grep username /etc/shadowSetting a password resolved this.
username:!!:13306:0:90:14:::
[Sat Jun 11 14:33:51 2011] [warn] [client 98.30.32.199] mod_fcgid: HTTP request length 131533 (so far) exceeds MaxRequestLen (131072)