Displaying 7 results from an estimated 7 matches for "prevlevel".
2015 Jun 03
2
[PATCH] appliance: Make sure /tmp and /var/tmp are real directories.
...ill from there.
Avoid this by making sure that /tmp and /var/tmp are real directories.
---
appliance/init | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/appliance/init b/appliance/init
index 3c5ef1b..3973f18 100755
--- a/appliance/init
+++ b/appliance/init
@@ -10,6 +10,11 @@ RUNLEVEL=S
PREVLEVEL=N
export RUNLEVEL PREVLEVEL
+# Make sure /tmp /var/tmp are real directories, not symlinks.
+rm -f /tmp /var/tmp
+mkdir /tmp /var/tmp
+chmod 1777 /tmp /var/tmp
+
# Make sure to find all the libraries, also those in non-standard place
# but with a proper ld.so configuration pointing at them
ldc...
2015 Jun 05
0
Re: [PATCH] appliance: Make sure /tmp and /var/tmp are real directories.
...mp and /var/tmp are real directories.
> ---
> appliance/init | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/appliance/init b/appliance/init
> index 3c5ef1b..3973f18 100755
> --- a/appliance/init
> +++ b/appliance/init
> @@ -10,6 +10,11 @@ RUNLEVEL=S
> PREVLEVEL=N
> export RUNLEVEL PREVLEVEL
>
> +# Make sure /tmp /var/tmp are real directories, not symlinks.
> +rm -f /tmp /var/tmp
> +mkdir /tmp /var/tmp
> +chmod 1777 /tmp /var/tmp
Maybe just do that if they are not existing already?
if [ ! -d /tmp ]; then ...
--
Pino Toscano
2014 Jul 14
2
[PATCH] appliance: init: run ldconfig
...library paths but with a proper ld.so configuration file pointing at
them can be found.
---
appliance/init | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/appliance/init b/appliance/init
index b407bf9..94e77cf 100755
--- a/appliance/init
+++ b/appliance/init
@@ -10,6 +10,10 @@ RUNLEVEL=S
PREVLEVEL=N
export RUNLEVEL PREVLEVEL
+# Make sure to find all the libraries, also those in non-standard place
+# but with a proper ld.so configuration pointing at them
+ldconfig || :
+
# Try to print a stack trace for segfaults inside the appliance.
for d in /lib64 /lib; do
f=$d/libSegFault.so
--
1...
2006 Jun 12
9
Network stops responding after some time
Hi there,
I''m using the Suse Enterprise 10 RC2 along with Xen 3.0.2 on X86-64 and I''m experiencing a problem with the network.
I boot into the Xen kernel and everything works just fine. I can browse the net etc.
However after a while the network stops responding completely. I am not sure what causes this to happen or what triggers it. After a few hours, the network just stops
2020 May 28
0
xinetd custom service - perl - remote address
...gs
server_args = --test
log_on_failure += USERID
}
3. Results of telnet 127.0.0.1 54321:
# telnet 127.0.0.1 54321
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
ARGV[1]="--test"
ENV{CONSOLE}="/dev/console"
ENV{PREVLEVEL}="N"
ENV{SELINUX_INIT}="YES"
ENV{LC_COLLATE}="en_US"
ENV{RUNLEVEL}="3"
ENV{LC_ALL}="en_US"
ENV{previous}="N"
ENV{LC_NUMERIC}="en_US"
ENV{PWD}="/"
ENV{LC_TIME}="en_US"
ENV{LANG}="en_US"
ENV{LC_MESSAGE...
2020 May 28
5
xinetd custom service - perl - remote address
Hi all,
I can't believe that I can't find the answer to this one. I have a perl script which is called by xinetd.
I want that perl script to be able to detect the remote IP address of the caller.
I presumed that it would be an environment variable but I could be wrong. I've found reference to the ENV and PASSENV arguments for xinetd.conf but no examples, and no indication of what
2001 May 16
1
wine-20010510 fails to run?
...MACHTYPE=i586-mandrake-linux-gnu
MAIL=/var/spool/mail/jussij
MAILCHECK=60
META_CLASS=PowerPack
NLSPATH=/usr/share/locale/%l/%N
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/usr/X11R6/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
PIPESTATUS=([0]="1")
PPID=890
PREVLEVEL=N
PS1='[\u@\h \W]\$ '
PS2='> '
PS4='+ '
PWD=/home/jussij
QT_XFT=0
RPM_INSTALL_LANG=en_GB:en
RUNLEVEL=5
SECURE_LEVEL=2
SECURITY=2
SESSION_MANAGER=local/linux.com:/tmp/.ICE-unix/796
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:histexpand:monitor:his...