Re: To which port GPG belongs?

2006-11-22 Thread Felix 'buebo' Kakrow
Am 22.11.06 14:53 schrieb VeeJay [EMAIL PROTECTED]:
 Hi
 
 If I want to run commands like
 
 
 # gpg httpd-2.0.49.tar.gz.asc
 
 Which port one should install, becasue there are many...
How about security/gnupg or security/gnupg-devel?

I've never messed with the options on this one, but unless you want
something very exotic (like encrypting living monkeys and storing them
in MySQL Databases) there should be no need to.

Regards,
Felix
-- 
If you love someone, set them free.
If they don't come back, then call them up when you're drunk.


signature.asc
Description: Digital signature


State of gvinum RAID-5

2006-11-10 Thread Felix 'buebo' Kakrow
Hello List,
I tried gvinum RAID-5 with a 5-Stable around the time when 5.1 or 5.2
was released (afair) and back then it basically sucked big time. Raid
worked as long as nothing failed, but reconstructing a drive was
somewhere between very painful and not possible.

Now I will have to upgrade hardware soon, which means I could switch
from NetBSD (and Raidframe) to FreeBSD (with gvinum) again. I would
like to because NetBSD seems to have some kind of memory leak in
connection with Samba and large or many files, but I'd rather have a
somewhat unstable Samba than an unstable Raid, so what's the state of
affairs?

Cheers
Felix

P.S.: I've tried google but have not come up with anything useful
short of reading the actual code, which is way over my level.
-- 
A discordian shall always use the official discordian document 
numbering system.
-- The Second Discordian Commandment


signature.asc
Description: PGP signature


Re: Screen Capture

2006-01-30 Thread Felix 'buebo' Kakrow
On Mon, 30 Jan 2006 10:51:00 -0800
ross [EMAIL PROTECTED] wrote:

 I can't seem to figure out how to make a screen capture. Is there an  
 ability hidden in X11 or do I need to install a port? I'm running 6.0
 and also fluxbox as my window manager.
 

I do frequent screenshots and use ImageMagick and xbindkeys for this.
With ImageMagick comes the 'import' command, you can just bind
something like 'import /tmp/screenshot.png' to a keystroke of you
liking.

See man (1) import for details.
-- 
This mail is digitally signed with GnuPG!
Check out http://www.gnupg.org to learn more.
My public key: http://www.buebo.de/pub_key.asc
Fingerprint: B615 F83E D46F 8C56 AE8E  AC25 8772 8994 FFB4 FCFB


pgppqHLXXIXwD.pgp
Description: PGP signature


Re: Starting gpg-agent

2006-01-28 Thread Felix 'buebo' Kakrow
On Sat, 28 Jan 2006 08:19:44 -0500
Gerard Seibert [EMAIL PROTECTED] wrote:

 I usually start KDE with the 'startx' command. I would like to 
 start 'gpg-agent' at the same time, and possibly shut it down 
 when I exit from KDE.
 
 Is there a way that I can do this without having to resort to 
 manually starting gpg-agent prior to starting KDE?

You can put 'gpg-agent ' into your ~/.xinitrc

-- 
A man who has nothing for which he is willing to fight, nothing which
is more important than his own personal safety, is a miserable creature
and has no chance of being free unless made and kept so by the
exertions of better men than himself. 
-- John Stuart Mill


pgpl0vXHm6CVN.pgp
Description: PGP signature


Re: Starting gpg-agent

2006-01-28 Thread Felix 'buebo' Kakrow
On Sat, 28 Jan 2006 14:25:10 -0500
Gerard Seibert [EMAIL PROTECTED] wrote:

 
 Is there any special format or just an entry like this:
 
 /usr/local/bin/gpg-agent --daemon

That should do it. The only thing to consider is that you have to
terminate commands that stay in the foreground with a '' so that they
are detached and the next item is run. Only the last command -
'startkde' in this case - shoud be in the foreground. When this
terminates, the X session is over.

Essentially '.xinitrc' and '.xsession' are just plain shell scripts and
follow the syntax of your shell.

-- 
This is the nineties, Bubba, and there is no such thing as paranoia. 
It's all true. 
-- Hunter S Thompson


pgpHQJ8RaGXiU.pgp
Description: PGP signature


Re: Easy way to activate KQEMU for QEMU?

2006-01-26 Thread Felix 'buebo' Kakrow
On Thu, 26 Jan 2006 14:29:26 -0500
Xn Nooby [EMAIL PROTECTED] wrote:

 Awesome, so I could either deinstall both and re-install kqemu, or
 just rebuild qemu with the knob set?  (I don't know what a knob is,
 but I think I can find out.)
 
 thanks!
 

Deinstall both and then cd to /usr/ports/emulators/qemu and 'make
-DWITH_KQEMU install clean'.

Cheers
Felix

-- 
 If you want to realize what a ridiculous word 'lifestyle' is,
consider the fact that technically speaking, Attila the Hun had an
active, outdoor lifestyle.
--George Carlin


pgpVaMMwSqx8H.pgp
Description: PGP signature


Re: port install to jail root from host system

2003-10-04 Thread Felix 'buebo' Kakrow
Aragon Gouveia wrote:
Hi,

I've compiled a port as normal (apache13 in this case).  I'd like to run
'make install' now and tell it to install the package to the base of the
root filesystem of a jail from the jail's host.  Possibly also to skip
registering it in the host's package database.
Does anyone know an easy way to do this with the ports system?

In this situation I like it to mount the /usr/ports via nullfs in my 
Jail Directory and build the Port directly in the Jail. However you'll 
have to have a more or less complete system (at least gcc + all needet 
build dependencies) in the Jail. As a plus you don't have to worry about 
package registrations and stuff like this, but I'm just another newbie 
so probally somebody will come up with another and better way ;)

Cheers
Felix
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie question - package versions in FreeBSD 5.1

2003-10-01 Thread Felix 'buebo' Kakrow
Darren Phillips schrieb:

Sorry for the dumb-sounding question - is having multiple package versions installed in 5.1 going to burn me ?

I (think I) understand the install process but not the consequences. How do all the 
versions coexist ?
eg. install another linux base package.
Normally coexistence of new and old versions is not the way to go, and 
pkg_add or 'make install' in the port-directory will refuse to work.
If you want to upgrade 'make deinstall  make reinstall' or pkg_delete 
and pkg_install (with the new version) should be the way to go.
For a more comfortable way you should have a look into portupgrade, wich 
can upgrade all you outdated ports via the ports-system or packages.
I never tried this with FreeBSD, but from my linux-experiments I can 
tell that having multible Versions of the same Programm is usually going 
to give you trouble if you've not been really carefully in terms of 
install and libary Paths. It's even more trouble to do this with libarys.

Many thanks

DP
Cheers
Felix
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]