Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread pete wright
On Tue, 22 Feb 2005 23:36:40 +, Jim Freeze [EMAIL PROTECTED] wrote: unless i'm missing something you are making the connection then typing exit in the shell. For this example, yes. That was the exit to leave the remote host. I did this just to show that I had successfully logged in.

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Chuck Swiger
Jim Freeze wrote: [ ... ] For this example, yes. That was the exit to leave the remote host. I did this just to show that I had successfully logged in. If I had waited a few minutes, then I would not have been able to show that because the terminal would have locked up. Show us what SSH

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Jim Freeze
* Chuck Swiger [EMAIL PROTECTED] [2005-02-22 18:39:35 -0500]: [EMAIL PROTECTED] wrote: * Chuck Swiger [EMAIL PROTECTED] [2005-02-22 17:17:09 -0500]: I'll try the tcpdump. Is that command done as follows from the Mac?: su tcpdump -Xvn remotemachine.org user and port 22 Try:

Re: SCO file system mounting

2005-02-22 Thread Dan Nelson
In the last episode (Feb 23), Aftab Jahan Subedar said: Dan Nelson wrote: In the last episode (Feb 23), Aftab Jahan Subedar said: Would 'mount' mount the SCO file system ? Does any body know ? I presume the SCO system as partition type 2 or partition type 3 or partition type 0x63. Sorry;

RE: SCO file system mounting

