0

I have a wget https://url request that i want to launch from a daemon started from /etc/init.d

If launched from /etc/init.d, it will take approximately 10 times longer than if i launch it from a console.

I checked with time(1) and the difference is only in real: not in user or sys I tried to renice the process, but this does not change anything. I checked ulimit settings, and they are identical

Are there any process limits active during startup, that differ from those of interactive login sessions?

Anyone seen something similar? Could it have anything to do with PREEMPTION?

arved
  • 453
  • 2
  • 14

1 Answers1

0

It turned out, that this strange behaviour is gone if i remove the -U option from wget. No idea what made wget behave so strange.

arved
  • 453
  • 2
  • 14