Need a good Unix script that..

2005-07-29 Thread Michael Sharp
I need a simple sh script that will daily (via cron) crawl a website
looking for multiple keywords, then reporting those keyword results and
URL to an email address.

Anyone know of a pre-written script that does this, or point me in the
right direction in using the FreeBSD core commands that can accomplish
this?

Michael

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


chroot

2004-09-24 Thread Michael Sharp
I installed ( or so I thought ) a chroot env last night and ran into some
difficulties.  Could someone very familiar with openssh/chroot glance
over http://probsd.ws/chroot.txt   and tell me what I did wrong please?

chroot.txt is an EXTREMELY detailed example of what I did, and script
output of the ssh connection to the chroot.

Thx, michael
[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-security in the body of the message

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


Apache failure after php-pspell and aspell upgrade

2004-08-29 Thread Michael Sharp
This morning, after updating:
php4-pspell-4.3.8_3
aspell-0.60

I now get the following error in httpd-error.log when attempting to restart
apache 2.x:

/usr/libexec/ld-elf.so.1: /usr/local/lib/libaspell.so.16: 
Undefined symbol pthread_mutex_init

Fix underway for this?

Michael

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


re: Replacing Bind8x with Bind9

2004-08-10 Thread Michael Sharp
read the /usr/ports/dns/bind9 Makefile and use the 'PORT_REPLACES_BASE_BIND9'
option to make.

make PORT_REPLACES_BASE_BIND9=yes install clean

In rc.conf
--
named_enable=YES
named_program=/usr/local/sbin/named
named_flags=-c /usr/local/etc/namedb/named.conf -u bind



and you can also put NO_BIND= true in /etc/make.conf so that base BIND
isn't build when you make world.

Definetly consider chrooting or jailing BIND

Michael

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


USB HD support in 4.9?

2004-08-09 Thread Michael Sharp
I've considered purchasing a external harddrive, preferably USB, and
installing freebsd on it and use it as a rsync backup server for my
production system.

I'm using 4.9-RELEASE, anyone out there using a external USB HD
successfully and which manufacturer?


Michael

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


Quake 3 server breakage

2004-06-25 Thread Michael Sharp
I havent investigated this issue in depth enough to know which updated
port might have changed this, or if its a ld issue, but I now see that
many of the libs quake3 server uses in /usr/compat/linux/lib/ are now
symlinked to the new version 2.2.4.so and quake refuses to run.
Specifically, the files are:

ld-linux.so.2  ld-2.2.4.so
libc.so.6 - libc-2.2.4.so
libdl.so.2 - libdl-2.2.4.so
libm.so.6 - libm-2.2.4.so

by making the path /compat/linux/lib/ and copying the above *.so.6 files
from  /usr/compat/linux/lib/ to /compat/linux/lib will unbreak quake until
this issue is addressed.

Michael

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


two questions

2004-06-24 Thread Michael Sharp
I'm having a brain freeze tonight and apparently forgot some
basic UNIX commands..

what is the command to remove the file --directory

rm *directory* = nope
rm *directory* = nope
rm \-\-\directory = nope
rm -i * = nope and dosent even see the file

Also, if I'm in / and want to tar the entire filesystem
EXCLUDING the
directory jail ( /jail ) what would be the switches to tar?

Dana

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


ruby upgrade broke portsdb and pkgdb

2004-02-26 Thread Michael Sharp
I cvsupped my ports tree about 3 hrs ago and there was a ruby update.
After the update, I dont have permission to use portsdb or pkgdb , even as
root. I tried a re-cvsup about 10 minutes ago...

 Checkout ports/net/pythondirector/pkg-plist
 Edit ports/sysutils/apachetop/Makefile
  Add delta 1.8 2004.02.26.23.44.04 kuriyama
 Checkout ports/sysutils/apachetop/files/patch-display.cc
Shutting down connection to server
Finished successfully
/usr/sbin/getupdates: /usr/local/sbin/portsdb: permission denied
makayla# portsdb -uU
/usr/local/sbin/portsdb: Permission denied.
makayla# pkgdb -uF
/usr/local/sbin/pkgdb: Permission denied.
makayla# whoami
root
ls -la  /usr/local/sbin/portsdb
-r-xr-xr-x  2 root  wheel  5565 Feb  8 09:25 /usr/local/sbin/portsdb

ls -la /usr/local/sbin/pkgdb
-r-xr-xr-x  2 root  wheel  5565 Feb  8 09:25 /usr/local/sbin/portsdb

looks like neither portsdb or pkgdb was affected by the recent ruby
upgrade given the Feb 8 date, so I'm stumped.

michael




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


ruby upgrade broke portsdb and pkgdb (update2)

2004-02-26 Thread Michael Sharp
Its definetly ruby. Sorry for the long paste, but here is the 'script -a
file' before and after the update

darken# echo about to update ruby and I have access to
/usr/local/siESC[ESC[Kbin^M
about to update ruby and I have access to /usr/local/sbin
darken# cd /usr/local/sbin/^M
darken# pkgdb -uF^M
---  Updating the pkgdb
---  Checking the package registry database
darken# echo so its working^M
so its working
darken# echo now the upgrade^M
now the upgrade
darken# portupgrade -rR ruby^M
---  Upgrading 'ruby-1.6.8.2003.10.15' to 'ruby-1.6.8.2003.10.15_1'
(lang/ruby16)
---  Building '/usr/ports/lang/ruby16'
===  Cleaning for ruby-1.6.8.2003.10.15_1
===  Vulnerability check disabled
===  Extracting for ruby-1.6.8.2003.10.15_1
 Checksum OK for ruby/ruby-1.6.8.tar.gz.
 Checksum OK for ruby/ruby-1.6.8-2003.04.19.diff.bz2.
 Checksum OK for ruby/ruby-1.6.8-2003.04.19-2003.10.15.diff.bz2.
===  Patching for ruby-1.6.8.2003.10.15_1
===  Applying distribution patches for ruby-1.6.8.2003.10.15_1
/usr/bin/find /usr/ports/lang/ruby16/work/ruby-1.6.8 -name '*.orig' -delete
/bin/rm -rf /usr/ports/lang/ruby16/work/ruby-1.6.8/ext/Win32API
/bin/mv /usr/ports/lang/ruby16/work/ruby-1.6.8/ext/gdbm
/usr/ports/lang/ruby16/work/
/bin/mv /usr/ports/lang/ruby16/work/ruby-1.6.8/ext/tcltklib
/usr/ports/lang/ruby16/work/
/bin/mv /usr/ports/lang/ruby16/work/ruby-1.6.8/ext/tk
/usr/ports/lang/ruby16/work/
===  Configuring for ruby-1.6.8.2003.10.15_1
/usr/bin/touch /usr/ports/lang/ruby16/work/ruby-1.6.8/configure
configure: WARNING: you should use --build, --host, --target
checking build system type... i386-portbld-freebsd4
checking host system type... i386-portbld-freebsd4
checking target system type... i386-portbld-freebsd4
checking for i386-portbld-freebsd4-gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking whether cc needs -traditional... no
checking whether the linker is GNU ld... yes
checking whether cc -E accepts -o... yes
checking for bison... no
checking for byacc... byacc
checking for i386-portbld-freebsd4-ranlib... no
checking for ranlib... ranlib
checking for i386-portbld-freebsd4-ar... no
checking for ar... ar
checking for ar... ar
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking for AIX... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... no
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for __int64... no
checking size of __int64... 0
checking for void*... yes
checking size of void*... 4
checking for float... yes
checking size of float... 4
checking for double... yes
checking size of double... 8
checking for prototypes... yes
checking token paste string... ansi
checking for variable length prototypes and stdarg.h... yes
checking for gcc attribute noreturn... yes

checking whether -lxpg4 has to be linked... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... no
checking for shl_load in -ldld... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes

ruby ( final answer )

2004-02-26 Thread Michael Sharp
pkgdb is still looking for /usr/local/bin/ruby which after the upgrade
dosent exist. Its now /usr/local/bin/ruby16

ln -s /usr/local/bin/ruby16 /usr/local/bin/ruby

fixes pkgdb and portsdb

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


ruby upgrade broke portsdb and pkgdb (update )

2004-02-26 Thread Michael Sharp
seems I have no access to use anything in /usr/local/sbin/ even as root

I have a jail that does not have the ruby update done, and I can use the
executables in /usr/local/sbin within that jail.

I'm going to cvsup the ports in that jail, do the ruby upgrade and see if
I have access to the executables in /usr/local/sbin

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


ftp recurvisely

2003-10-01 Thread Michael Sharp
Is there a way using the core ftp to mget all files on a site, creating
the directorys and getting the files in the recursively?

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


ymessenger

2003-09-29 Thread Michael Sharp
who would like to go in with me on a full yahoo ban of their services. I
am so damn tired of this freebsd camp writing services so that only M$
users can enjoy them. The fucking chat.yahoo.com JAVA is written
specifically for M$, now we have a NEW updated client that MOTHERUCKING
wont even install because they cuilt the hgod damn thing with dependants
from 6 months ago.

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


Re: ymessenger

2003-09-29 Thread Michael Sharp

 I think we're all frustrated with the recent issues with both MSN and
 Yahoo. However, I don't think this mailing list is the place to start
 such a vulgar rant. Trolling isn't tolerated here.

 --
 Adam


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


Re: ymessenger

2003-09-29 Thread Michael Sharp
My yahoo username under GAIM isnt recognized.

michael

 On Mon, 29 Sep 2003 14:51:55 -0400
 James A. Arnold [EMAIL PROTECTED] wrote:
 The Yahoo part of Gaim broke last week and is still not working.

 Not true. It works (for now).

 http://gaim.sourceforge.net/

 Our friends over at Cerulean Studios managed to break my speed record
 at cracking Yahoo authentication schemes with an impressive feat of
 hackery. They sent it over and here it is in Gaim 0.70. However, certain
 details of the authentication scheme depend on the challenge string the
 server sends us, and there's really no way to tell what it does until
 Yahoo starts sending new challenge strings. So you can expect a few more
 breakages to come soon. I wouldn't sign offline if I were you.

 And it's even in ports already.

 --
 Adam


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


yahoo messenger

2003-09-24 Thread Michael Sharp
Yahoo has officially updated messenger such that you can no longer connect
using the current freebsd yahoo port version ( 0.99.19.1 ). I just tried
to install their NEW package..

makayla# pkg_add fbsd4.ymessenger.tgz
pkg_add: could not find package gtk-1.2.3 !
pkg_add: could not find package glib-1.2.3 !
pkg_add: could not find package XFree86-3.3.6 !
pkg_add: could not find package gdk-pixbuf-0.8.0 !
pkg_add: could not find package gettext-0.11.1_1 !

I have the following installed.. which worked fine with version 0.99.19.1..
gtk-1.2.10_10
gtk-2.2.4
glib-1.2.10_10
glib-2.2.3
XFree86-4.3.0,1
gdk-pixbuf-0.22.0
gettext-0.12.1

While I know the maintainer of the messenger port will have dealt with
this issue before he commits the update, but why would Yahoo have released
a new version today against depandants that are almost 6 months old?

Michael


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


Re: yahoo messenger

2003-09-24 Thread Michael Sharp
 Well, they do say the FreeBSD 4.5 is the supported platform.  How old is
 that?

going on 6 months, but they HAVE to know port versions in freebsd is ever
evolving, especially since yahoo is a FreeBSD supporter and camp. Or, so
they say.


 Anyway, did you get it installed and running?

No, like you, I used the -f flag and got nowhere.

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


Re: X11 Fonts

2003-07-18 Thread Michael Sharp
  today after the upgrade to fontconfig, something graciously changed
  my fonts without asking.  What is the program and example to change
  X11 fonts?

 I have the same problem.. it really messed up Mozilla's GUI font.
 Everything on it looks like h   t   t   p   :   /   /   w   w
 w you get the idea.

 confirmed here with 4 stable/mozilla and with 5.1
 release/mozilla-firebird. The fonts in the menues and the fonts of
 some webpages( http://www.mozilla.org/start/ e.g.) look awful.

T  h  a  t  sexactl   y w h   
a t  I am   g e etin  
 gt o o.


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


difficulties with BIND going from 8.* to 9.*

2003-03-10 Thread Michael Sharp
I decided today it was time to install bind9 from ports and I am have
having some issues I need help with.  Under 8.* I started BIND with the -u
bind -g bind flags and a sockstat -4 showed named running as user bind.
However, in 9.* I understand the -u bind flag is enough, but the server
fails to start since it can open /var/run/named.pid. If I simply run the
server with no -u flag, the server starts fine ( except denote below ).
Although BIND is running in a jail() by itself, I'd still like for the
server to run non-root.

Also, I am getting these two warning in /var/log/messages even though the
server runs and answers queries:

1. Mar 10 20:32:13 darken named[796]: couldn't add command channel
127.0.0.1#953: not found

2. Mar 10 20:32:13 darken named[796]: dns_master_load:
/usr/local/etc/namedb/192.168.0.in-addr.arpa.conf:1: extra input text
Mar 10 20:32:13 darken named[796]: zone 0.168.192.in-addr.arpa/IN: loading
master file /usr/local/etc/namedb/192.168.0.in-addr.arpa.conf: extra input
text

It is also important to note that I am using the same named.conf  and zone
files I did under 8.*

Michael






To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


IDE LiteON CD-RW supported by burncd?

2003-02-26 Thread Michael Sharp
I understand ALL IDE CD-RWs are supported under FreeBSD, but has anyone
actually used a CD-RW by LiteON ( http://liteonit.com ) and had sucess
with it under burncd?

Michael



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


portsdb -Uu * /usr/local/ permission denied error

2003-02-24 Thread Michael Sharp
I normally update my ports tree by running cvsup, portsdb -Uu, pkgdb -F,
then portversion |grep  .  I also have a jail that has its own ports
tree. On the host system, when running portsdb -Uu, I am getting the
following that I dont understand:

portsdb -Uu

Updating the ports index ... /usr/local: permission denied: malformed entry:
/usr/local: permission denied
Makefile, line 30: warning: /usr/local returned non-zero status:
malformed entry:
Makefile, line 30: warning: /usr/local returned non-zero status
/usr/local: permission denied: malformed entry: /usr/local: permission denied
Makefile, line 30: warning: /usr/local returned non-zero status:
malformed entry:
Makefile, line 30: warning: /usr/local returned non-zero status
/usr/local: permission denied: malformed entry: /usr/local: permission denied
Makefile, line 33: warning: /usr/local returned non-zero status:
malformed entry:
Makefile, line 33: warning: /usr/local returned non-zero status
/usr/local: permission denied: malformed entry: /usr/local: permission denied
Makefile, line 32: warning: /usr/local returned non-zero status:
malformed entry:
Makefile, line 32: warning: /usr/local returned non-zero status
/usr/local: permission denied: malformed entry: /usr/local: permission denied
Makefile, line 30: warning: /usr/local returned non-zero status:
malformed entry:
Makefile, line 30: warning: /usr/local returned non-zero status

However, portsdb -Uu does finish and shows any ports that need upgrading. 
I thought this might just be a temporary issue with the ports tree, but
when I do this process in the jail, I dont get the above output.  Any
ideas?

michael



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


4.8-PRERELEASE kernel panic

2003-02-21 Thread Michael Sharp
I just pulled down RELENG_4 at 11:45pm EST via cvsup and 'made world' like
I have for the past two years with no problems. However, after doing so, I
get the following on a reboot:

panic: still using grody create_intr interface
uptime: 0s
Automatic reboot in 15 seconds...

I am able to boot into kernel.old after unloading the default /kernel

Has something changed in 4.8-PRERELEASE that I missed in regards to make
world ?

Michael




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


freebsd slice - 2 hdd's

2002-11-24 Thread Michael Sharp
My wife's business wants to have a freebsd server and they gave her a old
computer to install freebsd on. The machine has 2 small hdd's ( seen as
ad0 and ad1 ) and I was wondering if anyone sees any problem with putting
the / , /var, /tmp , and swap slices on ad0 and putting all of the /usr
slice on ad1 and installing the freebsd boot manager to ad0?

Michael

GnuPG Key: http://probsd.org/michael.asc



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



NFS from win to fbsd

2002-10-27 Thread Michael Sharp

Anyone know of a decent, free NFS client for win32 that can access exports
from my fbsd nfsd?

-- 
GnuPG Key - http://probsd.org/michael.asc



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



RE: upgrade issue

2002-10-21 Thread Michael Sharp
FreeBSD 4.6 was at the bottom of 'man cat' because thats when that man 
was updated.  ie September 15th, 2001 = FreeBSD 4.6

--
GnuPG Key - http://probsd.org/michael.asc


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: upgrade issue

2002-10-21 Thread Michael Sharp
oh ok... then yes, man cat shows your your current version of fbsd  * 
eye roll *

Adam Weinberger wrote:


(10.21.2002 @ 1840 PST): Michael Sharp said, in 0.3K: 


FreeBSD 4.6 was at the bottom of 'man cat' because thats when that man 
was updated.  ie September 15th, 2001 = FreeBSD 4.6

end of RE: upgrade issue from Michael Sharp 




dunno about that one:
monkey@smacky:~% man hier|tail -1
FreeBSD 4.6  June 5, 1993 FreeBSD 4.6

- -Adam


- --
Adam Weinberger
[EMAIL PROTECTED]
[EMAIL PROTECTED]




--
GnuPG Key - http://probsd.org/michael.asc


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Watching users

2002-07-24 Thread Michael Sharp

Grant Cooper said: Just because you see some anonymous FTP activity and
some telnet activity dosent mean there are blackhats on this list
targeting you.  As for secure shell, its history compared to FTP cant
even be compared. Did you upgrade SSH when you saw the vulnerability,
or did you a week, or two later?  Do you update ports, or patch core
when issues arise?  My advice, man jail
 You know what, as soon as you say your a newbie on this list your
 bound to be attacked. After advertising my domain I was flooded with
 anonymous ftp, telnet. This is a perfect place for BHH (Black Hat
 Hackers) to find newbies to compromise and teach a lesson about
 security. How fun. :)

 P.S.hehe, I was under the impression that SSH was suppose to be a
 secure shell. I will stick with the old FTP.

 paranoia continues.

 - Original Message -
 From: sagacious [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, July 24, 2002 9:09 PM
 Subject: RE: Watching users


 Hmm... So you want something that will simply just flip a switch
 and
 let you know if/when someone logs in or out. I won't ask why. :-)


 My box got rooted the other day via that sshd exploit. He was
 defacing my webpage and causing trouble. I didn't even know it. He
 started hiding what he was doing so he could keep root. The funny
 thing is the only reason I still have a box is because I was going
 on vacation so for the hell of it I closed port 22 in my router. I
 locked him out without even knowing it. I have people that need to
 login now that I'm back but I need to see who and what from ips..
 For all I know this tool downloaded my master.passwd.
 Thanks for your help.

 sagacious (Mike)
 Network administrator
 The unixhideout network
 http://www.unixhideout.com




 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: make buildworld error after cvsup

2002-07-24 Thread Michael Sharp

re-cvsup, its likely you cvsupped and got 1/2 a commit.


 Milon PapezĂ­k wrote:

 the same here :-(

  Milon

 -Original Message-
 From: Jamie Heckford [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, July 23, 2002 4:56 PM
 To: [EMAIL PROTECTED]
 Subject: make buildworld error after cvsup


 Hi,

 After a cvsup about an hour ago I am getting the following error
 running make buildworld:


 I just cvsuped src-all (1613 GMT) and didn't have any problem. Try it
  again.

 Kent



 --snip--

 === share/doc/usd/19.memacros
 === share/doc/usd/20.meref
 === share/doc/usd/30.rouge
 make: don't know how to make buildincludes. Stop
 *** Error Code 2

 Stop in /usr/src/share/doc/usd.
 *** Error Code 1

 Stop in /usr/src/share/doc.
 *** Error Code 1

 Stop in /usr/src/share.
 *** Error Code 1

 Stop in /usr/src.
 *** Error Code 1

 Stop in /usr/src.

 --snip--

 Un-CommentedNOGAMES=TRUE in /etc/defaults/make.conf and my
 build carried on fine :-)

 However for people using the default cvsup set it will probably
 cause them to fall over.

 Thanks,

 --
 Jamie Heckford
 Network Manager
 Trident Microsystems Ltd
 Tel:  01737 780790  Fax:  01737 771908
 http://www.tridentmicrosystems.co.uk

 ***

 This e-mail message contains confidential information for
 the above addressee only. Any opinion or views contained
 in this e-mail message are those of the sender and do not
 necessarily represent those of the Company. Unless otherwise
 stated this e-mail message is not intended to be contractually
 binding.  E-mail transmission cannot be guaranteed to be
 secure or error-free and the sender therefore does not accept
 liability for any errors or omissions in the contents of this
 message.

 Trident Microsystems Ltd Group of Companies
 Perrywood Business Park, Honeycrock Lane, Salfords, Redhill,
 Surrey, RH1 5JQ

 Tel:  (44) (0) 1737 780790   Fax:  (44) (0) 1737 771908

 Registered office:  Abacus House, Bone Lane, Newbury,
 Berkshire, RG14 5SF


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message

 .




 --
 Kent Stewart
 Richland, WA

 http://users.owt.com/kstewart/index.html


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-stable in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



chroot

2002-07-18 Thread Michael Sharp

I installed ( or so I thought ) a chroot env last night and ran into some
difficulties.  Could someone very familiar with openssh/chroot glance
over http://probsd.ws/chroot.txt   and tell me what I did wrong please?

chroot.txt is an EXTREMELY detailed example of what I did, and script
output of the ssh connection to the chroot.

Thx, michael
[EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: User I didn't add

2002-07-16 Thread Michael Sharp

Correct, when you installed Apache, the user/group www ( 80 ) was added to the system. 
The acct is passwordless, thus, preventing anyone from logging. These accts are needed 
because your httpd.conf file says run the server as user/group www(80).

Michael

On Fri, 5 Jul 2002 06:32:43 -0600
Grant Cooper [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED]

-- 
the angle of a dangle is inversly propartinate to the heat of the beat

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message