Removing thousands of files using rm

2004-07-06 Thread Steve Bertrand
directory I am trying to remove the files from is always hot, so deleting the directory is unfortunately not an option. (I don't think). Any assistance is greatly appreciated. Tks all, Steve ___ [EMAIL PROTECTED] mailing list http://lists.freebs

Re: Removing thousands of files using rm

2004-07-06 Thread Steve Bertrand
h-to-directory -type f -print | xargs rm I'll read up on find and xargs as this approach appears to be easily scripted and cronned. Tks again! STeve > > You may need to add some options to those commands depending on your > situation. For example, if you have embedded whitespace ch

Re: Sendmail hand upon boot and restart

2004-07-07 Thread Steve Bertrand
llowing and perhaps post the output so we know what stage in the game you are at: # cat /etc/resolv.conf # dig freebsd.org # dig @204.101.251.2 freebsd.org Every time I have had sendmail problems, it has always come back to DNS failures. HTH, Steve > > I'm swsapping out my Linksys NIC

Re: where o where is it starting from

2004-07-08 Thread Steve Bertrand
;NO' if you don't want > them to come up at all?Maybe I am remembering wrong, but it seems > like that is the way it goes. Yes. 'NONE' disables sendmail entirely. I believe that 'NO' means disable the smtp daemon, and only run submit. All changes should be d

Re: Network configuration in FreeBSD

2004-07-08 Thread Steve Bertrand
nameserver 10.0.0.1 nameserver 10.0.0.2 Now, to enable things as to not have to reboot, run the following commands: # ifconfig vr0 192.168.0.10/24 # route add default 192.168.0.1 Unless you have a firewall, you should now be able to connect to other hosts. Regards, Steve > > As anothe

Layer 4 switching in FBSD?

2004-07-09 Thread Steve Bertrand
nd/or network surveylance equipment, I often put 5 NIC's into a FBSD box and it works perfectly great. I'd like to know if FBSD is capable of layer-4 switching, or some other similar technology to load balance that it can do while loaded up with NIC's. Tks for any input, suggestions or adv

IPFIREWALL_FORWARD sysctl variable

2004-07-09 Thread Steve Bertrand
Before I install a new kernel and have to reboot a machine, I thought I'd ask if there was a sysctl variable that can toggle the IPFIREWAL_FORWARD option. Tks. Steve ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: IPFIREWALL_FORWARD sysctl variable

2004-07-09 Thread Steve Bertrand
ding to does not see the traffic. BTW, I am trying to forward proxy traffic from one box to another box (on a remote network) just as a test. I'll eventually implement the theory in a transparent proxy setup. I'm just going to install the kernel and see what happens

Re: Moving my Outlook PST file to any BSD E-mail client

2004-07-09 Thread Steve Bertrand
> Does anyone know of an e-mail client that supports importing an outlook > .PST file. > > If I can move my old e-mail onto my new machine then I can be done with > Microsoft. I believe that ximian evolution does: # cd /usr/ports/mail/evolution # make install clean Regards, Ste

Re: Moving my Outlook PST file to any BSD E-mail client

2004-07-09 Thread Steve Bertrand
>> Does anyone know of an e-mail client that supports importing an outlook >> .PST file. >> >> If I can move my old e-mail onto my new machine then I can be done with >> Microsoft. > > I believe that ximian evolution does: > My mistake...I do not believe t

serious vinum bug in 4-10 RELEASE?

2004-07-11 Thread Steve Shorter
(/dev/da3d) at offset 135680 (132 kB) Subdisk mq1.p1.s0: Size: 18341345792 bytes (17491 MB) State: reborn Plex mq1.p1 at offset 0 (0 B) Drive data3 (/dev/da3d) at offset 135680 (132 kB) Ideas? -steve

Re: serious vinum bug in 4-10 RELEASE?

2004-07-12 Thread Steve Shorter
le or directory Any other info required, just ask. -steve "The age of the Internet has a right to its own music" http://www.linuxsuite.org ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org

Re: Webmin Help???

2004-07-13 Thread Steve Bertrand
1.3 with > many > virtual domains. Any idea's? How about http://localhost:1, from itself of course. If that fails, install 'nmap' from ports, then do: # nmap -sS localhost # nmap -sS mydomain.com Have you set up a DNS entry for this particular server you are working on

Re: Chapter 14 Security

2004-07-13 Thread Steve Bertrand
gif0 # ifconfig gif0 local-tun-end remote-tun-end etc, etc. Cheers, Steve > TMS III > > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To u

Re: Chapter 14 Security

2004-07-13 Thread Steve Bertrand
"gifconfig(8) is obsolete and has been removed. Its functionality is now handled by the tunnel and deletetunnel commands of ifconfig(8)." Here's the link. If it's taken out of sparc, I'm assuming that it's obsolete for the others as well... http://jamesthornton.com/

Re: serious vinum bug in 4-10 RELEASE?-solved?

2004-07-13 Thread Steve Shorter
ks, specifically, Seagate Cheetah ST318453LC on a DELL 2450. If I swap back the old Quantum Atlas 36G disk, the problem entirely disappears. The new disks function ok with UFS partitions but not vinum. It is 100% repeatable. Don't know why. thanx - steve

Re: Routing Training Books Please!!

2004-07-13 Thread Steve Bertrand
ics.html and this to due with subnetting etc...subnetting is the most confusing, so if you use it extensively in your environment, it may be a valuable asset to have: http://www.ralphb.net/IPSubnet/ HTH, Cheers, Steve > > Thank you, > Joshua Lewis > > __

Re: Chapter 14 Security

2004-07-13 Thread Steve Bertrand
ww.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/ tomorrow to find out more on how I can do this. It's something I've always wanted to do, and it seems like a great opportunity for me to get 'right into' making an actual contribution for what I have so freely taken.

[Fwd: Re: ADSL connection woes]

2004-07-15 Thread Steve Bertrand
#x27;t seem to help. Just out of curiosity, do you have SYNC with the DSL provider on the modem? Steve > > here is an except of the log file when it's having problems: > > Jul 15 08:31:43 jenna ppp[236]: tun0: Phase: deflink: carrier -> hangup Jul 15 08:31:43 jenna ppp[236]

Re: problem while installing FreeBSD

2004-07-15 Thread Steve Bertrand
ner, camera, CF cards etc)? If so, unplug all unneccisary devices and try to boot again. Steve > > > > I don't see any conflicting devices on my computer. > > > > Can you help me on this? > > > > Thanks. > > bawan > > > > __

