Re: I did something stupid ?

2004-08-08 Thread Peter
/usr/src/UPDATING. To be short: make buildworld make buildkernel KERNCONF=you_kernel make installkernel KERNCONF=you_kernel reboot -- I reached that point and the server simply did not come back to me after the reboot I still could not give me info since I still could not

Re: Hacker Scans - Advice requested

2004-08-08 Thread Morten Liebach
On 2004-08-08 06:16:19 +0100, Mike Bruce wrote: Please can you help me? I am getting increasingly plagued by this message in my security log on my V4 installations of FreeBSD 06:48:53 mail sshd[18617]: Failed password for illegal user admin from 210.3.4.71 port 39741 ssh2 Aug 7 You're

Re: burning mp3's

2004-08-08 Thread Olaf Hoyer
On Sat, 7 Aug 2004, dave wrote: Hello, Simple question probably, i want to burn about 690 mb of mp3's to disk. To date i've only used cdrecord to make either audio .wav disks or data disks, make an iso, then burn that iso to disk. I'm wondering if there's a howto on mp3 burning? Do you

vim 6.3 pthread errors?

2004-08-08 Thread Andreas Ntaflos
Hello, quick question: trying to install vim 6.3.15 from the ports with support for GTK2 on a FreeBSD 5.2.1-p9 machine by doing a portinstall -m WITH_GTK2=YES vim. Somewhere in the compilation process it borks with these error messages (last few lines of output): cc -lXt -L/usr/X11R6/lib

perl 5.8 on 5.2.1

2004-08-08 Thread dave
Hello, Is anyone using perl 5.8 on 5.2.1? I do a fresh install, cvsup my ports and source, install a new world and kernel, get all that working fine, then do the perl 5.8 install. This goes fine. I then do: use.perl port reboot and at the boot menu where i have to select an option 1 for

Re: perl 5.8 on 5.2.1

2004-08-08 Thread Matthew Seaman
On Sun, Aug 08, 2004 at 06:52:31AM -0400, dave wrote: Is anyone using perl 5.8 on 5.2.1? I do a fresh install, cvsup my ports and source, install a new world and kernel, get all that working fine, then do the perl 5.8 install. This goes fine. I then do: use.perl port reboot and at

Problems with Sun Java

2004-08-08 Thread liz
Hello! I'm new user FreeBSD. I use linux 2 years and know this system very well. But with FreeDSD i have some problem with Java ( I use j2sdk-1_4_2_05-linux-i586.bin with linux emulator on FreeBSD-4.10. And my Java not work!!! How i can work with Sun Java on FreeBSD-4.10??? Accross earlier thanks.

Re: Problems with Sun Java

2004-08-08 Thread jqdkf
On Sun, Aug 08, 2004 at 07:12:20PM +0700, liz wrote: Hello! I'm new user FreeBSD. I use linux 2 years and know this system very well. But with FreeDSD i have some problem with Java ( I use j2sdk-1_4_2_05-linux-i586.bin with linux emulator on FreeBSD-4.10. And my Java not work!!! How i can

Re: Problems with Sun Java

2004-08-08 Thread Bill Moran
liz [EMAIL PROTECTED] wrote: Hello! I'm new user FreeBSD. I use linux 2 years and know this system very well. But with FreeDSD i have some problem with Java ( I use j2sdk-1_4_2_05-linux-i586.bin with linux emulator on FreeBSD-4.10. And my Java not work!!! How i can work with Sun Java on

Re: vim 6.3 pthread errors?

2004-08-08 Thread Uwe Laverenz
On Sun, Aug 08, 2004 at 12:58:34PM +0200, Andreas Ntaflos wrote: objects/os_unix.o: In function `get_stack_limit': objects/os_unix.o(.text+0x3d2): undefined reference to `pthread_attr_init' objects/os_unix.o(.text+0x3e6): undefined reference to `pthread_attr_get_np'

Re: Help Debugging Kshell Script???

