Custom Query (1359 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (85 - 87 of 1359)

Ticket Resolution Summary Owner Reporter
#74 duplicate filename for save should include SerialNumber and time somebody dg12
Description

It would be nicer if the defaulted filename for saving the status was in the form: ssssss-yymmdd-hhmm

#87 duplicate self test failed [Cannot allocate memory] somebody jperkster
Description

Hello,

I'm having trouble getting smartctl to run tests on our MegaRAID systems:

[root@server ~]# smartctl -t long -d megaraid,0 /dev/sda
smartctl 5.39.1 2010-01-28 r3054 [i686-pc-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net

Long (extended) offline self test failed [Cannot allocate memory]

I've tried recompiling 5.39.1, but not installing it, thinking it might not like being in HIGHMEM, however that did not help either. I'm at a loss as to what the problem could be, and as a last resort I've put in this ticket for assistance.

[root@server ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)
[root@server ~]# ulimit -a
core file size          (blocks, -c) 1000000
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 19
file size               (blocks, -f) unlimited
pending signals                 (-i) 192994
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 4096
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 14335
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited

Any suggestions would be highly appreciated.

#142 duplicate update-smart-drivedb does not work on FreeBSD (+ solution) somebody wesha
Description

/usr/local/sbin > ./update-smart-drivedb ./update-smart-drivedb~: syntax error in version number: 5.40

Problem: SED somehow fails to understand "?" metacharacter:

BRANCH="`echo $VERSION | sed -n 's|\([0-9][0-9]*\)\.\([0-9][0-9]* \)\([0-9].*\)\?$|RELEASE_\1_\2_DRIVEDB|p'`"

Solution: be explicit:

BRANCH="echo $VERSION | sed -n 's|^\([0-9][0-9]*\)\.\([0-9][0-9]*\)\([^0-9].*\)\{0,1\}$|RELEASE_\1_\2_DRIVEDB|p'"

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.