[gentoo-user] Reg Gentoo 2006.0 Installer not working

2006-03-03 Thread c.s.prakash
hello,i downloaded the gentoo 2006.0 for x86 and when i try to install thru both text axt and graphical installer it hangsie., it hangs when installing startsafter setting all the settings it asks for review and i started to install but the installer hangs ie it stays at 0% and nothing hangs
-- C.S.Prakash


[gentoo-user] splash screen on bootup

2006-03-04 Thread c.s.prakash
i had installed gentoo without splash screen on boot up (ie., bootsplash)
how can i configure now-- C.S.Prakash


[gentoo-user] .dmrc error

2006-03-08 Thread c.s.prakash
haiwhen i login to root account thru gnome it shows an error massage ".dmrc file permission erroit should be 644 and owned by the user"but when i login to other accounts it does not show the error 
and while login to IceWM as root.i saw the file permission its also correct. how can solve this-- C.S.Prakash


Re: [gentoo-user] .dmrc error

2006-03-08 Thread c.s.prakash
hai,   it worked for me, but since it a root's directory i dont any one to view the content on the folder.is there any other way to solve the problen.On 3/8/06, 
Tom Haddon <[EMAIL PROTECTED]> wrote:
I had the same problem on Ubuntu. Just issue chmod 755 /home/.This isn't recursive and doesn't mean everyone can execute anything inyour home directory - the execute bit only means traverse in reference
to directories, so you should be okay.Thanks, TomOn Wed, 2006-03-08 at 14:14 +0530, c.s.prakash wrote:> hai>> when i login to root account thru gnome it shows an error massage> ".dmrc file permission erro
> it should be 644 and owned by the user">> but when i login to other accounts it does not show the error> and while login to IceWM as root.>> i saw the file permission its also correct. how can solve this
>> --> C.S.PrakashTom Haddonmailto:[EMAIL PROTECTED]Don't tell any big lies today.  Small ones can be just as effective.-
Random quotes courtesy of fortune.--gentoo-user@gentoo.org mailing list-- C.S.Prakash


Re: [gentoo-user] .dmrc error

2006-03-08 Thread c.s.prakash

still the same prolen on gentoo but it works fine in suse 10.
i thought it will also work in gentoo but it still shows the same error in gentoo.
On 3/8/06, Tom Haddon <[EMAIL PROTECTED]> wrote:
Didn't see the root account message. Not sure how you would resolve thatone (could experiment with the permissions on the directory - try 750 or700), but I think if you're worried about security, it's never a wise
idea to log in to an X session as root. Is there some particular reasonthat you have to do this (presumably regularly) instead of using su orsudo to access root privileges from a non-privileged account?
On Wed, 2006-03-08 at 18:24 +0530, c.s.prakash wrote:> hai,>>it worked for me, but since it a root's directory i dont any one to> view the content on the folder.>> is there any other way to solve the problen.
>>>>> On 3/8/06, Tom Haddon <[EMAIL PROTECTED]> wrote:> I had the same problem on Ubuntu. Just issue chmod> 755 /home/.
> This isn't recursive and doesn't mean everyone can execute> anything in> your home directory - the execute bit only means traverse in> reference> to directories, so you should be okay.
>> Thanks, Tom>> On Wed, 2006-03-08 at 14:14 +0530, c.s.prakash wrote:> > hai> >> > when i login to root account thru gnome it shows an error
> massage> > ".dmrc file permission erro> > it should be 644 and owned by the user"> >> > but when i login to other accounts it does not show the
> error>     > and while login to IceWM as root.> >> > i saw the file permission its also correct. how can solve> this> >
> > --> > C.S.Prakash>> Tom Haddon> mailto:[EMAIL PROTECTED]>> Don't tell any big lies today.  Small ones can be just as
> effective.>>> -> Random quotes courtesy of fortune.>> --> gentoo-user@gentoo.org
 mailing list>>>>> --> C.S.PrakashTom Haddonmailto:[EMAIL PROTECTED]The smallest worm will turn being trodden on.
--
William Shakespeare, "Henry VI"-Random quotes courtesy of fortune.--gentoo-user@gentoo.org mailing list
-- C.S.Prakash


[gentoo-user] NFS

2006-03-08 Thread c.s.prakash
hello,i have to find the exported filesystem ie., /etc/exports from a nfs server dynamicallyfrom the client macline.then i have to mount the file system ny selecting any of the exported folder.i have to done all this thru c program. how can i do.
i dont know whether this is the correct mailing list.-- C.S.Prakash


Re: [gentoo-user] NFS

