Replacing a failing HD

2005-10-04 Thread Charlie Schluting
So, clearly dd'ing the drive to another drive won't work. How can I replicate the boot block and partition table from my existing drive onto a new one in freebsd? In solaris, I'd use prtvtoc | fmthard, then dd... Thanks :) -Charlie ___

Re: Replacing a failing HD

2005-10-04 Thread Charlie Schluting
I have used dd to image a drive many times before in freebsd. It works like a champion and will boot up just fine. I may have misunderstood your mail but if not then it will work. Well, maybe my weird over ssh calling a setuid program that calls a script dd was flawed somehow. I'll do it

Re: let me just throw this out there..

2005-01-25 Thread Charlie Schluting
On 1/25/2005 8:46 PM, SigmaX wrote: Used to happent o me all the time w/ Windows 2000. That's the reason I switched to FreeBSD ;-) (e pluribus unim). Cheerio, SigmaX And windows is normally more tolerant of flaky hardware/power. Heh. :) -Charlie

Re: IP Block

2005-01-22 Thread Charlie Schluting
Lady Amalara wrote: My Question is...how can I block my IP address so others won't see it??? ___ The only way is to stop using 205.206.1.11 to connect to anything. Really, you can't hide.. else nothing will work. The only way is to not use the Internet. i.e. you don't

Re: Connection via proxy

2005-01-22 Thread Charlie Schluting
Mervin McDougall wrote: Ummm what do you suggest that I do to get it connected to the proxy server? Well obviously you'll need an IP address first. Remember the ifconfig you pasted? The netstat -rn? You have no IP address assigned to an interface. Try reading

Re: TCPDUMP performance

2005-01-04 Thread Charlie Schluting
James Kilton wrote: Hello, We've installed some FreeBSD machines as Gigabit sniffers, and I'm wondering if there are any things I can tweak (e.g., buffer size) to help TCPDUMP capture better (we often see packets dropped by the kernel). Any advice would be appreciated. This: sysctl

Re: Sendmail, simple mail list problem

2004-11-20 Thread Charlie Schluting
Alan Curtis wrote: 553 You are not authorized to send mail as [EMAIL PROTECTED] 501 5.6.0 Data format error So [EMAIL PROTECTED] and [EMAIL PROTECTED] can send mail to the list but not [EMAIL PROTECTED]. Any suggestions on how to fix this? Sounds like your ISP published SPF records, and sites

Re: resolv.conf - hosts

2004-11-18 Thread Charlie Schluting
Brian Henning wrote: Greetings All: Is it possible to add a line above that name server entries in the resolv.conf file that will tell the system to check the hosts file for a resolution before querying the dns server(s)? Thanks, Depending on your version of freebsd, nsswitch.conf will have:

Re: malloc in 5.3

2004-11-07 Thread Charlie Schluting
UPDATING does mention libmap.conf... adding the suggested values was required once I got gaim rebuilt. So *shrug* nevermind I guess :) -Charlie ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

malloc in 5.3

2004-11-06 Thread Charlie Schluting
So... lots of things are crashing since updating to 5.3, and a google search revealed something about malloc() debugging options. UPDATING mentions no such thing. :( The 5.3 release notes mention it, however. Crashing apps: fluxbox: recompiled boxtools and fluxbox. Worked. gaim: tried to

Re: Maximum uptime 497 days?

2004-06-28 Thread Charlie Schluting
Rob wrote: Hi, By accident I happen to come across this remarkable limit of uptime registration for FreeBSD systems. After 497 days, the timer jumps to zero again. Not here.. 8:00AM up 1074 days, 11:58, 0 users, load averages: 0.57, 0.26, 0.10 That's on 2.1.0-RELEASE, BTW :) -Charlie

FreeBSD and Grub

2004-02-02 Thread Charlie Schluting
On my laptop, I have one hard drive. Slice 4 holds my FreeBSD partition. I used the defaults during the install of 5.2, so /boot lives on slice 4, part a. I have Grub configured as such: root(hd0,3,a) kernel /boot/loader Upon boot attempt, I see: Filesystem type unknown, partition type 0xa5

Re: FreeBSD and Grub

2004-02-02 Thread Charlie Schluting
Charlie Schluting wrote: root(hd0,3,a) kernel /boot/loader Upon boot attempt, I see: Filesystem type unknown, partition type 0xa5 Error 17: Cannot mount selected partition. OOPS! Ignore that question... I see someone was asking the same thing :) Someone replied: And it will load the MBR from

Re: FreeBSD and Grub

2004-02-02 Thread Charlie Schluting
to install the fbsd boot manager to the boot sector of this partition, but it seems it is done by default. Removing 'kernel /boot/loader' and adding 'chainloader +1' (instead of keeping both, like some docs suggest) worked perfectly. Thanks Joe! Charlie Schluting wrote: root(hd0,3,a) kernel

Re: Vhost

2004-02-01 Thread Charlie Schluting
Mr Kitt wrote: To whom it may concern, pls provide me the cmds as well... u may give me an example so that i can learn faster n understand better... Nobody is going to give you commands for basic things. It would just take too long. Read the manual. It sounds like you're wanting to set up

5.2 upgrade failed..

2004-01-30 Thread Charlie Schluting
I'm a moron. I didn't follow the directions. I did: make buildworld; make buildkernel; make installkernel; make installworld. Note: there was no booting into single user mode :( The installworld failed 1/2 was through.. I rebooted into single user mode, tried to re-run installworld. It

Re: calcru negative-time messages 4.X vs 5.X

2004-01-25 Thread Charlie Schluting
Please help if you can. I am not the only one with this problem, I wonder if others have given up and gone back to versions 4.X... Thank you all, Roy I wish there was a solution to this.. I've search for many moons. My problem is that I can't upgrade my firewall, because I have bad RAM. Make

Re: DNS access on private (RFC 1918) network

2004-01-20 Thread Charlie Schluting
Kenneth W Cochran wrote: Hello: I get messages like the following in my syslog all the time: Jan 20 09:00:40 kern.info localhost /kernel: Connection attempt to UDP 192.168.0.1:1990 from 192.168.0.1:53 Jan 20 09:02:48 kern.info localhost /kernel: Connection attempt to UDP 192.168.0.1:2052 from

Re: DNS access on private (RFC 1918) network

2004-01-20 Thread Charlie Schluting
Gautam Gopalakrishnan wrote: udp:53 is DNS. Maybe your apps are looking a named on your machine... Just my newbie guess. Gautam Actually, its named looking to connect to a port that is no longer listening for it to respond there... ___ [EMAIL

saslauthd not working?

2003-09-23 Thread Charlie Schluting
Hi, Trying to configure sasl with postfix.. and I keep getting Login Failed Here's what I have: telnet localhost 25: AUTH PLAIN Y2hhcm... 535 Error: authentication failed The maillog simply shows: warning: localhost[127.0.0.1]: SASL PLAIN authentication failed /etc/rc.conf:

Re: saslauthd not working?

2003-09-23 Thread Charlie Schluting
On Wed, 24 Sep 2003, Jez Hancock wrote: On Tue, Sep 23, 2003 at 05:32:33PM -0700, Charlie Schluting wrote: Hi, Trying to configure sasl with postfix.. and I keep getting Login Failed Run test utility: ./testsaslauthd -u igor -p secret 0: OK Success. If you get output other

Bind query logging stops after a logrotate.

2003-09-08 Thread Charlie Schluting
FBSD 5.1: Using Bind9.2.2, and I have query logging turned on: logging { channel querylog { file /var/log/query.lo~g; print-time yes; }; category queries { querylog; }; }; After a logrotate, it stops logging completely. The permissions are correct, and all I have to do to make it start

Re: Bind query logging stops after a logrotate.

2003-09-08 Thread Charlie Schluting
On Mon, 8 Sep 2003, John Ekins wrote: Hello Charlie, On Mon, 8 Sep 2003 12:04 , Charlie Schluting [EMAIL PROTECTED] sent: After a logrotate, it stops logging completely. The permissions are Yes, I meant after a run of newsyslog. You could use the built in log rotation in Bind. Change

RE: RE: [JunkMail] IPF DHCP request

2003-08-18 Thread Charlie Schluting
On Mon, 18 Aug 2003, geek wrote: i read it already, but i have a problem with it # # Allow bootp traffic in from your ISP's DHCP server only. # pass in quick on

Re: Installing webmin 1.100

2003-08-18 Thread Charlie Schluting
On Tue, 19 Aug 2003 [EMAIL PROTECTED] wrote: I tried to install webmin by the instructions and ended up with a no-go on it. Would you be so kind as to walk through, step by step, installing a tar.gz? converted it into a tar easy enough but this is where the instructions break down, I

Re: fxp0 only 300Kbits/sec ?

2003-08-14 Thread Charlie Schluting
Nothing is mentioned in /var/log/messages. The switch claims the port is running at 100Mbits, full-duplex, as does the output of ifconfig. Suggestions? - Mike Hogsett Does ifconfig show any errors? Does the switch show any errors? That's where I'd start.. --Charlie

Re: FreeBSD tool for network bandwidthmeasure ?

2003-08-12 Thread Charlie Schluting
this scriipt? Dan Charlie Schluting wrote: On Mon, Aug 04, 2003 at 10:34:20PM -0700, dt wrote: Is there any standard (or non) FreeBSD tool that is used to measure a current network throughput/bandwidth? And also, what are the requirements to do so, and do I need to be root to run, or do

Re: POP Before SMTP

2003-08-09 Thread Charlie Schluting
http://www.google.com/search?q=pop+before+smtp+sendmail On Fri, 8 Aug 2003, FreeBSD wrote: Does anyone have any URL's for POP Before SMTP setup for sendmail? I'm on Fbsd4.8 with the current Sendmail 8.12.8. I havent used pop and smtp on my server in 4 years now so none of my old

watch: fatal: cannot open snoop device

2003-08-09 Thread Charlie Schluting
ssia, I can't run watch since adding more restrictive firewall rules. I don't see how that would stop watch from working.. I don't have a snp0 device..but I'm running 5.0 so I can't run MAKEDEV. I'm a bit confused about devfs and how it makes devices. In my searches, making the device seems to

Re: FreeBSD tool for network bandwidthmeasure ?

2003-08-06 Thread Charlie Schluting
On Mon, Aug 04, 2003 at 10:34:20PM -0700, dt wrote: Is there any standard (or non) FreeBSD tool that is used to measure a current network throughput/bandwidth? And also, what are the requirements to do so, and do I need to be root to run, or do I need to load a special kernel module?

Re: FreeBSD tool for network bandwidthmeasure ?

2003-08-06 Thread Charlie Schluting
This is what I get from: systat if 1 /0 /1 /2 /3 /4 /5 /6 /7 /8 /9 /10 Load Average | /0 /10 /20 /30 /40 /50 /60 /70 /80 /90 /100 idle X root idle: cpu0 root idle:

Re: adding user and group on redhat.

2003-08-05 Thread Charlie Schluting
You sent email to: [EMAIL PROTECTED] On Wed, 6 Aug 2003, Anil Garg wrote: hi, On red hat ..commands 'adduser' and '/stand/sysinstall' doesnt work. Can someone help me by telling how to add user and group in redhat. No. Point and click ... point and click Thanks and Regards Anil.

Re: booting in graphical mode in fluxbox

2003-07-28 Thread Charlie Schluting
On Mon, 28 Jul 2003, marlon corleone wrote: how do i boot graphically in fluxbox? im booting up fluxbox in startx method, if i want to boot it in graphical mode, should i COMMENT this entry: exec /usr/X11R6/bin/fluxbox in my .xinitrc and put the entry in .xsession, is that all i have to

Re: startx wont load anymore as root

2003-07-28 Thread Charlie Schluting
On Mon, 28 Jul 2003, marlon corleone wrote: startx wont load anymore running it as root. the problem started when i got a improper shutdown, and when i reboot i saw this error message dmesg /var /usr was not properly dismounted, so what i did, is boot in single user and do a fsck then when

Re: I want using FreeBSD, but...

2003-07-27 Thread Charlie Schluting
Your comment is insulting, unfair, hostile to encouraging the spread of BSD, and hostile to those who both happen to be Christian and need to use BSD. (note: I am atheist, and would say the same if you had labeled any religion - Muslim, Hindi, Marxism, etc, as stupid. ) Please

Re: /dev/psm0

2003-07-27 Thread Charlie Schluting
On Sun, Jul 27, 2003 at 08:52:39AM -0400, DJ Landreneau wrote: I am running 5.0 that came with FreeBSD Unleashed by Sams. Can you point me into the correct direction for enabling kernel support for psm0? Read the chapter in the handbook about kernel configuration, and take it

ipfw intricacies?

2003-07-26 Thread Charlie Schluting
Hi, I have a fbsd box that runs its own firewall.. and tonight I learned my lesson about trying to configure it remotely :) Anyways, I'm trying to find some better documentation. The manpage says nothing about what options it can take in this example: 00903 allow igmp from any to any 00904

Re: I want using FreeBSD, but...

2003-07-25 Thread Charlie Schluting
On Fri, 25 Jul 2003, Roger 'Rocky' Vetterberg wrote: Rissland, Thorsten wrote: ...i'm a christian. I hope this helps, freebsd is really a great operating system and I hope you wont let religion or politics stop you from using it. I thought this was a joke the first time I read it..

Re: Problem recreating Virtual Hosts settings from Windows to BSD

2003-06-23 Thread Charlie Schluting
william nova wrote: I was using Apache 2 on Windows 2003 server. I had 2 virtual hosts running, using no-ip for DNS resolution along with a NO-IP referral entry for each (since my ISP blocks port 80) The virtual hosts config portion of httpd.conf looked like: NameVirtualHost * VirtualHost *

Re: error in buildworld.

2003-06-23 Thread Charlie Schluting
michael Corleone wrote: hi i received this error when im about to do a buildworld after upgrading my src and ports collection. im running 4.8-RELEASE, heres the logs of the errors: i hope anyone can explain what and where is the the line that causes the error, thanks all. === bin/ln === bin/ls

Re: KDE VNC server crashes

2003-06-23 Thread Charlie Schluting
Rik Scarborough wrote: I'm having a problem with KDE's VNC server under FreeBSD. I can connect to one machine that is running KDE and set to allow uninvited guests, but when I disconnect from that machine the VNC server (krfb) crashes with the following message. The Application unknown (krfb)

Make buildworld fails (many times)

2003-06-22 Thread Charlie Schluting
Ok, I must be doing something wrong. This is my firewall box (5.0) and it has the calcru negative time of blah for pid blah issue. So, I decided to rebuild the world. Here's what I did: rm -rf /usr/src/* cvsup'd with this: *default release=cvs tag=RELENG_5_0 src-all The first time, I did make

Re: Make buildworld fails (many times)

2003-06-22 Thread Charlie Schluting
On Sun, 22 Jun 2003, Kris Kennaway wrote: On Sun, Jun 22, 2003 at 02:15:46PM -0700, Charlie Schluting wrote: Other info: AMD K6-2 450MHz, 192MB. Current install: 5.0-RELEASE-p7 This is likely to be a hardware issue. AMD k6's are very sensitive to temperature and require lots of CPU

Re: Make buildworld fails (many times)

2003-06-22 Thread Charlie Schluting
Kent Stewart wrote: It doesn't matter. My rule is that if you are the only one with problems, it is your computer that has the problem. There haven't been a number of complaints of buildworld failures in -current, which is where they would be if 5.x was failing. In the past, IIRC, many of the

Re: Lost Passwd (was: )

2003-06-21 Thread Charlie Schluting
On Sat, 21 Jun 2003, Paige King wrote: forgot my login and password. what do I do to bypass the login. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: IPFW NATD access www server by name from the LAN side ?

2003-03-29 Thread Charlie Schluting
FreeBSD 4.7 firewall with 3 nics. Public, DMZ, and LAN. DNS,Bind is not running here. www Public address is redirected to it's DMZ address. The www server in the DMZ can be accessed by name from the Internet but only by it's private DMZ IP address from the LAN side. Attempt to access it by

Help :) Kernel compile fails.

2003-03-23 Thread Charlie Schluting
I was wondering if anyone could help: I'm using 5.0, and I just updated src-base and src-all with cvs. The make command fails when it starts linking everything together.. and it stopped in the same place before I did a make buildworld. Whether I delete the src tree and start over, or I just try

Re: Help :) Kernel compile fails.

2003-03-23 Thread Charlie Schluting
: On Sunday 23 March 2003 02:16 pm, Charlie Schluting wrote: I was wondering if anyone could help: I'm using 5.0, and I just updated src-base and src-all with cvs. To what? If you're going to -current you need the read the appropriate documentation. If you're refering to 5.0 Release, similiar

Re: Help :) Kernel compile fails.

2003-03-23 Thread Charlie Schluting
Thank you everyone :) I started reading about how the tags work just before you sent that email taxman :) So, now I understand. Thanks again. -Charlie On Sun, 23 Mar 2003, taxman wrote: On Sunday 23 March 2003 02:31 pm, Charlie Schluting wrote: Ah, sorry about that. In my cvsup file I said