Displaying 5 results from an estimated 5 matches for "mkn".
Did you mean:
mfn
2003 Apr 10
4
Odd sendmail error
One my 4.8 box I recently made a silly mistake sending a mail from the
command line, along the lines of:
mkn@shrewd$ mail test@knigma.org -c test@knigma.org
Subject: test
test
EOT
mkn@shrewd$ WARNING: RunAsGid for MSP ignored, check group ids
(egid=1001, want=25)
can not chdir(/var/spool/clientmqueue/): Permission denied
Program mode requires special privileges, e.g., root or TrustedU...
2003 Sep 06
0
Slow usb/umass CompactFlash reader
...400KB/sec
throughput.
However, if I connect my Belkin CompactFlash reader instead, that's
very, very slow indeed. The greatest data rate I see is about 4KB/sec,
although no errors are reports. Needless to say, this works much faster
under Windows :(
Any suggestions gratefully received:
mkn@shrewd$ sudo camcontrol inquiry da0
pass0: <OEI-USB CompactFlash 5.00> Removable Direct Access SCSI-0 device
pass0: Serial Number
pass0: 650KB/s transfers
mkn@shrewd$ sudo usbdevs -v
Controller /dev/usb0:
addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 1.00
port 1...
2004 May 29
1
problem with 2.4.26 debian+vpn+qos+netfilter
hi
i am running Debian/GNU Linux with 2.4.26 kernel and radius server
my kernel conf looks like this
<*> Packet socket
[ ] Packet socket: mmapped IO
< > Netlink device emulation
[*] Network packet filtering (replaces ipchains)
[*] Network packet filtering debugging
[ ] Socket Filtering
<*> Unix domain sockets
[*] TCP/IP networking
[*] IP: multicasting
[*] IP: advanced
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking
2014 Jun 13
2
no x label using axis.Date
I have tried multiple different methods to figure out how to get a date axis
of my preference (start date of each month). Any assistance would be
appreciated.
The below section is not producing a date axis:
plot(totaldays$totaldays,totaldays$y,type="n",ylim=c(0,Emax),xaxt="n")
*xlabels<-(strptime(totaldays$totaldays,"%Y-%m-%d",tz=""))