Displaying 3 results from an estimated 3 matches for "makd".
Did you mean:
make
2006 Jul 04
1
[Fwd: formatting using the write statement]
.... my only question is
>there a way to tell the write statement that i want the data
>to be written in a fixed format ( same number of spaces
>betweewn character strings and numbers ) rather than written as it
>is above ? i tried sep = " ", instead of ncolumns butt hat
>just makde things worse. thanks.
>
>for (rownum in 1 (1:nrow(sortedForecastData)) {
>
>outfile=paste(forecsastfiledir,rownames(sortedForecastData[rownum],".mls",sep="")
>
>for colnum in (1:ncol(sortedForecastData) {
>
>if ( colnum == 1 ) {
>
>write(c(colname...
2007 Sep 10
1
Stuck on an Error: " Connect to private/auth failed: Connection refused"
...no SASL
authentication mechanisms
Sep 10 12:58:23 lishost postfix/master[13721]: warning: process
/usr/libexec/postfix/smtpd pid 13726 exit status 1
Sep 10 12:58:23 lishost postfix/master[13721]: warning:
/usr/libexec/postfix/smtpd: bad command startup -- throttling
(In case it matters I recently makde postfix like so:)
make -f Makefile.init makefiles 'CCARGS=-DHAS_MYSQL
-I/usr/include/mysql -DUSE_SASL_AUTH -I/usr/local/include/sasl
-DDEF_SERVER_SASL_TYPE=\"dovecot\"' 'AUXLIBS=-L/usr/lib/mysql
-lmysqlclient -lz -lm -L/usr/local/lib -lsasl2'
The permissions on that fil...
2008 Mar 21
5
Xen 3.2 FC6 DomU Kernel Panic
...----------------------------------------------------------------------------------------------------------
Then, I created a domU image as in the uer manual for v3.0.
1) I created a blank discimage fc6_domudisk and monted in in /mnt
2) I copied /{root, dev,var,etc,usr,bin,sbin,lib} to /mnt
3) I makde the {home, proc, sys, tmp} directories inside /mnt
4) I modified the mnt/etc/fstab as follows
----------------------------------------------------------------------------------------------------------------
/dev/sda1 / ext3 defaults 1 1
devpts...