40%
30.11.2025
Container
04 ou: SUDOers
05
06 dn: cn=goodboys_rule,ou=SUDOers,dc=tuxgeek,dc=de
07 objectClass: top
08 objectClass: sudoRole
09 cn: goodboys_rule
10 sudoUser: %goodboys
11 sudoHost: ALL
12 sudoCommand: /usr
40%
30.11.2025
#! /bin/sh
02
03 while true
04 do
05
06 zeit=$(date +%d.%m.%y\ %H:%M\ )
07
08 psql -U monitor -d monitor -c "select * from watch;"
09
10 if [ $? -eq 2 ];
11
12 then
13
14 echo "$time: Database
40%
30.11.2025
a supportable release available for Ubuntu 12.04. According to the blueprint, the plan is "to achieve a high quality level under functional and load conditions for the identified use cases. The Ubuntu team plans
40%
30.11.2025
); i+= 4096) newblock[i] = 'Y';
12 printf("Allocated %d MB\n", allocation);
13 }
14 }
Things are more interesting when memory is being used. Uncommenting line 11 does just that. The OOM
40%
30.11.2025
check_interval 5
12 retry_interval 1
13 contacts spz_admin
14 notification_period 24x7
15
40%
30.11.2025
; will run on 2GB but will be very slow with Proxy Servers attached
30GB of disk space per (Software) channel; separate partition /var/satellite/
12GB of disk space for embedded database; separate
40%
30.11.2025
versions worked best (and worst) together. My tests included the following:
Kame/Racoon on Mac OS X and Linux
Solaris 10
Windows Server 2008
Cisco-Router with IOS 12
Juniper SRX
40%
30.11.2025
(in days)
05 export CA_EXPIRE=3650
06
07 # Certificate validity (in days)
08 export KEY_EXPIRE=3650
09
10 # Predefined certificate values
11 export KEY_COUNTRY="DE"
12 export KEY_PROVINCE="BY"
13 export
40%
30.11.2025
;
12
13 /* sendq: servers need a higher sendq as they send more data */
14 sendq=2 megabytes;
15 };
Additionally, ircd.conf lacks a block that allows connections to other servers
40%
30.11.2025
to storage
08 mv archiv/cur/$i storage
09
10 # Create storage directory for email
11 mkdir storage/$pref.$i
12
13 # Extract attachments from mail
14 ripmime -i storage/$i -d storage/$pref.$i
15
16