Re: How to use dig with an ip list

2008-08-18 Thread Paul Schmehl
--On August 18, 2008 10:13:54 PM -0500 Jeffrey Goldberg [EMAIL PROTECTED] wrote: On Aug 18, 2008, at 9:03 PM, Paul Schmehl wrote: I know I'm missing the obvious. I want to use an IP list to generate an ip+hostname list. IOW, I want to go from this: x.x.x.x y.y.y.y to this; x.x.x.x

Re: Up_down~up

2008-08-15 Thread Paul Procacci
PROTECTED] I've seen this with a bad cat5 cable a couple of times. ~Paul ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Best SMTP Gateway Program and Reporting Tools

2008-08-14 Thread Paul Chvostek
a tool I wrote many many years ago that's had regular use over the years: http://www.it.ca/~paul/mailqgrep I haven't yet adapted it to Postfix logs. Trickier to parse. I've heard of and read about a few different programs like SMA and Anteater and pflogstats, but I don't know

Re: High Availability FreeBSD www cluster

2008-08-05 Thread Paul Procacci
what your looking for. ~Paul ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Client only supports checkout mode

2008-08-04 Thread Paul Schmehl
and in the tarball I fetched from that server. If you want current ports, you need this: [EMAIL PROTECTED] grep ports /etc/cvsupfile ports-all tag=. -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer

Re: Static ip wpa_supplicant

2008-08-01 Thread Paul Procacci
David Gurvich wrote: I think I have the beginnings of an idea. Do not set WPA in rc.conf, only DHCP, and use 'script script_name;' in /etc/dhclient.conf. Then have that script do the configuration. Has anyone used dhclient.conf with a custom script?

Re: Question re IPs-to-CIDR conversion program