2004-08-08 Thread David Fleck
Unfortunately, I think the script you attached has been mangled in some way or other; it appears to be missing the end of the 'paging_mon' function, as well as whatever code invokes that function (and the swap_mon function as well). If I try to run it, I get: dcf$ ./swap_mon.ksh \nSwap Space

Re: vim 6.3 pthread errors?

2004-08-08 Thread Herbert J. Skuhra
Uwe Laverenz [EMAIL PROTECTED] wrote: On Sun, Aug 08, 2004 at 12:58:34PM +0200, Andreas Ntaflos wrote: objects/os_unix.o: In function `get_stack_limit': objects/os_unix.o(.text+0x3d2): undefined reference to `pthread_attr_init' objects/os_unix.o(.text+0x3e6): undefined reference to

piespy on freebsd 4.10-release.

2004-08-08 Thread christian astrup bakke // chasm
hi! has anyone here successfully installed piespy (link further down) in a 4.10(-release) enviroment? it needs java, and a paragraph on the piespy page says: If you run PieSpy in a non-graphical environment (e.g. a Unix console that does not have access to an X server) you will need to pass the

Security Log Question

2004-08-08 Thread James A. Coulter
Checked /var/log/security this morning and found these entries: Aug 4 09:00:45 sara /kernel: ipfw: limit 10 reached on entry 500 Aug 5 07:45:38 sara /kernel: drop session, too many entries Aug 5 17:54:32 sara /kernel: drop session, too many entries Aug 5 17:55:55 sara last message repeated 9

Re: Re[2]: Problems with Sun Java

