Displaying 7 results from an estimated 7 matches for "800c".
Did you mean:
8000
2001 Dec 26
3
Understanding the Examples
...bq avpkt 1000 bandwidth 10mbit
Maybe I am misunderstanding it but even with a 256/64 Kbps ADSL with
PPPOE is this 10mbit of bandwith parameter to be used since packets are
coming through an ethernet ?
Section 9.2.3.2
# tc qdisc add dev ppp0 root sfq perturb 10
# tc -s -d qdisc ls
qdisc sfq 800c: dev eth0 quantum 1514b limit 128p flows 128/1024 perturb 10sec
Sent 4812 bytes 62 pkts (dropped 0, overlimits 0)
I believe this is a typo in the example since I got that idea clear
Thanks and have a joyous holiday season
--
Togan Muftuoglu
"Even more amazing was the realization that Go...
2004 Jun 25
1
TBF maximum bucket size
...rate 1440kbit latency 50ms \
burst 16000000000
>tc qdisc show dev eth0
qdisc tbf 800b: rate 1440Kbit burst 3908420240b lat 2197.8s
A smaller attempt of ~1.6 gigs works just fine:
>tc qdisc add dev eth0 root tbf rate 1440kbit latency 50ms \
burst 160000000
>tc qdisc show
qdisc tbf 800c: dev eth0 rate 1440Kbit burst 156250Kb lat 48.8ms
Is there any way around this? I have a 500GB/month colocation deal. This
means I can send a sustained traffic stream of 1440Kbit/s. However, most
of my server''s traffic will be in bursts. I figured it makes sense to have
a 1440Kbit/s strea...
2020 Aug 03
2
LLD symbol types for defsym
I noticed that LLD doesn’t preserve the symbol type for a defsym directive. For example:
$ cat f.c
void f() {}
$ clang -c f.c
$ ld.lld -shared --defsym=g=f f.o
$ objdump -T a.out
DYNAMIC SYMBOL TABLE:
00000000000012a0 g DF .text 0000000000000006 f
00000000000012a0 g D .text 0000000000000000 g
f is marked as a function symbol, but g is not.
I recognize this is hard to do in the general
2011 Feb 25
2
CUPS / printer problems
Hi Folks,
CentOS 5.
I've installed a new printer - HP LaserJet Pro M1132 MFP
Cups recognized it as
HP LaserJet 3020 3030 Postscript
URI: usb://HP/LaserJet%20Professional%20M1132%20MFP
I try to print a testpage:
No error message appears in access.log
localhost - - ......................... Get-Jobs successfull-ok
nor in error.log
Completed successfully
But also no printed
2020 Apr 07
1
issues with Time Machine - did macOS change how they handle things?
...` showing permissions of the share point:
drwxrwxrwx 5 MY_USER smbusers 4096 Apr 3 12:35 smb
I find the following possibly helpful error in the log:
Failed to create '/Volumes/.timemachine/SERVER._smb._tcp.local/DDE06691-7411-41DD-8419-24FEFC21CE29/TimeMachine Set A - SMB/8E394711-7E3F-520B-800C-192D4F680177.sparsebundle', results: {
}, error: 13 Permission denied
Then,
Backup failed with error 20: 20
afp.conf:
[Global]
; Global server settings
vol preset = default_for_all
log file = /var/log/netatalk.log
uam list = uams_dhx2.so,uams_clrtxt.so
save password = no
[default_for_all]
f...
2017 May 26
0
Replication failure between 2 Samba4 DCs
...via RPC
DSA object GUID: 65ff32e1-30a4-4697-a83f-d32815f31035
Last attempt @ NTTIME(0) was successful
0 consecutive failure(s).
Last success @ NTTIME(0)
==== KCC CONNECTION OBJECTS ====
Connection --
Connection name: dc96898f-800c-4007-a410-7787b4a62753
Enabled : TRUE
Server DNS name : dc02.mycompany.corp
Server DN name : CN=NTDS
Settings,CN=DC02,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=mycompany,DC=corp
TransportType: RPC
options: 0x00...
2010 Jul 28
3
Problem connecting Computer to network
...posixGroup
objectClass: sambaGroupMapping
gidNumber: 512
cn: Domain Admins
memberUid: root
description: Netbios Domain Administrators
sambaSID: S-1-5-21-2244683438-1300233924-2635510394-512
sambaGroupType: 2
displayName: Domain Admins
structuralObjectClass: posixGroup
entryUUID: bf271672-2ee2-102f-800c-31ff3607ac6d
creatorsName: cn=Manager,dc=internaltest
createTimestamp: 20100728222518Z
entryCSN: 20100728222518Z#000006#00#000000
modifiersName: cn=Manager,dc=internaltest
modifyTimestamp: 20100728222518Z
dn: cn=Domain Users,ou=Groups,dc=internaltest
objectClass: top
objectClass: posixGroup
object...