public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] FreeBSD equivalent features?
@ 2006-06-03 19:10 Jason Lixfeld
  2006-06-03 19:19 ` Raymond Lewis Rebbeck
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jason Lixfeld @ 2006-06-03 19:10 UTC (permalink / raw
  To: gentoo-user

Hi,

	I'm new to Gentoo.  I come from FreeBSD.  I have to run Gentoo in  
this particular case because I need an asterisk box and asterisk runs  
better on Linux than FreeBSD.

That being said, I must say that I am very impressed with Gentoo.   
It's far superior to RedHat, which was the last Linux experience I had.

What I'm looking for is freebsd equivalent features in Gentoo.  There  
are three that I'm really looking for:

1) periodic(8) -- run periodic system functions.  runs daily, weekly,  
monthly and security scripts.  These scripts do everything from check  
rejected emails to backing up the passwd file.  It's also got a local  
facility where I can put my own scripts in.  It's run out of cron and  
emails the output of the periodic output nice and clean.  I  
understand that I can manually manufacture the equivalent scripts,  
but I was hoping there was something similar out there.

2) pkg_version -- summarize installed versions of packages.  Outputs  
what newer ports are available to what versions are actually  
installed.  I've looked through the emerge and ebuild docs, but I  
can't find anything that operates the same way.

3) portaudit(1) -- system to check installed packages for known  
vulnerabilities.

Anyone know of any Gentoo equivalents and if not, what might be  
decent workarounds?
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] FreeBSD equivalent features?
  2006-06-03 19:10 [gentoo-user] FreeBSD equivalent features? Jason Lixfeld
@ 2006-06-03 19:19 ` Raymond Lewis Rebbeck
  2006-06-03 19:59   ` Alexander Kirillov
                     ` (2 more replies)
  2006-06-03 19:29 ` JimD
                   ` (2 subsequent siblings)
  3 siblings, 3 replies; 9+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-06-03 19:19 UTC (permalink / raw
  To: gentoo-user

On Sunday, 4 June 2006 4:40, Jason Lixfeld wrote:
> Hi,
>
> 	I'm new to Gentoo.  I come from FreeBSD.  I have to run Gentoo in
> this particular case because I need an asterisk box and asterisk runs
> better on Linux than FreeBSD.
>
> That being said, I must say that I am very impressed with Gentoo.
> It's far superior to RedHat, which was the last Linux experience I had.
>
> What I'm looking for is freebsd equivalent features in Gentoo.  There
> are three that I'm really looking for:
>
> 1) periodic(8) -- run periodic system functions.  runs daily, weekly,
> monthly and security scripts.  These scripts do everything from check
> rejected emails to backing up the passwd file.  It's also got a local
> facility where I can put my own scripts in.  It's run out of cron and
> emails the output of the periodic output nice and clean.  I
> understand that I can manually manufacture the equivalent scripts,
> but I was hoping there was something similar out there.

I don't see how this is any different to just using cron?

>
> 2) pkg_version -- summarize installed versions of packages.  Outputs
> what newer ports are available to what versions are actually
> installed.  I've looked through the emerge and ebuild docs, but I
> can't find anything that operates the same way.

emerge -pve world will list all installed packages. emerge -avuDN will show 
all new packages to be installed after a sync. Just use various combinations 
of emerge flags to do what you want.

>
> 3) portaudit(1) -- system to check installed packages for known
> vulnerabilities.

I believe gentoolkit has a glsa-check script which would be equivalent to 
this.

>
> Anyone know of any Gentoo equivalents and if not, what might be
> decent workarounds?

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] FreeBSD equivalent features?
  2006-06-03 19:10 [gentoo-user] FreeBSD equivalent features? Jason Lixfeld
  2006-06-03 19:19 ` Raymond Lewis Rebbeck
@ 2006-06-03 19:29 ` JimD
  2006-06-03 21:55 ` b.n.
  2006-06-03 23:41 ` Philip Webb
  3 siblings, 0 replies; 9+ messages in thread
From: JimD @ 2006-06-03 19:29 UTC (permalink / raw
  To: gentoo-user

Jason Lixfeld wrote:

> Hi,
> 
> 2) pkg_version -- summarize installed versions of packages.  Outputs
> what newer ports are available to what versions are actually installed. 
> I've looked through the emerge and ebuild docs, but I can't find
> anything that operates the same way.

emerge eix gentoolkit

Then man eix and man gentoolkit.

Jim
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
You roll an 18 in Dex and see if you
don't end up with a girlfriend
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
JimD
Central FL, USA, Earth, Sol
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] FreeBSD equivalent features?
  2006-06-03 19:19 ` Raymond Lewis Rebbeck
@ 2006-06-03 19:59   ` Alexander Kirillov
  2006-06-03 21:05   ` Teresa and Dale
  2006-06-04  2:33   ` b.n.
  2 siblings, 0 replies; 9+ messages in thread
From: Alexander Kirillov @ 2006-06-03 19:59 UTC (permalink / raw
  To: gentoo-user

>>1) periodic(8) -- run periodic system functions.  runs daily, weekly,
>>monthly and security scripts.  These scripts do everything from check
>>rejected emails to backing up the passwd file.  It's also got a local
>>facility where I can put my own scripts in.  It's run out of cron and
>>emails the output of the periodic output nice and clean.  I
>>understand that I can manually manufacture the equivalent scripts,
>>but I was hoping there was something similar out there.
> 
> 
> I don't see how this is any different to just using cron?

Ye, you need sys-process/vixie-cron.
Then you may have a look at app-forensics/aide
which checks for altered files in selected dirs.
And probably app-admin/tenshi - log parsing and notification.

