RE: man.conf missing after cygwin upgrade

2005-07-12 Thread FischRon.external
> >Larry, I suspect "ls -l" showed files with permissions > --+, which > >Ron interpreted as 000 without noticing the ACL flag. > > Yes, I suspect this as well. Suspection was correct. I did pay no attention to the "+", but I read the info node and saw the hint to "alternate access metho

RE: man.conf missing after cygwin upgrade

2005-07-12 Thread Larry Hall
At 04:27 PM 7/12/2005, you wrote: >On Tue, 12 Jul 2005, Larry Hall wrote: > >> At 10:20 AM 7/12/2005, you wrote: >> >On Tue, 12 Jul 2005, FischRon.external wrote: >> > >> >> > So, except for the pdksh postinstall (which is a genuine bug), >> >> > everything else seems to be related to the weird per

RE: man.conf missing after cygwin upgrade

2005-07-12 Thread Igor Pechtchanski
On Tue, 12 Jul 2005, Larry Hall wrote: > At 10:20 AM 7/12/2005, you wrote: > >On Tue, 12 Jul 2005, FischRon.external wrote: > > > >> > So, except for the pdksh postinstall (which is a genuine bug), > >> > everything else seems to be related to the weird permissions on your > >> > machine. > >> > >

RE: man.conf missing after cygwin upgrade

2005-07-12 Thread Larry Hall
At 10:20 AM 7/12/2005, you wrote: >On Tue, 12 Jul 2005, FischRon.external wrote: > >> > So, except for the pdksh postinstall (which is a genuine bug), >> > everything else seems to be related to the weird permissions on your >> > machine. >> >> Could it be related to the strange fact that my numeri

RE: man.conf missing after cygwin upgrade

2005-07-12 Thread Igor Pechtchanski
On Tue, 12 Jul 2005, FischRon.external wrote: > > So, except for the pdksh postinstall (which is a genuine bug), > > everything else seems to be related to the weird permissions on your > > machine. > > Could it be related to the strange fact that my numeric user id > suddenly has changed from 400

RE: man.conf missing after cygwin upgrade

2005-07-12 Thread FischRon.external
> So, except for the pdksh postinstall (which is a genuine > bug), everything > else seems to be related to the weird permissions on your machine. Could it be related to the strange fact that my numeric user id suddenly has changed from 400 to 121833? One more note regarding the recreation of /e

RE: man.conf missing after cygwin upgrade

2005-07-12 Thread Igor Pechtchanski
On Tue, 12 Jul 2005, FischRon.external wrote: > > I think your main problem wasn't with permissions, but with > > postinstall scripts not running properly. See if running them fixes > > the problem. > > I re-ran them. Incidentally, all those sh files had permission 000; > interestingly, I was sti

RE: man.conf missing after cygwin upgrade

2005-07-12 Thread FischRon.external
> I think your main problem wasn't with permissions, but with > postinstall > scripts not running properly. See if running them fixes the problem. I re-ran them. Incidentally, all those sh files had permission 000; interestingly, I was still able to execute them. I had expected to get error mess

RE: man.conf missing after cygwin upgrade

2005-07-12 Thread FischRon.external
> Well, you *do* need an entry for your domain user. That's > accomplished > with "mkpasswd -d -u YOURUSERNAME" (which will only query the PDC for > YOURUSERNAME, not list all users). I'm no security expert, > but I think > there's enough local information that "mkpasswd -l -c" ("-c" > stands

RE: man.conf missing after cygwin upgrade

2005-07-11 Thread Igor Pechtchanski
On Mon, 11 Jul 2005, FischRon.external wrote: > > > I did the variation with "-l -c" to recreate /etc/passwd, because > > > "-d" would hang the shell. > > > > It doesn't hang, just takes very very long in large domains. What you > > want is "mkpasswd -d -u YOURUSERNAME >> /etc/passwd". Though I

RE: man.conf missing after cygwin upgrade

2005-07-11 Thread FischRon.external
> > I did the variation with "-l -c" to recreate /etc/passwd, > because "-d" > > would hang the shell. > > It doesn't hang, just takes very very long in large domains. What you > want is "mkpasswd -d -u YOURUSERNAME >> /etc/passwd". Though > I believe > "mkpasswd -c" already does that without

