James K. Lowden | 1 May 2003 05:54
Gravatar

Re: (non)install packages as root?

On Wed, 30 Apr 2003 16:30:21 +0200, Lubomir Sedlacik <salo <at> Xtrmntr.org>
wrote:
> 
> home use i have pkgsrc tree on a nfs server, mounted read-write by an
> ordinary user (i update the tree with), DISTDIR=/usr/dist and
> WRKOBJDIR=/var/tmp/pkgsrc.  the user i am building packages with doesn't
> have write access to the pkgsrc tree at all, only owns /usr/dist and
> /var/tmp/pkgsrc.

That seems very good advice to me.  

Some time ago, I made myself owner of the /usr/pkgsrc tree.  But I use
sup(1) which runs (by default), as root.  Now no one owns all the files. 
It would have been better to have left it owned by root, and set WRKOBJDIR
elsewhere.  I think I'll remain the owner of /usr/pkgsrc/distfiles,
though.  

I'm part of the wheel group and use sudo in my SU_CMD.  The last thing I
did was set sudo such that wheel group members don't have to type the
password.  Now *I* build packages but root installs them.  (The machine's
at home, where I like to think I exercise physical security.)  

Thanks, Lubomir.  

--jkl

Peter Bex | 1 May 2003 16:51
Picon
Picon

(n)vi tab-completion?

Hello all,

I was browsing the (n)vi man page and found the filec option. Is there any way
to get the tab key to function as the file completion char, like in my current
shell?

Regards,
Peter
--

-- 
http://www.student.kun.nl/peter.bex
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
							-- Donald Knuth
Peter Bex | 1 May 2003 17:12
Picon
Picon

Re: (n)vi tab-completion?

Never mind, I've found it. I now put a ^V before the tab in my .exrc file.
Cool stuff ;)

Regards,
Peter

On Thu, May 01, 2003 at 04:51:51PM +0200, Peter Bex wrote:
> Hello all,
> 
> I was browsing the (n)vi man page and found the filec option. Is there any way
> to get the tab key to function as the file completion char, like in my current
> shell?
> 
> Regards,
> Peter
--

-- 
http://www.student.kun.nl/peter.bex
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
							-- Donald Knuth
netbsd | 1 May 2003 19:13
Picon

nautilus

Hi

Gnome2 desktop works great except nautilus.Some applications won't start properly
(evolution,divxplayer).When i'm trying to start evolution then all icons from desktop
suddenly dissapear.Only thing what i can do ,is killing nautilus protsess and everything
is normal again.Sometimes it works when i start evolution from gnome terminal.

Any hint? 

Thanks in advance.

---------------------------------------------
Powered By "NetBSD" http://www.netbsd.org/

Matt Herzog | 1 May 2003 20:17

horde/imp

Hi All.

I know I should be asking this question in the imp <at> lists.horde.org
list, but has anyone been able to run Imp on NetBSD? I can't get it
to start. Apache segfaults every time I try accessing the application.
The test.php page tells me everything php (including pear) is happy, 
and does not cause Apache to segfault.

--

-- 
Matthew Herzog

acamm.org is powered by NetBSD		 :www.netbsd.org:

Matt Bell | 1 May 2003 23:17

Re: horde/imp


-Matt

If it wasn't for the last moment, nothing would ever get done!

On Thu, 1 May 2003, Matt Bell wrote:

>
> Does anyone know of any good documentation or tutorial on horde and its
> related plugins?
>
> -Matt
>
> On Thu, 1 May 2003, Matt Herzog wrote:
>
> > Hi All.
> >
> > I know I should be asking this question in the imp <at> lists.horde.org
> > list, but has anyone been able to run Imp on NetBSD? I can't get it
> > to start. Apache segfaults every time I try accessing the application.
> > The test.php page tells me everything php (including pear) is happy,
> > and does not cause Apache to segfault.
> >
> > --
> > Matthew Herzog
> >
> > acamm.org is powered by NetBSD		 :www.netbsd.org:
> >
> >
>
(Continue reading)

Luke Mewburn | 2 May 2003 12:05
Picon

Re: (n)vi tab-completion?