2008-08-01 Thread Paul Procacci
Mark Wilson wrote: I'm trying to write a program that will take 2 IPs and return an appropriate CIDR which contains both. I found this file: ips-to-cidr-nets.pl listed under ~eivind on FreeBSD, which sounds like it might be a good model. Unfortunately, I can't download the file (get

Re: Adding device to FreeBSD 6.3-STABLE

2008-08-01 Thread Paul Procacci
John Nielsen wrote: On Friday 01 August 2008, Jack Raats wrote: I would like to add the zyd device to FreeBSD. The zyd driver allready is in FreeBSD 7.0. Which steps do I have to take to add the zyd device to FreeBSD? Sorry, what are you asking? What version of FreeBSD are you using

OT: Custmoize VNC

2008-07-28 Thread Jean-Paul Natola
I know there are two apps (open source) that will allow you to customize vnc but I just cant remember, in essence I want the remote users (outside the lan) to be able to download the file click run and it will automatically, upon launch connect to the viewer here at HQ (ip add encryption port #

RE: OT: Customize VNC

2008-07-28 Thread Jean-Paul Natola
, July 28, 2008 1:55 PM To: Jean-Paul Natola Cc: FreeBSD Questions Subject: Re: OT: Custmoize VNC I guess this is what you look for: http://www.uvnc.com/pchelpware/download/index.html Kind regards, Peter Zyumbilev IT Manager for Convergent Media Pty Ltd t +61-290-374-211 e [EMAIL PROTECTED] w

Re: How to compile a c file into out file?

2008-07-24 Thread Paul Procacci
To unsubscribe, send any mail to [EMAIL PROTECTED] use the -o flag to specify a filename of your liking. gcc -o somefile somefile.c somefile.o anotherfile.o ... ... ... ~Paul ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Spamassasin running as root!

2008-07-24 Thread Paul Schmehl
. From BSD guide website spamd has a flag of  '-u qscand'. However, there is no detail on how the qscand user has been created. How to create a user for spamd correctly or securely?  man (8) pw pw useradd qscand -s /sbin/nologin Paul Schmehl If it isn't already obvious, my opinions are my

Re: FreeBSD for webserver?

2008-07-23 Thread Paul Schmehl
and accounts that really need access. -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: FreeBSD for webserver?

2008-07-22 Thread Paul Schmehl
the software to work, be easy to maintain and upgrade and then stay out of their way. -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer. ___ freebsd-questions@freebsd.org mailing list http

Re: connecting to a secured Windows 2003 terminal server

2008-07-22 Thread Paul Schmehl
me ERROR: recv: Connection reset by peer Did you make sure that the server has remote administration enabled? I believe that, by default, Win2k3 Servers have RDP disabled. Check with your admins about that. Umm..it's a terminal server Paul Schmehl If it isn't already obvious, my

Re: FreeBSD for webserver?

2008-07-22 Thread Paul Schmehl
--On July 22, 2008 9:01:44 PM -0400 Sahil Tandon [EMAIL PROTECTED] wrote: Paul Schmehl [EMAIL PROTECTED] wrote: [...] Some people enjoy doing that. Most people just want the software to work, be easy to maintain and upgrade and then stay out of their way. Ahem, and that 'just works

Re: connecting to a secured Windows 2003 terminal server

2008-07-22 Thread Paul Schmehl
enterprise to expose themselves to that level of risk. Paul Schmehl If it isn't already obvious, my opinions are my own and not those of my employer.

Re: connecting to a secured Windows 2003 terminal server

2008-07-22 Thread Paul Schmehl
--On July 22, 2008 9:26:27 PM -0500 Paul Schmehl [EMAIL PROTECTED] wrote: --On July 22, 2008 10:03:36 PM -0400 Steve Bertrand [EMAIL PROTECTED] wrote: Umm..it's a terminal server ...ummm, in Windows-land, Terminal Services == rdp (port 3389 TCP). Umm..no. In Windows-land, Terminal

Re: connecting to a secured Windows 2003 terminal server

2008-07-22 Thread Paul Schmehl
--On July 22, 2008 11:21:48 PM -0400 Steve Bertrand [EMAIL PROTECTED] wrote: Paul Schmehl wrote: To the OP - here's what I get when testing from a FreeBSD box to one of our servers: [EMAIL PROTECTED] telnet hostname.utdallas.edu 3389 Connection closed by foreign host. Does your server

Re: FreeBSD source code

2008-07-21 Thread Paul Procacci
On Mon, 2008-07-21 at 09:23 +0200, Wojciech Puchar wrote: Dear sir/madam.. I am a student studying computers and would like to build unix operating systems later on so i was browsing through your website for the source code but could not find it so it would be very very nice if you

Headset w/ Mic Presario R3000

2008-07-17 Thread Paul Procacci
? Thanks, Paul ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Headset w/ Mic Presario R3000

2008-07-17 Thread Paul Procacci
Paul Procacci wrote: Hey all, I've been using FreeBSD for many many years, but never have a tried to get a headset working under FreeBSD. So, here's the deal. I have an Altec Lansing Headset w/ mic hooked up to a FBSD 7 machine. Generally, when connecting a sound device to the system, I

Re: Headset w/ Mic Presario R3000

2008-07-17 Thread Paul Procacci
Paul Procacci wrote: Hey all, I've been using FreeBSD for many many years, but never have a tried to get a headset working under FreeBSD. So, here's the deal. I have an Altec Lansing Headset w/ mic hooked up to a FBSD 7 machine. Generally, when connecting a sound device to the system, I

screen and curses(?) output

2008-07-13 Thread paul beard
erase2 intrkill ^O ^Y ^D undef undef ^? ^H ^C ^U lnext min quitreprint start status stopsusptime ^V 1 ^\ ^R ^Q ^T ^S ^Z 0 werase ^W -- Paul Beard / www.paulbeard.org/ paulbeard.org

Re: how to set vi line number?

2008-07-10 Thread Paul Procacci
EdwardKing wrote: my first question is whether vi can show line number,such as 1: 2: 3:? my second question is whether vi support c syntax,such as show #include with other different color? How to modify to realize above function? thanks

Any idea when a bind update will be forthcoming?

2008-07-10 Thread Paul Schmehl
Given the serious nature of the vulnerability, I'm sure this is at the top of someone's list. Do we have a scheduled release date yet? -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer. ___ freebsd

Re: dns update for 7.0

2008-07-10 Thread Paul Schmehl
* the patches are released. -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: locate:database too small

2008-07-10 Thread Paul Procacci
EdwardKing wrote: I use locate command,like follows: $locate mail locate:database too small: /var/db/locate.database I know it need to update from document: /usr/libexec/locate.updatedb ,but I don't know how to execute above command,I am a newer to Unix,how to do it? Thanks

Re: Locate command

2008-07-09 Thread Paul Procacci
Rem P Roberti wrote: Whenever I do a locate command on a new installation I get this message: locate: database too small: /var/db/locate.database Can someone give me a heads up on how to fix this? Thanks, Rem ___ freebsd-questions@freebsd.org

Re: Locate command

2008-07-09 Thread Paul Procacci
Rem P Roberti wrote: Whenever I do a locate command on a new installation I get this message: locate: database too small: /var/db/locate.database Can someone give me a heads up on how to fix this? Thanks, Run this shell script: /etc/periodic/weekly/310.locate Thank you! Rem

Weird network problem

2008-07-05 Thread Paul Schmehl
bus on bge0 bge0: Ethernet address: 00:1e:c9:46:1c:a0 bge0: [ITHREAD] bge1: Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x4201 mem 0xefdf-0xefdf irq 37 at device 0.0 on pci2 miibus1: MII bus on bge1 bge1: Ethernet address: 00:1e:c9:46:1c:a1 bge1: [ITHREAD] Paul Schmehl

Re: mod_rewrite / comprehensive redirects

2008-07-04 Thread Paul Schmehl
not redirect). How should I accomplish this? I just need to redirect all hits to /new/index.html until a new site is ready. If that's what you want to do, make your ErrorDocument /new/index.html and leave the rewrites alone. Paul Schmehl If it isn't already obvious, my opinions are my own

Upgrade and change distro?

2008-07-02 Thread Paul Schmehl
AMD? Any gotchas? Paul Schmehl If it isn't already obvious, my opinions are my own and not those of my employer.

RE: Upgrade and change distro?

2008-07-02 Thread Paul Schmehl
is beside. run i386 still if you want/need 32-bit operating system. there are some features and programs that will NOT work with AMD64. Thanks, Sean. Maybe I'll understand FreeBSD some day. :-) Will I need to rebuild all my ports after compiling the kernel and world? Paul Schmehl If it isn't already

Data recovery

2008-07-01 Thread Jean-Paul Natola
Hi all, I'm throwing this out to this list because our SNAP drive has a *nix kernel- One of the folders mysteriously lost a large portion of its data today, I immediately powered down the unit as to prevent further writing to the disks (raid 5)- Is there any tool or utlity you can recommend to

Re: Data recovery

2008-07-01 Thread Paul Procacci
Jean-Paul Natola wrote: Hi all, I'm throwing this out to this list because our SNAP drive has a *nix kernel- One of the folders mysteriously lost a large portion of its data today, I immediately powered down the unit as to prevent further writing to the disks (raid 5)- Is there any tool

Re: priority or order for /usr/local/etc/rc.d scripts?

2008-06-30 Thread Paul Schmehl
for startup scripts. Rc scripts are started in numeric, then alphabetic order. If you need resin to start before apache, rename it 001.resin.sh. Paul Schmehl If it isn't already obvious, my opinions are my own and not those of my employer.

Re: freebsd-update and more information

2008-06-30 Thread Paul Schmehl
the fetch. I don't recall if it also tells you what it installed. Paul Schmehl If it isn't already obvious, my opinions are my own and not those of my employer.

Re: [Fwd: Re: Problems with ieee80211 dependencies...]

2008-06-28 Thread Paul B. Mahol
I dont have such problem with CURRENT; all ieee80211 stuff are build as modules for me, but my conf is different, firewalls and dummynet are build as modules. But I was able to reproduce problem with your config file. Probably conflict arise somewhere within your last 4 lines in conf file. On

Re: Split or switch ssh pseudoconsole

2008-06-27 Thread Paul Procacci
John Almberg wrote: I log into my remote server using ssh. As I understand it, this gets me into a pseudo terminal. Is there any I can easily switch to another pseudo terminal, in the same way you can switch to another virtual terminal if you are logged into a local machine? Even better, is

Re: rc scripts

2008-06-27 Thread Paul Schmehl
or leave a note to yourself somewhere so you remember to alter the new script. -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Paul Schmehl
file. Then follow the instructions on the screen and run X using the xorg.conf.new file that it creates to verify that X will work. If it does, copy the xorg.conf.new file to /etc/xorg.conf and your mouse should work fine. Paul Schmehl If it isn't already obvious, my opinions are my own

Re: usb mouse is detected by fbsd 7 but not X

2008-06-26 Thread Paul Schmehl
detected properly. Paul Schmehl If it isn't already obvious, my opinions are my own and not those of my employer.

FreeBSD + Unicode filenames

2008-06-23 Thread Paul Macdonald
are a mix of 6.2 and 7.0, but a fix under 6.2 would be most helpful.. thanks Paul. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

RE: g4u

2008-06-20 Thread Jean-Paul Natola
Ghost for unix http://www.feyrer.de/g4u/ The drives i'm working with are windows From: Wojciech Puchar [mailto:[EMAIL PROTECTED] Sent: Fri 6/20/2008 3:57 To: Jean-Paul Natola Cc: [EMAIL PROTECTED] Subject: Re: g4u can I use G4U to clone a 40 gig

Re: /var full

2008-06-19 Thread Paul Schmehl
--On Thursday, June 19, 2008 02:28:31 -0400 Steve Bertrand [EMAIL PROTECTED] wrote: Paul Schmehl wrote: --On June 18, 2008 11:59:49 PM -0400 Sahil Tandon [EMAIL PROTECTED] wrote: Also, what is the output of 'df -i /var'? # df -i /var/ Filesystem 1K-blocksUsed Avail Capacity

Re: /var full

2008-06-19 Thread Paul Schmehl
--On Thursday, June 19, 2008 11:09:57 -0500 Jeffrey Goldberg [EMAIL PROTECTED] wrote: On Jun 19, 2008, at 9:40 AM, Paul Schmehl wrote: As you can see from the df -i I posted (to which you responded), inode exhaustion is not an issue. You are probably right about that, but could you also

Re: /var full

2008-06-19 Thread Paul Schmehl
--On Thursday, June 19, 2008 20:02:59 +0200 Peter Boosten [EMAIL PROTECTED] wrote: Paul Schmehl wrote: I'm leaning toward some sort of bug in mysql version 5.0.51 which creates a temporary file (in the wrong place) and then doesn't release it until it exhausts the space on the drive

g4u

2008-06-19 Thread Jean-Paul Natola
can I use G4U to clone a 40 gig drive to a 30 gig drive, if the source drive only has 20 gigs of data? Jean-Paul Natola Network Administrator Information Technology Family Care International 588 Broadway Suite 503 New York, NY 10012 Phone:212-941-5300 xt 36 Fax: 212-941-5563

/var full

2008-06-18 Thread Paul Schmehl
disk usage. Top looks fine. /var/log/dmesg.today shows 309 total lines and 98 unique lines. Was this some sort of temporary glitch? Or something more ominous? Why would toor be running dd? Is it some sort of file recovery routine triggered by filesystem full messages? Paul Schmehl

Re: /var full

2008-06-18 Thread Paul Schmehl
--On June 18, 2008 10:45:57 PM -0500 Paul Schmehl [EMAIL PROTECTED] wrote: Why would toor be running dd? Is it some sort of file recovery routine triggered by filesystem full messages? Sheesh - that's operator, not toor, of course. Paul Schmehl If it isn't already obvious, my opinions

Re: /var full

2008-06-18 Thread Paul Schmehl
--On June 18, 2008 11:59:49 PM -0400 Sahil Tandon [EMAIL PROTECTED] wrote: Paul Schmehl [EMAIL PROTECTED] wrote: At 10PM (local time) this evening, a server started reporting that /var was full. When I ssh'd in to the server to investigate, df said /var was at 2% full (5.1G) and dh

Re: Problems opening mail on this list

2008-06-11 Thread Paul Schmehl
: [EMAIL PROTECTED] [EMAIL PROTECTED] In-Reply-To: [EMAIL PROTECTED] Content-Type: multipart/signed; protocol=application/x-pkcs7-signature; micalg=sha1; boundary=ms060103070502080704070506 -- Paul Schmehl As if it wasn't already obvious, my opinions are my own

Re: Problems opening mail on this list

2008-06-10 Thread Paul Schmehl
anyone tell me what is causing this? Apparently Outlook thinks the message is encrypted, and it can't find your private key to decrypt it. Considering the tons of problems we have with encryption here, I'm not surprised. -- Paul Schmehl As if it wasn't already obvious, my opinions are my own

RE: Problems opening mail on this list

2008-06-10 Thread Paul Schmehl
software or he didn't sign the message. Andrew, maybe you could send a signed message, state in the body that it was signed, and then I can look at the headers and tell you what's going on. -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer

Re: Problems opening mail on this list

2008-06-10 Thread Paul Schmehl
--On Tuesday, June 10, 2008 16:23:32 -0400 Andrew Berry [EMAIL PROTECTED] wrote: On 10-Jun-08, at 1:07 PM, Paul Schmehl wrote: Andrew, maybe you could send a signed message, state in the body that it was signed, and then I can look at the headers and tell you what's going on. Here

Re: Problems opening mail on this list

2008-06-10 Thread Paul Schmehl
--On Tuesday, June 10, 2008 15:32:45 -0600 Chad Perrin [EMAIL PROTECTED] wrote: On Tue, Jun 10, 2008 at 03:34:59PM -0500, Paul Schmehl wrote: --On Tuesday, June 10, 2008 16:23:32 -0400 Andrew Berry [EMAIL PROTECTED] wrote: On 10-Jun-08, at 1:07 PM, Paul Schmehl wrote: Andrew, maybe you

Re: Problems opening mail on this list

2008-06-10 Thread Paul Schmehl
--On Tuesday, June 10, 2008 15:32:45 -0600 Chad Perrin [EMAIL PROTECTED] wrote: My PGP signatures seem to come through just fine, however. Here's a test of my sig. -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer.

Re: Grep Guru

2008-06-08 Thread Paul Procacci
@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED] You want it to report the files in which the string was found? grep -rl pattern path ~Paul ___ freebsd-questions

