wrong architecture used for apache build

2007-10-30 Thread Noah
Hi, I am trying to figure out why the wrong architecture when I am building apache. Any clues where I can correct this information? Cheers, Noah access1# uname -a FreeBSD access1.pslab.juniper.net 6.2-RELEASE-p6 FreeBSD 6.2-RELEASE-p6 #1: Wed Aug 1 22:59:54 PDT 2007 [EMAIL PROTECTED

architecture considered wrong

2007-10-30 Thread Noah
Hi there, I am on a 32-bit machine but see that 64-bit is the considered architecture. What do I have configured and/or built wrong? Cheers, Noah access1# make deinstall clean install clean === Deinstalling for www/apache22 === apache not installed, skipping === Cleaning for libtool

apache finds mod_perl.so garbled

2007-10-31 Thread Noah
Hi there, this is a FreebSD machine and I've built apache, perl, and mod_perl all from /usr/ports what could be wrong - and How do I fix it? Cheers, Noah access1# /usr/local/etc/rc.d/apache22 start Performing sanity check on apache22 configuration: httpd: Syntax error on line 54 of /usr

/libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-03 Thread Noah
HI there, I am not quite sure what library I need to cure this issue up. $ nmap -sP -v 192.168.1.1-255 /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5 Any clues please? Cheers, Noah ___ freebsd-questions

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah
binaries linux_base-fc-4_10 Base set of packages needed in Linux mode (for i386/amd64) Kris Kennaway wrote: Noah wrote: HI there, I am not quite sure what library I need to cure this issue up. $ nmap -sP -v 192.168.1.1-255 /libexec/ld-elf.so.1: Shared object libm.so.6 not found

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah
Kris Kennaway wrote: Noah wrote: thanks Kris, something must be wrong then. I am running into problems rebuilding apache now and see undefined references from /usr/local/lib/libstdc++.so.5 during the build: It looks like you have added a Linux libstdc++ library which is why

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah
Byung-Hee HWANG wrote: Hi, On Sat, 2007-11-03 at 19:47 -0700, Noah wrote: HI there, I am not quite sure what library I need to cure this issue up. $ nmap -sP -v 192.168.1.1-255 /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5 Any clues please? I

Re: /libexec/ld-elf.so.1: Shared object libm.so.6 not found, required by libstdc++.so.5

2007-11-04 Thread Noah
Kris Kennaway wrote: Noah wrote: Kris Kennaway wrote: Noah wrote: thanks Kris, something must be wrong then. I am running into problems rebuilding apache now and see undefined references from /usr/local/lib/libstdc++.so.5 during the build: It looks like you have added a Linux libstdc

apache22 complains of Module mod_ldap missing

2007-11-04 Thread Noah
Hi there, apache-2.2.6_2 6.2-RELEASE-p6 I am not quite sure what is wrong if I am not building apache correctly or if my /usr/local/etc/apache22/httpd.conf file does not have everything configured properly. I might be missing the installation of a module or something in my httpd.conf

apache-2.2.6 not installing

2007-11-04 Thread Noah
output is below including error message. Help please, Noah Table of contents 1) uname -a 2) cat Makefile.options from /usr/ports/www/apache22 3) cat /etc/make.conf 4) make install clean from /usr/ports/www/apache22 with errors at the end - but complete output # uname -a FreeBSD 6.2

Re: apache-2.2.6 not installing [solved]

2007-11-05 Thread Noah
response in line below Jason Bourne wrote: Noah wrote: Hi List, Not receive good support on the ports mail list so I will post here now. Might somebody please explain to me why apache-2.2.6 is not install from /usr/ports ? I am attempting to complile with mod_ldap and a bunch of modules

apache22 complains of Module mod_ldap missing

2007-11-05 Thread Noah
. I am not sure what to try next. Cheers, Noah Table of contents: 1) log error message 2) cat /etc/make.conf 3) LoadModules from /usr/local/etc/apache22/httpd.conf 4) cat /usr/ports/www/apache22/Makefile.options here is the log message: [Sun Nov 04 18:26:41 2007] [error] Module mod_ldap

portmanager and apache2.0

2007-11-15 Thread Noah
and safe update utility access1# How can I figure out why it is getting built? 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: portmanager and apache2.0

2007-11-15 Thread Noah
Hi there, I could not find anything in the portmanager.log how can I make sure it is ignored in the portmanager configuratino file to make sure it is not built at all? is there any other way to figure out what has a dependency to install it? Cheers, Noah Gerard wrote: On November 15

removing ipfw rules

2007-12-27 Thread Noah
--- snip I am typing the command /sbin/ipfw -q delete pass proto tcp src-ip 66.66.66.66 dst-port 22 but both lines remain. What am I doing wrong? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: removing ipfw rules

2007-12-27 Thread Noah
thanks for the response. I was Looking for awk to do some of the parsing like this: /sbin/ipfw list | grep '%IP%' | awk '{ print ipfw -q delete $1 }' | sh cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

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 http://www.project-open.org

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*|

runaway dialog processes

2007-07-20 Thread Noah
be 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
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.org mailing list http

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
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 list http://lists.freebsd.org/mailman/listinfo

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 output or shell

problem with nessus-gtk2-2.2.9_1 installation

2007-07-30 Thread Noah
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@freebsd.org mailing list http

cant uninstall nessus-gtk2-2.2.9_1

2007-07-31 Thread Noah
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@freebsd.org mailing list http

difficulties remove stale dependency

2007-07-31 Thread Noah
--- 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 specify -O to force. Cheers, Noah

Re: cant uninstall nessus-gtk2-2.2.9_1 [solved]

2007-07-31 Thread Noah
Looks like your pkg db for that package is hosed; for certain it is missing the +COMMENTS file, and I would also wager that +CONTENTS is missing or corrupted. I would recommend deleting the /var/db/pkg/nessus-gtk2-2.2.9_1 directory, then reinstall the package/port.

xf86 madness - stop installing drivers

2007-07-31 Thread Noah
Hi, I am wondering if there is an easy way to stop installing all of the xf86 input an video drivers listed below. 4 xf86-input-acecad-1.1.0 /x11-drivers/xf86-input-acecad 3 xf86-input-calcomp-1.1.0 /x11-drivers/xf86-input-calcomp 2 xf86-input-citron-2.2.0

openssh no X forwarding

2007-07-31 Thread Noah
Hi there, $ ssh -X [EMAIL PROTECTED] Last login: Tue Jul 31 14:47:59 2007 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 6.2-RELEASE (SMP) #0: Fri Jan 12 11:05:30 UTC 2007 [access1 ~]$ xterm xterm

pam_ldap receives Invalid credentials

2007-08-01 Thread Noah
is wrong with the current log messages. Is there a way to receive verbose messages from pam and/or pam_ldap to figure out if it is sending the proper authentication information to the LDAP server. We are on a FreeBSD-6.2 stable machine. Clues please, Noah Aug 1 11:24:11 access1 sshd[6277

Issues while authenticating a user over openLDAP using PAM_ldap

2007-08-09 Thread Noah
running FreeBSD 6.2 Stable we have openLDAP installed on a server called access1. Users on access1 appear to not be able to ssh to access1. The ssh authentication method uses PAM ldap. PAM_ldap reports Invalid credentials in /var/log/messages We have another server called access2 that

Re: Issues while authenticating a user over openLDAP using PAM_ldap [cured]

2007-08-09 Thread Noah
see below Andy Harrison wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/9/07, Noah wrote: running FreeBSD 6.2 Stable we have openLDAP installed on a server called access1. Users on access1 appear to not be able to ssh to access1. The ssh authentication method uses PAM ldap

subversion doesnt build: /usr/bin/ld: cannot find -lgssapi_krb5

2007-08-11 Thread Noah
/subversion. access1# access1# find / -name \*gssapi_krb5\* /usr/compat/linux/usr/lib/libgssapi_krb5.so.2 /usr/compat/linux/usr/lib/libgssapi_krb5.so.2.2 Help please. Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: subversion doesnt build: /usr/bin/ld: cannot find -lgssapi_krb5

2007-08-12 Thread Noah
Herbert J. Skuhra wrote: Noah [EMAIL PROTECTED] wrote: Hi, subversion doesnt build: /usr/bin/ld: cannot find -lgssapi_krb5 any clues why the gssapi_krb5 is not found. where shall I find the gssapi_krb5 library? Shall I use the library from the linux compatibility dirs? security/krb5 I

sendmail built but does not work

2007-08-14 Thread Noah
sendmail appears to be horked up on my machine and no longer answers port 25. I am not quite sure what the next steps of troubleshooting are. Please help. hostname# telnet 127.0.0.1 25 Trying 127.0.0.1... telnet: connect to address 127.0.0.1: Connection refused telnet: Unable to connect to

rndc.key auth issues and rndc.key file

2007-05-03 Thread Noah
Hey there FreeBSD'ers, So I am trying to figure out what is the best configuration for bind on my FreeBSD6.2 system. # pkg_info | grep bind bind9-9.3.4 Completely new version of the BIND DNS suite with updated D # grep named /etc/rc.conf named_enable=YES named_symlink_enable=YES

qmail virtual domain and alias

2007-05-05 Thread Noah
] not found. what can I do about 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]

Re: qmail virtual domain and alias

2007-05-05 Thread Noah
solutions to configuring qmail aliases and virtualdomains. cheers, noah John Levine wrote: Since I am not getting a response from the qmail list - well there are a bunch of knowledgeable members here. So... We saw your question on the qmail list, but we couldn't answer it because you're

Re: qmail virtual domain and alias

2007-05-05 Thread Noah
forget it. I am switching to another MTA that is easier to use. cheers, Noah John L wrote: I thought my explanation was fairly clear. Also domain.com is a sample domain name and really has nothing to do with the issue at hand. Sample domain names are used all the time In examples

dhclient: Can't update forward map bogus ... timed out

2007-06-11 Thread Noah
HI List Folk, I recently added firewall filters to my home linux box, and now I am experiencing named errors. I am running DDNS that sends out updates for my dynamically assigned IP address for the router/linux box at the edge of my home network. It appears that those updates periodically

/usr/local/libexec/apache22/libphp4.so not installed

2006-05-21 Thread Noah
FreeBSD-4.11 After rebuilding php4-4.4.2_2 with Apache Module and apache-2.2.2 from /usr/ports - I no longer am finding that /usr/local/libexec/apache22/libphp4.so is getting installed. Any clues as to what I am doing wrong? I cant figure it out at the moment. --- snip --- #

Implementing IMAP advice for first timer

2006-05-23 Thread Noah
FreeBSD-4.11 Well I want to get IMAP running on my FreeBSD box and would like to have a safe, non service-interrupting strategy to implementing it. I am leaning toward installing cyrus imapd. I have some questions about how to get things working. 1) Can somebody please recommend a good

newbie cyrus-imapd config

2006-05-24 Thread Noah
Hi, okay I am trying to configure and implement cyrus-imapd 2.3.3 on my FreeBSD machine. I am looking for a good HOW-TO tutorial to get started. This is what I came up with: http://en.tldp.org/HOWTO/Cyrus-IMAP-7.html Might there be other tutorials that explain things well. Cheers, Noah

good cyrus installation howto

2006-05-26 Thread Noah
Hi there, might somebody send me to a good cyrus installation howto for a first timer. CHeers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

difference between mbox and maildir?

2006-05-28 Thread Noah
Hi there, might somebody send me to a website that explains the differnce between mbox and maildir? Or maybe you can just explain the differences in a response. Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

cucipop mail list?

2006-05-30 Thread Noah
is there a cucipop mail list somewhere out there? Cheer,s Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

rdiff-backup 1.1.5 on FreeBSD 4.11

2006-07-03 Thread Noah
privately if need be. Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

moving rdiff-backup data between servers

2006-07-06 Thread Noah
Hi there, is there a recommended way of moving rdiff-backup data between servers? Web links or anything else out there? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

no more /var/run/sendmail.pid file

2006-07-20 Thread Noah
/sendmail.pid` head: /var/run/sendmail.pid: No such file or directory usage: kill [-s signal_name] pid ... kill -l [exit_status] kill -signal_name pid ... kill -signal_number pid ... *** Error code 1 cheers, Noah ___ freebsd-questions

webcalendar and php and classes

2008-01-07 Thread Noah
webcalendar 1.16 installed since 1.05 was not working for me and getting the following fatal error and warning: # /a/www/webcalendar/tools/send_reminders.php Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/fileinfo.so' - Cannot open

cd and rm a directory with '^M'

2008-09-03 Thread Noah
Hi there, I had rsync create a directory with a '^M' in it. how do I rm -rf the directory? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

secure dynamic DNS

2006-10-22 Thread Noah
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; }; --- snip --- cheers, Noah

building rdiff-backup 1.1.15

2006-10-23 Thread Noah
: In function `init_librsync': _librsyncmodule.c:477: `RS_DEFAULT_BLOCK_LEN' undeclared (first use in this function) error: command 'cc' failed with exit status 1 cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

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
to it? 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
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 line what

calendar and email reminder application

2006-12-21 Thread Noah
Hi there, I am looking for a recommendation for application that I can place on one of my FreeBSD servers. It is a web-based calendar system that I can schedule recurring email reminders that are automatically sent. Any clues here? Cheers, Noah

named not starting on boot

2007-01-02 Thread Noah
FreeBSD 5.5-RELEASE #0: Tue May 23 14:58:27 UTC 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 thanks for your assistance in advance, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

RSS feed search and notification program

2007-01-03 Thread Noah
Hi there, I am looking for an program that notifies me when specific text and/or search criteria appears in an RSS feed. is there anything out there that people enjoy using? It would be even better if the application would send notification emails to me. Cheers, Noah

lab equipment reservation system - web based

2007-01-08 Thread Noah
, and hopefully web based. Anybody got a good recommendation 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]

stunnel not running? (check /var/run/stunnel/stunnel.pid)

2008-06-06 Thread Noah
=${stunnel_config} pidfile=${stunnel_pidfile} required_files=${stunnel_config} run_rc_command $1 -- any ideas? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

Re: stunnel not running? (check /var/run/stunnel/stunnel.pid)

2008-06-07 Thread Noah
logs included below Sahil Tandon wrote: Noah [EMAIL PROTECTED] wrote: Okay I am not understanding something with stunnel. it appears that stunnel cant start because it cant create a pid file. It happens every time I upgrade it. # /usr/local/etc/rc.d/stunnel restart stunnel not running

stunnel: warning: can't get client address: Bad file descriptor

2008-06-08 Thread Noah
Just upgraded stunnel and getting the following error message in the /var/log/messages file. any clues? snip --- Jun 8 13:17:04 stunnel: warning: can't get client address: Bad file descriptor Jun 8 13:17:34 last message repeated 530400 times Jun 8 13:18:00 last message repeated

stunnel: warning: can't get client address: Bad file descriptor

2008-06-08 Thread Noah
Just upgraded stunnel and getting the following error message in the /var/log/messages file. It appears that when I restart stunnel it complains Error binding pop3s to 0.0.0.0:995 and bind: Address already in use (48). therefore the 995 port never becomes available during the restart. Why

stunnel 4.25 and portdowngrade

2008-06-15 Thread Noah
to portdowngrade. I follow the standard procedure and stunnel 4.25 is installed again instead of stunnel 4.24 any suggestions here? machine: 6.2-RELEASE-p11 Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

stunnel 4.25 and portdowngrade

2008-06-16 Thread Noah
to portdowngrade. I follow the standard procedure and stunnel 4.25 is installed again instead of stunnel 4.24 any suggestions here? machine: 6.2-RELEASE-p11 Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

unwanted text before shell prompt

2008-06-23 Thread Noah
Hi there, I just upgraded my FreeBSD box and now I am find that the is an almost blank line above my shell prompt that contains a % (without the quotes) about 20 columns in. What would be the places that this line could be defined? Cheers, noah

building new drive - partitioning

2005-08-17 Thread Noah
I just placed a new drive in one of my servers and its been a while since I've had to partition a drive. is there a good tutorial link that somebody can send me? thanks in advance, Noah ___ freebsd-questions@freebsd.org mailing list http

backing up remote servers

2005-08-17 Thread Noah
there? thanks in advance, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

ssh segfault

2005-09-21 Thread Noah
right now. --- snip --- zsh: segmentation fault (core dumped) ssh [EMAIL PROTECTED] --- snip --- cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

phpscheduleit not allowing login

2009-10-20 Thread Noah
Hi there, I just installed 1.2.11 and running apache I get the Log in screen and I am able to register. As soon as I enter my account information at the main Login page i am sent right back to the page and the error message is You are not logged in! Nothing is appearing in the log eventhough

building lynx with ssl

2009-10-20 Thread Noah
Hi there, I Built lynx-2.8.7 from the .tar.gz and unable to get ssl support to work the error is: Alert!: This client does not contain support for HTTPS URLs. and the build strategy used is: ./configure --with-ssl make sudo make install what am I doing wrong?

how to build from ports without downloading ports

2009-10-20 Thread Noah
Hi there, I have a server with minimal disk space. is there a way to build from ports without downloading ports or only downloading what is needed for the build and then it is removed? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list

open source program for showing six degrees

2009-12-19 Thread Noah
. Is there anything out there that somebody knows about that is already coded and does a decent job? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

IPFW Problems

2006-04-17 Thread Noah Silverman
Hi, I have a system with a 4.11 Kernel. Unless I'm doing something very wrong, there seems to be something odd with ipfw. Take the following rules: ipfw add 00280 allow tcp from any to any 22 out via bge0 setup keep- state ipfw add 00299 deny log all from any to any out via bge0 ipfw add

Re: IPFW Problems?

2006-04-17 Thread Noah Silverman
I tried it with: ipfw add 00015 check-state I still get locked out :( This is the standard firewall from the openbsd manual (on the website.) I don't understand why it wouldn't work as is. Thanks, -N On Apr 17, 2006, at 4:42 PM, Chuck Swiger wrote: David Wolfskill wrote: On Mon, Apr

Re: IPFW Problems

2006-04-17 Thread Noah Silverman
Hi, I doing this over an SSH connection, so I can't see console. If I do it wrong, I get locked out and have to initiate a remote reboot. Fun! Thanks! -N On Apr 17, 2006, at 5:10 PM, Paul Schmehl wrote: --On April 17, 2006 2:29:23 PM -0700 Noah Silverman [EMAIL PROTECTED] wrote: I

Re: How to do this?

2006-04-18 Thread Noah Silverman
Look at the apache server. There is .htaccess and other methods of limiting who can see the page. -N On Apr 18, 2006, at 5:39 PM, Gary Kline wrote: Is it possible to set up a GUI app on my web site where only a few people could http to and irc chat with me? This

Re: top for tcpdump

2006-04-19 Thread Noah Silverman
Look at ettercap. Not exactly what you asked for, but close.. -N On Apr 19, 2006, at 11:08 AM, Michael Grant wrote: Does anyone know of a tool like top that displays the open tcp connections and sorts them by which is causing the most bandwidth? I have someone consuming a lot of bandwidth

mounting UFS CD-ROMs

2010-08-03 Thread Noah Pratt
Am I missing something that ought to be obvious? [probable] Is it no longer possible to mount UFS filesystems? [unlikely ;-) ] Is there something specific about *this* UFS filesystem that prevents it from working? Thank you, -Noah ___ freebsd-questions

Re: mounting UFS CD-ROMs

2010-08-04 Thread Noah Pratt
On Tue, Aug 3, 2010 at 8:44 PM, Michael Powell nightre...@hotmail.com wrote: Noah Pratt wrote: Hi, I have a whole bunch of UFS CD-ROMs, but I'm unable to mount them on my FreeBSD 8 system. I thought it would be possible. From the FAQ: http://www.freebsd.org/doc/en/books/faq/disks.html

Re: mounting UFS CD-ROMs

2010-08-04 Thread Noah Pratt
wrote: You could try the conv=swab option to dd dd if=/dev/acd0 of=5853-5864.iso conv=swab On Wed, Aug 4, 2010 at 18:04, Noah Pratt npr...@gmail.com wrote: On Tue, Aug 3, 2010 at 8:44 PM, Michael Powell nightre...@hotmail.com wrote: Noah Pratt wrote: Hi, I have a whole bunch of UFS CD

Re: virtualbox

2010-08-06 Thread Noah Pratt
On Fri, Aug 6, 2010 at 9:19 AM, Samuel Martín Moro faus...@gmail.com wrote: Very powerfull, indeed too bad vrdp doesn't work on OSE... True, but a VNC server was recently added to the OSE edition instead: http://www.virtualbox.org/ticket/6020 -Noah

Re: ZFS practical application?

2010-08-09 Thread Noah Pratt
/gavvx What are your users running? Here's one of my favorites: http://blogs.sun.com/GregB/entry/using_zfs_to_protect_ntfs -Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

perl and openwebmail - cant locate vars.pm

2004-02-25 Thread Noah Garrett Wallach
FreeBSD 4.9 okay i am attempting to install perl-5.8.2 from the /usr/ports I am seeing the following thing happen I suid'ed /usr/bin/suidperl with 4555 did a use.perl port and also what should my /etc/make.conf file look like - is this okay? --- snip --- # -- use.perl generated deltas -- #

[no subject]

2002-12-17 Thread Noah Garrett Wallach
subscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Drive Failure

2002-12-19 Thread Noah Garrett Wallach
affecting the embedded slice table mean? What si the embedded slice table? And should I make sure that I dont affect it - or should I affect it? also is there anyway to see that, after replacing the MBR on the new drive with boot0cfg, that it is properly bootable? - noah By the way, I notice

4.7-STABLE kernel build

2003-01-10 Thread Noah Garrett Wallach
-0xf7ff irq 3 at device 0.0 on pci4 the next line should be (from the 4.6-STABLE old kernel) amr0: PERC 3/DC Firmware 1.72, BIOS 3.27, 128MB RAM what is creating this issue? I think this MegaRAID card is supported - so I am not sure why loading stalls here. - noah To Unsubscribe: send

Re: 4.7-STABLE kernel build

2003-01-10 Thread Noah Garrett Wallach
On Fri, 10 Jan 2003, Noah Garrett Wallach wrote: Hi, okay I just built a 4.7-STABLE kernel. but I am not able to boot when using the GENERIC config file. I am kinda new at troubleshooting this type of stuff so a clue is welcome. after installation and reboot I only get so far

timezone issue

2003-01-13 Thread Noah Garrett Wallach
timezone issue. all the documentation I have seen out there appears to be getting the timezone set correctly. I have it set to PST. It is 2 hours off from the actual time. can somebody explain how to fix this? I have NTPD running as well. Thanks in advance. - Noah To Unsubscribe: send

Back up hard drive?

2003-01-21 Thread Noah Garrett Wallach
does anybody out there have a decent script to backup between hard drive. also what about a script to back up to back up to a tape drive as well. if you have pointers to cool programs that does this well?. thanks in advance, Noah To Unsubscribe: send mail to [EMAIL PROTECTED

Re: iostat - define Kilobits per transfer

2003-01-22 Thread Noah Garrett Wallach
? or will I be limited by the 64KB/t issue? - Noah -- Dan Nelson [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: iostat - define Kilobits per transfer

2003-01-22 Thread Noah Garrett Wallach
transaction mean? I dont understand what this describes? - Noah To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

My computer asks me to run a Manual FSCK

2003-03-28 Thread Dr. Noah M. Hastings
I use to have an X-Win environment, but don't anymore. When I first bootup my system, I the the following error: /dev/ad4s1a: CAN'T CHECK FILE SYSTEM. /dev/ad4s1a: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. Automatic file system check failed... help! How do I run a manual fsck? I have

troubleshoot: Bad file descriptors

2002-11-11 Thread Noah Garrett Wallach
I am wanting to know how to troubleshoot the Bad File Descriptors that are creeping in when I am ls and find files. How can I stop this from happening? I dont see any open bugs at this time? Is my drive possibly bad? snip find: /usr/ports/korean.old/hanterm/files: Bad file

<    1   2   3   4   5   >