search for: vty2

Displaying 2 results from an estimated 2 matches for "vty2".

Did you mean: tty2
2013 Jan 19
2
PriorityInheritance doesn't work (tinc 1.0.19)
...itance option, despite it is still experimental. (Why it could be experimental, when it looks quite simple feature, no?) But this option doesn't change the TOS field of outgoing UDP packet. I just do tcpdump on outgoing interface from vty1: $ sudo tcpdump -vni eth0 udp dst port 655 And from vty2 I do ping with setting of tos field to EF(0xb8). $ ping -c1 <remote-ip-addr-on-tap-device> -Q 0xb8 And on outgoing interface I can only see the folowing from tcpdump: IP(tos 0x0, ttl 64, id 0, offset 0, flags[DF], proto UDP(17), length 136 So the TOS field doesn't take the value from TO...
2007 Nov 26
0
Kickstart install via network, nonexistant disk sda
...o it seems to be an issue with the partition information on the disk. I tried doing a dd if=/dev/zero of=/dev/sda (bs=1024 count=10000) to try to overwrite any RAID metadata and partition information and what not. During the install, when I have the error that sda is invalid, I can hit the vty2 (emergency shell) and easily run fdisk /dev/sda and print the partition table. So the device is there, and accessable. I've tried every incarnation of clearpart commands. My current kickstart info: # RAID kickstart # clearpart --linux --drives=sda,sdb # clearpart --all --linux --initlabel c...