On Thu, May 01, 2003 at 04:51:51PM +0200, Peter Bex wrote:
  | I was browsing the (n)vi man page and found the filec option. Is
  | there any way to get the tab key to function as the file completion
  | char, like in my current shell?

Use
	set filec=\<TAB>
where "<TAB>" is a literal tab character

(For some reason, using ^V instead of \ doesn't work for me)

Larson, Timothy E. | 2 May 2003 14:44
Favicon

pkgsrc question...

Hi guys...

I'm trying to build dt from source on 1.6, after my recently posted problem (on port-mac68k) trying to
install the binary package.  I grabbed pkgsrc yesterday and got to work.  I get this message:

Your package tools need to be updated to 2002/11/23 versions.  The installed package tools were last
updated on 2002/08/04.  Please "make install" in ../../pkgtools/pkg_install.

So I do that.  And that gives me this error:

You need to have the 'text' set installed to build this package!

I thought I had installed it, but it's been awhile, so I dug out my CD and installed it.  Then I try the 'make
install' of the package tools again.  Exact same problem!  So I look at the Makefile to determine exactly
what it thinks is wrong.  It appears that I don't have a /usr/share/tmac/tmac.andoc file on my system,
which seems to be the indicator it's checking.  Where do I get this sucker?

If I'm asking the wrong list, just let me know.

Thanks,
Tim

--

-- 
Tim Larson     <><   <><   <><   <><   <><     OL 4-131-2
Info. Services - Internal Medicine Clinical Systems, Mayo Clinic, Rochester
CONGRESS shall have the power [...] to declare war. - U.S. Constitution, A1 S8
I apologize for the irregular wrapping and quoting.  I use MS Outlook.

Frederick Bruckman | 2 May 2003 15:14

Re: pkgsrc question...

On Fri, 2 May 2003, Larson, Timothy E. wrote:

> I'm trying to build dt from source on 1.6, after my recently posted
> problem (on port-mac68k) trying to install the binary package.  I
> grabbed pkgsrc yesterday and got to work.  I get this message:
>
> Your package tools need to be updated to 2002/11/23 versions.  The
> installed package tools were last updated on 2002/08/04.  Please
> "make install" in ../../pkgtools/pkg_install.
>
> So I do that.  And that gives me this error:
>
> You need to have the 'text' set installed to build this package!
>
> I thought I had installed it, but it's been awhile, so I dug out my
> CD and installed it.  Then I try the 'make install' of the package
> tools again.  Exact same problem!  So I look at the Makefile to
> determine exactly what it thinks is wrong.  It appears that I don't
> have a /usr/share/tmac/tmac.andoc file on my system, which seems to
> be the indicator it's checking.  Where do I get this sucker?

It's in the "text" set. It's supposed to be a hard-link to "tmac.an"
(and vice-versa). It's there, in the set on ftp.netbsd.org:

fredb <at> babylon5.netbsd.org-> pwd
/pub/NetBSD/NetBSD-1.6/i386/binary/sets
fredb <at> babylon5.netbsd.org-> tar tzvf text.tgz | grep 'tmac\.an'
-r--r--r-- root/wheel     2330 Sep  8 13:22 2002 ./usr/share/tmac/tmac.andoc
-r--r--r-- root/wheel     8285 Sep  8 14:29 2002 ./usr/share/tmac/tmac.an.old
-r--r--r-- root/wheel        0 Sep  8 13:22 2002 ./usr/share/tmac/tmac.an link to ./usr/share/tmac/tmac.andoc
(Continue reading)

Larson, Timothy E. | 2 May 2003 15:36
Favicon

RE: pkgsrc question...

>It's in the "text" set. It's supposed to be a hard-link to "tmac.an"
>(and vice-versa). It's there, in the set on ftp.netbsd.org:

Hrmm.  That's exactly what I've got too.  I wonder if somehow the installer app screwed up.  I guess I can always
untar them from the command line instead.

Thanks,

Tim

--

-- 
Tim Larson     <><   <><   <><   <><   <><     OL 4-131-2
Info. Services - Internal Medicine Clinical Systems, Mayo Clinic, Rochester
CONGRESS shall have the power [...] to declare war. - U.S. Constitution, A1 S8
I apologize for the irregular wrapping and quoting.  I use MS Outlook.


Gmane