2005-02-22 Thread Hauan David A
-Original Message- From: Aftab Jahan Subedar [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 23, 2005 2:45 AM To: [EMAIL PROTECTED] Subject: SCO file system mounting Hello to all. Would 'mount' mount the SCO file system ? Does any body know ? I presume the SCO system as

portversion runs seemingly forever

2005-02-22 Thread Gunter Wambaugh
When I try $ portversion -L = it seems to run forever. top yields PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 51331 root 51 0 19276K 18852K RUN 0:09 90.60% 32.86% ruby18 I have tried portsdb -uU pkgdb -uv, to no avail. bash-2.05b# uname -a FreeBSD

Re: portversion runs seemingly forever

2005-02-22 Thread Jason Henson
On 02/22/05 19:21:43, Gunter Wambaugh wrote: When I try $ portversion -L = it seems to run forever. top yields PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 51331 root 51 0 19276K 18852K RUN 0:09 90.60% 32.86% ruby18 I have tried portsdb -uU pkgdb -uv,

DSL modem recommendation

2005-02-22 Thread markzero
Hello, Could anybody recommend a good, solid DSL modem that is supported nicely by FreeBSD? An internal modem would be preferred but I would consider otherwise. My main requirements are stability and a lack of any kind of external management (I want my box to be solely in control, not a

Re: extract iso image

2005-02-22 Thread Michael C. Shultz
On Tuesday 22 February 2005 05:14 pm, T.F. Cheng wrote: hi, I am not sure if I am doing the right thing. I want to extract an downloaded isoimage by first mounting it. I tried: mount -t iso9660 -o loop image.iso /mnt but turns out I don't have mount_iso9660 under /sbin, only mount_cd9660. Is

Re: extract iso image

2005-02-22 Thread Mike Hauber
On Tuesday 22 February 2005 08:14 pm, T.F. Cheng wrote: hi, I am not sure if I am doing the right thing. I want to extract an downloaded isoimage by first mounting it. I tried: mount -t iso9660 -o loop image.iso /mnt but turns out I don't have mount_iso9660 under /sbin, only mount_cd9660. Is

Re: portversion runs seemingly forever

2005-02-22 Thread Gunter Wambaugh
On Feb 22, 2005, at 7:25 PM, Jason Henson wrote: On 02/22/05 19:21:43, Gunter Wambaugh wrote: When I try $ portversion -L = it seems to run forever. top yields PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 51331 root 51 0 19276K 18852K RUN 0:09 90.60% 32.86%

java applications taking up too much memory

2005-02-22 Thread Brian John
Hello, It seems that my java applications are taking up a ton of memory. Even one small jar that I start at startup takes up almost 200 MB! I start it like this: java -Xms4m -Xmx8m -jar /home/brian/serverWatcher/serverwatcher.jar and it looks like this in top: 76750 brian 200 159M

Is there a file where I can specify the location of my header files??(like that of ld.so.hints)

2005-02-22 Thread Mark Jayson Alvarez
Hi, I think I did something horrible with my machine. I cannot complete a make anywhere in ports. For example, I'm compiling iperf and got this error. headers.h:82:19: errno.h: No such file or directory headers.h:139:24: syslog.h: No such file or directory I used find to search for these files

Is there a file where I can specify the location of my header files??(like that of ld.so.hints)

2005-02-22 Thread Mark Jayson Alvarez
Hi, I think I did something horrible with my machine. I cannot complete a make anywhere in ports. For example, I'm compiling iperf and got this error. headers.h:82:19: errno.h: No such file or directory headers.h:139:24: syslog.h: No such file or directory I used find to search for these files

Re: extract iso image

2005-02-22 Thread David Kelly
On Feb 22, 2005, at 7:14 PM, T.F. Cheng wrote: hi, I am not sure if I am doing the right thing. I want to extract an downloaded isoimage by first mounting it. I tried: mount -t iso9660 -o loop image.iso /mnt but turns out I don't have mount_iso9660 under /sbin, only mount_cd9660. Is there any

Re: Best way to share data between threads

2005-02-22 Thread Jonathon McKitrick
On Tue, Feb 22, 2005 at 02:42:44PM +0200, Giorgos Keramidas wrote: : 1) Explicit notification using a condition variable. : : The first can be accomplished by associating a pthread_cond_t with the I think this is the approach I will use. As a matter of fact, I added it today for a

filtering html tags from email

2005-02-22 Thread Mike Hauber
Without going through the hassle of setting up proxy servers, isn't there a way that one can filter out html tags from a message (say, pipe the email through the filter from kmail for instance?) Perhaps I'm looking too hard for it, but I didn't see anything in the ports tree except for

link_elf:symbol m_gethdr undefined

2005-02-22 Thread Puramukas
i got error when try to load kernel module link_elf:symbol m_gethdr undefined how can i add support for symbol m_gethdr in kernel? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: beeps at shutdown

2005-02-22 Thread scott
man kbdcontrol you can also add keybell=off to your /etc/rc.conf file _scott On Mon, Feb 21, 2005 at 03:43:03PM +0100, Hanspeter Roth wrote: Hello, at shutdown there occur two beeps. How can I turn them off or change their volume? -Hanspeter

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Jim Freeze
* Chuck Swiger [EMAIL PROTECTED] [2005-02-22 18:43:39 -0500]: Jim Freeze wrote: Show us what SSH shows when the connection locks up. In particular, try doing a RETURN~? after you get the connection lockup and see whether you get a menu of escape sequences back. Hmm, I never knew about

Re: Error installing 5.3-release before sysinstall

2005-02-22 Thread Nick
If I choose too boot without ACPI, then that particular warning is removed. OK, so can't you just do this? Many older systems do not support ACPIbrproperly (i.e. they only support it to the level required to run windows), so you just need to disable it to run FreeBSD on them. When I said

Re: filtering html tags from email

2005-02-22 Thread Louis LeBlanc
On 02/22/05 11:16 PM, Mike Hauber sat at the `puter and typed: Without going through the hassle of setting up proxy servers, isn't there a way that one can filter out html tags from a message (say, pipe the email through the filter from kmail for instance?) Perhaps I'm looking too hard

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Chad Leigh -- Shire . Net LLC
On Feb 22, 2005, at 10:04 PM, Jim Freeze wrote: * Chuck Swiger [EMAIL PROTECTED] [2005-02-22 18:43:39 -0500]: Jim Freeze wrote: Show us what SSH shows when the connection locks up. In particular, try doing a RETURN~? after you get the connection lockup and see whether you get a menu of escape

Re: Best way to share data between threads

2005-02-22 Thread Giorgos Keramidas
On 2005-02-23 03:58, Jonathon McKitrick [EMAIL PROTECTED] wrote: On Tue, Feb 22, 2005 at 02:42:44PM +0200, Giorgos Keramidas wrote: : 1) Explicit notification using a condition variable. : : The first can be accomplished by associating a pthread_cond_t with the I think this is the approach

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Doug Hardie
On Feb 22, 2005, at 13:50, [EMAIL PROTECTED] wrote: * Eric F Crist [EMAIL PROTECTED] [2005-02-22 15:35:53 -0600]: On Feb 22, 2005, at 3:11 PM, [EMAIL PROTECTED] wrote: What version of Mac OS X are you using? All of my workstations are Mac OS X, and all but one server (an old cobalt raq 2) are

Re: Creating CA with CA.pl

2005-02-22 Thread Karel Miklav
Jeffery Fernandez wrote: I am following a tutorial on creating a CA on my FreeBSD 5.3 development box. The tutorial can be found at http://www.freebsddiary.org/openssl-client-authentication.php I had a problem on signing the certificate as explained in this forum thread:

Re: SSH terminal locking up from OS X to FreeBSD

2005-02-22 Thread Jim Freeze
* Chad Leigh -- Shire.Net LLC [EMAIL PROTECTED] [2005-02-22 22:58:17 -0700]: Just for giggles, what happens when you try a different encryption method with the ssl client? For example, -c blowfish Ok, so I tried this, but it still locks up. However, I was able to do RETURN~C to get a

ipfw altq support howto

2005-02-22 Thread RdBSD
dear all, i have patch for ipfw altq support. i've patch it and rebuild the kernel. i have 5.3 stable with ipfw and pf enabled. but when i rebuild the kernel by make buildkernel KERNCONF=conf i have error : cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes

Re: filtering HTML tags from email

2005-02-22 Thread Mike Hauber
On Wednesday 23 February 2005 12:50 am, Louis LeBlanc wrote: On 02/22/05 11:16 PM, Mike Hauber sat at the `puter and typed: Without going through the hassle of setting up proxy servers, isn't there a way that one can filter out html tags from a message (say, pipe the email through the

script echo on like MS-DOS?

2005-02-22 Thread Christopher Kelley
Is there a simple way to cause a shell script to echo to the terminal similar to the old MS-DOS echo on command? I've tried to read the fine man pages, and even tried looking at for instance the make scripts that seem to echo their commands to the terminal, but I couldn't even being to follow

Re: script echo on like MS-DOS?

2005-02-22 Thread Erik Trulsson
On Tue, Feb 22, 2005 at 11:32:17PM -0800, Christopher Kelley wrote: Is there a simple way to cause a shell script to echo to the terminal similar to the old MS-DOS echo on command? I've tried to read the fine man pages, and even tried looking at for instance the make scripts that seem to

Re: script echo on like MS-DOS?

2005-02-22 Thread Matt Navarre
On Tuesday 22 February 2005 11:32 pm, Christopher Kelley wrote: Is there a simple way to cause a shell script to echo to the terminal similar to the old MS-DOS echo on command? on the first line have #! /bin/sh -x or type /bin/sh -x script -x also does the same thing for csh scripts. This

Re: script echo on like MS-DOS?

2005-02-22 Thread Giorgos Keramidas
On 2005-02-22 23:32, Christopher Kelley [EMAIL PROTECTED] wrote: Is there a simple way to cause a shell script to echo to the terminal similar to the old MS-DOS echo on command? You can do similar things with the set -x option of sh(1): % gothmog:/tmp$ cat echo.sh % #!/bin/sh % % set -x % ls

<    1   2