Re: Grep Guru

2008-06-08 Thread Paul Schmehl
me out? Thanks, I expect you need something like: find . -type f -print0 | xargs -0 grep pattern Or just grep -r string path Paul Schmehl If it isn't already obvious, my opinions are my own and not those of my employer.

Re: how to check if spf record is set

2008-06-02 Thread Paul Schmehl
PROTECTED] Or #dig -t TXT domain.tld will do the same thing. -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: how to check if spf record is set

2008-06-02 Thread Paul Procacci
RW wrote: On Mon, 02 Jun 2008 16:34:47 -0500 Paul Schmehl [EMAIL PROTECTED] wrote: --On Tuesday, June 03, 2008 01:09:57 +0400 Yuri Pankov [EMAIL PROTECTED] wrote: SPF uses TXT record, so a simple `host -t txt yourdomain.com` should do the trick. Or #dig -t TXT

Re: Need to build a new mail server

2008-05-30 Thread Paul Procacci
://www.interazioni.it/opensource/chkusr/ (as an example) Cheers! ~Paul ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Need to build a new mail server

2008-05-30 Thread Paul Procacci
Catalin Miclaus wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Procacci Sent: Friday, May 30, 2008 9:21 PM To: Bob Johnson Cc: DAve; freebsd-questions@freebsd.org Subject: Re: Need to build a new mail server Bob Johnson wrote: On 5/30

