Displaying 20 results from an estimated 1000 matches similar to: "sleep 20&exit hangs on Linux"
2007 Mar 25
1
http://wiki.centos.org/TipsAndTricks/CDtoDVDMedia
Hi,
I am Wojtek Pilorz (username "Wojtek Pilorz").
I would like to discuss whether my method of creating Centos DVD image
from CD images and the other way would be appropriate to be placed in
tip named in subject;
Would it be appropriate if I send scripts I use with method
description a mail to the list for consideration?
What I have is method for recreating bit-for-bit identical
2002 Aug 01
0
openssh-3.4p1.tar.gz on ftp.openbsd.org changing rather than frozen (fwd)
Below the trojaned and clean md5s are given.
---------- Forwarded message ----------
Date: Thu, 1 Aug 2002 13:39:22 +0200
From: Magnus Bodin <magnus at bodin.org>
To: Wojtek Pilorz <wpilorz at bdk.pl>
Cc: openssh-unix-dev at mindrot.org
Subject: Re: openssh-3.4p1.tar.gz on ftp.openbsd.org changing rather than
frozen
On Thu, Aug 01, 2002 at 09:20:29AM +0200, Wojtek Pilorz wrote:
2007 Apr 15
1
Scripts to generate exact copy of CentOS-5.0-i386-bin-DVD.iso from CD images
I am enclosing scripts and config files to generate exact copy
of CentOS 5.0 i386 installation DVD image, that is
CentOS-5.0-i386-bin-DVD.iso
if you have CD images for i386.
If there is interest I can post the same for x86_64.
Please follow README files for instructions.
All the scripts are GPL.
SHA1 for attached files:
439f7b0bd50722388a2836eedafeb1c227f97385 *00_README.txt
2008 Jun 25
6
CentOS 5.2 kernel [2.6.18-92.1.1.el5] crashes on dual-PIII Compaq ProLiant 3000
After yum upgrade, the new CentOS5 kernel [ kernel-2.6.18-92.1.1.el5.i686 ]
crashes each time early in boot process on Compaq ProLiant 3000
with dual Pentium3 CPU (600 MHz, CPU0: Intel Pentium III (Katmai) stepping 03, CPU1 the same).
I get kernel panic at powernowk8_init+0x05e/0x1c3.
The previous kernel [ kernel-2.6.18-53.1.21.el5.i686 ] seems to work fine.
I am wondering if anyone has met
2007 Jul 09
1
kernels with cifs backport (Was: where is smbmount on centOS 5)
On 6/29/07, Wojtek.Pilorz <wpilorz at bdk.pl> wrote:
> On Fedora6, I have noted the folowing problems when using cifs to connect to
> NT shares:
>
> - cp -vip does not copy mtime; tar x does copy mtime
> (it seems setting modtime by fname does work, setting by handle does not)
> - when there is a share mounted from a NT/2000 server which is not used for long time
>
2002 May 29
0
pam_limits module bug and its effects on pam applications
On 2001-10-26 at 13:35:50 Nicolas Williams <Nicolas.Williams at ubsw.com> wrote:
> On Fri, Oct 26, 2001 at 02:11:13PM +0200, Markus Friedl wrote:
> > On Fri, Oct 26, 2001 at 10:14:21AM +1000, Damien Miller wrote:
> > > On Thu, 25 Oct 2001, Ed Phillips wrote:
> > >
> > > > What is the reasoning behind this? Do we want to see a lastlog entry for
>
2002 Aug 01
4
openssh-3.4p1.tar.gz on ftp.openbsd.org changing rather than frozen
I have seen that file
ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-3.4p1.tar.gz
is continuosly changing.
This seems strange to me as I expected it should be a 'frozen' file;
The signature and diff file are still dated Jun 26.
I am wondering whether this is intentional.
Best regards,
Wojtek
2006 Nov 29
5
microcode_ctl
i'm running on vmware system and HP proliant DL360 G5 servers
on wmware, on boot i have the following message:
-----------------------------
Applying Intel Microcode update: don't know to make device "cpu/microcode"
[OK]
-----------------------------
and on a HP proliant DL360 G5 server , on boot i have too the following
message:
-----------------------------
Applying
2018 May 15
2
Four bitcode generated with plugin-opt=save-temps
Hi
I use the LDFLAGS=" -flto -fuse-ld=gold -Wl,-plugin-opt=save-temps " to
generate the makefile and to make the whole program. However, found four
different kinds of bitcode for each target. For example, I am compiling
coreutils. For the program "nohup", I can get
nohup.0.0.preopt.bc
nohup.0.2.internalize.bc
nohup.0.4.opt.bc
nohup.0.5.precodegen.bc
If I am right, I
2018 May 15
1
Four bitcode generated with plugin-opt=save-temps
Hi Teresa
Thanks for your very quick and clear explanation. I have one more question.
The emit-llvm option will give you the IR for a single source file when you
compile it with -c. All of those files when combined give the IR in the
preopt.bc temp file.
===========
So if I use "clang -emit-llvm -c" to generate the .ll file. It should be
the same as the one I generated by using
2018 May 15
0
Four bitcode generated with plugin-opt=save-temps
These are the bitcode at different stages of the LTO portion of the
compile. LTO merges the IR for all files being linked and optimizes them as
a single monolithic module. The preopt.bc is the merged IR just after
merging and before performing any LTO optimizations. internalize.bc is
after performing whole program internalization. opt.bc is after the
optimization pipeline, and .precodegen.bc is
2008 May 12
12
[Bug 1463] New: Running nohup sleep 70 & and then exiting shell, hangs ssh
https://bugzilla.mindrot.org/show_bug.cgi?id=1463
Summary: Running nohup sleep 70 & and then exiting shell, hangs
ssh
Classification: Unclassified
Product: Portable OpenSSH
Version: 5.0p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component:
2001 Jul 11
2
Regarding hanging of ssh upon exit
Hi,
I would like to briefly comment on a problem mentioned in the file "TODO"
and also in the OpenSSH FAQ (question 3.10), namely the hanging of an ssh
connection (on Linux) if there are active processes.
It is stated that this has to do with the fact that children of the shell
are not killed upon exiting the shell. However, the problem also occurs if
a process is started with
2013 Apr 15
10
[Bug 2091] New: scp hangs while copying a large file and being executed as a background process ( with nohup )
https://bugzilla.mindrot.org/show_bug.cgi?id=2091
Bug ID: 2091
Summary: scp hangs while copying a large file and being
executed as a background process ( with nohup )
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.1p1
Hardware: Other
OS: AIX
Status: NEW
Severity:
2007 Mar 12
7
Capistrano Hanging on Deployment
Hello ~
I am using the Capistrano recipe outlined in this post to restart my
backgroundrb server:
http://rubyforge.org/pipermail/backgroundrb-devel/2007-February/000718.html
My Version:
~~~~~~~~~~~~
task :before_restart, :roles => :app do
restart_backgroundrb
end
task :start_backgroundrb, :roles => :app do
sudo "nohup
2006 Sep 28
1
Trouble with X and vnc-4.0-8.1.i386 on Centos 4.4
I have recently migrated from an old, RedHat Linux 9 - based system (Aurox
9.2) to Centos 4.4.
I am having trouble with vnc causing X unusable until reboot.
By unusable I mean that X screen is either blank or blinking and moving, which
is not cured by X restart until reboot.
My system is:
Compaq EVO D510 SFF
CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz
RAM: 256 MB
Video: 00:02.0 VGA compatible
2012 Aug 29
1
Destination file is larger than source file
We are using the standard -av switch. And both filesystems are the same -
UFS.
/opt/rsync/bin/rsync -av -e "ssh -l root" --delete
--exclude-from=/var/scripts/exclude
--password-file=/var/scripts/transfer.passwd <username>@<source
host>::<source dir>/ /<destination dir>
Source system
<source host>:<source dir># du -sh *
1K nohup.out
20G
2004 Aug 06
1
I can run???
Hello
I'm using icecast 1.3.10, and streamcast-0.8
I started it with nohup icecast & and it was happy for a while then the stream dropped out. I looked in nohup.out, and there was about 500 lines that just said "You can run, but you can't hide!"
After I changed my underwear, I looked through the source to verify that the message was coming out of Icecast and not the RIAA
2004 Aug 06
2
Ices: How Don't stop :)
> My beta-radio it's work wonderful, but when the playlist finish, the
> PID of ices die toguether :(
>
> What I can make so that this does not occur?
using this script
and running by starting it
nohup script.sh &
(or in a screen session)
the good thing is even if ices segfaults the radio goes on..
Stephane.
--
#!/bin/bash
while [ 1 ] ; do
ices ;
done
--- >8 ----
2002 Jul 12
3
[Bug 273] sshd hangs on shell exit if user spawned child with /bin/nohup
http://bugzilla.mindrot.org/show_bug.cgi?id=273
------- Additional Comments From sam at neutrino.phy.uct.ac.za 2002-07-13 01:22 -------
i also have this exact same problem using
OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f
i start a program with "nohup <program> &" and upon returning to my native
machine, the terminal is balnk, frozen with no bash prompt. i