|
From: Ma p. <the...@gm...> - 2015-11-26 09:35:57
|
Hi, First of all, thanks for the great job! I did some tests and here my results: 1) ssh server I got in the logs: Nov 25 12:26:39 Devil sshd[1552]: error: Could not load host key: /etc/ssh/ssh_host_ed25519_key I needed to generate this key with ssh-keygen -A 2) radius-client (with PAM) OK 3) apache Very basic site OK 4) mysql I just logged in and out OK 5) fdisk root@Devil:/etc/init.d# fdisk -l Disk /dev/ram15: 16 MiB, 16777216 bytes, 32768 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 4096 bytes I/O size (minimum/optimal): 4096 bytes / 4096 bytes There are 15 of these, I am not used to see that... 6) LVM Seems ok, but it is not mounted after a reboot. I did test with /var/data 7) iptables root@Devil:/etc/init.d# iptables -L iptables v1.4.21: can't initialize iptables table `filter': Table does not exist (do you need to insmod?) Perhaps iptables or your kernel needs to be upgraded. Do you know what to do? 8) heartbeat ? This package has been removed? What is the replacement one? Thanks again! Regards. 2015-11-21 20:53 GMT+01:00 <udo...@al...>: > Hi Heiko, > I don't prefer an symlink, because the output is different - if someone > use netstat inside an script, the different output will perhaps "kill" > the script. > Not the clean way... > > What's about an simple message? > cat /bin/netstat > #!/bin/bash > echo "no netstat anymore - please use ss instead" > > > Udo > > Am 2015-11-21 14:20, schrieb Heiko Zuerker: > > Udo, > > > > Should we create a symlink? Not creating one would force us all > > getting used to the new commands. > > > > Heiko > > > > Quoting udo...@al...: > > > >> Hi Heiko, > >> instead of netstat "ss" do the job... > >> > >> Thanks > >> > >> Udo > >> > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss > |