Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112992 - app-admin/mcelog-0.4: cron script isn't executable
Summary: app-admin/mcelog-0.4: cron script isn't executable
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-19 06:34 UTC by Robert Ögren
Modified: 2005-11-19 11:44 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Ögren 2005-11-19 06:34:08 UTC
The mcelog cron job that is put in /etc/cron.daily isn't marked as executable so
it isn't run. 

Reproducible: Always
Steps to Reproduce:
emerge mcelog
Actual Results:  
# ls -l /etc/cron.daily/mcelog
-rw-r--r--  1 root root 48 Nov 19 15:11 /etc/cron.daily/mcelog


Expected Results:  
# ls -l /etc/cron.daily/mcelog
-rwxr-xr-x  1 root root 48 Nov 19 15:11 /etc/cron.daily/mcelog


I guess you should use exeinto/newexe to install the cron job instead.

Gentoo Base System version 1.6.13
Portage 2.0.51.22-r3 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2,
2.6.13-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.13-gentoo-r5 x86_64 AMD Athlon(tm) 64 Processor 3500+
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O2"
CHOST="x86_64-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.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.du.se/pub/os/gentoo http://mirror.pudas.net/gentoo
http://ds.thn.htu.se/linux/gentoo"
LINGUAS="en sv"
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="amd64 X alsa audiofile avi berkdb bitmap-fonts bzip2 cdr crypt cups curl
doc dvd dvdr eds emboss encode esd exif expat fam ffmpeg firefox foomaticdb gd
gif glut gnome gpm gstreamer gtk gtk2 guile idn imagemagick imlib ipv6 jpeg kde
lcms libwww lzw lzw-tiff mad mng mozilla mp3 mpeg ncurses nls nptl offensive ogg
oggvorbis openal opengl pam pcre pdflib perl png ppds python qt quicktime
readline recode
scanner sdl spell ssl tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts
udev unicode usb userlocales vorbis xinerama xml2 xmms xpm xv zlib linguas_en
linguas_sv userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Simon Stelling (RETIRED) gentoo-dev 2005-11-19 11:44:08 UTC
fixed in -r1, thanks for the hint