Custom Query (684 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (52 - 54 of 684)

Ticket Resolution Summary Owner Reporter
#100 fixed mindi did "rm -Rf /home" ?! (Debian) Bruno Cornec mnalis-ml@…
Description

The system in question has /tmp as tmpfs which might have been a problem-trigger (judging by suspicious mindi message "Changing TMP_ROOT to /home because you're using tmpfs for tmp"). The log also mentions that I'm using LABEL (which I do) without tools to support it (however, I do have /sbin/findfs (from e2fsprogs-1.37-2sarge1 package) and /sbin/blkid (from libblkid1-1.37-2sarge1 package). I do not have vol_id, though (but if I understand correctly, it only needs ONE of those programs).

#101 fixed problem with ps options Bruno Cornec mnalis-ml@…
Description

in mondoarchive.log (MA.log.gz) there are several time repeated log like this:

running: kill ps auxww | grep " ntfsclone " | awk '{print $1;}' | grep -vx "\?" > /tmp/mondo-run-prog-thing.tmp 2> /tmp/mondo-run-prog-thing.err


kill: 1: Illegal number: root


I think it wanted to kill PID ($2), and not USER ($1). "ps auxww" on my Debian Sarge produces lines like: mnalis 3010 0.0 0.6 3268 1608 pts/1 Ss Nov10 0:00 /bin/zsh

So culprit would be in awk '{print $1;}' which should be '{print $2;}' instead.

#102 fixed /dev/shm Problem Bruno Cornec groups@…
Description

I'm running Mondo 2.2.0-2 on a modded RH linux 9 box (2.6.17.13 kernel)

For some reason, mondo mounts /dev/shm to a tmp.mondo.[0-9] directory at only 350 megs.

...ran just fine. :-)
Archiving regular files to media
Archiving regular files
                        [TH=5563]
libmondo-archive.c->create_afio_files_in_background#1186:

[5563:0] - EXATing 0...
                        [TH=5563]
libmondo-files.c->find_home_of_exe#431:
find_home_of_exe () --- Found getfattr at
/usr/bin/getfattr
                        [TH=5582]
libmondo-archive.c->create_afio_files_in_background#1186:

[5582:1] - EXATing 1...
                        [TH=5582]
libmondo-files.c->find_home_of_exe#431:
find_home_of_exe () --- Found getfattr at
/usr/bin/getfattr
                        [TH=5582]
libmondo-files.c->find_home_of_exe#431:
find_home_of_exe () --- Found getfacl at
/usr/bin/getfacl
        [TH=5582] libmondo-filelist.c->get_acl_list#620:
libmondo-filelist.c, get_acl_list, 620: getfacl
--all-effective -P //tmp.mondo.114/filelist.1 2>>
/var/log/mondo-archive.log | gzip -c1 >
//tmp.mondo.114/acl_list.1.gz 2>> /var/log/mondo-archive.log
getfacl: Removing leading '/' from absolute path names
                        [TH=5582]
libmondo-archive.c->create_afio_files_in_background#1195:
[5582:1] - archiving 1...
afio: "//tmp.mondo.114/tmpfs/1.afio.bz2" [offset 349m+768k+0]: No
space left on device

df confirms, /dev/shm is mounted at 350 megs and is full. I've seen several posts about this on sourceforge, but know one seems to have a solution.

Any ideas?

The box has 2G of ram.

fstab contains:

none                    /dev/shm                tmpfs   noexec,nosuid
 0 0

mount verifies it is mounted and rw:

none on /dev/shm type tmpfs (rw,noexec,nosuid)

df says:

none                 1015M     0 1015M   0% /dev/shm
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.