2006-03-08 Thread c.s.prakash
thanksi can use it load the exported filesystem into a tmp file and can display itbut i need to do then in my c program.is there something like system calls or library, so can directly do it in my program.
On 3/8/06, Darryl Wagoner <[EMAIL PROTECTED]> wrote:
showmount(8) is what you are looking for.  You may also want to check out the automounter and/or NIS.
On 3/8/06, c.s.prakash <
[EMAIL PROTECTED]> wrote:hello,i have to find the exported filesystem ie., /etc/exports from a nfs server dynamically
from the client macline.then i have to mount the file system ny selecting any of the exported folder.i have to done all this thru c program. how can i do.
i dont know whether this is the correct mailing list.-- C.S.Prakash

-- Darryl Wagoner - WA1GON"Evil triumphs when good men do nothing."  - Edmund Burke [1729-1797]

-- C.S.Prakash


Re: [gentoo-user] NFS

2006-03-08 Thread c.s.prakash


i want just like mount systemcall 
through which i can mount but cant able to list exported filesystem 

is there any library

its working for local filesystem but i get error on mounting nfs i may be giving wrong arguments but it can done easily i think.On 3/8/06, Darryl Wagoner
 <[EMAIL PROTECTED]> wrote:
It depends upon how much trouble you want to go thru.You
could get the source to showmounts and copy that code or you could
write your own server which would live on the NFS server to be a
directory service for NFS mount points.
On 3/8/06, c.s.prakash <
[EMAIL PROTECTED]> wrote:
thanksi can use it load the exported filesystem into a tmp file and can display itbut i need to do then in my c program.is there something like system calls or library, so can directly do it in my program.

On 3/8/06, Darryl Wagoner <[EMAIL PROTECTED]
> wrote:
showmount(8) is what you are looking for.  You may also want to check out the automounter and/or NIS.
On 3/8/06, c.s.prakash <
[EMAIL PROTECTED]> wrote:hello,i have to find the exported filesystem ie., /etc/exports from a nfs server dynamically
from the client macline.then i have to mount the file system ny selecting any of the exported folder.i have to done all this thru c program. how can i do.
i dont know whether this is the correct mailing list.-- C.S.Prakash

-- Darryl Wagoner - WA1GON"Evil triumphs when good men do nothing."  - Edmund Burke [1729-1797]

-- C.S.Prakash

-- Darryl Wagoner - WA1GON"Evil triumphs when good men do nothing."  - Edmund Burke [1729-1797]

-- C.S.Prakash


[gentoo-user] mount nfs thru mount system call

2006-03-08 Thread c.s.prakash
when i mount the nfs through the system callmount("192.168.0.51:/root", "/mnt/9", "nfs", 0, "rw, async");it shows an invalid argument. but when i do this thru mount command it mounts without any problem
-- C.S.Prakash


[gentoo-user] Mail Filtering with maildrop

2006-03-16 Thread c.s.prakash
i got qmail+vpopmail+maildrop+sqwebmail for my mailserveri
created maildirefilerconfig in Maildir in virtual domain and it shows
the like to mailfilter page in sqwebmail and i created filtersand i created | /usr/local//maildrop in .qmail
content on maildirfilterconfigMAILDIRFILTER=../.mailfilterMAILDIR=.content of .qmail/home/vpopmail/domains/abcd.com/sat/Maildir/| /usr/local/bin/maildropsqwebmail has also automatically created .mailfilter in home directory.
it seems it also calls the maildrop but i get the filters mails to my inbox and i dont get autoreply or error for filters 
-- C.S.Prakash




[gentoo-user] Re: Mail Filtering with maildrop

2006-03-16 Thread c.s.prakash
hai.,

after some time i get a mail which has


Subject: failure notice








Hi. This is the qmail-send program at infinite.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.

<[EMAIL PROTECTED]>:
/usr/local/bin/maildrop: Unable to create a dot-lock.
I'm not going to try again; this message has been in the queue too long.On 3/16/06, c. s. prakash <
[EMAIL PROTECTED]> wrote:
i got qmail+vpopmail+maildrop+sqwebmail for my mailserveri
created maildirefilerconfig in Maildir in virtual domain and it shows
the like to mailfilter page in sqwebmail and i created filtersand i created | /usr/local//maildrop in .qmail
content on maildirfilterconfigMAILDIRFILTER=../.mailfilterMAILDIR=.content of .qmail/home/vpopmail/domains/abcd.com/sat/Maildir/| /usr/local/bin/maildropsqwebmail has also automatically created .mailfilter in home directory.
it seems it also calls the maildrop but i get the filters mails to my inbox and i dont get autoreply or error for filters 
-- C.S.Prakash



-- C.S.Prakash