portupgrade -a question

2004-06-04 Thread Jarrod Wageman
Hello, I have a freebsd box I just set up and I am wondering about some things. I just ran `make buildworld` installworld and all that after an extensive cvsup. I still have perl version 5.6 something. The new version according to perl.com is 5.8 I ran portupgrade -a and it didn't upgrade

uuencode(1) doesn't work?

2004-06-04 Thread Darren Pilgrim
I'm trying to uuencode some data, but uuencode doesn't seem to work properly. I'm using FreeBSD 4.8-RELEASE-p22. Here are some examples: $ date | uuencode usage: uuencode [-m] [-o outfile] [infile] remotefile b64encode [-o outfile] [infile] remotefile $ cat /etc/rc.conf | uuencode usage:

Memory used by caching name server?

2004-06-04 Thread Rob
Hi, This is on FreeBSD 4-Stable. I have set up a caching name server. About its cached data base, I found out: 1) data base is kept in memory 2) the maximum memory is adjustable in named.conf, for example: datasize 20M; But without specifying the datasize, how much memory is used by

GRE issues

2004-06-04 Thread D.D.W. Downey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Trying to set up GRE here for routing a /29 to the house. I am using the following configuration and not sure what the problem is. I get a single packet through from the DSL box to the remote box then I get total packet loss. I can ping the

Re: uuencode(1) doesn't work?

2004-06-04 Thread Stijn Hoop
On Thu, Jun 03, 2004 at 11:41:08PM -0700, Darren Pilgrim wrote: I'm trying to uuencode some data, but uuencode doesn't seem to work properly. I'm using FreeBSD 4.8-RELEASE-p22. Here are some examples: $ date | uuencode usage: uuencode [-m] [-o outfile] [infile] remotefile b64encode

Re: portupgrade -a question

2004-06-04 Thread Andy Smith
[long lines rewrapped, please try to keep lines below about 72 characters] On Thu, Jun 03, 2004 at 11:34:16PM +, Jarrod Wageman wrote: Hello, I have a freebsd box I just set up and I am wondering about some things. I just ran `make buildworld` installworld and all that after an extensive

FreeBSD TCP/IP

2004-06-04 Thread Yuriy Coureelo
Dear Sir! I have a FreeBSD TCP/IP stack. Trying to understand IP program realization. I am interested in everything like struct mbuf, mbuf cluster and so on. How frames transferred from ethernet driver to ip layer. ether_demux(), ipinput() functions. Would you point me a documentation that I

Re: how to attach class C net to an interface?

2004-06-04 Thread Artem Koutchine
I have a server with one interface and many virtual web hosts. I have been given class C network to use for the virtual web hosts and jails on the server. How to i tell the interface that all addresses of some A1.A2.A3.A4 0xFF00 network belong to the interface. Do i specify

FreeBSD4 COMPAT

2004-06-04 Thread Reed L. O'Brien
what if I don't compile FreeBSD4 into the FreeBSD5 kernel? do I wind up with problems in the ports?? TIA reed ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: how to attach class C net to an interface?

2004-06-04 Thread Kevin Stevens
On Jun 4, 2004, at 00:36, Artem Koutchine wrote: The other question, will assigning 200+ ip addresses degrade tcp/ip perfomance noticeably? It is a common practice, and I haven't heard of problems with it. Remember that the same-subnet mask is /32 regardless of what the primary address mask

Re: Upgrading to 4.10 using cvsup(Pleeeease! I'm halfway there!!!)

2004-06-04 Thread Matthew Seaman
On Thu, Jun 03, 2004 at 11:36:46PM +0200, Henrik W Lund wrote: As Mr. Simon Barner stated, you can save a whole lot of downloading by first installing the 4.9 sources off of the CD-ROM, then cvsupping using the supfile you just made. This will get you only those files that are different

Re: Memory used by caching name server?

2004-06-04 Thread Rob
Rob wrote: Hi, This is on FreeBSD 4-Stable. I have set up a caching name server. About its cached data base, I found out: 1) data base is kept in memory 2) the maximum memory is adjustable in named.conf, for example: datasize 20M; But without specifying the datasize, how much memory is

Re: FreeBSD TCP/IP

2004-06-04 Thread sigsegv
On Fri, 4 Jun 2004 14:21:38 +0600, Yuriy Coureelo [EMAIL PROTECTED] wrote: Dear Sir! I have a FreeBSD TCP/IP stack. Trying to understand IP program realization. I am interested in everything like struct mbuf, mbuf cluster and so on. How frames transferred from ethernet driver to ip layer.

