How do I get packages with tgz files

2005-08-24 Thread Bharma
Hi I am working with a machine with FreeBSD 4.2.8 version. I am not allowed to change the version on the machine. I want to install some packages - in particular the KDE package on the machine pkg_add ftp://pub/FreeBSD/ports/packages/kde/kdeversion.tbz results in pkg_add responding that it does

Re[2]: how to enable altq to use with ipfw

2005-08-24 Thread vladone
Thanks! And pf how it's enabled? I think need some device in /dev This is created when compiling kernel with these options or need to compile and options for pf? ___ freebsd-questions@freebsd.org mailing list

Re: Re[2]: how to enable altq to use with ipfw

2005-08-24 Thread Pat Maddox
If you're using IPFW, there's no reason to enable PF. But here's the code to enable in your kernel config: # pf support device pf device pflog device pfsync Here's the handbook page on PF and ALTQ:

Re: pci-x soundcard

2005-08-24 Thread Nikolas Britton
On 8/23/05, Nikolas Britton [EMAIL PROTECTED] wrote: On 8/23/05, Jeff Domeyer [EMAIL PROTECTED] wrote: For the fun of it I was going through google to see if anyone found a pci-x soundcard. I came across this message you wrote:

oversized httpd process?

2005-08-24 Thread Lei Sun
Hi, I saw many posts from google regarding to this question, but there were no definite answers.. some say, it's mod_ssl, some say it's mod_perl, some say it is mm. But my case, it just doesn't make much sence to me at all. Here are the 2 test machines that I have, both have the exact same

Trouble accessing da-devices on Supermicro X6DH8-G2

2005-08-24 Thread Patrick van Iersel
Hi guys (and girls?), I have an interesting yet frustating problem trying to get FreeBSD to access a logical drive/lun's on a raid array. Let me describe the system first. The server has a Supermicro X6DH8-G2 mainboard. This thing has an on-board Adaptec AIC-7902 controller (ahd) which we are not

Re: creating ISO for bootable CD

2005-08-24 Thread Ragnar Lonn
Bsderss wrote: Hi, I downloaded rtems source in the FreeBSD OS. Can anyone please tell me how to create a CD bootable ISO file of rtems in the FreeBSD OS? Look at: http://www.sfc.wide.ad.jp/~watari/FreeBSD/boot.html I found it helpful, although mkisofs options have changed some since

Re: Security warning with sshd

2005-08-24 Thread Alexander Leidinger
Pat Maddox [EMAIL PROTECTED] wrote: Hey guys, thanks for the help so far. I'm going to post this to the freebsd-pf list to see if anyone has any ideas...but I'm using PF, and here's the config. Hopefully you can take a look and see what the problem may be. As I said earlier, I'm not positive

Re: Fonts Question...

2005-08-24 Thread [EMAIL PROTECTED]
On Tue, 23 Aug 2005 04:05:02 -0500 (GMT-05:00) Eric Murphy [EMAIL PROTECTED] wrote: When installing X fonts whats the best way to do this say I found a font I really like thats manily for windows ...the file is called XCELI.TTF So I figured I could go to /usr/X11R6/lib/X11/fonts/TTF and

Re: Fonts Question...

2005-08-24 Thread Beecher Rintoul
Eric Murphy [EMAIL PROTECTED] wrote: When installing X fonts whats the best way to do this say I found a font I really like thats manily for windows ...the file is called XCELI.TTF So I figured I could go to /usr/X11R6/lib/X11/fonts/TTF and place the file there..then open ip

Re: portsdb -Uu duplicate entry warnings

2005-08-24 Thread Alex Zbyslaw
Kris Kennaway wrote: On Tue, Aug 23, 2005 at 08:07:13AM -0400, bob self wrote: I've been told that these messages are not a problem. But I do think that they are warnings. How can I get rid of these warnings? You don't, they're not a problem. If you really don't want to see them, I

creating filesystem images

2005-08-24 Thread jdyke
I have an OS running on a 128Mg CF and i want to tranfsfer this image to a another, actually 5 or more, 512Mg CF cards, each with two partitions one 128 and one 392. dump and restore seem to be able to accomplish this. Is that a good method, is dd better? i realize not entirely freebsd, but

Routing problem?

2005-08-24 Thread Patrick Lindholm
Ok, here´s the deal I have my Freebsd 4.10 gateway/nat/firewall on my network. On my LAN i have couple WIN machines and a Linux Redhat machine working ok to outside and other machine´s with IP 192.168.255.252 eth0 I have one software running on Redhat Machine that uses SLIP and i have

Re: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-24 Thread Hornet
On 8/24/05, ro ro [EMAIL PROTECTED] wrote: Hi All, I was browsing through my log files and noticed that someone (or many people) is trying to gain illegal access to my server (see snippet from log files below). The below log file clearly indicates someone trying to hackaway at my

Re: dump(8), incremental backups, Tower of Hanoi sequence, don't get it

2005-08-24 Thread Scott Mitchell
On Tue, Aug 23, 2005 at 11:35:35AM -0700, Philip Hallstrom wrote: 2) If all you have to deal with are static files and a not-super-giant-filesystem, use rsync. rsync -avz --delete once a night will mirror your data between drives or between machines without any trouble. The only disadvantage

Re: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-24 Thread Michael Dale
Also, most if not all of the blocks below are Asia netblocks that I have had more then 3 attempts to gain access to my servers. 220.0.0.0/8 202.0.0.0/7 134.208.0.0/16 218.0.0.0/8 210.0.0.0/7 221.0.0.0/8 219.0.0.0/8 195.116.0.0/16 59.0.0.0/8 195.133.91.0/24 222.0.0.0/8 Not always a good

Re: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-24 Thread Hornet
On 8/24/05, Michael Dale [EMAIL PROTECTED] wrote: Also, most if not all of the blocks below are Asia netblocks that I have had more then 3 attempts to gain access to my servers. 220.0.0.0/8 202.0.0.0/7 134.208.0.0/16 218.0.0.0/8 210.0.0.0/7 221.0.0.0/8 219.0.0.0/8 195.116.0.0/16

Window manager to use with touch panel

2005-08-24 Thread Per Johnson
Hi everyone I recently got hold of a computer built into a 15 flatscreen monitor. I want to use this to control lights and other things around the appartment and I need a window manager that runs on FreeBSD and works well with touch screens. A user interface with large buttons and a simple

Re: How do I get packages with tgz files

2005-08-24 Thread Jerahmy Pocott
On 24/08/2005, at 4:10 PM, Bharma wrote: Hi I am working with a machine with FreeBSD 4.2.8 version. I am not allowed to change the version on the machine. I want to install some packages - in particular the KDE package on the machine pkg_add ftp://pub/FreeBSD/ports/packages/kde/kdeversion.tbz

HP Proliant DL320

2005-08-24 Thread Paul T. Root
I just got a Proliant DL320 put on my desk to configure for a tcpdump monitoring project. The cooling fans run at full speed and as loud as can be. I see that there is hpapm or cpqhealth programs for Windows, and looks like Red Hat and Suse, that will watch the temperature and turn down the

Re: Script help using cut

2005-08-24 Thread antenneX
- Original Message - From: antenneX [EMAIL PROTECTED] To: Giorgos Keramidas [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Sent: Tuesday, August 23, 2005 8:35 PM Subject: Re: Script help using cut - Original Message - From: Giorgos Keramidas [EMAIL PROTECTED] To:

Re: Script help using cut

2005-08-24 Thread Giorgos Keramidas
On 2005-08-24 07:58, antenneX [EMAIL PROTECTED] wrote: antenneX [EMAIL PROTECTED] wrote: Giorgos Keramidas [EMAIL PROTECTED] wrote: (envelope-from [EMAIL PROTECTED]) (envelope-from [EMAIL PROTECTED]) (envelope-from [EMAIL PROTECTED]) All ideas appreciated $ awk '{print $2}'

cvsup multiple RELENGs?

2005-08-24 Thread Joel Hatton
Hi, Situation - I have a machine that I use to build the base system for others. I'd like to be able to have multiple copies of /usr/src for different releases - in particular, RELENG_5_3 and RELENG_5_4. Rather than just changing my RELENG in the supfile and blowing away the tree each time I

Re: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-24 Thread nawcom
i usually run a swatch script to monitor ssh login attempts and deny them via ipfw - most of them are addresses from people running linux trying to bruteforce there way in - the list can get pretty long. also whats most funny is that alot of those people try windows server exploits on me

Re: cvsup multiple RELENGs?

2005-08-24 Thread Stepan Rakhimov
Joel Hatton wrote: Hi, Situation - I have a machine that I use to build the base system for others. I'd like to be able to have multiple copies of /usr/src for different releases - in particular, RELENG_5_3 and RELENG_5_4. Rather than just changing my RELENG in the supfile and blowing away the

Re: Question

2005-08-24 Thread Jonathan Arnold
John C. Bogard wrote: Root PW lost, need to access FBSD and am unable to now See my posting on the subject here: http://freebsd.amazingdev.com/blog/archives/99.html Also, search my site for other root password gotchas. -- Jonathan Arnold (mailto:[EMAIL PROTECTED]) Daemon Dancing in

Re: cvsup multiple RELENGs?

2005-08-24 Thread Richard Burakowski
Joel Hatton wrote: Hi, Situation - I have a machine that I use to build the base system for others. I'd like to be able to have multiple copies of /usr/src for different releases - in particular, RELENG_5_3 and RELENG_5_4. Rather than just changing my RELENG in the supfile and blowing away the

Re: identd and pf question

2005-08-24 Thread Giorgos Keramidas
On 2005-08-23 22:31, Matt Rechkemmer [EMAIL PROTECTED] wrote: After banging my head for awhile, and trying other daemons (oidentd, pidentd), I tried disabling pf with pfctl -d. Voila, clients can connect. I re-enabled pf with pfctl -e and things are broken again. Show us your pf.conf file,

pax question

2005-08-24 Thread Osmany Guirola Cruz
Hi people i want do backup of my home directory (some days ago i had a terrible accident with my hdd and i don't have backups of my files :-( ) now i am using or trying to use pax.this is what i did. in the crontab i put this 0 6 1 * * rootpax -wzf

Re: oversized httpd process?

2005-08-24 Thread Dan Nelson
In the last episode (Aug 24), Lei Sun said: I saw many posts from google regarding to this question, but there were no definite answers.. some say, it's mod_ssl, some say it's mod_perl, some say it is mm. But my case, it just doesn't make much sence to me at all. Here are the 2 test

Re: pppoed using mpd - dirrect connect between LAN clients

2005-08-24 Thread Lowell Gilbert
Ovidiu Ene [EMAIL PROTECTED] writes: Hello guys I've setup a pppoe server using mpd and i've activated proxy arp in pppoed. The problem is that all traffic between LAN users is going via pppoed NIC. I do not want that, i want that LAN users to have traffic direct, like using fixed IPs.

Re: Still problems with ntop?

2005-08-24 Thread Lowell Gilbert
Matt Virus [EMAIL PROTECTED] writes: I see bug reports and broken port notifications. I get an error when compiling from source cannot find -lmyrrd I have rrdtool installed, i even uninstalled it and reverted to the older version and still no dice. *shrug* anybody got anything?

Re: Making several custom boot configurations?

2005-08-24 Thread Lowell Gilbert
sd [EMAIL PROTECTED] writes: I'm trying to make several different configurated systems on one FreeBSD box: different kernel parameters for each configuration, different hostname, startup scripts, network configurations, etc. Can it be done by adding some custom points to boot manager menu or

OT

2005-08-24 Thread slack _usr
Hi, There is a little offtopic, but, everything should be the same like in FreeBSD. First of all, I'm sorry for such stupid question. I know, that I need few details, but I can't figure out what are they. I'm plaing with Intel(r) PRO/Wireless2200BG wifi card and it's configuration. I have found

Re: creating filesystem images

2005-08-24 Thread Lowell Gilbert
jdyke [EMAIL PROTECTED] writes: I have an OS running on a 128Mg CF and i want to tranfsfer this image to a another, actually 5 or more, 512Mg CF cards, each with two partitions one 128 and one 392. dump and restore seem to be able to accomplish this. Is that a good method, is dd better?

semi-OT: non-Latin fonts under Emacs

2005-08-24 Thread Robert Huff
Would someone who is successfully seeing/using non-Latin (Cyrillic, Arabic, et al.) fonts under Emacs/Xemacs please contact me _off-list _? Robert Huff ___ freebsd-questions@freebsd.org mailing list

Re: semi-OT: non-Latin fonts under Emacs

2005-08-24 Thread Giorgos Keramidas
On 2005-08-24 11:11, Robert Huff [EMAIL PROTECTED] wrote: Would someone who is successfully seeing/using non-Latin (Cyrillic, Arabic, et al.) fonts under Emacs/Xemacs please contact me _off-list_? I am using Greek (ISO8859-7) fonts on both the FreeBSD console and within xterm in X11. Does that

Re: How do I get packages with tgz files

2005-08-24 Thread Bharma
Am sorry for the typos. The problem is actually this. The KDE packages available right now are tbz files. However, pkg_add on FreeBSD 4.2.8 understands only tgz files. I earlier wrote that I was trying to install tgz files though I meant that I was trying to install tbz files. So the question is

RE: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-24 Thread Gayn Winters
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Dale Sent: Wednesday, August 24, 2005 4:40 AM To: Hornet Cc: ro ro; freebsd-questions@freebsd.org Subject: Re: Illegal access attempt - FreeBSD 5.4 Release - please advise Also, most

Re: creating filesystem images

2005-08-24 Thread David Kelly
On Wed, Aug 24, 2005 at 11:00:52AM -0400, Lowell Gilbert wrote: jdyke [EMAIL PROTECTED] writes: I have an OS running on a 128Mg CF and i want to tranfsfer this image to a another, actually 5 or more, 512Mg CF cards, each with two partitions one 128 and one 392. dump and restore seem to

Re: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-24 Thread Adi Pircalabu
On Tue, 23 Aug 2005 21:22:34 -0700 (PDT) ro ro [EMAIL PROTECTED] wrote: I took the issue of creating a good firewall quite lightly and now I regret that decision.. now I have learnt... Can someone provide me with guidance on this issue and advise me on next steps to take action against such

Re: scanner for fbsd $50-$200

2005-08-24 Thread Erik Nørgaard
dick hoogendijk wrote: Than I looked at SANE-cvs (the latest). There also most modern cheap scanners you see in store today don't seem to be supported. EpsonPerfection 2480/2580/3170 or CanoScan4200F or the cheaper HPScanJets. The EpsonPerfection 2480 works (FreeBSD 6.0), I bought it one

Re: Script help using cut

2005-08-24 Thread antenneX
- Original Message - From: Giorgos Keramidas [EMAIL PROTECTED] To: antenneX [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Sent: Wednesday, August 24, 2005 8:04 AM Subject: Re: Script help using cut On 2005-08-24 07:58, antenneX [EMAIL PROTECTED] wrote: antenneX [EMAIL

Re: Script help using cut

2005-08-24 Thread Giorgos Keramidas
On 2005-08-24 11:41, antenneX [EMAIL PROTECTED] wrote: Giorgos Keramidas [EMAIL PROTECTED] wrote: sed -e 's/)[[:space:]]*$//' -e 's/^.*@//' or you can use as complex regular expressions as necessary to cut specific parts of the line: sed -e 's/[EMAIL PROTECTED]([^)]*\))[[:space:]]*$/\1/'

Re: oversized httpd process?

2005-08-24 Thread Lei Sun
Now that I think about it, I did install the eaccelerator for php, and configured it to take 128Mb for eaccelerator.shm_size. It also appears that when I reboot the machine A without pointing my browser to it once, the httpd processes are quite small. BUT... Even with the 2 php application that I

Re: oversized httpd process?

2005-08-24 Thread Dan Nelson
In the last episode (Aug 24), Lei Sun said: Now that I think about it, I did install the eaccelerator for php, and configured it to take 128Mb for eaccelerator.shm_size. It also appears that when I reboot the machine A without pointing my browser to it once, the httpd processes are quite

Re: cvsup multiple RELENGs?

2005-08-24 Thread Glenn Dawson
At 06:15 AM 8/24/2005, Joel Hatton wrote: Hi, Situation - I have a machine that I use to build the base system for others. I'd like to be able to have multiple copies of /usr/src for different releases - in particular, RELENG_5_3 and RELENG_5_4. Rather than just changing my RELENG in the

Re: HP Proliant DL320

2005-08-24 Thread Chuck Swiger
Paul T. Root wrote: [ ... ] I see that there is hpapm or cpqhealth programs for Windows, and looks like Red Hat and Suse, that will watch the temperature and turn down the fans to needed levels. Is there anything to control these things for FreeBSD? What happens if you install Linux emulation

Re: Routing?

2005-08-24 Thread Chuck Swiger
Patrick Lindholm wrote: [ ... ] But the 192.168.0.6 Does´nt appear to be available for other computers on my LAN So i checked out some manuals and used command: ARP -Ds 192.168.0.6 sl0 pub and 92.168.0.6 came visible to other computers on my LAN. So now i thought that all i have to do is

Re: pci-x soundcard

2005-08-24 Thread hal
On Aug 23, 2005, at 8:58 PM, Nikolas Britton wrote: Talk to hal because he did buy one. He posted a message saying that he was having trouble with it. I answered it telling him to put snd_driver_load=YES into loader.conf but he never replied back to say if it worked or not. Sorry for the

Zyxel Prestige ADSL

2005-08-24 Thread Patrick Lindholm
Hello i have Zyxel Prestige 623R-T1 ADSL modem There is no NAT or other DHCP services running on the modem. Access via http address 192.168.1.1 When i plug it into my Windows machine everything works. Well i want to of course use my Freebsd machine wich is my NATD / Firewall box for my

Re: creating filesystem images

2005-08-24 Thread Gary W. Swearingen
David Kelly [EMAIL PROTECTED] writes: The advantage of dump/restore is that only the necessary data is written. With dd all the unused blocks on the media are also written, including the filesystem, which will probably work on the larger card. If you don't mind educating me further for no

Internationalization, gnome and gnucash

2005-08-24 Thread Maarten Sanders
Hi, I have installed gnucash and as long as I stay with english everything looks fine. When I start gnucash like this: env LC_ALL=nl_NL gnucash I get funny characters: e-accent becomes e , so the quotes are before the e! When I do the same with, e.g., gedit e-accent in the menus is just what it

Re: Zyxel Prestige ADSL

2005-08-24 Thread Derrill Guilbert
http://us.zyxel.com/support/productSupport.php?supportpath=p623r_a1 Sounds like the Zyxel is in router mode? Derrill Patrick Lindholm wrote: Hello i have Zyxel Prestige 623R-T1 ADSL modem There is no NAT or other DHCP services running on the modem. Access via http address 192.168.1.1

Re[2]: mime contents thru ipfw

2005-08-24 Thread vladone
U are funny (sorry). Use Freebsd for firewall and microsoft for proxy? If u want an easy solution with microsoft try Windows2003 server (that have route and NAT options) and Sygate at firewall. Or any version of Windows with winroute for nat/proxy. I recommend u oldies versions like 4.x for

Re: Will this actually work?

2005-08-24 Thread Joshua Weaver
No, it uses layer 2 communication at that point. On the 6 FreeBSD stations I have, you are apparently right. It looks like a way to exploit a system without access to the ports. I'm not sure why the kernel intercepts the data that way (you didn't even use a NOP sled.) -Josh

problem sendmail with msgidruleset.m4 : *** ERROR: FEATURE() should be before MAILER()

2005-08-24 Thread jstarng
I'm trying to set up sendmail with the msgidruleset.m4 so that all inbound and outbound emails from the server are copied to an archiving account. i'm following the directions listed at: http://www.usenix.org/publications/login/1999-10/features/archiving.html or

Re: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-24 Thread Bob Johnson
On 8/24/05, ro ro [EMAIL PROTECTED] wrote: Hi All, I was browsing through my log files and noticed that someone (or many people) is trying to gain illegal access to my server (see snippet from log files below). The below log file clearly indicates someone trying to hackaway at my

Re: creating filesystem images

2005-08-24 Thread David Kelly
On Wed, Aug 24, 2005 at 10:47:06AM -0700, Gary W. Swearingen wrote: David Kelly [EMAIL PROTECTED] writes: The advantage of dump/restore is that only the necessary data is written. With dd all the unused blocks on the media are also written, including the filesystem, which will probably

Re: dump(8), incremental backups, Tower of Hanoi sequence, don't get it

2005-08-24 Thread Danny Howard
On Wed, Aug 24, 2005 at 12:32:38PM +0100, Scott Mitchell wrote: Another useful rsync option is --link-dest: --link-dest=DIR This option behaves like --copy-dest, but unchanged files are hard linked from DIR to the destination directory. The files must be identical

Re: limits puzzle - different limits on similar machines

2005-08-24 Thread Danny Howard
On Tue, Aug 23, 2005 at 06:52:28PM -0600, Chad Leigh -- Shire.Net LLC wrote: On Aug 23, 2005, at 5:56 PM, Danny Howard wrote: # bump max datasize options MAXDSIZ=(1024*1024*1024) options MAXSSIZ=(1024*1024*1024) options DFLDSIZ=(1024*1024*1024) Might this not be it?

Re: Where to FreeBSD Boot Manager?

2005-08-24 Thread Bob Johnson
On 8/22/05, Jerahmy Pocott [EMAIL PROTECTED] wrote: On 22/08/2005, at 11:22 AM, Garrett Cooper wrote: Yes, XP does have a boot manager, and I suppose I should have listed some available options when I originally replied to the email. Just thought that someone was making a split

Re: anonymous ssh forwarding

2005-08-24 Thread Jonathan Glaschke
Hello, On Thu, Aug 25, 2005 at 12:35:24AM +0300, Toomas Laasik wrote: Hello, I have the following situation. Our company has a ssh server where users can connect from only specified static ip addresses. Like I have at home an ip address 1.2.3.4 and ssh server accepts connections only from

anonymous ssh forwarding

2005-08-24 Thread Toomas Laasik
Hello, I have the following situation. Our company has a ssh server where users can connect from only specified static ip addresses. Like I have at home an ip address 1.2.3.4 and ssh server accepts connections only from it. Now I wan't to get access to that ssh server from places where I don't

Re: anonymous ssh forwarding

2005-08-24 Thread Toomas Laasik
Hello, On Thu, Aug 25, 2005 at 12:35:24AM +0300, Toomas Laasik wrote: Hello, I have the following situation. Our company has a ssh server where users can connect from only specified static ip addresses. Like I have at home an ip address 1.2.3.4 and ssh server accepts connections only

Re[2]: anonymous ssh forwarding

2005-08-24 Thread Hexren
Hello, On Thu, Aug 25, 2005 at 12:35:24AM +0300, Toomas Laasik wrote: Hello, I have the following situation. Our company has a ssh server where users can connect from only specified static ip addresses. Like I have at home an ip address 1.2.3.4 and ssh server accepts connections only

Re: How do I get packages with tgz files

2005-08-24 Thread Kris Kennaway
On Wed, Aug 24, 2005 at 08:32:36AM -0700, Bharma wrote: Am sorry for the typos. The problem is actually this. The KDE packages available right now are tbz files. However, pkg_add on FreeBSD 4.2.8 understands only tgz files. I earlier wrote that I was trying to install tgz files though I meant

FreeBSD on old laptop, installer panic

2005-08-24 Thread Zac Berkowitz
I'm giving FreeBSD a go on my laptop, but I'm running into problems straight off the 5.4-STABLE installer. At first it would hang without an error. After I disabled power management in the bios I got a bit further - now it crashes with a panic: - pcib0:

Re: Where to FreeBSD Boot Manager?

2005-08-24 Thread Soo-Hyun Choi
Oops, this is the very link that I was looking for. Thanks a lot! Soo-Hyun On 8/24/05, Bob Johnson [EMAIL PROTECTED] wrote: On 8/22/05, Jerahmy Pocott [EMAIL PROTECTED] wrote: On 22/08/2005, at 11:22 AM, Garrett Cooper wrote: Yes, XP does have a boot manager, and I suppose I

Re: how to use linux .so in freebsd application

2005-08-24 Thread Chicky ShnoodleSoup
I guess I found the answer to my question (thanks Google Groups!): On Fri, May 27, 2005 at 03:10:13PM -0700, Simeon Nifos wrote: Hallo everybody, 1:) Suppose I have a Linux Library library.so.=20 And I want to link it with my main.c compiled in FreeBSD. How can I achieve that? You can't.

Re: Script help using cut

2005-08-24 Thread antenneX
- Original Message - From: Giorgos Keramidas [EMAIL PROTECTED] To: antenneX [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Sent: Wednesday, August 24, 2005 11:52 AM Subject: Re: Script help using cut On 2005-08-24 11:41, antenneX [EMAIL PROTECTED] wrote: Giorgos Keramidas [EMAIL

Booting FreeBSD over network or serial links?

2005-08-24 Thread Sarath Kamisetty
Hi, I have two PCs, one with linux installed and another one is a old PC. I would like use my linux pc to make modifications to freebsd code base and then test it on my old PC. After compiling freebsd image on my linux pc, how do I boot this image on my old PC ? Is there a cost effective way of

Re: limits puzzle - different limits on similar machines

2005-08-24 Thread Chuck Swiger
Danny Howard wrote: On Tue, Aug 23, 2005 at 06:52:28PM -0600, Chad Leigh -- Shire.Net LLC wrote: On Aug 23, 2005, at 5:56 PM, Danny Howard wrote: # bump max datasize options MAXDSIZ=(1024*1024*1024) options MAXSSIZ=(1024*1024*1024) options DFLDSIZ=(1024*1024*1024) Might this not

Performance Issues with AMD64 3000+, 1.5GB RAM, FreeBSD 5.4-RELEASE

2005-08-24 Thread Mark Kane
Hi everyone. Last night I finally worked out some issues with my AMD64 machine and got it up and operational. It's an AMD64 3000+ with 1.5GB RAM, and five 7200RPM hard drives (total of 720 gigs) running FreeBSD 5.4-RELEASE (amd64). When doing testing and initial install/configuration of this

RE: Illegal access attempt - FreeBSD 5.4 Release - please advise

2005-08-24 Thread Chris St Denis
How can I easily auto deny after x failed attempts? Is this an sshd setting? I could find it. Is there something in ports that will firewall off somebody who is brute forcing? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pat Maddox Sent: Tuesday,

Re: Performance Issues with AMD64 3000+, 1.5GB RAM, FreeBSD 5.4-RELEASE

2005-08-24 Thread TRODAT
On Wed, 24 Aug 2005, Mark Kane wrote: Hi everyone. Last night I finally worked out some issues with my AMD64 machine and got it up and operational. It's an AMD64 3000+ with 1.5GB RAM, and five 7200RPM hard drives (total of 720 gigs) running FreeBSD 5.4-RELEASE (amd64). When doing testing

Corrupt entries in /var/log/messages?

2005-08-24 Thread Chris St Denis
Occasionally I get entries like this in my log. It looks like more than one process is logging at the same time. Shouldn't syslogd be thread/SMP/concurrency safe from this kind of thing? Aug 24 05:29:44 sakura kernel: 66ppiidd 119942486 9( (hthttptdpd)),, uiudi d 808:0 :e xeixtietde do no ns

Re: Performance Issues with AMD64 3000+, 1.5GB RAM, FreeBSD 5.4-RELEASE

2005-08-24 Thread Mark Kane
TRODAT wrote: Mark, I to am having similar problems with SATA drives, to the point where the audio coming from XMMS sounds just TRIPPING! Well while all my drives are PATA, I should mention that I'm not even trying to play mp3s/Ogg files from any of my five drives most of the time. I run a

Re: Performance Issues with AMD64 3000+, 1.5GB RAM, FreeBSD 5.4-RELEASE

2005-08-24 Thread Mark Kane
Daniel Marsh wrote: Could you post your dmesg to the list? I have had a similar problem with SATA hard drives on an Intel PNSLK 945 chipset motherboard with a Pentium D 3ghz. The SATA drives simply would not recognize as DMA, only PIO, in the BIOS there was a setting for ATA/IDE Mode, the

Re: Booting FreeBSD over network or serial links?

2005-08-24 Thread Glenn Dawson
At 05:54 PM 8/24/2005, Sarath Kamisetty wrote: Hi, I have two PCs, one with linux installed and another one is a old PC. I would like use my linux pc to make modifications to freebsd code base and then test it on my old PC. After compiling freebsd image on my linux pc, how do I boot this image