2004-08-08 Thread Bill Moran
[Keep the mailing list CCed. I can not answer all your questions, but I'll help where I can.] liz [EMAIL PROTECTED] wrote: Hello Bill, Sunday, August 8, 2004, 7:39:07 PM, you wrote: BM Return-Path: [EMAIL PROTECTED] BM Delivered-To: [EMAIL PROTECTED] BM Received: from

make command to fetch a new index

2004-08-08 Thread Gerard Seibert
I thought I saw a tip in this newsgroup awhile ago about using 'make' to fetch a fresh copy of the index file. I cannot remember what the exact syntax was for the command. I thought it was 'make fetch_index', however that does not work correctly. Would someone be so kind as to refresh my memory on

Re: Blackberry Sendmail

2004-08-08 Thread Jim Durham
On Tuesday 03 August 2004 02:50 pm, Mike Hogsett wrote: This is not entirely on-topic for the FreeBSD list (except my mail server is FreeBSD). Does anyone know of a solution to allow secure mail forwarding to a blackberry similar to the enterprise solutions for MS exchange, and Lotus Notes?

Re: make command to fetch a new index

2004-08-08 Thread Matthew Seaman
On Sun, Aug 08, 2004 at 10:23:29AM -0400, Gerard Seibert wrote: I thought I saw a tip in this newsgroup awhile ago about using 'make' to fetch a fresh copy of the index file. I cannot remember what the exact syntax was for the command. I thought it was 'make fetch_index', however that does not

Re: Help Debugging Kshell Script???

2004-08-08 Thread Hakim Z. Singhji
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, I appologize you are correct the script I sent you is a version of the same script that I am working on for an AIX machine. Attached is an unencrypted version of the script for System V: BSD/Linux machines. This is the error it is giving me and

Re: vim 6.3 pthread errors?

2004-08-08 Thread Andreas Ntaflos
On Sun, Aug 08, 2004 at 03:21:23PM +0200, Herbert J. Skuhra wrote: Uwe Laverenz [EMAIL PROTECTED] wrote: On Sun, Aug 08, 2004 at 12:58:34PM +0200, Andreas Ntaflos wrote: objects/os_unix.o: In function `get_stack_limit': objects/os_unix.o(.text+0x3d2): undefined reference to

RE: Hacker Scans - Advice requested

2004-08-08 Thread Eric Crist
-Original Message- From: Mike Bruce [mailto:[EMAIL PROTECTED] Sent: Sunday, August 08, 2004 7:32 AM To: 'Eric Crist' Subject: RE: Hacker Scans - Advice requested Many thanks Eric I've looked through the documentation and it is not entirely clear how to do this, but at least I

4.10-STABLE

2004-08-08 Thread Ryan
Needing some help here, I'm experincing compatibility issues with Perl and trying to reinstall ports/src but Sysinstall has tryed alot of ftp mirrors even the main one and it says Warning: Can't find the `4.0-STABLE` distribution on this FTP server. I cant download anything under Distribtutions

Re: Hacker Scans - Advice requested

2004-08-08 Thread Wojciech Puchar
Is there any way that this can be prevented without impairing the services provided by the operating system. they check passwords from dictionary etc. my advice (i did the same, while i've got scans for guest and test): make such account with very simple one word password home /nonexistent

Re: Help Debugging Kshell Script???

2004-08-08 Thread David Fleck
On Sun, 8 Aug 2004, Hakim Z. Singhji wrote: I appologize you are correct the script I sent you is a version of the same script that I am working on for an AIX machine. Attached is an unencrypted version of the script for System V: BSD/Linux machines. Now I get this error: Swap Space Report for

Perl5

2004-08-08 Thread Ryan
t/op/substr...ok t/op/sysiook t/op/taintFAILED at test 150 t/op/tie..ok t/op/tiearray.ok Any idea's?

Re: NAT trouble

2004-08-08 Thread Björn Lindström
JJB [EMAIL PROTECTED] writes: A new rewrite of the FreeBSD handbook firewall section is currently being made ready for update to the handbook. You can get an in-process copy from www.a1poweruser.com/FBSD_firewall/ For more help post complete contents of your rc.conf, ppp.conf, ipfw rules,

Dynalink tablet (AceCad) pointer initialization problem

2004-08-08 Thread Hans Lambermont
Hi, I have a serial Dynalink pen tablet (which in fact is an AceCad tablet), with initialization problems. I must change my XFree86-4 XF86Config to Option ProtocolAuto then start X, try the pen and wait for /var/log/XFree86.0.log to report (II) Mouse autoprobe: selecting MMSeries

Re: make command to fetch a new index

2004-08-08 Thread Julian D. Seifert
On Sun, 08 Aug 2004 10:23:29 -0400 Gerard Seibert [EMAIL PROTECTED] wrote: I thought I saw a tip in this newsgroup awhile ago about using 'make' to fetch a fresh copy of the index file. I cannot remember what the exact syntax was for the command. I thought it was 'make fetch_index', however

RE: IPFW/NATD Transparent Proxy

2004-08-08 Thread JJB
A new rewrite of the FreeBSD handbook firewall section is currently being made ready for update to the handbook. You can get an in-process copy from www.a1poweruser.com/FBSD_firewall/ From what you posted looks like you want public internet users to access web server on one of your LAN

Re: burning mp3's

2004-08-08 Thread Miguel Cardenas
Simple question probably, i want to burn about 690 mb of mp3's to disk. To date i've only used cdrecord to make either audio .wav disks or data disks, make an iso, then burn that iso to disk. I'm wondering if there's a howto on mp3 burning? Do you want to burn them as .mp3, so that

Re: Help Debugging Kshell Script???

2004-08-08 Thread horio shoichi
On Sun, 08 Aug 2004 11:37:01 -0400 Hakim Z. Singhji [EMAIL PROTECTED] wrote: do # Use the bc utility in a here document to calculate the percentage of # free and used swap space PERCENT_USED=$(bc EOF scale=4 ($SW_USED / $SW_TOTAL) * 100 EOF ) PERCENT_FREE=$(bc EOF scale=4 ($SW_FREE

Re: IPFW/NATD Transparent Proxy

2004-08-08 Thread mailist
On Sunday 08 August 2004 04:38 pm, JJB wrote: A new rewrite of the FreeBSD handbook firewall section is currently being made ready for update to the handbook. You can get an in-process copy from www.a1poweruser.com/FBSD_firewall/ The firewall rewrite only deals with a single public nic and a

Re: Hacker Scans - Advice requested

2004-08-08 Thread Chris
Eric Crist wrote: -Original Message- From: Mike Bruce [mailto:[EMAIL PROTECTED] Sent: Sunday, August 08, 2004 7:32 AM To: 'Eric Crist' Subject: RE: Hacker Scans - Advice requested Many thanks Eric I've looked through the documentation and it is not entirely clear how to do this, but at

RE: IPFW/NATD Transparent Proxy

2004-08-08 Thread Eric Crist
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, August 08, 2004 5:43 PM To: [EMAIL PROTECTED] Subject: Re: IPFW/NATD Transparent Proxy On Sunday 08 August 2004 04:38 pm, JJB wrote: A new rewrite of the FreeBSD

DHCP help

2004-08-08 Thread Peter Barton
Hello - I have been struggling with my DHCP connection for quite some time and even though my interent search yielded some information that I used, the whole thing still won't work. My problem is that my dhclient never finds any DHCP servers on the Comcast network. The default dhclient that

Re: DHCP help

2004-08-08 Thread Josh Paetzel
On Sunday 08 August 2004 18:10, Peter Barton wrote: Hello - I have been struggling with my DHCP connection for quite some time and even though my interent search yielded some information that I used, the whole thing still won't work. My problem is that my dhclient never finds any DHCP

Re: DHCP help

2004-08-08 Thread Thomas
On Monday 09 August 2004 01:10, Peter Barton wrote: Hello - I have been struggling with my DHCP connection for quite some time and even though my interent search yielded some information that I used, the whole thing still won't work. My problem is that my dhclient never finds any DHCP

backup via dump to remote machine(5.2.1)

2004-08-08 Thread Brian Driscoll
Not sure if you've got an answer on this yet ... but better late than never ... as I just had to figure this out today. This answer applies if you executing your dump command as root. dumping to a remote tape drive involves using rmt. rmt is executed via rsh on the remote. By default many

Re: IPFW/NATD Transparent Proxy

2004-08-08 Thread Pat Lashley
--On Sunday, August 08, 2004 18:43:21 -0400 [EMAIL PROTECTED] wrote: No, I want a user on 192.168.1.247 to be redirected to 192.168.2.250:80 when they request 1.2.3.4:80, where 1.2.3.4 is a PUBLIC ip number on the FreeBSD internet gateway. Again, the configuration is de0 = PUBLIC IP =

Re: file system setup for new system - recommendations?

2004-08-08 Thread stheg olloydson
it was said: snip Today I sent an order to Newegg for a second Seagate 120GB drive ($101.05 including tax shipping). snip Now to learn more about grofs(8); I wasn't aware of that capability at all. I was one of the first users of CP/M and begrudgingly went to DOS; I was a power

re: DHCP help

2004-08-08 Thread stheg olloydson
it was said: snip My problem is that my dhclient never finds any DHCP servers on the Comcast network. The default dhclient that came with the installation simply times out, the other one that I 'make installed' snip Mounting root from ufs:/dev/ad0s1a WARNING: / was not properly

Re: file system setup for new system - recommendations?

2004-08-08 Thread Darren Crotchett
I'm not as experienced as many others on this list, some of whom have already given you their advice. But, I have used FreeBSD for many years and will gladly share what I think I have figured out about these topics with you. Your planned usage sounds alot like the way I use FreeBSD. I use it

Wait 15 seconds for SCSI to settle

2004-08-08 Thread ashadul hoque
Hello everyone, I have installed FreeBSD5.2.1-RELEASE on Vmware. When booting I am seeing the message Wait 15 seconds for SCSI to settle. The problem is I am not using any SCSI device on my virtual machine. I tried sysctl kern.cam.scsi_delay=100 but no improvement. Can anyone give me pointer

Re: gutted

2004-08-08 Thread Minimalist Manager
ERROR: Bad syntax or unknown instruction. SOLUTION: This is the Minimalist Mailing List Manager. Commands may be either in subject of message (one command per message) or in body (one or more commands, one per line). Batched processing starts when subject either empty or contains

Re: Wait 15 seconds for SCSI to settle

2004-08-08 Thread Sean Countryman
The bad news: Recompile your kernel The good news: Just change this line: options SCSI_DELAY=5000 #Delay (in ms) before probing SCSI You really just need to eliminate anything (the DEVICE lines) that is not needed across the whole config file. Read the LINT file for

Re: IPFW/NATD Transparent Proxy

2004-08-08 Thread mailist
de0 = 1.2.3.4 (make up any valid public ip) (mydomain.com) de1 = 192.168.1.1 de2 = 192.168.2.1 When 192.168.1.247 requests a web page from MYDOMAIN.COM the request needs to be forwarded to 192.168.2.250:80 In the ruleset below, 15100 is required for this to work. If I pull out 15100 I get no

Re: Wait 15 seconds for SCSI to settle

2004-08-08 Thread uidzero
ashadul hoque wrote: Hello everyone, I have installed FreeBSD5.2.1-RELEASE on Vmware. When booting I am seeing the message Wait 15 seconds for SCSI to settle. The problem is I am not using any SCSI device on my virtual machine. I tried sysctl kern.cam.scsi_delay=100 but no improvement. Can

Re: file system setup for new system - recommendations?

2004-08-08 Thread David Kelly
On Aug 8, 2004, at 9:04 PM, Darren Crotchett wrote: The other directory that tends to grow is /usr. This is where all of your /home, /www and /ports directories are. In other words, you put alot of stuff in /usr. I never put anything in /root. So, once the system is built it is nearly 100%

Re: Wait 15 seconds for SCSI to settle

2004-08-08 Thread David Kelly
On Aug 8, 2004, at 10:12 PM, ashadul hoque wrote: Hello everyone, I have installed FreeBSD5.2.1-RELEASE on Vmware. When booting I am seeing the message Wait 15 seconds for SCSI to settle. The problem is I am not using any SCSI device on my virtual machine. I tried sysctl kern.cam.scsi_delay=100

Re: file system setup for new system - recommendations?

2004-08-08 Thread Darren Crotchett
On Sunday 08 August 2004 10:36 pm, David Kelly wrote: Uh, you know /root/ is the superuser's home directory and not the same thing as the root directory '/', right? :-) Yeah. When I got to the end of my email and had to type / again, I thought I had accidentally written /root when I meant

bootinst

2004-08-08 Thread Dmitri Voronenko
Hello, I'm having difficulty with installing boot loader. I'm getting message error 204 updating boot record when i run bootinst from msdos. could you pleas help me to interpret that error and point me in the right direction on how to solve it. kind regards Dmitri

kernel preemption in 5.2.x

2004-08-08 Thread Marc Cabanatuan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Just curious about kernel preemption on a single CPU x86 machine...Wondering if it's usable/worth it and how to enable it at the kernel config level. Is it included in as part of SMP? Thanks, marc - -- Marc Cabanatuan [EMAIL PROTECTED] Network and

Re: file system setup for new system - recommendations?

2004-08-08 Thread Jay O'Brien
Darren Crotchett wrote: On Sunday 08 August 2004 10:36 pm, David Kelly wrote: Uh, you know /root/ is the superuser's home directory and not the same thing as the root directory '/', right? :-) Yeah. When I got to the end of my email and had to type / again, I thought I had

Swappable Hard drives?

2004-08-08 Thread Jay O'Brien
Soon I will have two identical 120GB IDE HDs in my FBSD 4.10 system. One is to be basically a backup drive. Can I write a MBR to the second HD and then swap cables when I want to boot/run the system from the backup HD, assuming I've used pax or dump to make the file systems identical? The