IBM e325 ServeRAID-6M on FreeBSD 5.x

2004-06-04 Thread Ganbold
Hi, We are planning to purchase IBM e325 server with ServeRAID-6M and Dual AMD Opteron 2.2Ghz CPU. Did somebody make FreeBSD 5.x work on IBM e325 server with ServeRAID-6M before? Are there any known problems and issues? Will FreeBSD 5.x work on it? thanks in advance, Ganbold

Re: FreeBSD4 COMPAT

2004-06-04 Thread Matthew Seaman
On Thu, Jun 03, 2004 at 03:52:40AM -0400, Reed L. O'Brien wrote: what if I don't compile FreeBSD4 into the FreeBSD5 kernel? do I wind up with problems in the ports?? That's not a kernel option. remember that FreeBSD has an integrated kernel and system -- shlibs, standard applications -- and

Re: how to attach class C net to an interface?

2004-06-04 Thread Matthew Seaman
On Fri, Jun 04, 2004 at 11:36:10AM +0400, Artem Koutchine wrote: for (( foo = 1; foo 255; foo++ )); \ do ifconfig fxp1 alias 172.16.100.$foo netmask 0x; \ done Thank you for the scrip. I will then asign a single main ip to the interface in rc.conf and then run this script from

Re: FreeBSD4 COMPAT

2004-06-04 Thread Kris Kennaway
On Fri, Jun 04, 2004 at 09:42:52AM +0100, Matthew Seaman wrote: On Thu, Jun 03, 2004 at 03:52:40AM -0400, Reed L. O'Brien wrote: what if I don't compile FreeBSD4 into the FreeBSD5 kernel? do I wind up with problems in the ports?? That's not a kernel option. remember that FreeBSD has an

Re: statistical program for FreeBSD?

2004-06-04 Thread Matthew Seaman
On Thu, Jun 03, 2004 at 08:58:43PM -0500, Gary wrote: Does anyone know of a statistical program that will run in FreeBSD? I am looking for one that will run the Heckman's Phase 2 model, as SPSS will not run it. The only one I know of is SAS, but it is for windows only.. (costs a lot of money

Re: IBM e325 ServeRAID-6M on FreeBSD 5.x

2004-06-04 Thread Scott Long
Ganbold wrote: Hi, We are planning to purchase IBM e325 server with ServeRAID-6M and Dual AMD Opteron 2.2Ghz CPU. Did somebody make FreeBSD 5.x work on IBM e325 server with ServeRAID-6M before? Are there any known problems and issues? Will FreeBSD 5.x work on it? thanks in advance, Ganbold The

Re: FreeBSD TCP/IP

2004-06-04 Thread Matthew Seaman
On Fri, Jun 04, 2004 at 09:21:25AM +0100, [EMAIL PROTECTED] wrote: On Fri, 4 Jun 2004 14:21:38 +0600, Yuriy Coureelo [EMAIL PROTECTED] wrote: Dear Sir! I have a FreeBSD TCP/IP stack. Trying to understand IP program realization. I am interested in everything like struct mbuf, mbuf cluster

After upgrade to 4.10 dsl not working anymore

2004-06-04 Thread Sven Hohage
I've upgraded 4.10 prerelease this morning to 4.10. Everything went smooth but unfortunately ppp dialup isn't working anymore. I've looked in ppp.log and it connects but immediately is disconnected. It states connected ...opening - dialdial- carrier...Disconnected I've read in another mail

Odd characters in filename

2004-06-04 Thread Joachim Dagerot
I unpacked a rar file and find myself standing with a lot of files with strange characters like accents etc. When I do tab for completion the characters 'escapes' to for example \264 (backward slash). I tried to write a small rename method in java but neither the File.list() or by providing the

5.2.1 SMP problems

2004-06-04 Thread Dave Raven
Hi all, Installed 5.2.1 on a high load server - albeit not recommended - and it was working perfectly with SMP support. It picked up 4 cpu's and appeared to be using them all. (The box is a dual 2.4gig Xeon machine). Anyway, the box was as I said under quite a bit of load, and would die

Re: Odd characters in filename

2004-06-04 Thread Matthew Seaman
On Fri, Jun 04, 2004 at 11:41:38AM +0200, Joachim Dagerot wrote: I unpacked a rar file and find myself standing with a lot of files with strange characters like accents etc. When I do tab for completion the characters 'escapes' to for example \264 (backward slash). I tried to write a

Re: Portupgrade -N for gimp-devel : install help

2004-06-04 Thread Jonathan Chen
On Fri, Jun 04, 2004 at 01:07:45AM -0400, Bruce Hunter wrote: [...] Well, that is funny. I do cvsup -g -L 2 /root/ports-supfile it updates my ports with the current. I only have graphics/gimp1 and graphics/gimp-devel. Why don't I have have graphics/gimp?? What am I doing wrong when updating

No request found

2004-06-04 Thread The MOSIS Service
Your e-mail message to [EMAIL PROTECTED] was processed by our automated e-mail system, which generated this reply because your message was not understood. If this reply is not clear, or if you need further help, please send e-mail to [EMAIL PROTECTED] New MOSIS Users === If

Re: natd, ipfw and MS netmeeting

2004-06-04 Thread Christoph P. Kukulies
On Fri, Jun 04, 2004 at 07:37:15AM +0800, Khairil Yusof wrote: On Thu, 2004-06-03 at 11:26 +0200, Christoph Kukulies wrote: Anyway, the prsent (simple) natd rules don't seem to suffice. If I'm not wrong, ms netmeeting and msn messenger (audio,video) do not work over nat. There are some

please help my mail and me!

2004-06-04 Thread jsha
hello. i'm running postfix on a freebsd 5 server. i need squirrelmail to work, and to do that i installed cyrus-imapd22 and cyrus-sasl / cyrus-sasl-saslauthd. if i combine postfix with cyrus, like putting mailbox_transport = cyrus in my main.cf, what will happen to my system accounts? will

Re: please help my mail and me!

2004-06-04 Thread Cordula's Web
if i combine postfix with cyrus, like putting mailbox_transport = cyrus in my main.cf, what will happen to my system accounts? will they still arrive the usual way with imap as an extention for these system users to retrieve their mail apart from imap users? Use fallback_transport instead of

help me make a Mail Server choice

2004-06-04 Thread Perica Veljanovski
Hi again It turned out to be a public mail server as well! The choice for the MTA on fell on postfix :) Now I have to chose POP/IMAP and Virus/Spam. I would appreciate if you can give me some input on your experience with Cyrus or Courier, since they are my choices for pop/imap. Also I'd like

Re: 5.2.1 SMP problems

2004-06-04 Thread Albert Shih
Le 04/06/2004 à 11:47:14+0200, Dave Raven a écrit Hi all, Installed 5.2.1 on a high load server - albeit not recommended - and it was working perfectly with SMP support. It picked up 4 cpu's and appeared to be using them all. (The box is a dual 2.4gig Xeon machine). Anyway, the box was

Re: help me make a Mail Server choice

2004-06-04 Thread Reko Turja
It turned out to be a public mail server as well! The choice for the MTA on fell on postfix :) Now I have to chose POP/IMAP and Virus/Spam. I would appreciate if you can give me some input on your experience with Cyrus or Courier, since they are my choices for pop/imap. Also I'd like I've

Re: help me make a Mail Server choice

2004-06-04 Thread Reko Turja
It turned out to be a public mail server as well! The choice for the MTA on fell on postfix :) Now I have to chose POP/IMAP and Virus/Spam. I would appreciate if you can give me some input on your experience with Cyrus or Courier, since they are my choices for pop/imap. Also I'd like I've

Re: Memory used by caching name server?

2004-06-04 Thread Olaf Hoyer
On Fri, 4 Jun 2004, Rob wrote: No change at all in memory usage. If named keeps its cache in memory, why do I not see any changes of available swap space when starting named? Or does named claim memory on the fly, as it is caching? If so, how can I find out what is the maximum it can claim

Re: statistical program for FreeBSD?

2004-06-04 Thread Mike Jeays
On Thu, 2004-06-03 at 21:58, Gary wrote: Hi all, Does anyone know of a statistical program that will run in FreeBSD? I am looking for one that will run the Heckman's Phase 2 model, as SPSS will not run it. The only one I know of is SAS, but it is for windows only.. (costs a lot of money

Re: Memory used by caching name server?

2004-06-04 Thread Rob
Olaf Hoyer wrote: On Fri, 4 Jun 2004, Rob wrote: No change at all in memory usage. If named keeps its cache in memory, why do I not see any changes of available swap space when starting named? Or does named claim memory on the fly, as it is caching? If so, how can I find out what is the maximum

NTPD hangs on boot

2004-06-04 Thread Edward Carmody
Hi, Recently did a cvsup and make world procedure, have a couple glitches. NTP will no longer start by enabling it in rc.conf. At each boot I see the starting nptd...and then nothing; the booting process hangs. I have to kill nptd via ctrl-c. Then boot process proceeds normally. I can

test

2004-06-04 Thread Edward Carmody
Edward Carmody, CCNP Systems Engineer ShoreGroup, Inc. M: 845-649-7791 F: 646-349-3506 [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Freebsd Loading error

2004-06-04 Thread WyteWolf
I have recently downloaded the two ISO's of the FreeBSD realease I am having trouble making a image of the kern and mfsboot *.flp files using rawrite Copying the kern.flp to a floppy disk is impossible, also how may i create this bootdisk and load the OS and install it, I have extracted the ISO

ipnat and ipfw dummynet

2004-06-04 Thread Nelis Lamprecht
Hi, I'm interested to hear how people utilise dummynet in a NAT environment. How does one create a pipe for a NAT network without effecting the actual LAN speed ? For example, on the gateway: $fwcmd add pipe 1 ip from 192.168.1.0/24 to any out $fwcmd add pipe 2 ip from any to 192.168.1.0/24 in

Re: help me make a Mail Server choice

2004-06-04 Thread Bill Moran
Perica Veljanovski [EMAIL PROTECTED] wrote: Hi again It turned out to be a public mail server as well! The choice for the MTA on fell on postfix :) Now I have to chose POP/IMAP and Virus/Spam. I would appreciate if you can give me some input on your experience with Cyrus or Courier,

Re: ipnat and ipfw dummynet

2004-06-04 Thread Nelis Lamprecht
Sorry, I failed to point out my current network configuration. I have 2 internal networks which use NAT, one class C ( 192.96.48.0/24 ) and one rfc1918 ( 192.168.1.0/24 ). The internal interface(bge1) is configured with the class c network and I have added a route to bge1 for 192.168.1.0/24. All

Re: Freebsd Loading error

2004-06-04 Thread Bill Moran
[Please read http://www.lemis.com/questions.html] WyteWolf [EMAIL PROTECTED] wrote: I have recently downloaded the two ISO's of the FreeBSD realease I am having trouble making a image of the kern and mfsboot *.flp files using rawrite What OS are you using to create them? I seem to remember

HDD-UDMA-100 support at setup

2004-06-04 Thread Volker Lieder
Hello, I want to install a Freebsd 4.9 System with a 40GB UDMA-100 HDD. After the CD has booted i got an error while the IDE-Bus is scanning. Has anybody solved this Problem? On other Systems it is possible to solve this problems with deactivating this function in the bios, but this bios hasn't

Re: Freebsd Loading error

2004-06-04 Thread Bill Moran
WyteWolf [EMAIL PROTECTED] wrote: ok... I am using Windows ME and no other First of all, I have downloaded the ISO images. extracted them and that is all, I have followed the instructions to create a bootdisk and have failed. that is about it. I'm am looking to install freebsd and load

Make release for sparc64 target on i386 system

2004-06-04 Thread Sven Willenberger
I seem to be running into brick walls making a 5.2.1-RELEASE-P8 for sparc64 arch on an i386 system. I have tried the following using the latest sources from cvsup: 1)simple make buildworld to populate /usr/obj - make -DMAKE_ISOS -DNOPORTREADMES release \ BUILDNAME=5.2.1-RELEASE-P8-Sparc64 \

Re: Make release for sparc64 target on i386 system

2004-06-04 Thread Kris Kennaway
On Fri, Jun 04, 2004 at 09:41:46AM -0400, Sven Willenberger wrote: I seem to be running into brick walls making a 5.2.1-RELEASE-P8 for sparc64 arch on an i386 system. I have tried the following using the latest sources from cvsup: I don't think you can cross-target releases. For example, the

x-forwarding problem - no window contents

2004-06-04 Thread Simon Timms
Hi, I.m having a problem with x-forwarding. I have looked through past questions but I haven.t seen anything on this particular topic. I have two FreeBSD 5.2_1 machines at home, one of which I run headless. Usually I manage the headless machine from windows using x-forwarding and either exceed

Re[2]: statistical program for FreeBSD?

2004-06-04 Thread Gary
Hi Matthew and Mike, On Fri, 4 Jun 2004 10:20:03 +0100 UTC (6/4/2004, 4:20 AM -0500 UTC my time), Matthew Seaman wrote: M Hmmm... I've done the odd bit of Statistical work in my time, but I've M never heard of Heckman's Phase 2 model. Which unfortunately M suggests that you're going to need

Re: x-forwarding problem - no window contents

2004-06-04 Thread Bart Silverstrim
On Jun 4, 2004, at 10:10 AM, Simon Timms wrote: I have tried using several different window managers and different users in the hopes it was some sort of setting I had accidentally triggered but to no avail. Has anybody seen this before and how do I fix it? I assume that it is a problem on the

Re: x-forwarding problem - no window contents

2004-06-04 Thread Kris Kennaway
On Fri, Jun 04, 2004 at 08:10:08AM -0600, Simon Timms wrote: Hi, I.m having a problem with x-forwarding. I have looked through past questions but I haven.t seen anything on this particular topic. I have two FreeBSD 5.2_1 machines at home, one of which I run headless. Usually I manage the

Re: Memory used by caching name server?

2004-06-04 Thread Olaf Hoyer
On Fri, 4 Jun 2004, Rob wrote: named claims memory on the fly. On Solaris, I have bind 8 seen claiming about 800MB RAM for its caching database, being the resolver for the machine that creates from http-logs colorful pictures and other fancy things... Waaauw, that sounds rather

Re: x-forwarding problem - no window contents

2004-06-04 Thread Simon Timms
On Fri, 4 Jun 2004, Kris Kennaway wrote: On Fri, Jun 04, 2004 at 08:10:08AM -0600, Simon Timms wrote: Hi, I.m having a problem with x-forwarding. I have looked through past questions but I haven.t seen anything on this particular topic. I have two FreeBSD 5.2_1 machines at home, one of

pearpc

2004-06-04 Thread Brian Henning
Greetings: For some reason my port of pearpc will not compile. Does anyone know of a place where I could find a package of it? Thanks, Brian ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: x-forwarding problem - no window contents

2004-06-04 Thread Kris Kennaway
On Fri, Jun 04, 2004 at 08:59:31AM -0600, Simon Timms wrote: Oooh, you know I think I'm just doing 'ssh' and expecting it to work or give me a huge obvious error. I have enabled ForwardX11 in /etc/ssh/ssh_conf on the desktop. You're probably right that it is a question of '-X' or '-Y'. I

interleaved swap? (5.2.1)

2004-06-04 Thread J.D. Bronson
[shadow] 8:11:34am /var/log swapinfo Device 1K-blocks UsedAvail Capacity /dev/da0s1b 10485760 1048576 0% I noticed on some FreeBSD machines I see an entry like this: Type Interleaved How come its missing? -- J.D. Bronson Aurora Health Care // Information

Re: sendmail only accepting local connections

2004-06-04 Thread Andy Clements
It is not a foolish question. While I didn't have sendmail_enable=NO in my /etc/rc.conf, I didn't have sendmail_enable=YES either. When I added sendmail_enable=YES, it finally accepted outside connections. Yea! THANKS! I knew it was some small detail that I missed. Sometimes you just need

Re: Memory used by caching name server?

2004-06-04 Thread Rob
Olaf Hoyer wrote: On Fri, 4 Jun 2004, Rob wrote: named claims memory on the fly. On Solaris, I have bind 8 seen claiming about 800MB RAM for its caching database, being the resolver for the machine that creates from http-logs colorful pictures and other fancy things... Waaauw, that sounds rather

Re: FreeBSD4 COMPAT

2004-06-04 Thread Matthew Seaman
On Fri, Jun 04, 2004 at 11:09:04AM -0400, Reed L. O'Brien wrote: Matthew, et al: The info below is interesting and I appreciate it. I think O wasn't clear enough though. I meant to ask about a kernel option. Speifically options COMPAT_FREEBSD4 #Compatible with FreeBSD4

Re: interleaved swap? (5.2.1)

2004-06-04 Thread Kris Kennaway
On Fri, Jun 04, 2004 at 10:10:19AM -0500, J.D. Bronson wrote: [shadow] 8:11:34am /var/log swapinfo Device 1K-blocks UsedAvail Capacity /dev/da0s1b 10485760 1048576 0% I noticed on some FreeBSD machines I see an entry like this: Type Interleaved

Re: interleaved swap? (5.2.1)

2004-06-04 Thread J.D. Bronson
At 10:35 AM 06/04/2004, Kris Kennaway wrote: On Fri, Jun 04, 2004 at 10:10:19AM -0500, J.D. Bronson wrote: [shadow] 8:11:34am /var/log swapinfo Device 1K-blocks UsedAvail Capacity /dev/da0s1b 10485760 1048576 0% I noticed on some FreeBSD machines I see an

RE: 5.2.1 SMP problems

2004-06-04 Thread Dave Raven
Well all the tests I ran (about 2 memory testers and 2 benchmarks) caused the box to die - even the make installs did half the time. Now that I've disabled SMP there are no problems, and the same tests are working perfectly... The only thing I've changed is the SMP support, and now its been

How to make a screenshot?

2004-06-04 Thread Andrew L. Gould
How can I make a screenshot of what's on my monitor? (I searched the archives unsuccessfully for screenshot.) I'm running FreeBSD 4.10. Thanks, Andrew ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: 5.2.1 SMP problems

2004-06-04 Thread Bill Moran
Dave Raven [EMAIL PROTECTED] wrote: Well all the tests I ran (about 2 memory testers and 2 benchmarks) caused the box to die - even the make installs did half the time. Now that I've disabled SMP there are no problems, and the same tests are working perfectly... The only thing I've changed

RE: How to make a screenshot?

2004-06-04 Thread joel.criqui
If you use kde, there is an application called knsapshot. it allows to do screenshot and to save it in a jpg fromat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Andrew L. Gould Sent: 04 June 2004 17:23 To: [EMAIL PROTECTED] Subject: How to make a

Re: How to make a screenshot?

2004-06-04 Thread Chris
On Friday 04 June 2004 11:23 am, Andrew L. Gould wrote: How can I make a screenshot of what's on my monitor? (I searched the archives unsuccessfully for screenshot.) I'm running FreeBSD 4.10. Gimp and if you use KDE, KSnapshop Thanks, Andrew

Re: interleaved swap? (5.2.1)

2004-06-04 Thread Dan Nelson
In the last episode (Jun 04), Kris Kennaway said: On Fri, Jun 04, 2004 at 10:10:19AM -0500, J.D. Bronson wrote: [shadow] 8:11:34am /var/log swapinfo Device 1K-blocks UsedAvail Capacity /dev/da0s1b 10485760 1048576 0% I noticed on some FreeBSD

Re: How to make a screenshot?

2004-06-04 Thread sigsegv
Andrew L. Gould wrote: How can I make a screenshot of what's on my monitor? (I searched the archives unsuccessfully for screenshot.) I'm running FreeBSD 4.10. Thanks, Andrew Gimp is an image manipulation program similar to Photoshop or PaintShopPro, which can also grab screenshots etc. Run Gimp

tcpd and inetd.conf

2004-06-04 Thread Lasse Danielsen
Not sure if this is a bug or not, but... On FBSD 5.2.1-p6 and 4.10 (at least) I've tried to make an entry in inetd.conf work... I don't want to depend on inetd starting with the flags '-wW', but would like to make the tcpd daemon take care of things. This seem like an impossible task. If I add

Re: How to make a screenshot?

2004-06-04 Thread Cordula's Web
How can I make a screenshot of what's on my monitor? (I searched the archives unsuccessfully for screenshot.) Gimp is an image manipulation program similar to Photoshop or PaintShopPro, which can also grab screenshots etc. Run Gimp and then select File-Acquire-Screen_Shot. Assuming

Re: How to make a screenshot?

2004-06-04 Thread Martin Hudec
Hello, Andrew L. Gould wrote: How can I make a screenshot of what's on my monitor? (I searched the archives unsuccessfully for screenshot.) Or what about ImageMagick? :) and its import utility? Maybe it is big weapon for something so small.. but ImageMagick is imho very useful piece of

Re: How to make a screenshot?

2004-06-04 Thread Andrew L. Gould
On Fri, 4 Jun 2004 18:41:02 +0200 (CEST) Cordula's Web [EMAIL PROTECTED] wrote: How can I make a screenshot of what's on my monitor? (I searched the archives unsuccessfully for screenshot.) Gimp is an image manipulation program similar to Photoshop or PaintShopPro, which can also

RE: How to make a screenshot?

2004-06-04 Thread JJB
DO any of the suggestions made so for work from the command line or do they all just run under x? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Martin Hudec Sent: Friday, June 04, 2004 1:06 PM To: Andrew L. Gould Cc: [EMAIL PROTECTED] Subject: Re: How to

crom output?

2004-06-04 Thread Gary Kline
Here's the latest in the Continuing Adventures of tracking down why my main server crashes in the wee hours (usually). I had the memory replaced and am no longer losing tons of file to badly alloc'd index nodes. *but*, over the weeks that I've ket a

Re: How to make a screenshot?

2004-06-04 Thread Michal Pasternak
Andrew L. Gould [Fri, Jun 04, 2004 at 12:17:10PM -0500]: I flubbed my first attempt with xwd -- I need to spend more time with it's man page. Try: xwd | xwdtopnm | pnmtojpeg foo.jpg ... and xli (xloadimage) for lightweight image viewing program. Gimp, ImageMagick, ksnapshot are

Re: How to make a screenshot?

2004-06-04 Thread Michal Pasternak
JJB [Fri, Jun 04, 2004 at 01:22:27PM -0400]: DO any of the suggestions made so for work from the command line or do they all just run under x? screen has a hardcopy function (C-a h) and a log function (C-a H), if you want to play with textmode. pgpjHMgA7fFFm.pgp Description: PGP signature

security level and fsck

2004-06-04 Thread J.D. Bronson
is there any connection to fsck not be able to run when I am at security level 3 under 5.2.1? That seems odd, but sure seems to be the case. -- J.D. Bronson Aurora Health Care // Information Services // Milwaukee, WI USA Office: 414.978.8282 // Email: [EMAIL PROTECTED] // Pager: 414.314.8282

Re: How to make a screenshot?

2004-06-04 Thread Andrew L. Gould
On Fri, 4 Jun 2004 19:29:41 +0200 Michal Pasternak [EMAIL PROTECTED] wrote: Andrew L. Gould [Fri, Jun 04, 2004 at 12:17:10PM -0500]: I flubbed my first attempt with xwd -- I need to spend more time with it's man page. Try: xwd | xwdtopnm | pnmtojpeg foo.jpg ... and xli

Re: security level and fsck

2004-06-04 Thread Erik Trulsson
On Fri, Jun 04, 2004 at 12:32:51PM -0500, J.D. Bronson wrote: is there any connection to fsck not be able to run when I am at security level 3 under 5.2.1? That seems odd, but sure seems to be the case. That sounds very likely. I would imagine that fsck needs write access to the raw disks

Re: security level and fsck

2004-06-04 Thread Bill Moran
Erik Trulsson [EMAIL PROTECTED] wrote: On Fri, Jun 04, 2004 at 12:32:51PM -0500, J.D. Bronson wrote: is there any connection to fsck not be able to run when I am at security level 3 under 5.2.1? That seems odd, but sure seems to be the case. That sounds very likely. I would imagine

Re: security level and fsck

2004-06-04 Thread J.D. Bronson
At 01:00 PM 06/04/2004, Bill Moran wrote: What about 5's background fsck? Is that set up so it's able to run after the securelevel has been raised? Background fsck seems to wait a minute or so for the machine to boot before it starts. that was sorta my question too. I do see it run LATER after

Re: security level and fsck

2004-06-04 Thread Erik Trulsson
On Fri, Jun 04, 2004 at 02:00:36PM -0400, Bill Moran wrote: Erik Trulsson [EMAIL PROTECTED] wrote: On Fri, Jun 04, 2004 at 12:32:51PM -0500, J.D. Bronson wrote: is there any connection to fsck not be able to run when I am at security level 3 under 5.2.1? That seems odd, but sure

Mail Scan Alert!

2004-06-04 Thread Email Administrator
Bu mesaja ekli olan bir eklenti otomatik olarak silindi. Eklentinin silinme sebebi: Olasý Kötü Niyetli E-Posta Ýçeriði Bulundu Eklenti ismi: your_picture.pif Hacettepe Üniversitesi e-posta sistemi aþaðýda belirtilen uzantýlara sahip tüm eklentileri silmektedir. Bu eklentilerin silinme

MIME-Tools, sendmail or Eudora?

2004-06-04 Thread Greg Barniskis
Please feel free to send me to another forum (Eudora, MIME-Tools or sendmail) as appropriate. I just thought I would start here for clues, (and in the hope of finding a server-side magic bullet, since I cannot really control the senders or receivers of the messages in question). We're using

Getting Compaq WL110 card to work

2004-06-04 Thread Yasir Malik
Hello, I have NetBSD 2.0 BETA installed on my laptop. Unfortunately, NetBSD does not support my Compaq WL110 wireless card. I looked at the FreeBSD man pages and saw that FreeBSD does support my wireless card. I thought I would be able to take the card's id and other pertinent information from

Re: How to make a screenshot?

2004-06-04 Thread Stijn Hoop
On Fri, Jun 04, 2004 at 01:22:27PM -0400, JJB wrote: DO any of the suggestions made so for work from the command line or do they all just run under x? If in X but you want a command line, install ImageMagick and use $ convert X: screenshot.jpg then point to the window you want a screenshot

Re: crom output?

2004-06-04 Thread Mark
Don't buy a new drive yet, I'm having the same problems, built a debug kernel but get complaints of not enough free space to save debug. Thought it was ntpd causing the panic, killed it and made 4 day uptime but it's gone back to the 24th hour panic. On Fri, Jun 04, 2004 at 10:28:46AM -0700,

dump backup question

2004-06-04 Thread matiaspinedo
Hi, I'm running FreeBSD 5.1 and I'm trying to backup= a filesystem which is quite large with many files. I'm using dump, and= using a remote tape. I'm also using cron to make a daily backup with d= ump level 9, and a weekly dump with level 0. The problem I have is that during

Re: Running FreeBSD/PostgreSQL on high-end dual Xeon box

2004-06-04 Thread Kenji M
Thanks guys! After doing some additional reading and your comments I think staying with FreeBSD coupled with a good RAID controller would probably be the least hassle, reliable, and good performing setup. I am looking at a dual Xeon box using an Adpatec 2200S RAID controller with the write

Problem with AMD PCnet/Home internal phy

2004-06-04 Thread J. Seth Henry
Guys, I asked about this during the reign of FreeBSD 4.7 - and no one had any ideas, so I thought I would toss this question back out now that three new versions have crept up - and none indicated any changes to the pcn driver. I have a Compaq IA-1 internet appliance with an AMD 79C978

Intel ICH4 : unable to map IO port space

2004-06-04 Thread Seb
Hello I'm running FreeBSD 5.2.1 Release on a laptop computer equipped with the Intel ICH4 82801DB audio chipset. Sound doesn't work at all, and I have the following error message in the kernel log : pcm0: Intel ICH4 (82801DB) port 0xe100-0xe13f,0xe000-0xe0ff at device 31.5 on pci0 pcm0: unable to

Re: crom output?

2004-06-04 Thread Gary Kline
On Fri, Jun 04, 2004 at 03:20:05PM -0500, Mark wrote: Don't buy a new drive yet, I'm having the same problems, built a debug kernel but get complaints of not enough free space to save debug. Thought it was ntpd causing the panic, killed it and made 4 day uptime but it's gone back to the 24th

Re: NTPD hangs on boot

2004-06-04 Thread Giorgos Keramidas
On 2004-06-03 20:59, Edward Carmody [EMAIL PROTECTED] wrote: Recently did a cvsup and make world procedure, have a couple glitches. - Which version of FreeBSD are you running? - What version did you update to? ___ [EMAIL PROTECTED] mailing list

Re: NTPD hangs on boot

2004-06-04 Thread Bill Campbell
On Fri, Jun 04, 2004, Giorgos Keramidas wrote: On 2004-06-03 20:59, Edward Carmody [EMAIL PROTECTED] wrote: Recently did a cvsup and make world procedure, have a couple glitches. - Which version of FreeBSD are you running? - What version did you update to? In my experience, ntp hanging on

more on fsck with securelevel

2004-06-04 Thread J.D. Bronson
I did set this in /etc/rc.conf: fsck_y_enable=YES But I was wondering if this might be a good idea too: (looking at the defaults) fsck_y_enable=NO # Set to YES to do fsck -y if the initial preen fails. background_fsck=YES # Attempt to run fsck in the background where possible.

Re: more on fsck with securelevel

2004-06-04 Thread Brooks Davis
On Fri, Jun 04, 2004 at 05:05:34PM -0500, J.D. Bronson wrote: I did set this in /etc/rc.conf: fsck_y_enable=YES But I was wondering if this might be a good idea too: (looking at the defaults) fsck_y_enable=NO # Set to YES to do fsck -y if the initial preen fails.

Re: FreeBSD and Sony Clie

2004-06-04 Thread Victor Gregorio
I have been meaning to post my solution for a while now. Brent from the [EMAIL PROTECTED] mailing list helped me with the birda command. The command that worked for me is: /usr/local/bin/irs -d /dev/cuaa1 -y /dev/ptypv -c -e I can then connect via serial device /dev/ttypv at a rate of

Re: Running FreeBSD/PostgreSQL on high-end dual Xeon box

2004-06-04 Thread Chuck Swiger
Kenji M wrote: I had been considering the same setup, but it might make sense just to use 3 disk RAID5 with hot spare ready. The new RAID controller implementation might not buy us much by using 0+1 vs. 5. Any thoughts? I doubt many databases recommend RAID-5; using RAID 0+1 is likely to be a

Re: more on fsck with securelevel

2004-06-04 Thread Bill Moran
Brooks Davis [EMAIL PROTECTED] wrote: On Fri, Jun 04, 2004 at 05:05:34PM -0500, J.D. Bronson wrote: I did set this in /etc/rc.conf: fsck_y_enable=YES But I was wondering if this might be a good idea too: (looking at the defaults) fsck_y_enable=NO # Set to YES to do fsck -y

How to get best results from FreeBSD-questions

2004-06-04 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2003/03/09 22:09:31 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that

  1   2   >