RELEASE-NOTES

2001-01-30 Thread Evandro Fernandes Giovanini
how about adding the RELEASE-NOTES to the redhat-release package? and, is there a release-notes for rawhide? it would make testing easier if there were one. -- Evandro ___ Redhat-devel-list mailing list [EMAIL PROTECTED] https://listman.redhat.

Re: RELEASE-NOTES

2001-01-30 Thread Trond Eivind Glomsrød
Evandro Fernandes Giovanini <[EMAIL PROTECTED]> writes: > how about adding the RELEASE-NOTES to the redhat-release package? Nah. You should see it before installing. > and, is there a release-notes for rawhide? No. Rawhide is just a push of the trees. We don't test if it actually works in a

Re: RELEASE-NOTES

2001-01-30 Thread Evandro Fernandes Giovanini
Em Terça 30 Janeiro 2001 12:05, you wrote: > Evandro Fernandes Giovanini <[EMAIL PROTECTED]> writes: > > how about adding the RELEASE-NOTES to the redhat-release package? > > Nah. You should see it before installing. > some people don't read it. and then they ask where is /etc/inetd.conf or somet

A question for C programmers about getgrnam

2001-01-30 Thread John Summerfield
I have a code fragment: struct group *grp = getgrnam(group.data()); if (grp == NULL) { int E=errno; cerr << "error=" << E << ": " << strerror(E) << " " << ENOMEM<< endl;; cer

Re: A question for C programmers about getgrnam

2001-01-30 Thread Thomas Dodd
John Summerfield wrote: > > I have a code fragment: > struct group *grp = getgrnam(group.data()); > if (grp == NULL) > { > int E=errno; > cerr << "error=" << E << ": " << strerror(E) << " " << >ENOM

Re: RELEASE-NOTES

2001-01-30 Thread John Summerfield
[EMAIL PROTECTED] said: > all i'm saying is that it would be easier for me to find and report > bugs if there was a changelog for it (like ftp:// > ftp.conectiva.com.br/pub/conectiva/beta/misc/ChangeLog). Rawhide's not a beta and it's not a release. It's just a disintegrated hodge-podge of p

Re: A question for C programmers about getgrnam

2001-01-30 Thread John Summerfield
I'm leaving the other bits in for those who like the whole story. This works: { // validate program name struct stat statbuf; int statret=stat(program.data(),&statbuf); if (statret == -1) { cer

Re: A question for C programmers about getgrnam

2001-01-30 Thread Levente Farkas
John Summerfield wrote: > > I have a code fragment: > struct group *grp = getgrnam(group.data()); you have to use group.c_str() since .data() doesn't have a \0 terminator. -- Leventehttp://petition.eurolinux.org/index_html "The only thing worse than not

rawhide laptop

2001-01-30 Thread Jonathan Dill
Hi all, I want to try out rawhide on a Gateway Solo 9100 (I have it set up to boot up to 3 different Linux OS but I use mostly RH 7.0) but any way I slice it the installer dies before install begins. I'm hoping someone has got this to work and can just tell me the secret, but if not I can try it

Re: rawhide laptop

2001-01-30 Thread Trond Eivind Glomsrød
Jonathan Dill <[EMAIL PROTECTED]> writes: > I want to try out rawhide on a Gateway Solo 9100 (I have it set up to > boot up to 3 different Linux OS but I use mostly RH 7.0) but any way I > slice it the installer dies before install begins. I'm hoping someone > has got this to work and can just t

Re: A question for C programmers about getgrnam

2001-01-30 Thread Thomas Dodd
John Summerfield wrote: > > According to the C++ primer which I have before me, > The data() method returns a pointer to the first element of a string formed > by copying elements from the range [begin,end). > > (the broken bracket/parentheses pairing belongs to the book too). It deals with no

Re: A question for C programmers about getgrnam

2001-01-30 Thread John Summerfield
> John Summerfield wrote: > > > > I have a code fragment: > > struct group *grp = getgrnam(group.data()); > > you have to use group.c_str() since .data() doesn't have a \0 terminator. Filled with disbelief ( the C++ primer DOES use the word "string"), I tried it. It works. W

Re: A question for C programmers about getgrnam

2001-01-30 Thread Thomas Dodd
John Summerfield wrote: > > > John Summerfield wrote: > > > > > > I have a code fragment: > > > struct group *grp = getgrnam(group.data()); > > > > you have to use group.c_str() since .data() doesn't have a \0 terminator. > > Filled with disbelief ( the C++ primer DOES use the wo

webalizer stuff

2001-01-30 Thread Florin Andrei
Right now, on RH 7.0, Webalizer is run after the logrotate for Apache: [florin@stantz florin]$ ls -l /etc/cron.daily/ total 32 -rwxr-xr-x1 root root 276 Aug 4 02:01 0anacron -rwxr-xr-x1 root root 51 Aug 15 09:30 logrotate -rwxr-xr-x1 root root

Re: webalizer stuff

2001-01-30 Thread Trond Eivind Glomsrød
Florin Andrei <[EMAIL PROTECTED]> writes: > Right now, on RH 7.0, Webalizer is run after the logrotate for Apache: Probably a good point - I suggest you put it in bugzilla (https://bugzilla.redhat.com/bugzilla/) -- Trond Eivind Glomsrød Red Hat, Inc. _

alternate filesystem support in anaconda?

2001-01-30 Thread Eric Sandeen
Hi all - We're finishing up a modified Red Hat installer which gives the user a choice between ext2 and SGI's XFS for each filesystem being installed. This was based on a rawhide Anaconda snapshot a couple of releases ago. It's working pretty well - would anyone at Red Hat be interested in a p

Re: RELEASE-NOTES

2001-01-30 Thread Dominik Mierzejewski
John Summerfield wrote: > > [EMAIL PROTECTED] said: > > all i'm saying is that it would be easier for me to find and report > > bugs if there was a changelog for it (like ftp:// > > ftp.conectiva.com.br/pub/conectiva/beta/misc/ChangeLog). > > Rawhide's not a beta and it's not a release. Of c

Re: alternate filesystem support in anaconda?

2001-01-30 Thread John Summerfield
[EMAIL PROTECTED] said: > We're finishing up a modified Red Hat installer which gives the user > a choice between ext2 and SGI's XFS for each filesystem being > installed. Eric - a note to you in case you don't otherwise see this question. Does this mean that SGI thinks XFS is ready for gen