search for: git_1

Displaying 5 results from an estimated 5 matches for "git_1".

Did you mean: git1
2010 Aug 02
10
Number of hard links limit
Hi, There''s been discussion before on this list on the very small number of hard links supported by btrfs.[1][2] In those threads, an often asked question has been if there''s a real world use case the limit breaks. Also it has been pointed out that a fix for this would need a disk format change. As discussed in bug #15762 [3], there are certainly real-world use cases this
2019 Feb 08
2
Problem with connecting another subnet
...1.0      0.0.0.0         255.255.255.0   U         0 0          0 tiutl ## The backup servers tinc.conf root at backup-1:~# cat /etc/tinc/tiutl/tinc.conf Name = backup_1 Interface = tiutl Device = /dev/net/tun AddressFamily = ipv4 Port = 655 ConnectTo = gateway_1 ConnectTo = gateway_2 ConnectTo = git_1 ## The backup servers tinc-up script root at backup-1:~# cat /etc/tinc/tiutl/tinc-up ip link set tiutl up ip address add 172.16.0.11/24 dev tiutl                     <- works ip route add 172.16.1.0/24 via 172.16.0.5 dev tiutl    <- doesn't work ## The backup servers tinc.conf root...
2019 Feb 08
0
Problem with connecting another subnet (Peter Thurner)
...1.0      0.0.0.0         255.255.255.0   U         0 0          0 tiutl ## The backup servers tinc.conf root at backup-1:~# cat /etc/tinc/tiutl/tinc.conf Name = backup_1 Interface = tiutl Device = /dev/net/tun AddressFamily = ipv4 Port = 655 ConnectTo = gateway_1 ConnectTo = gateway_2 ConnectTo = git_1 ## The backup servers tinc-up script root at backup-1:~# cat /etc/tinc/tiutl/tinc-up ip link set tiutl up ip address add 172.16.0.11/24 dev tiutl                     <- works ip route add 172.16.1.0/24 via 172.16.0.5 dev tiutl    <- doesn't work ## The backup servers tinc.conf root...
2019 Feb 07
0
problem with connecting another subnet (destination net unknown)
...0      0.0.0.0         255.255.255.0   U         0 0          0 tiutl ## The backup servers tinc.conf root at backup-1:~# cat /etc/tinc/tiutl/tinc.conf Name = backup_1 Interface = tiutl Device = /dev/net/tun AddressFamily = ipv4 Port = 655 ConnectTo = gateway_1 ConnectTo = gateway_2 ConnectTo = git_1 ## The backup servers tinc-up script root at backup-1:~# cat /etc/tinc/tiutl/tinc-up ip link set tiutl up ip address add 172.16.0.11/24 dev tiutl                     <- works ip route add 172.16.1.0/24 via 172.16.0.5 dev tiutl    <- doesn't work ## The backup servers tinc.conf root...
2019 Feb 08
0
Problem with connecting another subnet
...0 > tiutl > > ## The backup servers tinc.conf > > root at backup-1:~# cat /etc/tinc/tiutl/tinc.conf > Name = backup_1 > Interface = tiutl > Device = /dev/net/tun > AddressFamily = ipv4 > Port = 655 > ConnectTo = gateway_1 > ConnectTo = gateway_2 > ConnectTo = git_1 > > > ## The backup servers tinc-up script > > root at backup-1:~# cat /etc/tinc/tiutl/tinc-up > ip link set tiutl up > ip address add 172.16.0.11/24 dev tiutl                     <- works > ip route add 172.16.1.0/24 via 172.16.0.5 dev tiutl    <- doesn't work &gt...