HTH,
Sasha

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] FreeBSD equivalent features?
  2006-06-03 19:19 ` Raymond Lewis Rebbeck
  2006-06-03 19:59   ` Alexander Kirillov
@ 2006-06-03 21:05   ` Teresa and Dale
  2006-06-04  2:33   ` b.n.
  2 siblings, 0 replies; 9+ messages in thread
From: Teresa and Dale @ 2006-06-03 21:05 UTC (permalink / raw
  To: gentoo-user

Raymond Lewis Rebbeck wrote:

> <snip>
>
>
>I believe gentoolkit has a glsa-check script which would be equivalent to 
>this.
>
>  
>
>>Anyone know of any Gentoo equivalents and if not, what might be
>>decent workarounds?
>>    
>>
>
>  
>
Try this:

> NAME
>        glsa-check - Gentoo: Tool to locally monitor and manage GLSA's
>

Command glsa-check or you can man it one.

Hope that helps.

Dale
:-)  :-)

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] FreeBSD equivalent features?
  2006-06-03 19:10 [gentoo-user] FreeBSD equivalent features? Jason Lixfeld
  2006-06-03 19:19 ` Raymond Lewis Rebbeck
  2006-06-03 19:29 ` JimD
@ 2006-06-03 21:55 ` b.n.
  2006-06-03 23:41 ` Philip Webb
  3 siblings, 0 replies; 9+ messages in thread
From: b.n. @ 2006-06-03 21:55 UTC (permalink / raw
  To: gentoo-user

>     I'm new to Gentoo.  I come from FreeBSD.  I have to run Gentoo in  
> this particular case because I need an asterisk box and asterisk runs  
> better on Linux than FreeBSD.

Sad. OSS software should be platform independent (expecially if both 
OSes are Unix-like).

> That being said, I must say that I am very impressed with Gentoo.   It's 
> far superior to RedHat, which was the last Linux experience I had.

<flame>Not surprising, being RH maybe the worst Linux experience 
possible. Linux fortunately is not RH, and is much better.</flame>

> 2) pkg_version -- summarize installed versions of packages.  Outputs  
> what newer ports are available to what versions are actually  
> installed.  I've looked through the emerge and ebuild docs, but I  can't 
> find anything that operates the same way.

emerge --deep --update --pretend --verbose world

If you want info about packages etc. I advice you to emerge gentoolkit 
(a collection of useful tools for Portage) and eix (a FAST tool for 
querying the Portage database).

> 3) portaudit(1) -- system to check installed packages for known  
> vulnerabilities.

If you want to be aware of security issues & updates, subscribe the 
gentoo-announce mailing list. If it's something actively doing testing 
on packages, well, I don't know.

m.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] FreeBSD equivalent features?
  2006-06-03 19:10 [gentoo-user] FreeBSD equivalent features? Jason Lixfeld
                   ` (2 preceding siblings ...)
  2006-06-03 21:55 ` b.n.
@ 2006-06-03 23:41 ` Philip Webb
  2006-06-03 23:52   ` Neil Bothwick
  3 siblings, 1 reply; 9+ messages in thread
From: Philip Webb @ 2006-06-03 23:41 UTC (permalink / raw
  To: gentoo-user

060603 Jason Lixfeld wrote:
> I am very impressed with Gentoo.  It's far superior to RedHat.

No-one is likely to disagree with you here (grin).

> 1) periodic(8) -- run periodic system functions.

 sys-process/vixie-cron .

> 2) pkg_version -- summarize installed versions of packages.

All installed packages are listed in  /var/db/pkg/  under types.
Emerge  app-portage/eix  & enter 'eix <pkg>' for individual packages.

> 3) portaudit(1) -- check installed packages for known vulnerabilities.

Emerge  app-portage/gentoolkit , then enter

  glsa-check -l | grep "\[N\]"

-- 
========================,,============================================
SUPPORT     ___________//___,  Philip Webb : purslow@chass.utoronto.ca
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] FreeBSD equivalent features?
  2006-06-03 23:41 ` Philip Webb
@ 2006-06-03 23:52   ` Neil Bothwick
  0 siblings, 0 replies; 9+ messages in thread
From: Neil Bothwick @ 2006-06-03 23:52 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

On Sat, 3 Jun 2006 19:41:07 -0400, Philip Webb wrote:

> Emerge  app-portage/gentoolkit , then enter
> 
>   glsa-check -l | grep "\[N\]"

or glsa-check --test all


-- 
Neil Bothwick

Wow! That lightning sounds clo..zzzzit!" NO CARRIER

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] FreeBSD equivalent features?
  2006-06-03 19:19 ` Raymond Lewis Rebbeck
  2006-06-03 19:59   ` Alexander Kirillov
  2006-06-03 21:05   ` Teresa and Dale
@ 2006-06-04  2:33   ` b.n.
  2 siblings, 0 replies; 9+ messages in thread
From: b.n. @ 2006-06-04  2:33 UTC (permalink / raw
  To: gentoo-user

> I believe gentoolkit has a glsa-check script which would be equivalent to 
> this.

wow, I didn't know about this! thanks!

m.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-06-04  0:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-03 19:10 [gentoo-user] FreeBSD equivalent features? Jason Lixfeld
2006-06-03 19:19 ` Raymond Lewis Rebbeck
2006-06-03 19:59   ` Alexander Kirillov
2006-06-03 21:05   ` Teresa and Dale
2006-06-04  2:33   ` b.n.
2006-06-03 19:29 ` JimD
2006-06-03 21:55 ` b.n.
2006-06-03 23:41 ` Philip Webb
2006-06-03 23:52   ` Neil Bothwick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox