upgrading sendmail-8.12.10 from /usr/ports

2003-10-03 Thread Noah
Fri, 3 Oct 2003 10:44:45 -0700 (PDT) --- snip --- what am I doing wrong? - Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

building sendmail-sasl-8.12.10 problems

2003-10-03 Thread Noah
FreeBSD 4.8-STABLE machine okay I just built sendmail-sasl version 8.12.10 from /usr/ports/mail/sendmail-sasl but my system is complaining that SASL support is required. what am I doing wrong. why isnt SASL support being recognized? sasl2 'PORTVERSION=2.1.15' is in /usr/ports --- make stop

Re: building sendmail-sasl-8.12.10 problems

2003-10-04 Thread Noah
: Unassociated shell command "SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2" "/etc/make.conf", line 405: Unassociated shell command "SENDMAIL_LDFLAGS=-L/usr/local/lib" "/etc/make.conf", line 406: Unassociated shell command "SENDMAIL_LDADD=-lsasl2&quo

Re: building sendmail-sasl-8.12.10 problems

2003-10-04 Thread Noah
On Sat, 4 Oct 2003 16:35:41 +0100, Matthew Seaman wrote > On Sat, Oct 04, 2003 at 07:13:28AM -0800, Noah wrote: > > > > Either that, or ditch the ports version of sendmail, and add the > > > following to your /etc/make.conf: > > > > > > SEN

make.conf modifications?

2003-10-12 Thread Noah
th its new version. any way to make this process more transparent and all associated programs automatically get upgraded or reinstalled with the more recent version. is there a modification that i can place in the make.conf file to do this? - Noah

PHP settings

2003-10-17 Thread Noah
Hi there, FreeBSD 4.8-STABLE PHP3 and PHP4 I am concerned about PHP vunerabilities. can somebody send me to a good site which discusses what should be enabled and disabled in the php.conf file? thanks in advance, Noah ___ [EMAIL PROTECTED] mailing

afbackup keeps ejecting tapes

2003-10-29 Thread Noah
" do I need to do more then cartready? Am I missing a step to rewind the tape? Any ideas here thanks, Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

afbackup keeps ejecting tapes

2003-10-29 Thread Noah
uot; do I need to do more then cartready? Am I missing a step to rewind the tape? Any ideas here thanks, Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

sendmail: limiting concurrent connections

2003-10-29 Thread Noah
freeBSD 4.8 sendmail 8.12.10 Hi, I need to limit sendmail to only have 40 concurrent connections to a single specific mail server. is there a way to configure this. please point me to the Proper documentation. - Noah ___ [EMAIL PROTECTED] mailing

removing tripwire reports

2003-10-31 Thread Noah
I have a need for a script that removes tripwire reports that are over 30 days old. my /var fills up quickly from them. aany clue on how to write this? - Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

newbie: myPHPadmin - LOCK TABLES

2003-10-31 Thread Noah
Hi, okay I am a little new to myPHPadmin and mysql in general.I am trying to figure out how to set "LOCK TABLES" priv to a specific user? how Might I go to do this. this user has access only to specific databases. I hope my quesiton is clea

AFbackup keeps ejecting tape

2003-11-02 Thread Noah
Best regards from your backup service. " do I need to do more then cartready? Am I missing a step to rewind the tape? Any ideas here thanks, Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubsc

mailman - partition virtual domain name?

2004-04-10 Thread Noah
PROTECTED] currently users can post to both [EMAIL PROTECTED] and [EMAIL PROTECTED] thank you, Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

mailman - partition virtual domain name?

2004-04-11 Thread Noah
PROTECTED] currently users can post to both [EMAIL PROTECTED] and [EMAIL PROTECTED] thank you, Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: mailman - partition virtual domain name?

2004-04-11 Thread Noah
On Sun, 11 Apr 2004 10:29:38 +0100, Matthew Seaman wrote > On Sun, Apr 11, 2004 at 12:29:16AM -0800, Noah wrote: > > mailman-2.1.4 > > sendmail-8.12.11 > > freeBSD-4.9-STABLE > > > > I am placing listnames in the /etc/mail/aliases file to have the forwar

Re: mailman - partition virtual domain name?

2004-04-12 Thread Noah
tand. thanks for the response. so there is no way to have two lists with the same name for different domains? [EMAIL PROTECTED] and [EMAIL PROTECTED] am I understanding this correctly? - Noah > > Rebuild your table and when mail comes in for [EMAIL PROTECTED] > it will bounc

Re: mailman - partition virtual domain name?

2004-04-13 Thread Noah
tand. thanks for the response. so there is no way to have two lists with the same name for different domains? [EMAIL PROTECTED] and [EMAIL PROTECTED] am I understanding this correctly? - Noah > > Rebuild your table and when mail comes in for [EMAIL PROTECTED] > it will bounc

.htaccess in subdir of /usr/home//public_html

2004-04-18 Thread Noah
freeBSD 4.9-STABLE apache 1.3.29 okay I cant figure out how to get my .htaccess file working properly here is the configuration in the /usr/local/etc/apache/httpd.conf file: --- snip --- AllowOverride All Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec ExecCGI

Re: .htaccess in subdir of /usr/home//public_html

2004-04-18 Thread Noah
On Sun, 18 Apr 2004 19:27:04 -0400, Glenn Sieb wrote > Heya Noah! > > Noah said the following on 4/18/2004 7:19 PM: > > >-rw-r- 1 21 Apr 18 16:09 > >/usr/home//.htpasswd > > > > > Unless you're running Apache as , then the .htaccess

Re: .htaccess in subdir of /usr/home//public_html

2004-04-18 Thread Noah
horization # information, access is disallowed for security reasons. Comment # these lines out if you want Web visitors to see the contents of # .htaccess files. If you change the AccessFileName directive above, # be sure to make the corresponding changes here. # # Also, folks tend to use names such

Re: .htaccess in subdir of /usr/home//public_html

2004-04-19 Thread Noah
c ExecCGI Order allow,deny Allow from all Order deny,allow Deny from all --- snip --- Any other ideas? - Noah > Best, > Glenn > > ___ > [EMAIL PROTECTED] mailing list &g

RE: newsyslog and apache

2004-04-22 Thread Noah
On Mon, 22 Mar 2004 21:37:47 -0500, Garance A Drosihn wrote > At 5:19 PM -0800 3/22/04, Noah wrote: > > > >I ask that you please be specific as to what you think is wrong > >with my newsyslog.conf file because I cant seem to figure out > >what you are talking

Re: newsyslog and apache

2004-04-22 Thread Noah
On Mon, 22 Mar 2004 11:54:21 +, Jez Hancock wrote > On Mon, Mar 22, 2004 at 03:06:22AM -0800, Noah wrote: > > apache complains of being out of memory during a graceful restart when > > newsyslog is sending a series of SIGUSR1 signal to it. Any clues on this? > > This lo

Re: newsyslog and apache

2004-04-22 Thread Noah
On Thu, 22 Apr 2004 18:53:49 -0800, Noah wrote > On Mon, 22 Mar 2004 11:54:21 +, Jez Hancock wrote > > On Mon, Mar 22, 2004 at 03:06:22AM -0800, Noah wrote: > > > apache complains of being out of memory during a graceful restart when > > > newsyslog is sending a ser

Re: newsyslog and apache

2004-04-22 Thread Noah
On Fri, 23 Apr 2004 12:36:02 +0930, Tim Aslat wrote > In the immortal words of "Noah" <[EMAIL PROTECTED]>... > > this advice does not give me many warm fuzzies - the website appears > > to be down. any other util recommendations that rotate hundreds of &g

Re: .htaccess in subdir of /usr/home//public_html

2004-04-22 Thread Noah
On Tue, 20 Apr 2004 11:40:51 +0100, Dick Davies wrote > * Glenn Sieb <[EMAIL PROTECTED]> [0434 14:34]: > > Noah said the following on 4/19/2004 12:39 AM: > > > > >>AuthType Basic > > >>AuthUserFile htpasswd.file.location.and.name.here > > >&

pure-ftpd and dreamweavers files

2004-05-12 Thread Noah
files he is placing in one subdirectory which receive file not found errors from Apache. Any clues what could be happening here. Cheers, Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

pure-ftpd with Unix and PureDB authentication

2004-05-14 Thread Noah
right file in the pure-ftpd.conf file. is what I am trying to do posisble? cheers, noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

pure-ftpd with Unix and PureDB authentication

2004-05-15 Thread Noah
file in the pure-ftpd.conf file. is what I am trying to do posisble? cheers, noah --- End of Forwarded Message --- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

pure-ftpd with Unix and PureDB authentication

2004-05-21 Thread Noah
file in the pure-ftpd.conf file. is what I am trying to do posisble? cheers, noah --- End of Forwarded Message --- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

afbackup --- switching tapes immediately ejected

2004-05-23 Thread Noah
immediately ejected and the next tape in sequence is requested. any clues why thisn is going on? I dont know what to do to correct it. I have a series of 3 tapes used with an onstream ADR50 external SCSI drive. cheers, Noah --- adding cofniguration file # # SERVER SPECIFICATION # # The

SMTP AUTH

2004-05-25 Thread Noah
onfSERVER_KEY',`/usr/local/openssl/certs/sendmail.pem')dnl define(`confCLIENT_CERT', `/usr/local/openssl/certs/sendmail.pem')dnl define(`confCLIENT_KEY', `/usr/local/openssl/certs/sendmail.pem')dnl --- snip Any clues on this? - Noah _

RE: SMTP AUTH

2004-05-27 Thread Noah
On Wed, 26 May 2004 07:22:19 -0400, Lee Dilkie wrote > >On Tue, 25 May 2004, Noah wrote: > > > >> sendmail-8.12.11 > >> freeBSD-4.9-STABLE > >> > >> I must be doing something wrong. SMTP AUTH is not working > >very well for me. > >&g

good backup software - replacing afbackup

2004-05-27 Thread Noah
Hi there, I have an external SCSI drive and a series of problems with how AFBACKUP is acting and there is absolutely no response to my issues on their mail list. any clues on a really easy to configure backup software for FreeBSD please? cheers, Noah

pure-ftpd with SFTP and PureDB Authentication (fwd)

2004-05-29 Thread Noah
those with PureDB accounts to get authenticated please? cheers, noah here is the /usr/local/etc/pure-ftpd.conf file --- I am running pureftpd without any switches other than to define the following configuration file.

Re: pure-ftpd with SFTP and PureDB Authentication (fwd)

2004-06-02 Thread Noah
On Sun, 30 May 2004 01:25:28 +0200, Geert Hendrickx wrote > On Sat, May 29, 2004 at 01:40:06PM -0800, Noah wrote: > > > > > > FreeBSD 4.9-STABLE > > pure-ftpd version 1.0.18 > > > > I am unable to login via SFTP using accounts that exist in the PureDB.

RE: newsyslog and apache

2004-06-02 Thread Noah
On Mon, 22 Mar 2004 21:37:47 -0500, Garance A Drosihn wrote > At 5:19 PM -0800 3/22/04, Noah wrote: > > > >I ask that you please be specific as to what you think is wrong > >with my newsyslog.conf file because I cant seem to figure out > >what you are talking

Re: pure-ftpd with SFTP and PureDB Authentication (fwd)

2004-06-03 Thread Noah
p- > servers), so I think you better go on with your FTP-configuration, > but then use a SSL- aware FTP-client to make secured connections to > your server, not SFTP. I dont completely understand here - how can I force people with FTP accounts to l

Re: pure-ftpd with SFTP and PureDB Authentication (fwd)

2004-06-03 Thread Noah
SSL authenticated logins but still allow authentication to the accounts in Pureftp DB file? thanks in advance, - noah > > GH > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions >

dynamic DNS issues - invalid TSIG key

2004-06-12 Thread Noah
"zones/"; allow-transfer { 64.121.33.4; 216.218.220.21; }; allow-query { any; }; allow-update { none; }; notify yes; update-policy { grant . name . A TXT; grant . name . A TXT; grant * self * A TXT; }; }; --- /etc/namedb/named.conf --- clues please? c

web calendar program recommendation

2005-06-16 Thread Noah
months that does it now. evolution is nice but I think this is X only and not for the web. please correct me if I am wrong. Please pass along any recommendations. Thanks in advance, Noah ___ freebsd-questions@freebsd.org mailing list http

apache Logging output changed?

2005-06-20 Thread Noah
I know this off topic but the apache users mail list is slow in response to this question. Anybody here can help me please? apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 so I build apache 1.3.33 some about a month ago and around that time I stopped seeing POST log messages for my perl scrip

apache Logging output changed?

2005-06-20 Thread Noah
apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 so I upgraded apache 1.3.33 from /usr/ports some about a month ago and around that time I stopped seeing POST log messages for my perl scripts ending up in my server's access logs. any clues why this is no longer being logged. is there some log granu

apache Logging output changed?

2005-06-21 Thread Noah
apache+mod_ssl-1.3.33+2.8.22 FreeBSD-4.11R3 This is really important for us to fix so I am asking again. so I upgraded apache 1.3.33 from /usr/ports some about a month ago and around that time I stopped seeing POST log messages for my perl scripts ending up in my server's access logs. any clues

speedy-cgi-perl mail list or forum

2005-07-07 Thread Noah
Somebody please direct me to a speedy-cgi-perl support mail list and/or support forum? thanks in advance, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

SpeedyCGI mail list

2005-07-12 Thread Noah
Hi, somebody please tell me the address for a SpeedyCGI Support mail list. cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

freebsd utilization bandwidth statistics

2005-08-11 Thread Noah
Hi ther,e is there a Program out there that can be used to graphically show how much bandwidth is being used for specific applications or ports? thanks in advance, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

copying standard input to standard output

2005-11-12 Thread Noah
dump to a file? cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

rsync: failed to set permissions on "": Function not implemented (38)

2010-10-27 Thread Noah
nd line is /usr/bin/rsync --recursive --compress --human-readable --progress --update --perms -avz '/Applications' -e 'ssh -p 22 -o ServerAliveInterval=10' --relative --delete root@:/ What can I do to alleviate these errors? Cheers, Noah _

open source scheduling system for shift workers

2011-01-31 Thread Noah
multiple times a day. Maybe recent improvements to the code has fixed this. But are there other options out there. Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: migrating user and web files to new server

2006-09-02 Thread Noah
Chad Leigh -- Shire.Net LLC wrote: On Sep 2, 2006, at 11:09 PM, Noah wrote: Chad Leigh -- Shire.Net LLC wrote: On Sep 2, 2006, at 10:59 PM, Noah wrote: Hi there, might somebody recommend a good way to migrate user and web files to our new server? ??? tar and scp work well for me

Re: migrating user and web files to new server

2006-09-02 Thread Noah
Philip Q wrote: Noah wrote, On 3/09/06 5.15 p: > there are cooler ways of doing this. there will be people on this list > that know what I am talking about. I will await their responses. Does rsync meet your coolness requirements? yeah I looking at how to use it now. thanks,

Re: migrating user and web files to new server

2006-09-03 Thread Noah
Philip Q wrote: Noah wrote, On 3/09/06 5.15 p: > there are cooler ways of doing this. there will be people on this list > that know what I am talking about. I will await their responses. Does rsync meet your coolness requirements? this command also meets my coolness requir

Re: migrating user and web files to new server

2006-09-03 Thread Noah
Philip Q wrote: Noah wrote, On 4/09/06 3.58 a: this command also meets my coolness requirements. oldsys # tar -C /var/www -cf - . | ssh newsys tar -C /var/www -xvf - Which is almost /exactly/ what Chad recommended to you... kinda. this is the syntax I was looking for. Cheers, Noah

ensuring the same group and user IDs

2006-09-03 Thread Noah
Hi there, How can I ensure the user and group IDs are the same between two systems without breaking things? Is it as easy to copy /etc/group and /etc/passwd and /etc/master.passwd between machines? Cheers, Noah ___ freebsd-questions

Re: ensuring the same group and user IDs

2006-09-03 Thread Noah
Bill Moran wrote: Noah <[EMAIL PROTECTED]> wrote: Hi there, How can I ensure the user and group IDs are the same between two systems without breaking things? Is it as easy to copy /etc/group and /etc/passwd and /etc/master.passwd between machines? Yes, but read the man pa

Re: migrating user and web files to new server

2006-09-03 Thread Noah
hackmiester (Hunter Fuller) wrote: On 3 September 2006, at 13:11, Noah wrote: Philip Q wrote: Noah wrote, On 4/09/06 3.58 a: this command also meets my coolness requirements. oldsys # tar -C /var/www -cf - . | ssh newsys tar -C /var/www -xvf - Which is almost /exactly/ what Chad

Re: migrating user and web files to new server

2006-09-03 Thread Noah
hackmiester (Hunter Fuller) wrote: On 3 September 2006, at 20:34, Noah wrote: hackmiester (Hunter Fuller) wrote: I find it incredibly interesting that, while you REFUSE SPECIFY exactly what you want, you find it necessary to deem certain commands unacceptable! No one is going to freaking

sshd login stalling

2006-09-05 Thread Noah
18 Sep 4 23:01 ssh -> /usr/local/etc/ssh UseDNS no VerifyReverseMapping no snip --- cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: sshd login stalling

2006-09-05 Thread Noah
Thomas T. Veldhouse wrote: Noah wrote: Okay I cant seem to figure out why sshd logins are stalling. I see that I am coming from an IP address that does not have Reverse mapping. So I added the lines below to /usr/local/etc/ssh/sshd_config and /etc/ssh is sym linked to /usr/local/etc/ssh

downloading res - resource reservation system

2006-09-05 Thread Noah
Hi there, I am looking for a link to download res - resource reservation system. Anybody help me please? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: sshd login stalling

2006-09-05 Thread Noah
backyard wrote: --- Noah <[EMAIL PROTECTED]> wrote: Okay I cant seem to figure out why sshd logins are stalling. I see that I am coming from an IP address that does not have Reverse mapping. So I added the lines below to /usr/local/etc/ssh/sshd_config and /etc/ssh is sym linked t

rc.firewall rule for passive FTP

2006-09-06 Thread Noah
what is a good rule to allow passive FTP to work. the following rules still blocks passive FTP. #/** Allow setup of FTP PASSIVE **/ ${fwcmd} add allow tcp from any to ${ip} 49152-65534 setup ___ freebsd-questions@freebsd.org mailing li

Re: rc.firewall rule for passive FTP

2006-09-07 Thread Noah
Lowell Gilbert wrote: Noah <[EMAIL PROTECTED]> writes: what is a good rule to allow passive FTP to work. the following rules still blocks passive FTP. #/** Allow setup of FTP PASSIVE **/ ${fwcmd} add allow tcp from any to ${ip} 49152-65534 setup If the passi

rc.firewall rule for passive FTP from FTP server side

2006-09-07 Thread Noah
setup of FTP PASSIVE **/ ${fwcmd} add allow tcp from ${ip} to any 1024-65534 keep-state ${fwcmd} add allow tcp from ${ip} to any 21 keep-state --- snip cheers, Noah ___ freebsd-questions@freebsd.org mailing list http

ipfw and temporary port access

2006-09-16 Thread Noah
server. This temporary firewall changes would be handled by ipfw. Any clues if a system like this is a already coded and out there somewhere? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: ipfw and temporary port access

2006-09-20 Thread Noah
Peter N. M. Hansteen wrote: Noah <[EMAIL PROTECTED]> writes: Any clues if a system like this is a already coded and out there somewhere? Apart from the ipfw reqirement, you have just described authpf, see eg http://www.freebsd.org/cgi/man.cgi?query=authpf&apropos=0&sek

compling php4 with pcre, the session extension

2006-09-28 Thread Noah
Hi there, does anybody know how to compile php4 with pcre and the session extension? I am unable to find those options in the 'make config' menu? Looks like I need them. cheers, Noah ___ freebsd-questions@freebsd.org mailing

sshd stalling upon login

2006-10-04 Thread Noah
to get rid of this stall? clues please? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: sshd stalling upon login

2006-10-04 Thread Noah
be augmented to get rid of this stall? clues please? In /etc/ssh/sshd_config add: UseDNS no I put that in there and that did not work. there is still a stall. any other clues? Cehers, Noah Then restart sshd. -philip ___ freebsd-questions

Re: sshd stalling upon login

2006-10-04 Thread Noah
Wayne wrote: Noah wrote: I put that in there and that did not work. there is still a stall. any other clues? Are you running sshd by it self or trying to start it from inetd? sshd is run on its own without inetd. in fact I think portmap is dead on the box. cheers, Noah -Wayne

no specifc dhcpd port found

2006-10-04 Thread Noah
Hi there, I am unable to find the dhcpd port in /usr/ports where should I be looking? cheer,s Noah # find /usr/ports -name dhcp\* /usr/ports/net/dhcp-agent /usr/ports/net/dhcp6 /usr/ports/net/dhcp6/files/dhcp6relay.sh.in /usr/ports/net/dhcp6/files/dhcp6s.sh.in /usr/ports/net/dhcp6/files

Re: no specifc dhcpd port found [SOLVED]

2006-10-04 Thread Noah
Peter A. Giessel wrote: On 2006/10/04 13:46, Noah seems to have typed: where should I be looking? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dhcp.html *** QUOTE 25.5.7.1 *** The server is not provided as part of FreeBSD, and so you will need to install the net

Re: sshd stalling upon login [solved]

2006-10-05 Thread Noah
Girish Venkatachalam wrote: On Wed, Oct 04, 2006 at 02:31:30PM -0700, Noah wrote: Try this. It might help. #cd /usr/ports/security/openssl #make deinstall #make reinstall Restart sshd and test. Best, Girish Girish, you are the winner!!! that worked! please claim your prize

problems ssh'ing debug1: An invalid name was supplied (OSX client)

2006-10-06 Thread Noah
any clues why ssh is hanging before a prompt is provided from the server side. this prompt stalling behavior is only happening when I am coming from my OSX ssh client. Any clues on this? I have never see this betwe. something strange starts around the line "debug1: An invalid name was supplied

Re: problems ssh'ing debug1: An invalid name was supplied (OSX client)

2006-10-06 Thread Noah
Chuck Swiger wrote: On Oct 6, 2006, at 2:26 PM, Noah wrote: any clues why ssh is hanging before a prompt is provided from the server side. this prompt stalling behavior is only happening when I am coming from my OSX ssh client. Any clues on this? I have never see this betwe. Looks like your

Re: problems ssh'ing debug1: An invalid name was supplied (OSX client)

2006-10-07 Thread Noah
Garrett Cooper wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noah wrote: Chuck Swiger wrote: On Oct 6, 2006, at 2:26 PM, Noah wrote: any clues why ssh is hanging before a prompt is provided from the server side. this prompt stalling behavior is only happening when I am

Re: ipfw and temporary port access

2006-10-07 Thread Noah
Daniel Bye wrote: On Sat, Sep 16, 2006 at 03:06:13PM -0700, Noah wrote: Hi there, I am trying to figure out how to open a port temporarily for a specific IP who is able to provide a proper username and password on the website of the box. After authentication is verified then the IP

idle auto logoff

2006-10-10 Thread Noah
Hi there, I recently took over the adminstration of a FreeBSD machine at work and cannot figure out what is auto logging me off when I am idled on the machine. Might somebody have some ideas about how I can hunt this down so I can stop it? cheers, Noah

Re: idle auto logoff

2006-10-10 Thread Noah
Olivier Nicole wrote: I recently took over the adminstration of a FreeBSD machine at work and cannot figure out what is auto logging me off when I am idled on the machine. Are you ruunning something called idled? I checked that - the answer is no. cheers, Noah Olivier

secure dynamic DNS

2006-10-22 Thread Noah
y host.domain.com { algorithm HMAC-MD5; secret "its_secret"; }; zone "domain.com" IN { type master; file "master/domain.com"; allow-update { key host.domain.com; }; allow-query { any; }; notify yes; }; ---

building rdiff-backup 1.1.15

2006-10-23 Thread Noah
ared (first use in this function) _librsyncmodule.c:386: structure has no member named `patch_job' _librsyncmodule.c:387: `RS_DONE' undeclared (first use in this function) _librsyncmodule.c:387: `RS_BLOCKED' undeclared (first use in this function) _librsyncmodule.c: In function `i

Re: building rdiff-backup 1.1.15

2006-10-24 Thread Noah
thanks I found it Vince. cheers, Noah Vince wrote: Noah wrote: Hi there, I am wondering if somebody can help me here. I am attempting to build rdiff-backup 1.1.15 on my freebsd server. anybody had any success or provide a hand into figuring out how to get it installed? install

replacing ^M with emacs

2006-10-27 Thread Noah
? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: replacing ^M with emacs

2006-10-27 Thread Noah
this is the best answer. Hits it right on the head of what I want. What if I want the character to replace the ^M with a new line what do I enter in the replace field? cheers, Noah Peter A. Giessel wrote: On 2006/10/27 11:26, Noah seems to have typed: How might I get emacs to search

Re: replacing ^M with emacs

2006-10-27 Thread Noah
Cheers, Noah Peter A. Giessel wrote: On 2006/10/27 15:20, Noah seems to have typed: this is the best answer. Hits it right on the head of what I want. What if I want the character to replace the ^M with a new line what do I enter in the replace field? control-q control-j

Re: replacing ^M with emacs

2006-10-27 Thread Noah
all these keystrokes out? http://www.math.uh.edu/~bgb/emacs_keys.html Cheers, Noah Peter A. Giessel wrote: On 2006/10/27 15:20, Noah seems to have typed: this is the best answer. Hits it right on the head of what I want. What if I want the character to replace the ^M with a new

project-open on FreeBSD

2007-07-20 Thread Noah
Has anybody had luck installing project-open on FreeBSD? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

installing RHEL 4 or Fedora Core 6 on FreeBSD

2007-07-20 Thread Noah
Hi, is there a way to install RHEL 4 or Fedora Core 6 RPMs on FreeBSD? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: project-open on FreeBSD

2007-07-20 Thread Noah
yes Giorgos Keramidas wrote: On 2007-07-20 09:08, Noah <[EMAIL PROTECTED]> wrote: Has anybody had luck installing project-open on FreeBSD? What is ``project-open''? I don't see anything about it in the Ports Collection. Are we talking about <htt

stop portmanager from building mysql-client-4.1.22

2007-07-20 Thread Noah
Hi there, I am attempting to stop portmanager from installing mysql-client-4.1.22 so I added the following lines to my portmanager config file. $ grep IGNORE /usr/local/etc/portmanager/pm-020.conf #IGNORE|editors/openoffice*| #IGNORE|java/jdk14| IGNORE|www/apache13| IGNORE|www/apache13*| IGNORE|

runaway dialog processes

2007-07-20 Thread Noah
creating this? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

XML Repository with HTML front end

2007-07-23 Thread Noah
Hi there, might somebody be able to recommend a good XML repository that keeps files in XML format but still viewable, uploadable, downloadable, and searchable via a web front-end? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http

where is bsdpan-CPAN in /usr/ports

2007-07-25 Thread Noah
quot;pkg_delete -f bsdpan-CPAN-1.9102" then manually reinstalling this port -- I am a little lost - where might I find the bsdpan-CPAN port - so I can rebuid it? Cheers, Noah ___ freebsd-questions@freebsd.o

Re: stop portmanager from building mysql-client-4.1.22

2007-07-25 Thread Noah
-client| IGNORE|net/openldap23-client*| IGNORE|databases/mysql4*-client| IGNORE|databases/mysql4*-server*| IGNORE|databases/mysql3*-client| IGNORE|databases/postgresql*| Gerard wrote: On July 20, 2007 at 01:09PM Noah wrote: Hi there, I am attempting to stop portmanager from installing mysql

any clues on this

2007-07-29 Thread Noah
ing clamav_clamd. added: not found Stopping clamav_freshclam. Starting clamav_freshclam. added: not found added: not found added: not found Stopping dovecot. added: not found Starting dovecot. Cheers, Noah ___ freebsd-questions@freebsd.org mailing lis

Re: any clues on this [solved]

2007-07-29 Thread Noah
that did it - thanks Kris Kennaway wrote: On Sun, Jul 29, 2007 at 08:04:58PM -0700, Noah wrote: Hi List, I recently reinstalled my entire OS and world, etc. now I am running stable FreeBSD 6.2 when I run scripts now the following line "added: not found" is thrown in the outpu

problem with nessus-gtk2-2.2.9_1 installation

2007-07-30 Thread Noah
9 Nessus Attack Scripting Language nessus-libraries-2.2.9 Libraries for Nessus, the security scanner access1# pkg_delete -f nessus pkg_delete: package 'nessus-gtk2-2.2.9_1' doesn't have a prefix access1# Cheers, Noah ___ freebsd-questions

cant uninstall nessus-gtk2-2.2.9_1

2007-07-31 Thread Noah
9 Nessus Attack Scripting Language nessus-libraries-2.2.9 Libraries for Nessus, the security scanner access1# pkg_delete -f nessus pkg_delete: package 'nessus-gtk2-2.2.9_1' doesn't have a prefix access1# Cheers, Noah ___ freebsd-questions

difficulties remove stale dependency

2007-07-31 Thread Noah
ss1# pkgdb -F ---> Checking the package registry database access1# pkgdb -FO ---> Checking the package registry database access1# portupgrade -a Stale dependency: Xaw3d-1.5E_2 <-- emacs-21.3_9 -- manually run 'pkgdb -F' to fix, or speci

<    1   2   3   4   5   >