Re: kernel debugging: seeing swap issues in 7.0

2008-05-24 Thread paul beard
site or built on another machine. That's as may be, but the initial warning/error message was that the gcc folks wanted a big filed. If there is a package for this, I'll go that route. -- Paul Beard / www.paulbeard.org/ [EMAIL PROTECTED]/[EMAIL PROTECTED

kernel debugging: seeing swap issues in 7.0

2008-05-23 Thread paul beard
128 0 Any ideas what I can do (besides buy more hardware)? -- Paul Beard / www.paulbeard.org/ [EMAIL PROTECTED]/[EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: kernel debugging: seeing swap issues in 7.0

2008-05-23 Thread paul beard
1 -200 101M 70340K swread 3:04 0.93% cc1 I have filed a bug against gcc, per instructions. There seems to be an issue somewhere in py-gtk that is exacerbated by the low resources on this system. Thanks. -- Paul Beard / www.paulbeard.org/ [EMAIL PROTECTED]/[EMAIL

Shell scripting - suppressing and eliminating error messages

2008-05-20 Thread Paul Schmehl
to stdout and how can I suppress it? Or is there a flaw in the logic that, if fixed, would resolve this problem? -- Paul Schmehl As if it wasn't already obvious, my opinions are my own and not those of my employer. ___ freebsd-questions@freebsd.org mailing

Re: Shell scripting - suppressing and eliminating error messages

2008-05-20 Thread Paul Schmehl
--On Tuesday, May 20, 2008 17:36:26 -0500 Paul Schmehl [EMAIL PROTECTED] wrote: I'm using the following construction in a pkg-deinstall script for a port I maintain: if ( ${BATCH} ); then The idea is, if you type make BATCH=1 deinstall, the port will deinstall without running an interactive

Re: Problem Sending Mail With Postfix

2008-05-19 Thread Paul Schmehl
aliased to the corresponding postfix commands. For example, you can check the queue with either sendmail's mailq command or postfix's postqueue command. Both launch the same binary. Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http

Re: Problem Sending Mail With Postfix

2008-05-19 Thread Paul Schmehl
IN MX 10 nullmx.mywebsite.com. So I've got no idea why he's having this problem, unless it's because the MX record doesn't point to my.mywebsite.com. Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir

Problem setting up racoon / Checkpoint VPN

2008-05-15 Thread Paul Keusemann
now, I'm just looking for someone who can tell me where to start looking. -- Paul Keusemann [EMAIL PROTECTED] 4266 Joppa Court (952) 894-7805 Savage, MN 55378

Unexepcted behavior from read and cat

2008-05-12 Thread Paul Schmehl
-x to each line, but by then I might as well just do them individually. What am I missing? -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd

Re: Unexepcted behavior from read and cat

2008-05-12 Thread Paul Schmehl
--On Monday, May 12, 2008 13:59:47 -0500 Paul Schmehl [EMAIL PROTECTED] wrote: Sure, I can edit the file and prepend +short -x to each line, but by then I might as well just do them individually. What am I missing? Never mind. This worked. (read line; dig +short -x `echo $line`; while read

Re: Port Submission Etiquette

2008-05-06 Thread Paul Schmehl
is. Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Paul Schmehl
/query.log -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Recovering mysql data - mysqlbinlog

2008-05-01 Thread Paul Schmehl
--On Thursday, May 01, 2008 21:52:05 +0200 Mel [EMAIL PROTECTED] wrote: On Thursday 01 May 2008 21:13:41 John wrote: Thank you Mel and Paul for the suggestions. From what I understand the general query log is more for debugging and the binary log is for point in time recovery and replication

Re: Can't install mod_perl (apr*.h issue)

2008-04-26 Thread Paul Schmehl
folder? You start by installing the correct mod_perl. You're running apache22, which requires mod_perl2, not mod_perl. Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security

Re: restrict ssh access

2008-04-25 Thread Paul Schmehl
. Should make for some fascinating experiences with sftp. :-) -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd-questions@freebsd.org mailing list http

Re: simple network traffic query tool

2008-04-24 Thread Paul Schmehl
sysctl or any other tool if available got get this information. systat is not appropriate to be used because it does not terminate on its own as i see. Perhaps net/ntop? -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu

Re: Hangup on USB mass device

2008-04-22 Thread Paul Schmehl
reported on the STABLE list as well. I've recompiled my kernel six times now. The umass device has gone from unmountable to stable in the OS but still fails during boot. -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http

Re: Question regarding Broadcom BCM5906M support under FreeBSD7

2008-04-21 Thread Paul Schmehl
://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/bge/if_bgereg.h?rev=1.73.2.1;content-type=text%2Fplain Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd-questions

Re: BSD Computers

2008-04-20 Thread Paul Schmehl
://www.freesbie.org/ Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

mount_smbfs

2008-04-19 Thread Schmehl, Paul L
connection: syserr = Authentication error I know that the netlogon share doesn't require a logon, but I wonder if the problem isn't that the other mounts require encryption? Is anyone successfully mounting AD 2003 shares on FreeBSD? Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
a different one. sshd_flags= # Additional flags for sshd. man (8) sshd -p port flag -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd

Re: RTL8111C driver for FBSD7

2008-04-18 Thread Paul Schmehl
you can find a programmer to add the necessary pieces. -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd-questions@freebsd.org mailing list http

Re: RTL8111C driver for FBSD7

2008-04-18 Thread Paul Schmehl
== may be is it not the case If you want your NIC to come up on boot, you need to tell the OS that. # grep ifconfig /etc/rc.conf ifconfig_em0=DHCP For yours: ifconfig_xx0=DHCP should work fine. -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
--On Friday, April 18, 2008 13:18:44 -0400 Jon Radel [EMAIL PROTECTED] wrote: Paul Schmehl wrote: I see this statement all the time, and I wonder why. What does a firewall on an individual host accomplish? I have maintained publicly available servers for a small hobby domain for almost ten

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
--On Friday, April 18, 2008 20:30:53 +0200 Mel [EMAIL PROTECTED] wrote: On Friday 18 April 2008 16:53:49 Paul Schmehl wrote: Firewalls are for preventing access to running services. By definition, if you are running a service, you want it to be accessed. That's your assumption. First

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
to monitor the health of the box. If you're wanting to do this from foreign networks (not your own), then set up ssl and logins (.htaccess or httpd.conf, local or ldap, pam, whatever your have available) for the web interface. -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
is set to no, I assumed inetd would be where you've started it. Aw, I got it. You apparently didn't notice that I grepped /etc/*defaults*/rc.conf. (I don't set any flags for sshd, so I wouldn't have anything except enable in /etc/rc.conf.) -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
. If you want to restrict sshd logins by host, you can use AllowUsers like this: AllowUsers [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] etc., etc. The list is space-separated on a single line. -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information

canned dist option

2008-04-15 Thread Jean-Paul Natola
Which option does one choose during install for use as a server- Don't need games, X, or anything of the sort. I just want to have ssh access Then install my usual CLAM EXIM SA I know this is a lame question but its been over year since I did this TIA j

RE: canned dist option

2008-04-15 Thread Jean-Paul Natola
I'm at a gui that has 5 options to choose from , average user- Developer x-developer etc.. __ Hello, Jean-Paul Natola set WHITOUT_X11=YES in /etc/make.conf for example. just see man make.conf and man src.conf You wrote: Which option does one

Re: [7.0] Openldap client

2008-04-11 Thread Paul Schmehl
100% of 223 kB 36 kBps === Extracting for nss_ldap-1.257 = MD5 Checksum OK for nss_ldap-257.tar.gz. = SHA256 Checksum OK for nss_ldap-257.tar.gz. -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http

chio: /dev/ch0: CHIOMOVE: Device not configured

2008-04-11 Thread Paul Chvostek
-- Paul Chvostek [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

swapping hardware

2008-04-10 Thread Jean-Paul Natola
I'm currently running FreeBSD 6.2 on a PIII 550 with 384 of ram and 10 gig drive- I got my hands a new box it's a PIV 1.8 with 1 gig of ram- I was wondering if it were possible to take the hard drive out from the older machine ( it's a dell dimension) and put it in the new tower- dell optiplex

RE: swapping hardware

2008-04-10 Thread Jean-Paul Natola
Jean-Paul Natola wrote: I'm currently running FreeBSD 6.2 on a PIII 550 with 384 of ram and 10 gig drive- I got my hands a new box it's a PIV 1.8 with 1 gig of ram- I was wondering if it were possible to take the hard drive out from the older machine ( it's a dell dimension) and put

Re: OT question about dns

2008-04-09 Thread Paul Schmehl
for the explanation. :-) -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: xorg and radeon, widescreen

2008-04-08 Thread Paul Schmehl
/modules/drivers//radeonhd_drv.so (II) Module radeonhd: vendor=AMD GPG -- Paul Schmehl ([EMAIL PROTECTED]) Senior Information Security Analyst The University of Texas at Dallas http://www.utdallas.edu/ir/security/ ___ freebsd-questions@freebsd.org mailing

<    5   6   7   8   9   10   11   12   13   14   >