Re: libz.so no found

2008-05-23 Thread Daniel O'Connor
On Fri, 23 May 2008, KAYVEN RIESE wrote:
 okay, so I don't have a shortcut key for freeBSD-hacker.. I went into
 my freeBSD saved box, grabbed the first email, replied to all,
 deleted everything including the subject, and despite having revised
 the subject, your sooperphreekiness found out I was muddling around
 in the deally bobber?  Is that what you are talking about then?  So
 in the future, I should know that editing the subject line will not
 suffice to make a new thread?

 If so, sorry.  I get it now.

Your mail client sets the In-Reply-To header to the message ID of the 
email you pulled out of your saved folder.

Mail clients use this header to track what thread a message is in (even 
if someone changed the subject).

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
The nice thing about standards is that there
are so many of them to choose from.
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C


signature.asc
Description: This is a digitally signed message part.


Re: libz.so no found

2008-05-23 Thread KAYVEN RIESE

On Fri, 23 May 2008, Daniel O'Connor wrote:


On Fri, 23 May 2008, KAYVEN RIESE wrote:

okay, so I don't have a shortcut key for freeBSD-hacker.. I went into
my freeBSD saved box, grabbed the first email, replied to all,
deleted everything including the subject, and despite having revised
the subject, your sooperphreekiness found out I was muddling around
in the deally bobber?  Is that what you are talking about then?  So
in the future, I should know that editing the subject line will not
suffice to make a new thread?

If so, sorry.  I get it now.


Your mail client sets the In-Reply-To header to the message ID of the
email you pulled out of your saved folder.

Mail clients use this header to track what thread a message is in (even
if someone changed the subject).


Thanks. This makes things clear.  I'm sorry that I felt scolded
by the confusing barrage (I guess at least a couple of you thought
this should have been obvious to me).



--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
The nice thing about standards is that there
are so many of them to choose from.
 -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C



*--*
  Kayven Riese, BSCS, MS (Physiology and Biophysics)
  (415) 902 5513 cellular
  http://kayve.net
  Webmaster http://ChessYoga.org
*--*
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libz.so no found

2008-05-22 Thread Jeremy Chadwick
On Wed, May 21, 2008 at 10:13:43PM -0700, KAYVEN RIESE wrote:
 kv_bsd#cd /usr/ports/distfiles
 kv_bsd#mv /usr/home/kayve/Nessus-3.2.0-fbsd7.tbz .
 kv_bsd#pkg_add Nessus-3.2.0-fbsd7.tbz
 pkg_add: package VisualOS-1.0.5_3 has no origin recorded
 /libexec/ld-elf.so.1: Shared object libz.so.4 not found, required by 
 nessusd

First and foremost, you hijacked an existing thread by replying to it
with regards to a completely different issue.  Please don't do this, it
confuses mail clients which follow thread references.  Please don't hit
reply on unrelated messages and start a new/unrelated discussion.

Secondly, the missing library error shown above would happen on machines
running FreeBSD 6.x or earlier.  /lib/libz.so.4 exists on RELENG_7.

Another possibility is that something completely destroyed ld.so's
shared library cache path.  Of course, you'd be seeing all sorts of
programs reporting missing libraries, and not just nexxus.

If the startup script for nessus calls ldconfig or uses
$LD_LIBRARY_PATH, that could explain the missing library.

-- 
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

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


Re: libz.so no found

2008-05-22 Thread KAYVEN RIESE

On Wed, 21 May 2008, Jeremy Chadwick wrote:


On Wed, May 21, 2008 at 10:13:43PM -0700, KAYVEN RIESE wrote:

kv_bsd#cd /usr/ports/distfiles
kv_bsd#mv /usr/home/kayve/Nessus-3.2.0-fbsd7.tbz .
kv_bsd#pkg_add Nessus-3.2.0-fbsd7.tbz
pkg_add: package VisualOS-1.0.5_3 has no origin recorded
/libexec/ld-elf.so.1: Shared object libz.so.4 not found, required by
nessusd


First and foremost, you hijacked an existing thread by replying to it
with regards to a completely different issue.  Please don't do this, it
confuses mail clients which follow thread references.  Please don't hit
reply on unrelated messages and start a new/unrelated discussion.


i don't know wtf you are talking about these are all my threads.



Secondly, the missing library error shown above would happen on machines
running FreeBSD 6.x or earlier.  /lib/libz.so.4 exists on RELENG_7.



i am still on freeBSD 6.3  is this a serious problem?


Another possibility is that something completely destroyed ld.so's
shared library cache path.  Of course, you'd be seeing all sorts of
programs reporting missing libraries, and not just nexxus.



so running freeBSD 6.3 is a fatal problem, or just extraneously
irrelevant?


If the startup script for nessus calls ldconfig or uses
$LD_LIBRARY_PATH, that could explain the missing library.

--
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |




*--*
  Kayven Riese, BSCS, MS (Physiology and Biophysics)
  (415) 902 5513 cellular
  http://kayve.net
  Webmaster http://ChessYoga.org
*--*
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libz.so no found

2008-05-22 Thread Bert JW Regeer


On May 22, 2008, at 10:19 , KAYVEN RIESE wrote:


On Wed, 21 May 2008, Jeremy Chadwick wrote:


On Wed, May 21, 2008 at 10:13:43PM -0700, KAYVEN RIESE wrote:

kv_bsd#cd /usr/ports/distfiles
kv_bsd#mv /usr/home/kayve/Nessus-3.2.0-fbsd7.tbz .
kv_bsd#pkg_add Nessus-3.2.0-fbsd7.tbz


You are running on FreeBSD 6.3 and you are trying to add a package  
that clearly has fbsd7 in the name. Off course it is not going to work.




pkg_add: package VisualOS-1.0.5_3 has no origin recorded
/libexec/ld-elf.so.1: Shared object libz.so.4 not found,  
required by

nessusd


First and foremost, you hijacked an existing thread by replying to it
with regards to a completely different issue.  Please don't do  
this, it
confuses mail clients which follow thread references.  Please don't  
hit

reply on unrelated messages and start a new/unrelated discussion.


i don't know wtf you are talking about these are all my threads.


You clicked reply, or something along those lines on a previous  
message sent to the mailling list, thereby copying over some crucial  
information into the header of said email:


In-Reply-To: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

For mail clients that do threading, and show the conversation more as  
one would expect on a message board, your emails now look as if they  
belong underneath the topic named Hifn 7955 doesn't work with FreeBSD  
7.0-RELEASE, which is annoying to most of us who would want your  
messages to show up in a new thread context. Next time, please just  
email hackers@ directly, and do not hi-jack the thread.


Also, it is generally considered rude to suggest that you don't know  
what someone is talking about using the wtf. We point the hi-jacking  
out so that the mistake does not re-occur. Please refrain from such  
rudeness when people are attempting to help you.







Secondly, the missing library error shown above would happen on  
machines

running FreeBSD 6.x or earlier.  /lib/libz.so.4 exists on RELENG_7.



i am still on freeBSD 6.3  is this a serious problem?


If you want to use the package you are using, yes. Since that package  
is clearly for FreeBSD 7.






Another possibility is that something completely destroyed ld.so's
shared library cache path.  Of course, you'd be seeing all sorts of
programs reporting missing libraries, and not just nexxus.



so running freeBSD 6.3 is a fatal problem, or just extraneously
irrelevant?


Fatal, sure, especially if you want to use that package.





If the startup script for nessus calls ldconfig or uses
$LD_LIBRARY_PATH, that could explain the missing library.

--
| Jeremy Chadwickjdc at  
parodius.com |
| Parodius Networking   http:// 
www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA,  
USA |
| Making life hard for others since 1977.  PGP:  
4BD6C0CB |





*--*
 Kayven Riese, BSCS, MS (Physiology and Biophysics)
 (415) 902 5513 cellular
 http://kayve.net
 Webmaster http://ChessYoga.org
*--*
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED] 





Re: libz.so no found

2008-05-22 Thread KAYVEN RIESE


On Thu, 22 May 2008, Bert JW Regeer wrote:

On May 22, 2008, at 10:19 , KAYVEN RIESE wrote:

On Wed, 21 May 2008, Jeremy Chadwick wrote:

On Wed, May 21, 2008 at 10:13:43PM -0700, KAYVEN RIESE wrote:


i don't know wtf you are talking about these are all my threads.


You clicked reply, or something along those lines on a previous message sent 
to the mailling list, thereby copying over some crucial information into the 
header of said email:


In-Reply-To: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

For mail clients that do threading, and show the conversation more as one 
would expect on a message board, your emails now look as if they belong 
underneath the topic named Hifn 7955 doesn't work with FreeBSD 7.0-RELEASE, 
which is annoying to most of us who would want your messages to show up in a 
new thread context. Next time, please just email hackers@ directly, and do 
not hi-jack the thread.



okay, so I don't have a shortcut key for freeBSD-hacker.. I went into
my freeBSD saved box, grabbed the first email, replied to all, deleted
everything including the subject, and despite having revised the subject,
your sooperphreekiness found out I was muddling around in the deally
bobber?  Is that what you are talking about then?  So in the future, I
should know that editing the subject line will not suffice to make a
new thread?

If so, sorry.  I get it now.




--
| Jeremy Chadwickjdc at parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |




*--*
Kayven Riese, BSCS, MS (Physiology and Biophysics)
(415) 902 5513 cellular
http://kayve.net
Webmaster http://ChessYoga.org
*--*
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]




*--*
  Kayven Riese, BSCS, MS (Physiology and Biophysics)
  (415) 902 5513 cellular
  http://kayve.net
  Webmaster http://ChessYoga.org
*--*
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


libz.so no found

2008-05-21 Thread KAYVEN RIESE


kv_bsd#cd /usr/ports/distfiles
kv_bsd#mv /usr/home/kayve/Nessus-3.2.0-fbsd7.tbz .
kv_bsd#pkg_add Nessus-3.2.0-fbsd7.tbz
pkg_add: package VisualOS-1.0.5_3 has no origin recorded
/libexec/ld-elf.so.1: Shared object libz.so.4 not found, required by 
nessusd


 - Please run /usr/local/nessus/sbin/nessus-adduser to add an admin user
 - Register your Nessus scanner at http://www.nessus.org/register/ to 
obtain

   all the newest plugins
 - You can start nessusd by typing /usr/local/etc/rc.d/nessusd.sh start
kv_bsd#/usr/local/etc/rc.d/nessusd.sh start
 Nessus/libexec/ld-elf.so.1: Shared object libz.so.4 not found, required 
by nessusd

kv_bsd#


*--*
  Kayven Riese, BSCS, MS (Physiology and Biophysics)
  (415) 902 5513 cellular
  http://kayve.net
  Webmaster http://ChessYoga.org
*--*
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]