search for: 0x00010000l

Displaying 2 results from an estimated 2 matches for "0x00010000l".

Did you mean: 0x00010000
2004 Jan 30
2
FW: QoS extension to Net-SNMP
...Object.qosHandle.5.131090 = Gauge32: 131090 enterprises.qos.qosObjectTable.qosObject.qosHandle.5.5308416 = Gauge32: 5308416 Now, mapping these handles to major:minor numbers I get - 0:0 1:0 2:0 2:1 2:16 2:17 2:18 81:0 I did this using the following calculation (in Java, FWIW) - major = handle / 0x00010000L minor = handle % 0x00010000L However, tc gives a different story - $ tc -s -d qdisc show dev sync1 qdisc pfifo 51: limit 5p Sent 0 bytes 0 pkts (dropped 0, overlimits 0) qdisc htb 2: r2q 10 default 12 direct_packets_stat 0 ver 3.10 Sent 7279652 bytes 215480 pkts (dropped 0, overlimits 0) qdi...
2006 Sep 26
15
RE: Individual passwords for guest VNC servers ?
> Thanks all point about security, I''ll do as follows. > I thought that the point was the following two. > > > 1. Storage place of encrypted password > Should I store it in /etc/xen/passwd ? > Or, should I wait for DB of Xen that will be released in > the future? The xend life cycle management patches were posted by Alistair a couple of months back.