Re: [gentoo-user] Fwd: sandbox access violations while running matlab binary installer

2014-03-31 Thread Alan McKinnon
On 31/03/2014 20:25, Kfir Lavi wrote: > Hi all, > I'm trying to create an ebuild to install matlab MCR on gentoo. > The installer InstallShileld try to create directory /root/InstallShield ;-) > mkdir is run by java binary that try this. So I have no access to change it. > There is no option to pro

[gentoo-user] Fwd: sandbox access violations while running matlab binary installer

2014-03-31 Thread Kfir Lavi
Hi all, I'm trying to create an ebuild to install matlab MCR on gentoo. The installer InstallShileld try to create directory /root/InstallShield ;-) mkdir is run by java binary that try this. So I have no access to change it. There is no option to provide InstallShield it's relative install path.

Re: [gentoo-user] Re: latest gentoo-sources and nvidia ?

2014-03-31 Thread Stefan G. Weichinger
Am 31.03.2014 19:52, schrieb Stefan G. Weichinger: > Am 31.03.2014 09:38, schrieb Stefan G. Weichinger: >> Am 31.03.2014 03:21, schrieb Jonathan Callen: >> >>> USE=acpi does one thing, and one thing only: adds a dependency on >>> sys-power/acpid. USE=multilib installs the 32-bit libGL.so, etc. >>>

Re: [gentoo-user] Re: latest gentoo-sources and nvidia ?

2014-03-31 Thread Stefan G. Weichinger
Am 31.03.2014 09:38, schrieb Stefan G. Weichinger: > Am 31.03.2014 03:21, schrieb Jonathan Callen: > >> USE=acpi does one thing, and one thing only: adds a dependency on >> sys-power/acpid. USE=multilib installs the 32-bit libGL.so, etc. >> libraries on amd64 (so that `eselect opengl` can set them

Re: [gentoo-user] Script to tar.tgz /etc, works run manually, broken when run from cron

2014-03-31 Thread Alan McKinnon
On 31/03/2014 13:01, Tanstaafl wrote: > Hi all, > > Ok, this is really irritating me... > > I have a script that simply performs some backups. The commands are like > this: > > # perform tar.tgz backup of /etc > tar -czpvf $BKUP_DIR_etc/$BKUP_DateTime-dev-ecat-etc.tgz /etc > > When I run this s

Re: [gentoo-user] Script to tar.tgz /etc, works run manually, broken when run from cron

2014-03-31 Thread Daniel Frey
On 03/31/2014 04:01 AM, Tanstaafl wrote: > Hi all, > > Ok, this is really irritating me... > > I have a script that simply performs some backups. The commands are like > this: > > # perform tar.tgz backup of /etc > tar -czpvf $BKUP_DIR_etc/$BKUP_DateTime-dev-ecat-etc.tgz /etc > > When I run thi

Re: [gentoo-user] systemd-networkd: simpler config for my network

2014-03-31 Thread Stefan G. Weichinger
Am 31.03.2014 14:17, schrieb Nilesh Govindrajan: > On 31-Mar-2014 5:45 pm, "Stefan G. Weichinger" wrote: >> >> >> Aside from all the discussions around systemd, I simply gave the new >> systemd-networkd a try. >> >> It helped me to simplify my config for my main machine where I run KVM >> for virt

Re: [gentoo-user] systemd-networkd: simpler config for my network

2014-03-31 Thread Nilesh Govindrajan
On 31-Mar-2014 5:45 pm, "Stefan G. Weichinger" wrote: > > > Aside from all the discussions around systemd, I simply gave the new > systemd-networkd a try. > > It helped me to simplify my config for my main machine where I run KVM > for virtualization and need a network bridge: > > http://www.oops.

Re: [gentoo-user] Script to tar.tgz /etc, works run manually, broken when run from cron

2014-03-31 Thread Neil Bothwick
On Mon, 31 Mar 2014 08:01:03 -0400, Tanstaafl wrote: > > You're running tar with -v so it should produce output no matter what > > it does. Is that mailed to you? What does it say? > > I don't have these mailed to me, but like I said, it absolutely does > produce output - the problem is, when

[gentoo-user] systemd-networkd: simpler config for my network

2014-03-31 Thread Stefan G. Weichinger
Aside from all the discussions around systemd, I simply gave the new systemd-networkd a try. It helped me to simplify my config for my main machine where I run KVM for virtualization and need a network bridge: http://www.oops.co.at/en/publications/systemd-networkd-network-configuration-for-a-kvm

Re: [gentoo-user] Script to tar.tgz /etc, works run manually, broken when run from cron

2014-03-31 Thread Tanstaafl
On 3/31/2014 7:13 AM, Neil Bothwick wrote: On Mon, 31 Mar 2014 07:01:48 -0400, Tanstaafl wrote: I have a script that simply performs some backups. The commands are like this: # perform tar.tgz backup of /etc tar -czpvf $BKUP_DIR_etc/$BKUP_DateTime-dev-ecat-etc.tgz /etc When I run this script

Re: [gentoo-user] Script to tar.tgz /etc, works run manually, broken when run from cron

2014-03-31 Thread Helmut Jarausch
On 03/31/2014 01:01:48 PM, Tanstaafl wrote: Hi all, Ok, this is really irritating me... I have a script that simply performs some backups. The commands are like this: # perform tar.tgz backup of /etc tar -czpvf $BKUP_DIR_etc/$BKUP_DateTime-dev-ecat-etc.tgz /etc When I run this script manua

Re: [gentoo-user] Script to tar.tgz /etc, works run manually, broken when run from cron

2014-03-31 Thread Neil Bothwick
On Mon, 31 Mar 2014 07:01:48 -0400, Tanstaafl wrote: > I have a script that simply performs some backups. The commands are > like this: > > # perform tar.tgz backup of /etc > tar -czpvf $BKUP_DIR_etc/$BKUP_DateTime-dev-ecat-etc.tgz /etc > > When I run this script manually, it does what it is sup

[gentoo-user] Script to tar.tgz /etc, works run manually, broken when run from cron

2014-03-31 Thread Tanstaafl
Hi all, Ok, this is really irritating me... I have a script that simply performs some backups. The commands are like this: # perform tar.tgz backup of /etc tar -czpvf $BKUP_DIR_etc/$BKUP_DateTime-dev-ecat-etc.tgz /etc When I run this script manually, it does what it is supposed to, and the

Re: [gentoo-user] Re: latest gentoo-sources and nvidia ?

2014-03-31 Thread Stefan G. Weichinger
Am 31.03.2014 03:21, schrieb Jonathan Callen: > USE=acpi does one thing, and one thing only: adds a dependency on > sys-power/acpid. USE=multilib installs the 32-bit libGL.so, etc. > libraries on amd64 (so that `eselect opengl` can set them for both > amd64 and x86). I think I don't need that ...