Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81921 - Tob does not use new 'nice' format, resulting in non-critical cosmetic error
Summary: Tob does not use new 'nice' format, resulting in non-critical cosmetic error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Dominik Stadler (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-13 14:58 UTC by Jason Ahrens
Modified: 2005-03-01 11:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixes 'nice' error while using 'niced' find. (tob.nice.patch,248 bytes, patch)
2005-02-13 14:59 UTC, Jason Ahrens
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Ahrens 2005-02-13 14:58:18 UTC
Tob 0.26 does not use the new 'nice' format resulting in a (non critical) error when using 'niced' finds.

Patch attached.

Reproducible: Always
Steps to Reproduce:
1. Run Tob 0.26 with 'nice' find turned on.
2.
3.

Actual Results:  
 Ok, got resource /etc/tob/tob.rc. 
 About to make a full backup of volume full. 
 Building list of all files of volume full.. patience. 
nice: `-19' option is obsolete; use `-n -19' since this will be removed in the 
future 
 Now starting backup program to write to /dev/nst0. 
 

Expected Results:  
 Ok, got resource /etc/tob/tob.rc. 
 About to make a full backup of volume full. 
 Building list of all files of volume full.. patience. 
 Now starting backup program to write to /dev/nst0. 
 

cougar sbin # emerge info 
Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5, 
glibc-2.3.4.20040808-r1, 2.6.10-nitro4 i686) 
================================================================= 
System uname: 2.6.10-nitro4 i686 Pentium III (Katmai) 
Gentoo Base System version 1.4.16 
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Oct 20 2004, 11:39:38)] 
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) 
[disabled] 
ccache version 2.3 [enabled] 
dev-lang/python:     2.3.4 
sys-devel/autoconf:  2.59-r6, 2.13 
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4 
sys-devel/binutils:  2.15.92.0.2-r1 
sys-devel/libtool:   1.5.2-r7 
virtual/os-headers:  2.6.8.1-r1, 2.6.8.1-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-march=pentium3 -O3 -ftracer -pipe -fforce-addr -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/alias /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-march=pentium3 -O3 -ftracer -pipe -fforce-addr -fomit-frame-pointer" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms userpriv 
usersandbox" 
GENTOO_MIRRORS="http://distfiles.gentoo.org 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 X Xaw3d acpi alsa apache2 apm arts audiofile avi berkdb bitmap-fonts 
cdr crypt cups directfb divx4linux dvd dvdr encode exif f77 fam flac 
font-server foomaticdb fortran ftp gdbm gif gphoto2 gpm gps gtk gtk2 
imagemagick imap imlib jabber java joystick jpeg kde libg++ libwww mad maildir 
mikmod mime mmap mmx mng motif mpeg ncurses nls nptl oggvorbis opengl oss pam 
pdflib perl png posix ppds python qt quicktime readline samba scanner sdl slang 
sockets spell sse ssl svg svga tcltk tcpd tifftruetype truetype-fonts 
type1-fonts unicode usb wmf xine xinerama xml xml2 xmms xpm xv xvid zlib" 
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Jason Ahrens 2005-02-13 14:59:20 UTC
Created attachment 51163 [details, diff]
Fixes 'nice' error while using 'niced' find.
Comment 2 Dominik Stadler (RETIRED) gentoo-dev 2005-03-01 11:34:46 UTC
This fix was included in tob-0.26-r1. Thanks for the report.