RE: problem while installing FreeBSD

2004-07-15 Thread Steve Bertrand
boot, then you should be dropped right at the command prompt. If I understand correctly, the last message you see is 'Rebooting...'? If this is so, what happens after a cold boot? Post the messages where it gets stuck. Also, this may be a good time to post your hardware (mobo, N

RE: problem while installing FreeBSD

2004-07-15 Thread Steve Bertrand
w the instruction to "Remove any removable media from the drive.." before you rebooted the machine? Remove the CD (if it is in the CD drive) and boot from the hard disk instead. Cheers, Steve > My computer description is: > > API Multiprocessor PC > NVDIA RIVA TNT2 Mode

RE: problem while installing FreeBSD

2004-07-19 Thread Steve Bertrand
ion and absolutely perfect documentation-following adherence. Regards, Steve > Bawan > > -Original Message- > From: Jerry McAllister [mailto:[EMAIL PROTECTED] > Sent: Monday, July 19, 2004 11:35 AM > To: Bawan > Cc: 'Steve Bertrand'; [EMAIL PROTECTED] > Subject

RE: Daily FreeBSD updates (was: Re: priority on rc script caused panic)

2004-07-20 Thread Steve Bertrand
rors than it would be to review the source code line-for-line to find the bugs. > It is better to test and >contribute code. How do you suggest testing without building? I believe that Giorgos is suggesting that *is* what he is doing...building, locating bugs, fixing (contributing/commit

Re: Review of what I need to install

2004-07-21 Thread Steve Bertrand
>> >> Thanks to everyone who has been helping. >> Peter > > How did you partition the hard drive? ie...perform: # df -h and send the output back to the list. Steve > > Andrew Gould > ___ > [EMAIL PROTECTED] maili

RE: Review of what I need to install

2004-07-21 Thread Steve Bertrand
p # rm /tmp/diskpart.tmp Now hop back into Outlook, download your mail, cut/paste into a fresh message to the list. Regards, Steve > > I guess I should put that up the priority list a bit :) > > Thanks > Peter >> >> ie...perform: >>

RE: Review of what I need to install

2004-07-21 Thread Steve Bertrand
may have a decent solution for this problem. Steve ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Firewall, OpenVPN and Squid question

2004-07-21 Thread Steve Bertrand
tting that off onto it's own box, especially if you have the hardware readily available as you suggest. YMMV. Steve > > > Many thanks in advance for being patient with what I am sure is stupid > beginner questions to most of you. > > > > When giving your choice of

RE: Firewall, OpenVPN and Squid question

2004-07-21 Thread Steve Bertrand
ve out of the P3 and do as you say, go on a 'spending spree', and put the drive directly into a p4 with a gig of memory, and drop it back in place. Please note that natd is NOT running on the ISP firewall, but on the other such setup it is, and I"ve never seen any performance prob

RE: Firewall, OpenVPN and Squid question

2004-07-21 Thread Steve Bertrand
ckets as nessicary to the servers. Effectively, this will still allow you to keep your DMZ, but eliminating one entire firewall server, and thus, one license of MS ISA server (and the headaches that comes with it :o) Sounds like you'll want t

Re: Firewall, OpenVPN and Squid question

2004-07-21 Thread Steve Bertrand
ere everything was flashed onto a CF card (ro) (obviously w/o logging capabilities). I did a custom build, frequently referring to: http://neon1.net/misc/minibsd.html and put the system on an IDE->CF card converter. Steve > -- > > Micheal Patterson > TSG Network Administration > 405-91

RE: Firewall, OpenVPN and Squid question

2004-07-21 Thread Steve Bertrand
> I would have to guess if a hardware firewall like Watchguard that offers VPN > also, that it would have to be beefer than that. Steve going back to your > initial response about the PIII 800MHz network, are you using a proxy for > the internal users or are they connecting dir

Re: Is it possible to migrate raid 5 array to another controller?

2004-07-22 Thread Steve Bertrand
controller, and if the machine does not come back up, clone back from the IDE backup onto the new array. HTH, Steve > > Artem > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions >

setuid diffs...

2004-07-23 Thread Steve Bertrand
16 12:07:28 2004 /sbin/ping Did this happen because the files were transferred from one disk to another and the system knew it? Or should I be concerned of a possible 'coincidental' invasion? Tks for any help! Steve ___ [EMAIL PROTECTED] mailin

Perl split() question (OT)...

2004-07-23 Thread Steve Bertrand
between [ ... ]. I know it's OT, but hopefully someone can help me out. Tks! Steve ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: setuid diffs...

2004-07-23 Thread Steve Bertrand
possible > 'coincidental' invasion? > Thanks all for the replies. I assumed it was just due to the move, but always better safe than sorry ;o) Steve > Tks for any help! > > Steve > > > >

Re: Perl split() question (OT)...

2004-07-23 Thread Steve Bertrand
> On Fri, 23 Jul 2004, Steve Bertrand wrote: > >> Perl hackers -- Figured someone would have a reasonably quick, easy >> answer >> for this: >> >> I am trying to read through a file, line-by-line, and I want to extract >> the text in between the

RE: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread Steve Rieger
You can setup postfix or qmail, or whatever mail server you want to on a different port, a common one is 225. I have postfix listening on 25 and 225, for this reason -- Steve Rieger ICQ# 53956607 MSN IM [EMAIL PROTECTED] Yahoo IM riegersteve -Original Message- From: [EMAIL PROTECTED

Re: Odd /etc/hosts entry

2004-07-26 Thread Steve Bertrand
s an entry for IPv6, and it is commented out (not used). ::1 is the IP for localhost with IPv6, exactly the same as 127.0.0.1 is for v4. Steve > > -Clint > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/free

Re: R/W mount of / denied

2004-07-28 Thread Steve Bertrand
continue to happen (fix so fsck runs by itself?). We have ~15 FBSD servers, and I only ever had one do this to me. I never did find out the problem, but the box was with old hardware and we simply replaced it. I'm curious to know if someone else has an answer. OP, I hope I understand what you ar

Re: what does it mean?

2004-07-28 Thread Steve Bertrand
program: '/usr/local/sbin/update_dat' Appears to be uploading files but can't find the file to upload. Open up the program file and take a look around. Your answer is sure to be in there (assuming that it is not a compiled program). Steve > > Thanks > as ever > > ___

Re: Problems after IP change

2004-07-28 Thread Steve Bertrand
IP on the interface itself? If not: edit /etc/rc.conf and change the IP/Netmask, then: # /etc/netstart Steve > > Regards, > Daniela > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freeb

Re: Problems after IP change

2004-07-28 Thread Steve Bertrand
> On Wednesday 28 July 2004 14:03, Steve Bertrand wrote: >> > Hi all! >> > >> > I recently got a new IP on my outside interface, and I replaced the >> old >> > IP with the new one in my IPFW ruleset, and restarted natd. >> > Now everythi

Re: Problems after IP change

2004-07-28 Thread Steve Bertrand
oad it with: # natd -a x.x.x.x where x.x.x.x == your_new_ip Does this help? Also, post the relevant ``natd'' line entries in your /etc/natd.conf file. Steve > ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Re: Problems after IP change

2004-07-28 Thread Steve Bertrand
> On Wednesday 28 July 2004 14:21, Steve Bertrand wrote: >> >> Did you actually change the IP on the interface itself? If not: >> >> >> >> edit /etc/rc.conf and change the IP/Netmask, then: >> >> >> >> # /etc/netstart >> > >

Re: Problems after IP change

2004-07-28 Thread Steve Bertrand
> On Wednesday 28 July 2004 14:36, Steve Bertrand wrote: >> >> Do you have an ``alias_address'' statement in your natd.conf file? >> > >> > I have no natd.conf file. At least I never touched it. But it always >> > worked >> > like a drea

Re: Problems after IP change

2004-07-28 Thread Steve Bertrand
> On Wednesday 28 July 2004 14:49, Steve Bertrand wrote: >> >> Also, post the relevant ``natd'' line entries in your /etc/natd.conf >> >> file. >> > >> > natd.conf doesn't exist. Do you mean rc.conf? Here it is: >> > natd

Re: Problems after IP change

2004-07-28 Thread Steve Bertrand
> On Wednesday 28 July 2004 15:06, Steve Bertrand wrote: >> > On Wednesday 28 July 2004 14:49, Steve Bertrand wrote: >> >> >> Also, post the relevant ``natd'' line entries in your >> /etc/natd.conf >> >> >> file. >>

Re: Problems after IP change

2004-07-28 Thread Steve Bertrand
> On Wednesday 28 July 2004 15:23, Steve Bertrand wrote: >> > Yes, it works, but of course I can't leave this rule in all the time. >> >> The SYN/ACK packet that comes back from the remote server is denied by >> rule >> >> > 01900. But it should b

Re: Problems after IP change

2004-07-28 Thread Steve Bertrand
> On Wednesday 28 July 2004 15:53, Steve Bertrand wrote: >> >> I figured so...what happens if you add 'keep-state' to rules 2, >> >> 20002 >> >> and 20003? >> > >> > Nothing. >> > BTW, here we have the problem: Th

Re: Problems after IP change

2004-07-28 Thread Steve Bertrand
> On Wednesday 28 July 2004 16:18, Steve Bertrand wrote: >> > On Wednesday 28 July 2004 15:53, Steve Bertrand wrote: >> >> >> I figured so...what happens if you add 'keep-state' to rules >> 2, >> >> >> 20002 >> >>

Re: df shows bugs values on gbde'd partitions

2004-07-28 Thread Steve Bertrand
. ;o) In all seriousness, I've never seen this but almost choked when I saw the numbers. Hope someone can help. BTW, what does the .bde stand for after the slice/partition? Steve > > I tried to reboot but the values remains. However I see no problems with > that. > Server work

Re: freebsd How do you restart rc.conf without rebooting

2004-07-31 Thread Steve Bertrand
performed this command, and from what I can tell, it only reloaded the IP networking, and the fw rulesets. It did not HUP, or otherwise restart any of my daemons. YMMV. Steve Steve > -- > > Micheal Patterson > TSG Network Administration > 405-917-0600 > > Confidentiality Not

Re: freebsd How do you restart rc.conf without rebooting

2004-07-31 Thread Steve Bertrand
home, and found my default route did not get reloaded properly after this ``test'' of the command. Don't know why yet, all I do know is that I couldn't reach the box from home so I had to ssh into another box on the same subnet, and add the default route back. Al

Re: [OT] Firewall Rule Set not allowing access to DNS servers?

2004-07-31 Thread Steve Bertrand
he dynamic rules, so I (we) can learn more about this? I must admit, I've never even come within 1/15 of this number, but it is interesting. All my rules have always been simply, allow, allow, allow, DENY. Tks much, Steve > b) Why do you use so many rules that 'filter' ou

RE: Firewall Rule Set not allowing access to DNS servers?

2004-07-31 Thread Steve Bertrand
this. The files you requested > follow. Must admit, I'm in a hurry to leave for the day, so I haven't read the ruleset etc, but what happens if you use the following entries, just after the divert rule?: ...allow udp from any to any 53 keep-state ...allow udp from any 53 to any ke

Using rrestore with ssh?

2004-08-03 Thread Steve Kargl
supported TCP_NODELAY setsockopt: Operation not supported rshd: Login incorrect. Lost connection to remote host. dhcp-78-74:kargl[208] On troutmask, I have uncommented the appropriate inetd.conf lines that should allow rmt, rdump, and rrestore to work. -- Steve

Finding out what ran when...

2004-08-04 Thread Steve Bertrand
and report what did what and when. Perhaps something that can report if something uses xx% of cpu, or xxMB of memory? Tks, Steve ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Finding out what ran when...

2004-08-04 Thread Steve Bertrand
> "Steve Bertrand" <[EMAIL PROTECTED]> wrote: > >> I have rrdtool plotting graphs for me for system performance, >> memory, >> cpu etc, and about 4:30 AM, my cpu utilization goes through the >> roof. >> >> I know this is amanda (backup) doi

[Fwd: Re: natd -redirect_address]

2004-08-05 Thread Steve Bertrand
dream Steve Bertrand <[EMAIL PROTECTED]> wrote: >> Hello all, >> >> I am probably missing something really stupid but here it goes. I've >> read the man pages, the handbook and even googled the problem to no avail. >> >> I am trying to set up natd

Re: natd -redirect_address

2004-08-05 Thread Steve Bertrand
ias0 "inet 24.97.250.203" >> >> to rc.conf and now I am able to ping that public addy but it is >> doesn't seem to be redirecting me to 192.168.0.10. So I typed in >> -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 >> again to see what wa

Re: natd -redirect_address

2004-08-05 Thread Steve Bertrand
So I typed in > -bash-2.05b$ natd -redirect_address 192.168.0.10 24.97.250.203 > again to see what was happens and got > natd: aliasing address not given > again. am I just being a dumb n00b? wtf am I doing wrong? > First off, have you confirmed natd to be functional? Can the internal

Re: Back-up on remote machine

2004-08-05 Thread Steve Bertrand
arball itself. Here is the command I use frequently, to get exactly what you want...a tarball of a local file system on a remote machine: # tar -cvzf - /home/steve | ssh [EMAIL PROTECTED] 'cat > tarball.tar.gz' Regards, Steve > > -- > greetz Joost > [EMAIL PROTECTED] > __

custom bootdisk for installation?

2004-08-09 Thread Steve Tremblett
ht be able to workaround this issue by changing the hint.* sysctls for cbb, but otherwise I will need a kernel without the driver. I have a 4.X installation at my disposal, but I haven't had a chance to check out the bootdisk contents yet. thanks -- Steve Tremblett Cis

rsync(1) and the -l(inks) option

2004-08-09 Thread Steve Bertrand
I am confused as to the -l option with rsync. If I am to not use this option, does this mean that any symlinks will be followed, and the entire directory structure of the location pointed to by the link will be copied? eg... # rsync -acr /home/steve [EMAIL PROTECTED]:/home/steve/backup If /home

Re: /etc/make.conf

2004-08-11 Thread Steve Bertrand
at you are getting at in this post, but something blatantly stuck it's finger out at me... > NOPERL=yo > NO_PERL=yo > NO_PERL_WRAPPER=yo Is yo kind of like maybe? ;o) Perhaps this could be related to the problem you are having. The values should either be yes, or no. Steve

Failure in build of sdl12

2004-12-24 Thread Steve Lake
When I'm trying to upgrade KDE to the latest build one of the things it asks me to install is SDL12. During the build it gives the error "dl_yuv_mmx.c:236: Syntax Error before '['" I also get one of these with 417 as well and a bunch of failures after it. The path this file is in is /usr/po

Re: Failure in build of sdl12

2004-12-25 Thread Steve Lake
Any word on when this might be fixed? It at least makes me feel better knowing it wasn't something *I* broke in the process of upgrading, but it does kinda leave me out on a limb. ^_^;; At 09:28 PM 12/24/04 -0800, Kris Kennaway wrote: On Sat, Dec 25, 2004 at 12:25:34AM -0500,

Re: Question re: GCC on FreeBSD for AMD64

2005-01-07 Thread Steve Kargl
On Fri, Jan 07, 2005 at 09:55:24PM -0800, Ted Mittelstaedt wrote: > > > My fellow asked me if GCC on FreeBSD for AMD64 supports 64bit memory > > pointers. He means is it possible to allocate *very* big (4GB and more) > > chunks of stora

growfs failure

2005-03-04 Thread Steve Sizemore
ake it work, or am I stuck with dump/newfs/restore? Thanks. Steve -- Steve Sizemore , (510) 642-8570 Unix System Manager Dept. of Mathematics and College of Letters and Science University of California, Berkeley pgpHhuvV2nYgh.pgp Description: PGP signature

Setting up a danish locale

2005-03-11 Thread Steve Kargl
org 6.7.0_9. I suspect that I need to change/update his xorg.conf file. Any insight into setting up the Danish environment would be appreciate. -- Steve - End forwarded message - -- Steve ___ freebsd-questions@freebsd.org mailing list http://

Re: Setting up a danish locale

2005-03-11 Thread Steve Kargl
On Fri, Mar 11, 2005 at 11:30:08AM -0600, Paul Schmehl wrote: > --On Friday, March 11, 2005 09:21:22 AM -0800 Steve Kargl > <[EMAIL PROTECTED]> wrote: > > > >But any attempt to enter a danish character in for examples xemacs > >fails. From my colleagues comment

Re: Setting up a danish locale

2005-03-14 Thread Steve Kargl
layout when he's interacting with someone back home. Do you know if this is possible with xmodmap? I'm hoping that I can set up some shell aliases that do setenv do_danish "xmodmap danish.keys" setenv do_english "xmodmap english.keys" -- Steve __

questions about extra logging

2005-02-03 Thread Steve Lake
I'm curious of something. I think I've got a fellow co-worker who may be trying to break into my workstation and I need some help. I know kde logs whenever a failed login attempt occurs if the screen is locked and sends that in the daily logs, but it doesn't log successes. IE successfully l

Re: questions about extra logging

2005-02-05 Thread Steve Lake
land Smith wrote: On Thu, Feb 03, 2005 at 10:33:45AM -0500, Steve Lake wrote: > I'm curious of something. I think I've got a fellow co-worker who may > be trying to break into my workstation and I need some help. > I know kde logs whenever a failed login attempt occurs if the scre

please, a little sanity about the logo

2005-02-14 Thread Steve Ireland
ogo change will have a beneficial impact given FBSD's other marketing shortcomings. For better or worse, Steve Ireland ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Instead of freebsd.com, why not...

2005-02-15 Thread Steve Tremblett
On Tue, 2005-02-15 at 17:58 +0100, Anthony Atkielski wrote: [snip] Please copy this down and put it on a sticky note on your monitor: PLEASE SHUT UP ANTHONY. Do you find it strange that you get so much flack in pseudo-technical discussions? Your understanding of the technology and the issues

Re: Window managers

2005-02-24 Thread Steve Tremblett
> On Thu, 24 Feb 2005 16:52:35 +0100, Anthony Atkielski > <[EMAIL PROTECTED]> wrote: > > Chuck Swiger writes: > > > > > It's not hard. "pkg_delete -xf kde" or "pkg_delete -xf gnome". > > > > > > [ You might want to be a little more selective than using such a wildcard, > > > however, although if

Re: Installing PCI modem in machine with 4 serial ports (HELP!)

2004-01-05 Thread Steve D
"COM" ports), it is NOT any of COM 1 through COM 4. In FreeBSD (in 5.1 anyway), here are the equivalent devices: WindowsFreeBSD 5.1 ------ COM 1 -> /dev/cuaa0 COM 2 -> /dev/cuaa1 COM 3 -> /dev/cuaa2 COM 4 -> /dev/cuaa3 A PCI-card m

Re: All the possible Kernel options

2004-01-05 Thread Steve D
On Monday 05 January 2004 05:53 am, Dany wrote: > This week-end I was trying to get my Atapi CDRW to burn something > and noticed I needed the CAM support enabled for it. Reading the > handbook gave me the necessary option for the kernel : *device > atapicam > > *It worked but I remember posting a

Re: FreeBSD 5.1, Cups problem

2004-01-17 Thread Steve D
about freebsddiary.org. I went to the website and noticed an article about CUPS configuration on FreeBSD. I followed the advice in the article and got CUPS to work on my machine. Here is the link to that article: http://www.freebsddiary.org/cups.php -Steve D New Mex

Errors

2004-01-29 Thread Steve Gilli
TIVsm-API-5.2.0-0 libstdc++-libc6.2-2.so.3 is needed by TIVsm-API-5.2.0-0 Any suggestions on how to resolve ? Steve Gilli Dept 122 - Data Center Manager Endicott Interconnect Technologies 1701 North Street MD 32-2 H006 Endicott, NY 13760 Phone: 607 755-8571 E-mail:[EMAIL PROTECTED

Re: 5-Button Trackball

2004-02-06 Thread Steve D
ev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection --notice that there is no 'Option "Emulate3Buttons"' in my XF86Config file--the FreeBSD mouse daemon does the emula

Stupid Me!

2004-02-09 Thread Steve Knoch
owing error: make: don't know how to make install-cf. STOP I'm i doing something wrong? Is there an easier way to do this? Thanks in Advance, Steve ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: MAIL FOLDER - DON'T DELETE THIS MESSAGE

2003-09-12 Thread Steve Hovey
Its created by UW's imap/pop stuff - if you actually SEE it then you must be also using something else from time to time to access your mail folder. On Fri, 12 Sep 2003, David Banning wrote: > I get the following message in my mailbox from time to time. Is it really > necessary to keep it there

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Steve Bertrand
ing on the number of partitions you have on the disk) Steve > > /\ > Vincent > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To uns

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Steve Bertrand
> just the one partition. > I tried: /dev/ad5 /dev/ad5s1 /dev/ad5s1a with the same response > "incorrect super block" What is the output from: # disklabel -r ad5 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-q

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Steve Bertrand
> 8 partitions: > #size offsetfstype [fsize bsize bps/cpg] > c: 2401074270unused0 0# (Cyl.0 - > 14945*) > d: 24010742704.2BSD 2048 16384 28552 # (Cyl.0 - > 14945*) > super block size 0 Ok, try # mount /dev/ad5s1d /music2

Problem installing/upgrading QT3.2

2003-09-19 Thread Steve Lake
When trying to upgrade/install QT3.1 to 3.2 I get an install error. This is what it gives me. Sorry for the length of this but I'm not sure what's useful and what's not. Can someone look at this and maybe give me an idea of what I need to do to fix this? Thanks. I did manage

Re: Spam and virus filter for mailserver

2003-09-21 Thread Steve Sapovits
m/ On my own mail server, I set up an IMAP server for my clients using Cyrus: http://www.jtan.com/doc/imapd/. fetchmail forwards to sendmail; sendmail is configured to hand messages over to Cyrus. -- Steve Sapovits [EMAIL PROTECTED] _

PCI bridges & interrupts

2003-09-23 Thread Steve Watt
unit number pcib7: on motherboard -pci7: on pcib7 +pci8: on pcib7 ex_isa_identify() ata-: ata0 exists, using next available unit number ata-: ata1 exists, using next available unit number - - - >8 - - - dmesg diffs -- Steve Watt KD6GGD PP-ASEL-IA ICBM: 121W 56' 57.8&quo

How to mirror

2003-09-23 Thread Steve Warwick
other will pick up requests and then hand back / re-sync when the main server comes back up. I know it is a big question so are there any articles / websites / suggestions etc ? TIA... Steve ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/ma

Re: Why do you prefer FreeBSD???? Maybe Windows is more comfortable

2003-09-24 Thread Steve Hovey
The full answer is way easier - business with it and NO BEEPER BEEPIN at 2AM! (and on less powerful hardware even! ) On Wed, 24 Sep 2003, Jerry McAllister wrote: > > > > Hi All!!! > > > > I think that WinXP more popular and more easy than FreeBSD. People > > all over the world know what i

Problem upgrading QT still. (everything else upgrades)

2003-09-26 Thread Steve Lake
Still getting issues upgrading QT on my box. I'm to understand it's fixed for the most part for others, but it's not for me. When I try to upgrade QT or do a make on it I get the following error: ===> qt-3.2.1 is marked as broken: You have QT2 headers installed! Installing this port

Font selection problem with GAIM 0.70 port

2003-10-04 Thread Steve Bernacki
worked properly. System: FreeBSD 4.8-RELEASE + latest security patches XFree86 4.3.0 with all stock fonts Related ports: freetype-1.3.1_2 gettext-0.12.1 gtk-2.2.4_1 glib-2.2.3 pango-1.2.5 (from ports-current as of 10/1/2003) If anyone has any ideas, or can at least confirm that they are experiencing

Re: Font selection problem with GAIM 0.70 port

2003-10-04 Thread Steve Bernacki
t;/usr/X11R6/lib/X11/fonts/PEX": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/latin2": caching, 0 fonts, 2 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/latin2/100dpi": caching, 0 fonts, 0 dirs fc-cache: "/usr/X11R6/lib/X11/fonts/latin2/75dpi": cach

Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Steve Bernacki
ll seeing the same error with GAIM. Thanks, Steve ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Steve Bernacki
c.) were built before I manually uninstalled the XFree86 4.3.0 binary release of freetype2 [2.1.0], fontconfig [2.2.90], and Xft [2.1.0] and installed the ports versions: freetype2-2.1.5_1 fontconfig-2.2.90_3 Xft-2.1.2 ...ugh, version number hell. :)

Re: Font selection problem with GAIM 0.70 port

2003-10-05 Thread Steve Bernacki
he latter to work, though, I'm not sure what it's supposed to bring up. Thanks, Steve ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Shell script--batch rename files

2003-10-08 Thread Steve D
from my digital camera or from the Internet and sorted into directories by theme. Best wishes, Steve Doonan Portales, NM US -- A smooth sea has never made a good s

<    1   2   3   4   5   6   7   8   9   10   >