Right... that sounds a lot to me like a higher level interface superseding a lower level one.
Which could be a good or a bad thing, but certainly isn't a problem on principle.
TobiSGD wrote:tomazzi wrote:- extensions for systemd (like DNS resolved daemon - it lacks of even most basic protection <not to mention RFC> against cache poisoning) are completely broken, untested piece of crap
Seriously? You use the state of a part of systemd that is in early development and discouraged to use in the current state by its developer as indicator for the quality of all parts of the tree besides the core components? Way to go!
http://lwn.net/Articles/622445/
echo "----------------------------------------------------------------"
echo "Initialized build system. For a common configuration please run:"
echo "----------------------------------------------------------------"
echo
echo "./configure CFLAGS='-g -O0 -ftrapv' --enable-compat-libs --enable-kdbus $args"
confuseling wrote:Two obvious questions:
1) Does it compile / run without those options?
2) Will it ship with them in Stable?
confuseling wrote:So is that unusual? Are there many programs in Testing with debugging symbols / no optimisation?
Head_on_a_Stick wrote:I have installed Debian 7.2 and dragged it up through jessie & sid and it still allows me a CLI-only login.
$ systemctl poweroff
$ systemctl reboot
https://gcc.gnu.org/onlinedocs/gcc-3.4.2/gcc/Code-Gen-Options.html wrote:-ftrapv
This option generates traps for signed overflow on addition, subtraction, multiplication operations.
Bulkley wrote:Head_on_a_Stick wrote:I have installed Debian 7.2 and dragged it up through jessie & sid and it still allows me a CLI-only login.
. . . and CLI reboot and poweroff. https://wiki.archlinux.org/index.php/allow_users_to_shutdown
- Code: Select all
$ systemctl poweroff
$ systemctl reboot
As with many things, ArchWiki is way ahead of Debian with documentation.
TobiSGD wrote:Please provide a bug number, I definitely want to look at that. One question though, wouldn't it be the correct way to start your backup process as a systemd service (probably one-shot type) instead of starting the program directly from udev?
root@sid-inst:/home/edbarx# history | tail
492 ifup wlan0
493 apt-get update
494 apt-get upgrade
495 exit
496 ifup wlan0
497 apt-get install systemd
498 apt-get remove systemd-shim
499 apt-get remove sysvinit
500 reboot
root@sid-inst:/home/edbarx# pstree
systemd-+-acpid
|-at-spi-bus-laun-+-{dconf worker}
| `-{gdbus}
|-cron
|-2*[dbus-daemon]
|-dbus-launch
|-2*[dhclient]
|-login---bash---startx---xinit-+-Xorg
| `-sh---xfce4-session-+-Thunar
| |-xfce4-panel-+-iceweasel-+-2*[{Analysis Helper}]
| | | |-{Cache I/O}
| | | |-{Cache2 I/O}
| | | |-{Cert Verify}
| | | |-{DNS Resolver #1}
| | | |-{DNS Resolver #2}
| | | |-{DNS Resolver #3}
| | | |-3*[{DOM Worker}]
| | | |-{Gecko_IOThread}
| | | |-{HTML5 Parser}
| | | |-{Hang Monitor}
| | | |-{ImageDecoder #2}
| | | |-{JS GC Helper}
| | | |-{JS Watchdog}
| | | |-{MediaManager}
| | | |-{Network Seer}
| | | |-{Proxy R~olution}
| | | |-{SSL Cert #3}
| | | |-{Socket Thread}
| | | |-{StreamTrans #21}
| | | |-{Timer}
| | | |-{URL Classifier}
| | | |-{dconf worker}
| | | |-{gdbus}
| | | |-{gmain}
| | | |-{localStorage DB}
| | | |-{mozStorage #1}
| | | |-{mozStorage #2}
| | | |-{mozStorage #3}
| | | |-{mozStorage #4}
| | | |-{mozStorage #5}
| | | |-{mozStorage #6}
| | | `-{mozStorage #7}
| | |-panel-2-actions
| | |-panel-6-systray
| | `-{gmain}
| |-xfdesktop---{gmain}
| |-xfwm4
| |-{gdbus}
| `-{gmain}
|-rsyslogd-+-{in:imklog}
| |-{in:imuxsock}
| `-{rs:main Q:Reg}
|-syndaemon
|-systemd-journal
|-systemd-logind
|-systemd-udevd
|-tumblerd-+-{gmain}
| `-2*[{pool}]
|-wpa_supplicant
|-xfce4-notifyd
|-xfce4-terminal-+-bash---su---bash---pstree
| |-gnome-pty-helpe
| |-{gdbus}
| `-{gmain}
|-xfce4-volumed-+-{gdbus}
| `-{task0}
|-xfconfd
|-xfsettingsd---{gmain}
`-xscreensaver
twoflowers wrote:TobiSGD wrote:Please provide a bug number, I definitely want to look at that. One question though, wouldn't it be the correct way to start your backup process as a systemd service (probably one-shot type) instead of starting the program directly from udev?
see http://lists.freedesktop.org/archives/s ... 07390.html - the bug was still here last week, a college ran into it and got a bloody nose.
There is no "correct way" to do things with stupidd as stupidd is uttery broken
Users browsing this forum: No registered users and 9 guests