Displaying 14 results from an estimated 14 matches for "symonds".
2001 Oct 15
2
kernel 2.4.12 and ext3 patch
Hi,
I have just joined this list. Sorry for this newbie question.
Is the patch for Linus's kernel 2.4.12 be expected to be released soon ?
Thanks in advance.
Peace
--
Rajesh
http://www.symonds.net/~rajesh/ ***** Powered By: Debian GNU/Linux
Kernel 2.4.10(ext3)
:
[Linux One Stanza Tip] From : <bish@nde.vsnl.net.in>
LOST #028 -**< Sub : Graphic file conversion (#1) >**-
Method #1 : To convert a graphic files from one format to
another, use "con...
2001 Oct 23
2
nice mini-howto
hello,
i am a newbie to this list and i don't know if this has been posted before
(if so, plzz accept my apologies)
i just noticed a nice mini-howto on ext2-ext3 conversion at
http://www.symonds.net/~rajesh/howto/ext3/index.html
i think that maybe a link can be added to this after the download section...
cheers
Sayamindu
*********************************************************************
*http://sayamindu.topcities.com/ *
*Linux madcow.insane 2.4.12 #2...
2007 Dec 13
1
Possible Bug & Question
...lation into its own thread. I have no idea how the
new BackgrounDRb acts with this sort of thing, though. Would you recommend
this as the developer, or is there some more obvious method that I''m missing
to allow one worker to do a method without blocking further calls to that
method?
Josh Symonds
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20071213/1d91d126/attachment-0001.html
2002 Jan 03
2
root fs upgraded to ext3 on rh 6.2 based machine problem when not cleanly unmounted
...ufficient to adapt this file to adhere to 7.2
schema? Or not?
I have read in some places something like this:
WARNING : If u are converting your existing ext2 root file system to
ext3 than compile ext3 support in the kernel since u
will need it on startup :-)
(eg in http://www.symonds.net/~rajesh/howto/ext3/index.html)
Is it right?
Some of my packages versions:
e2fsprogs-1.25-1
mkinitrd-3.2.6-1
modutils-2.4.6-4
mount-2.11g-5
filesystem-2.1.6-2
setup-2.5.7-1
Thanks in advance.
Bye,
Gianluca Cecchi
2002 Nov 24
2
vpopmail support?
Well, I read that back in 0.98 or so vpopmail support should work so I assumed it would be enabled in 0.99 but here's what I get.
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/lib -I/usr/local/vpopmail/include -g -O2 -Wall -W -g -O2 -Wall -W -c userinfo-vpopmail.c
In file included from userinfo-vpopmail.c:12:
/usr/local/vpopmail/include/vpopmail.h:133: syntax error before `*'
***
2002 Nov 27
1
vpopmail - again
OK, dovecot compiles fine and starts up. I changed the auth_userinfo var to vpopmail, fired up imap-master and tried to login via webmail and my log spits out the following:
imap-login: Nov 26 14:50:50 Error: Can't connect to imap-auth at auth: Connection Refused
imap-login: Nov 26 14:50:51 Error: Can't connect to imap-auth at vpopmail: Connection Refused
Any ideas?
--Weasel
weasel at
2002 Dec 01
0
Re: compiling
On Sun, 2002-12-01 at 22:54, Kyle Symonds wrote:
> Just thought I'd pass this along. While trying to compile 0.99.4 the following happens:
>
> restrict-process-size.c: In function `restrict_process_size':
> restrict-process-size.c:41: `RLIMIT_AS' undeclared (first use in this function)
> restrict-process-size.c...
2002 Dec 02
0
Re: sick of me yet?
On Mon, 2002-12-02 at 01:37, Kyle Symonds wrote:
> x login weasel at squeakyweasel.net ********
> x NO Authentication failed: Authentication process died
Well, you should definitely see something about this in log files. Like:
imap-auth: Dec 01 17:59:32 Warning: Killed with signal 11
And if it was killed with signal 11 or 6 you sh...
2004 Apr 15
2
Conversion from ext2 to ext3
Dear All
Greetings.
I have a question regarding ext3 file system. I have installed Red Hat linux 8 with ext2 file system and I have multiple partition. Now I want to convert them to ext3 file system without distrubing my data.
If any one got the idea, please let me know.
Thanks
Muhammad Noman
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Aug 22
2
Adding ScreenDC
Here is the file to add ScreenDC. I noticed that it inherits from wxDC
which is what the docs show but the headers for each platform are much
different:
- Mac,MSW,os2,motif,palmos all inherit from wxWindowDC
- X11,GTK inherit from wxPaintDC
- MGL, cocoa inherit from wxDC
After saying that on Windows it still work inheriting from wxDC so I
left it for now, any thoughts?
Sean
2007 Dec 14
1
Logging & Threading
Hey again,
After playing with BackgrounDRb a bit longer, I have two more issues I''d
like to bring up with it.
1. Logging... it seems like even when the environment is set to production
in both Mongrel and the backgroundrb.yml file, all ActiveRecord SQL
statements are written to the development log. If you''re doing a lot of
ActiveRecord stuff in your workers, then the
2008 Apr 10
1
Communicating Worker-to-Worker
Hi everyone,
I have two workers, a connection_worker and an interface_worker, that I want
to be able to call methods on each other. Initially I thought I could do
this:
connection_worker
def alive?
return true
end
end
interface_worker
def test_connection
if MiddleMan.worker(:connection_worker).alive?(true)
return true
end
end
end
Obviously this is a somewhat contrived
2007 Dec 17
11
BackgrounDRb release 1.0 available now
Hi Folks,
I am glad to announce 1.0 release of BackgrounDRb.
This would be a major release since 0.2 release of BackgrounDRb.
Here is a brief summary of changes:
- BackgrounDRb is DRb no longer. It makes use of EventDriven network
programming library packet ( http://packet.googlecode.com ).
- Since we moved to packet, many nasty thread issues, result hash
corruption issues are totally
2003 Sep 13
0
PXELinux Kernel NFS Root Errors
Hi
This is a PXELinux problem that I'm facing. The problem, in brief, is that I
have a set of diskless nodes (AMD Athlon XP 1800+ with 256MB RAM) connected via
an internal 172.20.0.0/24 network to a dual AMD Opteron running SuSE Linux 8.3
for AMD64. I want the remote machines to diskless boot off the main server and
run independently. The diskless machines have a PXE-compliant BIOS for