RE: man.conf missing after cygwin upgrade

2005-07-11 Thread Igor Pechtchanski
On Mon, 11 Jul 2005, FischRon.external wrote: > > The -u flag to mkpasswd (and -g flag to mkgroup) are your > > friends. See > > the User's Guide. > > > > The thing is that if you're the only user in your domain using the > > machine, you can simply run "mkpasswd -l -c > /etc/passwd" > > (or "mkp

RE: man.conf missing after cygwin upgrade

2005-07-11 Thread FischRon.external
> The -u flag to mkpasswd (and -g flag to mkgroup) are your > friends. See > the User's Guide. > > The thing is that if you're the only user in your domain using the > machine, you can simply run "mkpasswd -l -c > /etc/passwd" > (or "mkpasswd > -l -d -u YOURUSERNAME > /etc/passwd"). I did the

Re: man.conf missing after cygwin upgrade (Attn: User's Guide maintainer)

2005-07-10 Thread Igor Pechtchanski
On Sun, 10 Jul 2005, Joshua Daniel Franklin wrote: > On 7/7/05, Igor Pechtchanski wrote: > > > > If you still haven't run setup since that fateful man installation > > > > > > no, I didn't > > > > Good. The file was actually very helpful. Perhaps we could offer general > > advice in the User's G

Re: man.conf missing after cygwin upgrade (Attn: User's Guide maintainer)

2005-07-10 Thread Joshua Daniel Franklin
On 7/7/05, Igor Pechtchanski wrote: > > > If you still haven't run setup since that fateful man installation > > > > no, I didn't > > Good. The file was actually very helpful. Perhaps we could offer general > advice in the User's Guide section on setup to back up that file in case > of any insta

RE: man.conf missing after cygwin upgrade

2005-07-07 Thread Igor Pechtchanski
On Thu, 7 Jul 2005, FischRon.external wrote: > > > ~ $ getfacl /usr /usr/share /usr/share/misc > > > # file: /usr > > > # owner: Administrators > > > # group: mkpasswd > > ^^^ > > > user::rwx > > > group::--- > > ^^ > > > group:SYSTEM:rwx > > > mask:rwx > > > other:--- >

RE: man.conf missing after cygwin upgrade (Attn: User's Guide maintainer)

2005-07-07 Thread FischRon.external
> > ~ $ getfacl /usr /usr/share /usr/share/misc > > # file: /usr > > # owner: Administrators > > # group: mkpasswd > ^^^ > > user::rwx > > group::--- > ^^ > > group:SYSTEM:rwx > > mask:rwx > > other:--- > > default:user:Administrators:rwx > > default:group:SYSTEM:rwx > > d

RE: man.conf missing after cygwin upgrade (Attn: User's Guide maintainer)

2005-07-07 Thread Igor Pechtchanski
On Thu, 7 Jul 2005, FischRon.external wrote: > > Please make sure your mailer respects the Reply-To: header -- I set it > > for a reason. There's no need to Cc: me on the messages, as I read > > the list. > > Thank you for pointing this out! It's done correct now. Yes it is. Thank you for notic

RE: man.conf missing after cygwin upgrade

2005-07-05 Thread Igor Pechtchanski
Ron, Please make sure your mailer respects the Reply-To: header -- I set it for a reason. There's no need to Cc: me on the messages, as I read the list. On Tue, 5 Jul 2005, FischRon.external wrote: > > On Mon, 4 Jul 2005, FischRon.external wrote: > > > > > Now I checked /usr/share/misc and foun

RE: man.conf missing after cygwin upgrade

2005-07-04 Thread FischRon.external
> On Mon, 4 Jul 2005, FischRon.external wrote: > > > After upgrading cygwin to the most recent version, I found that man > > pages aren't displayed anymore; for example > > > > $ man man > > Warning: cannot open configuration file /usr/share/misc/man.conf > > That's not good... [snip] > > Now

Re: man.conf missing after cygwin upgrade

2005-07-04 Thread Igor Pechtchanski
On Mon, 4 Jul 2005, FischRon.external wrote: > After upgrading cygwin to the most recent version, I found that man > pages aren't displayed anymore; for example > > $ man man > Warning: cannot open configuration file /usr/share/misc/man.conf That's not good... > Then I saw that my MANPATH lo