Peter Van Eynde: Fosdem 2012

So I will certainly be there, find me hacking the network again. Learning QoS in a trial by fire :).
This entry was originally posted at http://pvaneynd.dreamwidth.org/147845.html. Please comment there using OpenID.
root@debian:~# aptitude upgrade No packages will be installed, upgraded, or removed. 0 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Need to get 0 B of archives. After unpacking 0 B will be used. User defined signal 1 root@debian:~#
frost:~# lvextend --size +110G /dev/new-vg/zfs-test Extending logical volume zfs-test to 120.00 GiB Logical volume zfs-test successfully resized frost:~# zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT zfs-pool 9.94G 9.78G 161M 98% 1.00x ONLINE -
frost:~# zpool export zfs-pool frost:~# zpool import zfs-pool frost:~# zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT zfs-pool 120G 9.78G 110G 8% 1.00x ONLINE -
The conclusion of this discussion is that systems like cmucl are no longer possible under this new system.You are wrong. If there is a good reason, there can be exceptions. As we mentioned. One of those is for new architectures. Another can be for such packages. But not for I am too lazy to do that , only for it is impossible . Whatever it might be in the cmucl case. Anyone else up for a useless discussion via blog posts?
Bool RADEONDRIGetVersion(ScrnInfoPtr pScrn) ... /* Low level DRM open */ fd = drmOpen(RADEON_DRIVER_NAME, busId);
$ glxinfo grep direct direct rendering: Yes
frost (debian) --cat5--> sharrow (debian): 35 Mbit/sec frost (debian) ---WL-cat5-> sharrow (debian): 18 Mbit/sec sharrow (debian) ---WL-cat5-> frost (debian): 18 Mbit/sec sharrow (debian) --cat5---> frost (debian): 35 Mbit/sec frost (debian) ---WL---> martha-jones (vista): 0.2 Mbit/sec sharrow (debian) ---WL---> martha-jones (vista): 12 Mbit/sec sharrow (debian) ---cat5-SMC-WL--> martha-jones (vista): 6 Mbit/sec martha-jones (vista) --WL-cat5-> frost (debian): 18 Mbit/sec martha-jones (vista) --WL--> sharrow (debian): 18 Mbit/sec martha-jones (vista) --WL-cat5-> sharrow (debian): 18 Mbit/sec
frost (debian) ---WL---> martha-jones (vista): 18 Mbit/sec sharrow (debian) ---WL---> martha-jones (vista): 18 Mbit/sec sharrow (debian) ---cat5-SMC-WL--> martha-jones (vista): 18 Mbit/sec
options cfg80211 ieee80211_regdom=EU
router#ping ipv6.google.com
Translating "ipv6.google.com"...domain server (195.238.2.21) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:4860:0:1001::68, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 276/278/284 ms
ipv6 unicast-routing
ipv6 cef
! enable ipv6
ipv6 inspect name MyIPv6Inspection tcp
ipv6 inspect name MyIPv6Inspection udp
ipv6 inspect name MyIPv6Inspection ftp
ipv6 inspect name MyIPv6Inspection icmp
! let's have a firewall
interface Tunnel1
no ip address
no ip redirects
ipv6 address 2002:51F0:CCA5::1/128
ipv6 enable
ipv6 traffic-filter ipv6ip in
ipv6 inspect MyIPv6Inspection out
tunnel source Dialer1
tunnel mode ipv6ip 6to4
interface Ethernet0
ipv6 address 2002:51F0:CCA5:DEAD::1/128
ipv6 enable
ipv6 route 2002::/16 Tunnel1
ipv6 route ::/0 2002:C058:6301::
ipv6 access-list ipv6ip
deny ipv6 any any
proc doconf section setting
if [ catch ios_config $section $setting errmsg ] error "configuration of $section $setting failed";
set ipaddr [exec "show ip interface Dialer1 i Internet address"]
regexp is ([0-9.]*)/ $ipaddr match ip
regexp ([0-9]*).([0-9]*).([0-9]*).([0-9]*) $ip match a b c d
set newipv6 [format "2002:%2x%2x:%2x%2x::1" $a $b $c $d]
set newintipv6 [format "2002:%2x%2x:%2x%2x:dead::1" $a $b $c $d]
doconf "interface Dialer1" "no ipv6 address"
doconf "interface Dialer1" "ipv6 address $newipv6/128"
doconf "interface Ethernet0" "no ipv6 address"
doconf "interface Ethernet0" "ipv6 address $newintipv6/64"
# ip addr show dev wlan0 scope global
4: wlan0: mtu 1500 qdisc pfifo_fast qlen 1000
link/ether 00:19:d2:28:2c:a4 brd ff:ff:ff:ff:ff:ff
inet 192.168.1.53/24 brd 192.168.1.255 scope global wlan0
inet6 2002:51f0:cca5:dead:219:d2ff:fe28:2ca4/64 scope global dynamic
valid_lft 2590061sec preferred_lft 602861sec
Next.