Displaying 6 results from an estimated 6 matches for "catch22".
2011 Aug 24
3
Catch22: user needs space to fix out of space condition
A mail user reported that he filled up his INBOX (despite reminders he
was approaching his filesystem quota), and furthermore, he could not
fix the situation because he couldn't expunge message he marked for
deletion.
The dovecot logs revealed the cause
dovecot: imap(user): Error: open(/var/mail/user.lock) failed:
Disc quota exceeded
This created an impasse where a user cannot free
2008 Nov 20
3
syslog remote computers
Trying to figure out if there's a way to get syslog.conf to direct
remote logging from a wireless access point to log to a separate file
instead of the main syslog and can't figure out how that could be done
from man syslog.conf (or man 2/3 of syslog)
this clearly doesn't work
192.168.1.251.* /var/log/WAP-2.log
which according to the man page, makes
2008 Sep 12
0
CentOS 5 on an MSI Wind U100 Netbook && RTL8187 wireless card configuration
...P, and I've spent the last two days figuring
out how I could possibly install my favourite OS on it. Among the many
hairy details: 1) there's no CDROM nor floppy, only USB, and 2) the NIC
is an RTL8101, not handled by the install kernel (nor the normal CentOS
kernel). There were several Catch22's, but here's how I went about it. I
published my detailed install notes (in French, but the Linux bits are
universal :oD), since it seems to be a quite popular bit of hardware:
http://www.microlinux.fr/article.php3?id_article=47
There's one exception though: the wireless card is a...
2011 Jan 02
1
How to reset the StarCraft 2 Graphics Settings
Issue: For any who installed sc2 under wine and changed the graphics settings from its default and now sc2 will not load. For me I keep getting a ErrorReporter
message. Your essentially stuck in a catch22 situation. Can't load sc2 until you change the graphics settings and load change the graphics settings until you can load sc2.
Resolution1: The quickest way to get sc2 back to its default graphics settings is to delete the Variables.txt file and startup sc2 again. Its located here /home/yo...
2010 Feb 10
5
zfs receive : is this expected ?
amber ~ # zpool list data
NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
data 930G 295G 635G 31% 1.00x ONLINE -
amber ~ # zfs send -RD data at prededup |zfs recv -d ezdata
cannot receive new filesystem stream: destination ''ezdata'' exists
must specify -F to overwrite it
amber ~ # zfs send -RD data at prededup |zfs recv -d ezdata/data
cannot receive:
2006 Dec 08
2
Up2Date and yum failing
I have 2 new servers built from 4.3 isos. I want to update them but
cannot do that because of update issues:
Up2date fails because of a several dependency issues.
yum update fails because of a problem with the au mirrors. yum can find
the mirrors but not the headers.
Cheers