Displaying 20 results from an estimated 125 matches for "nohup".
2012 Apr 12
7
Run rsync even not connected
I hopethis hope this makes sense. How do you make rsync run even when not physically connected to the server? In other words, I run rsync from the terminal via vnc and when I log out of the connection, rsync stops running. Is there a script or something I can use?
Sent from my iPhone
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 can also get the bitcode with emit-llvm option in clang.
May I know which bc among the above four should be the same as the one I
generated with emit-llvm. More information...
2007 Mar 12
7
Capistrano Hanging on Deployment
...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
/var/www/rails/#{application}/current/script/backgroundrb/start "
end
task :stop_backgroundrb, :roles => :app do
sudo "kill -9 `cat
/var/www/rails/#{application}/current/log/backgroundrb.pid` 2>/dev/null;
true"
end
task :restart_backgroundrb, :roles => :app do
stop_b...
2002 Jun 11
0
[Bug 273] New: sshd hangs on shell exit if user spawned child with /bin/nohup
http://bugzilla.mindrot.org/show_bug.cgi?id=273
Summary: sshd hangs on shell exit if user spawned child with
/bin/nohup
Product: Portable OpenSSH
Version: -current
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: ker...
2018 May 15
1
Four bitcode generated with plugin-opt=save-temps
...;
>> 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 can also get the bitcode with emit-llvm option in clang.
>> May I know which bc among the above four shoul...
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 must kill the ssh
pid form another terminal to get my original terminal back.
thanks,
Sam
------- You are receiving this mail because: -------
You are the assignee for the b...
2018 May 15
0
Four bitcode generated with plugin-opt=save-temps
...te:
> 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 can also get the bitcode with emit-llvm option in clang.
> May I know which bc among the above four should be the same as the one I
>...
2002 Jun 11
0
[Bug 273] sshd hangs on shell exit if user spawned child with /bin/nohup
...ug1: fd 4 setting TCP_NODELAY
>>debug1: Entering interactive session.
>>debug1: fd 7 setting O_NONBLOCK
>>debug1: fd 10 setting O_NONBLOCK
>>debug1: fd 11 setting O_NONBLOCK
>>debug1: server_init_dispatch_13
>>debug1: server_init_dispatch_15
Now I start the "nohup job" with ./nohup somescript &
I then try to exit the ksh shell.
Ksh first tells you "You have running jobs" ( normal...)
then I give the second exit.
At that point, my ksh becomes a <defunct> process (zombie).
sshd apparently gets the SIGCHLD:
>debug1: Received SIGCHLD....
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: critical
Priority: P5
Component: scp
Assignee: unassigned-bugs at mindrot.org...
2006 Jan 19
12
Switchtower isn''t restarting lighttpd
I''ve got switchtower set up, and it seems to work fine except for one
problem: It doesn''t successfully restart lighttpd. I have the
following task in my deploy.rb file:
desc "Restart the web server"
task :restart, :roles => :app do
sudo "/usr/local/etc/rc.d/lighttpd.sh restart"
end
This is on a FreeBSD system, so it''s using the rc script to
2007 Feb 05
3
Deploying to production with backgroundrb (capistrano)
I have noticed that occasionally (about 50% of the time) when i
deploy (using capistrano) my app to a production server, i have to
ssh into the box and manually
stop and start backgroundrb to get it to load my workers.
this is my basic setup
i have 2 workers:
lib/workers/mp3_worker.rb => takes a hash of params to downsample an
mp3
lib/workers/flv_worker.rb => takes a has of
2002 Jul 12
0
[Bug 273] sshd hangs on shell exit if user spawned child with/bin/nohup
...v2.
Nico
--
> -----Original Message-----
> From: Eric Garff [mailto:egarff at omniture.com]
> Sent: Friday, July 12, 2002 3:00 PM
> To: Williams, Nicolas
> Cc: openssh-unix-dev at mindrot.org
> Subject: RE: [Bug 273] sshd hangs on shell exit if user spawned child
> with/bin/nohup
>
>
> On Fri, 2002-07-12 at 12:25, Nicolas.Williams at ubsw.com wrote:
> > SSH is more than a secure RSH. It truly is. You can't have it
> > be two conflicting things at the same time.
>
> From the openssh "man ssh" page:
>
> "It is intended t...
2007 Aug 07
0
Killing a nohup process?
Hey All, How can I find processes that were started with nohup and kill
them?
thanks all
Also, is this the right list for that kind of question?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070807/77647bfe/attachment-0001.html>
2006 Feb 20
5
RailsCron: error message
Hi,
I''m trying to use RailsCron but keeping getting an error when I try to run
it. I''m a beginner, so please use small words :)
-bash-2.05b$ rake cron_start
(in /home/jake/rails_sites/testsite)
Syntax error: "&" unexpected
The little bit I know about my environment:
- RailsCron installed as a plug in (not gem, cause I''m on a shared host)
- Debian Linux
2001 Jul 11
2
Regarding hanging of ssh upon exit
...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 'nohup'. This is very annoying, because it is
not uncommon to connect to a remote machine, start a lengthy
computation with 'nohup' and then exit. My point now is the following:
a) the workaround in the FAQ seems useless: after all one doesn't want
the new process to be killed.
b) the...
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 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from t...
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...
2003 Jan 07
0
[Bug 273] sshd hangs on shell exit if user spawned child with /bin/nohup
http://bugzilla.mindrot.org/show_bug.cgi?id=273
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From djm at mindrot.org 2003-01-07 18:14
2004 Sep 28
1
infinite loop in rsync daemon on Mac OSX
Hello,
I've got rsync --daemon running on an OSX machine, and I have it exporting
the entire hard disk as [rootpath]. On my Linux machine, I run this:
rsync -avvv --delete --exclude /Volumes macbox::rootpath /mnt/bkup/macbox
I redirect the output from that command to a file (nohup.out), and then tail
the file, and I see that it never gets beyond the recv_file_name() stage.
In about 4 hours, the nohup.out file is 4.2GB (yes, gigabytes), and the
rsync process dies with:
rsync: connection unexpectedly closed (847940065 bytes read so far)
rsync error: error in rsync protoco...
2003 Oct 25
0
esfq testing !
...fq perturb 0 hash dst
$TC class show dev eth1
$TC qdisc show dev eth1
$TC filter show dev eth1
--------------------------------------------
And it shows me:
qdisc esfq 1: quantum 1514b hash: dst
Next, I make test from server to LAN hosts,
and put iptraf in order to make measures.
when I do:
# nohup ping 192.168.1.3 -f & (a LAN HOST)
# nohup ping 192.168.1.6 -f & (other LAN HOST)
iptraf shows me equal bandwidth to that hosts.
but if I repeat pings for one of that hosts:
# nohup ping 192.168.1.6 -f & (other LAN HOST)
# nohup ping 192.168.1.6 -f & (other LAN HOST)
# no...