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 "[

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]"

bashrc configuration question: syntax error: unexpected end of file

2008-12-09 Thread Noah
mpletion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). if [ -f /etc/bash_completion ]; then . /etc/bash_completion fi localhost:~ user$ --- snip --- Cheers, Noah __

Re: bashrc configuration question: syntax error: unexpected end of file

2008-12-09 Thread Noah
efined in the .bashrc option 1: like as a function: nc_fix() { sudo kill -9 $(ps auxwww | awk '/[nN]cproxyd/ {print $2}') } option 2: as an alias: alias nc_fix="sudo pkill -9 '[nN]cproxyd'" right, Noah ___ freebsd-ques

Re: bashrc configuration question: syntax error: unexpected end of file

2008-12-09 Thread Noah
Hi, Christopher Cowart wrote: Noah wrote: I am unable to figure out why I am getting the following error: "-bash: /Users/user/.bashrc: line 10: syntax error: unexpected end of file [...] localhost:~ user$ cat .bashrc #nc_fix() { sudo kill -9 $"(ps auxwww | grep [nN]cproxyd | awk &

dialog run away processes

2008-12-11 Thread Noah
stem ports. I am running 6.2-RELEASE-p11 Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

control character file names

2008-12-14 Thread Noah
Hi there, there is a blank directory that I cant seem to view. I believe the directory is a '^M'. can somebody please explain how I can see filenames and directories containing control characters. Also how do I rename the directory with 'mv&#x

Re: control character file names

2008-12-14 Thread Noah
* Use a file manager. I often use `dired-mode' inside an Emacs session to move around, copy, re-organize, rename or delete files. Any file manager that can display several character sets at once will do fine :) Hey there Giorgos, I'd love to use emacs but I go into '

Re: control character file names

2008-12-15 Thread Noah
Polytropon wrote: On Mon, 15 Dec 2008 05:59:02 -0800, Noah wrote: I am unable to rename a directory that has nine '?'. Maybe Midnight Commander - PF6: Rename - will do the job? (Workaround) okay I dont quite understand. what is midnight commander - PF6: Rename? Che

Re: Renaming files with strange characters in dired-mode [was: Re: control character file names]

2008-12-15 Thread Noah
Giorgos Keramidas wrote: On Mon, 15 Dec 2008 05:59:02 -0800, Noah wrote: If you have customized `dired-listing-switches' try reverting it to a simpler set of options, like: (setq-default dired-listing-switches "-lFa") The -b and -B options tend to confuse dired about

Re: control character file names

2008-12-15 Thread Noah
Hi there, Giorgos Keramidas wrote: On Sun, 14 Dec 2008 19:52:01 -0800, Noah wrote: * Use a file manager. I often use `dired-mode' inside an Emacs session to move around, copy, re-organize, rename or delete files. Any file manager that can display several character

Re: control character file names

2008-12-15 Thread Noah
Sorry for being to briefly. 1. The Midnight Commander is a curses based file manager that might be a workaround for the problem you can't solve using Emacs at the moment. It can be installed via ports or (more simple) from packages using "pkg_add -r mc". The command to run it is "mc". 2. P

running shell command through ssh tunnel

2008-12-26 Thread Noah
Music/' Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: running shell command through ssh tunnel

2008-12-27 Thread Noah
Christian Laursen wrote: Noah writes: I am trying to run a shell command to the host at the far end of an ssh tunnel. Here is how I structured access. Is there any way to do this more compactly on one line? ssh -L 12345:192.168.1.20:22 n...@domain.com ssh -p 12345 localhost 'cho

Re: running shell command through ssh tunnel

2008-12-27 Thread Noah
Lowell Gilbert wrote: Noah writes: I am trying to run a shell command to the host at the far end of an ssh tunnel. Here is how I structured access. Is there any way to do this more compactly on one line? ssh -L 12345:192.168.1.20:22 n...@domain.com ssh -p 12345 localhost 'cho

Re: running shell command through ssh tunnel

2008-12-27 Thread Noah
Matthew Seaman wrote: Lowell Gilbert wrote: Noah writes: I am trying to run a shell command to the host at the far end of an ssh tunnel. Here is how I structured access. Is there any way to do this more compactly on one line? ssh -L 12345:192.168.1.20:22 n...@domain.com ssh -p 12345

restart rsync process via shell script

2008-12-29 Thread Noah
| grep 'ESTABLISHED' | grep -v grep" would be helpful. But in some cases I have found that I have ssh connections to the remote rsync server that obfuscate the rsync ssh ESTABLISH statistics. the rsync command I am using is: "/usr/bin/rsync -avz '/Users/noah/' -e '

Re: restart rsync process via shell script

2008-12-29 Thread Noah
Mel wrote: On Monday 29 December 2008 13:35:06 Noah wrote: Hi there, I am trying to figure out the most accurate way to assess if an rsync process is running and is established to the remote rsync server and is transferring data. I am writing a bourne shell script to restart rsync if the

running postnuke php scripts creates apache segmentation fault

2004-02-19 Thread Noah
] [notice] child pid 64930 exit signal Segmentation fau lt (11) [Thu Feb 19 20:05:32 2004] [notice] child pid 64926 exit signal Segmentation fau lt (11) --- snip --- Any clues on where to being to troubleshoot this issue? - Noah ___ [EMAIL PROTECTED

/usr/libexec/ld-elf.so.1: Shared object "libintl.so.4" not found

2004-02-19 Thread Noah
FreeBSD 4.8 still having installation issues with apache-1.3.29 with mod_ssl-2.8.16 from /usr/ports I even upgraded gettext from /usr/ports/devel/gettext to version gettext-0.13.1 still the same problem. any other ideas here? --- snip --- ===> [data: Installing initial data files] echo "Co

openssl-0.9.7c failing - make: don't know how to make i_ofb64.c.

2004-02-20 Thread Noah
FreeBSD 4.8-STABLE apologies in advance to address this issue on a general freeBSD mail list any clues why openssl-0.9.7c is failing to build from /usr/ports here are the build errors: --- snip --- cc: -rpath: linker input file unused since linking not done cc: /usr/local/lib: linker input f

cant compile emacs after installing XFree86

2004-02-21 Thread Noah
top in /usr/ports/editors/emacs. --- snip -- - Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cant compile emacs after installing XFree86

2004-02-21 Thread Noah
ecific about what I am uprgading with the portupgrade tool? I am still a newbie in some respects. thanks in advance, - Noah > Kris ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cant compile emacs after installing XFree86

2004-02-21 Thread Noah
r utilities from XFree86 --- snip --- thanks again Kris! - Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

xsnow not building

2004-02-22 Thread Noah
FreeBSD 4.8-stable still getting used to installing X applications here: xsnow is not building from /usr/ports # make install clean [/usr/ports/x11/xsnow] ===> Vulnerability check disabled >> xsnow-1.42.tar.gz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting

gnome2 install failed

2004-02-22 Thread Noah
em (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/devel/glib20. *** Error code 1 Stop in /usr/ports/devel/libgtop2. *** Error code 1 Stop in /usr/ports/x11/gnomeapplets2. *** Error code 1 Stop in /usr/ports/x11/gnome2. - Noah _

Re: xsnow not building

2004-02-22 Thread Noah
tribution also I am cvsup'ing the stable files every night. how can I guarantee that I am receiving the 4.9-stable files? this is the entry I am using: --- snip --- *default release=cvs tag=RELENG_4 --- snip --- should that work - how can I verify that its the 4.9 kernel and syste

fully deinstall X

2004-02-22 Thread Noah
-fontEncodings-4.2.0 XFree86-4 font encoding files XFree86-fontScalable-4.2.0 XFree86-4 Scalable font files imake-4.2.0_1 Imake and other utilities from XFree86 imake-4.3.0 Imake and other utilities from XFree86 Thanks in advance, Noah ___ [EMAIL

zsh tutorial

2004-02-22 Thread Noah
Hi again, working on a few different things today. is there a good URL for understand zsh out there. I am trying to figure out the best and most practical way to setting up the .zsh configuration files. thanks in advance, Noah ___ [EMAIL PROTECTED

Re: fully deinstall X

2004-02-23 Thread Noah
> > Do a search on XFree86 and use the dependancies to delete it. You > can do this the "make search" way or you can use a tool called > portsearch that is located in /usr/ports/Tools/scripts/portsearch I > copied it to a convenient location and then aliased it as "alias > search'portsear

can't portupgrade XFree86

2004-02-23 Thread Noah
85:in `fix_db' from /usr/local/sbin/pkgdb:231:in `main' from /usr/local/sbin/pkgdb:64:in `initialize' from /usr/local/sbin/pkgdb:64:in `new' from /usr/local/sbin/pkgdb:64:in `main' from /usr/local/sbin/pkgdb:1043 --- snip --- - Noa

X-4.3.0_6 not building from /usr/ports

2004-02-24 Thread Noah
FreeBSD-4.9-STABLE okay I have placed XFree86 on two other FreeBSD boxes but there is a stubborn box not allowing it. I have deinstalled all XFree86 related programs. re-cvsup'ed both /usr/ports/imake-4 and /usr/ports/x11 directories completely. and this is what the 'make install clean' from

Re: X-4.3.0_6 not building from /usr/ports

2004-02-25 Thread Noah
On 25 Feb 2004 08:42:24 -0500, Lowell Gilbert wrote > "Noah" <[EMAIL PROTECTED]> writes: > > > FreeBSD-4.9-STABLE > > > I have deinstalled all XFree86 related programs. re-cvsup'ed both > > /usr/ports/imake-4 and /usr/ports/x11 directories com

Re: fully deinstall X

2004-02-25 Thread Noah
thanks a lot - [EMAIL PROTECTED] /usr/sbin/pkg_delete -f imake-4.2.0_1[/home/noah] pkg_delete: no such package 'imake-4.2.0_1'installed [EMAIL PROTECTED] pkg_info | grep imake[/home/noah] imake-4.3.0_2 Imake and other utilities fromXFree86 [EMAIL PROTECTED] /usr/sbin/pkg_delete -f ima

cvsup config file

2004-02-25 Thread Noah
FreebSD 4-9 can somebody please verify if I have my cvsup config file setup correctly? these are the only uncommented lines. --- snip --- *default host=cvsup13.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix ## Ports Collection. # #

python-2.3.3 build failing

2004-02-26 Thread Noah
FreeBSD-4.9 a segmenation fault experienced while building python-2.3.3 - anybody got some clues on this? --- build output configure: creating ./config.status config.status: creating Makefile.pre config.status: creating Modules/Setup.config config.status: creating pyconfig.h creating Setup

memtest --log no log file?

2004-02-26 Thread Noah
FreeBSD 4.9 rebuilt the latest memtest-2.93.1_1 and not seeing any output file built. who can I report this to? It could quite possibly be a bug since I am running memtest as root. thanks in advance, - noah ___ [EMAIL PROTECTED] mailing list http

Re: X-4.3.0_6 not building from /usr/ports

2004-02-26 Thread Noah
Language pkgconfig-0.15.0_1 A utility used to retrieve information about installed libr tcl-8.3.5_2 Tool Command Language > > Kent > > > > Kent > > > > > > > - Noah > > > > > > > > > > > > FreeBSD-4.9-STABLE &

speedy-CGI and Command 'apxs -q CC' failed

2004-03-05 Thread Noah
Hi! FreeBSD-STABLE errors building CGI-SpeedyCGI-2.22 from /usr/ports - any clues what I am doing wrong here? ===> Configuring for p5-CGI-SpeedyCGI-2.22 ERROR: Command 'apxs -q CC' failed. *** Error code 2 Stop in /usr/ports/www/p5-CGI-SpeedyCGI. thanks in a

speedy-CGI and Command 'apxs -q CC' failed

2004-03-06 Thread Noah
Hi! FreeBSD-STABLE errors building CGI-SpeedyCGI-2.22 from /usr/ports - any clues what I am doing wrong here? ===> Configuring for p5-CGI-SpeedyCGI-2.22 ERROR: Command 'apxs -q CC' failed. *** Error code 2 Stop in /usr/ports/www/p5-CGI-SpeedyCGI. thanks in a

speedy-CGI and Command 'apxs -q CC' failed

2004-03-09 Thread Noah
Hi! FreeBSD-STABLE errors building CGI-SpeedyCGI-2.22 from /usr/ports - any clues what I am doing wrong here? ===> Configuring for p5-CGI-SpeedyCGI-2.22 ERROR: Command 'apxs -q CC' failed. *** Error code 2 Stop in /usr/ports/www/p5-CGI-SpeedyCGI. thanks in a

newsyslog and apache

2004-03-22 Thread Noah
640 30* @T00Z /var/run/httpd.pid 30 /usr/local/www/logs/www.domain3.com/error_log 640 30* @T00Z /var/run/httpd.pid 30 --- snip --- - Noah

Re: newsyslog and apache

2004-03-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-03-22 Thread Noah
March and February threads - found nothing. might you send me to the URL that contains this information. I did find a thread about configuring newsyslog to rotate the httpd files but my issue goes further. So more clues would be helpful here. - Noah > -Original Message- >

RE: newsyslog and apache

2004-03-22 Thread Noah
38439.html Could apache be experiencing or creating some type of memory leak? there are 2GB of installed RAM on this machine. - Noah > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Noah > Sent: Monday, March 22, 2004 12:0

phpmyadmin

2004-03-29 Thread Noah
hi, is there a mail list or forum out there for phpmyadmin support that somebody can direct me to? thanks in advance, Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

phpmyadmin - users not seeing specific database

2004-04-05 Thread Noah
have granted access to. is there something else i need to configure here? thanks in advance, - Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

phpmyadmin - just deleted phpmyadmin user

2004-04-05 Thread Noah
freebsd-4.9-STABLE mysql-4.0.18 phpmyadmin-2.5.6 Okay I am just getting used to things here. I just deleted my phpmyadmin user. is there an easy way to recover from this? fatfingers, - Noah ___ [EMAIL PROTECTED] mailing list http

Re: phpmyadmin - just deleted phpmyadmin user

2004-04-05 Thread Noah
On Mon, 5 Apr 2004 02:16:39 -0800, Noah wrote > freebsd-4.9-STABLE > mysql-4.0.18 > phpmyadmin-2.5.6 I cleared up this situation - disregard. - Noah > > Okay I am just getting used to things here. I just deleted my phpmyadmin > user. is there an easy way to

Re: phpmyadmin - users not seeing specific database

2004-04-05 Thread Noah
On Mon, 05 Apr 2004 11:29:15 +0200, Nelis Lamprecht wrote > On Mon, 2004-04-05 at 10:21, Noah wrote: > > > I was assuming with the > > multiuser functionality that users could only view databases for which they > > have granted access to. is there something else

/libexec/ld-elf.so.1: Shared object "libxcb.so.1" not found, required by "libcairo.so.2"

2009-03-10 Thread Noah
Hi there, rebuilding emacs using portupgrade is dying and claiming I am missing a library. What shall I do? /libexec/ld-elf.so.1: Shared object "libxcb.so.1" not found, required by "libcairo.so.2" ___ freebsd-questions@freebsd.org mailing list h

Re: /libexec/ld-elf.so.1: Shared object "libxcb.so.1" not found, required by "libcairo.so.2"

2009-03-10 Thread Noah
Robert Huff wrote: Noah writes: rebuilding emacs using portupgrade is dying and claiming I am missing a library. What shall I do? /libexec/ld-elf.so.1: Shared object "libxcb.so.1" not found, required by "libcairo.so.2" Have you: 1) updated y

p5-Digest-HMAC-1.01 installation is corrupt!

2009-03-11 Thread Noah
Hi there, I am trying to remove p5-Digest-HMAC-1.01 installation. How do I do it? # portmanager -u -y rCreateInstalledDbVerifyContentsFile 0.4.1_9 error: "@comment ORIGIN:" not found in /var/db/pkg/p5-Digest-HMAC-1.01/+CONTENTS p5-Digest-HMAC-1.01 installation is corrupt!

Re: p5-Digest-HMAC-1.01 installation is corrupt!

2009-03-11 Thread Noah
yes # pkg_delete -f p5-Digest-HMAC-1.01 pkg_delete: package 'p5-Digest-HMAC-1.01' is required by these other packages and may not be deinstalled (but I'll delete it anyway): p5-Mail-SpamAssassin-3.2.5_1 pkg_delete: package 'p5-Digest-HMAC-1.01' doesn't have a prefix Olivier Nicole wrote: I am

Re: p5-Digest-HMAC-1.01 installation is corrupt!

2009-03-11 Thread Noah
yes and I still get the error again when running portmanager # pkg_delete -f p5-Digest-HMAC-1.01 pkg_delete: package 'p5-Digest-HMAC-1.01' is required by these other packages and may not be deinstalled (but I'll delete it anyway): p5-Mail-SpamAssassin-3.2.5_1 pkg_delete: package 'p5-Digest-HM

reinstall package with portinstall

2009-03-11 Thread Noah
Hi there, how can I reinstall a package that could be the same version as the currently Install version with portinstall or portupgrade? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

openwebmail undefined subroutine

2009-04-23 Thread Noah
Hi there, any clues why this is happening? I have Compress::Zlib installs. Undefined subroutine &Compress::Zlib::memGzip called at /usr/local/www/cgi-bin/openwebmail/shares/ow-shared.pl line 1212. Cheers, Noah ___ freebsd-questions@freebsd

openwebmail undefined subroutine

2009-04-25 Thread Noah
Hi there, any clues why this is happening? I have Compress::Zlib installs. Undefined subroutine &Compress::Zlib::memGzip called at /usr/local/www/cgi-bin/openwebmail/shares/ow-shared.pl line 1212. Cheers, Noah ___ freebsd-questions@freebsd

stunnel 4.25 and portdowngrade

2008-06-15 Thread Noah
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
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? Che

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 a

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 To

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

pkgdb -Fu failing: can't convert nil into String

2006-08-19 Thread Noah
ndency? ([y]es/[n]o/[a]ll) [yes] a can't convert nil into String --- snip --- 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: pkgdb -Fu failing: can't convert nil into String

2006-08-19 Thread Noah
[EMAIL PROTECTED] wrote: in message <[EMAIL PROTECTED]>, wrote Noah thusly... Somebody know what is going on here? I can't figure it out and never seen this before. Neither do i but that won't stop me from speculating ... # pkgdb -Fu ---> Updating the pkgdb

portmanager ignoring update perl

2006-08-20 Thread Noah
/etc/portmanager/pm-020.conf snip --- IGNORE|lang/perl5.8| --- snip --- will that work? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: portmanager ignoring update perl

2006-08-20 Thread Noah
Gerard Seibert wrote: Noah wrote: I am running portmanager and updating all dependencies along the way. I am finding that perl gets updated to the system version. I want to keep it to version 5.8. . FreeBSD4-11 is my OS. so in order to get portmanager to stop updating perl do I add the

portmanager and perl handling

2006-08-20 Thread Noah
ays be set to the latest port which is currently 5.8.8. what do I need to change in my portmanager.conf file to make sure this happens? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-qu

new firewall rules

2006-08-20 Thread Noah
Hi there, I want to activate the new rules I added to rc.firewall . Is there anyway to easily do this without rebooting? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: portmanager and perl handling

2006-08-20 Thread Noah
Gerard Seibert wrote: On Sunday 20 August 2006 17:40, Noah wrote: am running portmanager with the following switches "portmanager -u -f -l -y" which is building all the dependencies. I find that perl is set to the system version of 5.003 . I do not want this behavior. I wa

Re: new firewall rules

2006-08-20 Thread Noah
Chris Knipe wrote: sh /etc/rc.firewall thanks whats the fer? Cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

web authentication to grant FTP access

2006-08-22 Thread Noah
es on 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]"

5.5 and SMP

2006-08-27 Thread Noah
snip --- 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: 5.5 and SMP

2006-08-28 Thread Noah
Hi, You have to activate hyperthreading: http://docs.freebsd.org/cgi/mid.cgi?20060730235206.7A7B743D45 ah ha - thanks! cheers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

crontab entries not executing

2006-09-02 Thread Noah
FreeBSD-5.5 I just rebuilt a new 5.5 server and I am finding root's crontab entries are not being executed. any body got some clues about how I can troubleshoot this issue so my cron entries are bring executed. Cheers, Noah ___ freebsd-ques

migrating user and web files to new server

2006-09-02 Thread Noah
Hi there, might somebody recommend a good way to migrate user and web files to our new server? thank you in advance, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe

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 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 okay might you recommend a good command structure? Cheers, Noah Chad

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,

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

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 pag

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 b

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

Re: mounting UFS CD-ROMs

2010-08-04 Thread Noah Pratt
On Tue, Aug 3, 2010 at 8:44 PM, Michael Powell 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: >> htt

Re: mounting UFS CD-ROMs

2010-08-04 Thread Noah Pratt
10, xSAPPYx 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 wrote: >> On Tue, Aug 3, 2010 at 8:44 PM, Michael Powell >> wrote: >>> Noah Pratt wrote: >>> >>&

Re: virtualbox

2010-08-06 Thread Noah Pratt
On Fri, Aug 6, 2010 at 9:19 AM, Samuel Martín Moro 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
com/app/docs/doc/819-5461/gbcik Also read the parts about snapshots and zfs send: http://docs.sun.com/app/docs/doc/819-5461/gavvx What are your users running? Here's one of my favorites: http://blogs.sun.com/GregB/entry/using_zfs_to_protect_ntfs -Noah _

Can't locate ExtUtils/MakeMaker.pm

2008-11-24 Thread Noah Garrett Wallach
T_INT USE_LARGE_FILES USE_PERLIO Locally applied patches: defined-or Built under freebsd Compiled at Nov 10 2007 18:50:19 @INC: /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/lo

Re: portupgrade perl and openwebmail

2004-12-15 Thread Noah Garrett Wallach
enabled SUID support everytime I rebuild perl? cheers, Noah On Dec 15, 2004, at 2:50 PM, Noah Garrett Wallach wrote: FreeBSD-4.9 perl-5.8.5 openwebmail-2.41 just portupgraded perl now I am having difficulties reinitializing openwebmail.pl any clues on this? --- snip --- # /usr/local/www/cgi-bi

Re: portupgrade perl and openwebmail

2004-12-15 Thread Noah Garrett Wallach
- which port please? cheers, Noah On Dec 15, 2004, at 2:50 PM, Noah Garrett Wallach wrote: FreeBSD-4.9 perl-5.8.5 openwebmail-2.41 just portupgraded perl now I am having difficulties reinitializing openwebmail.pl any clues on this? --- snip --- # /usr/local/www/cgi-bin/openwebmail/openwebmail-tool.p

portupgrade perl and openwebmail

2004-12-15 Thread Noah Garrett Wallach
error speedy[44223]: Cannot spawn backend process --- snip - Noah ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

4.7-STABLE kernel build

2003-01-10 Thread Noah Garrett Wallach
3 at device 0.0 on pci4 the next line should be (from the 4.6-STABLE old kernel) amr0: 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 mail to [EMAIL PROTECTED

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 installa

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] with

iostat - define Kilobits per transfer

2003-01-22 Thread Noah Garrett Wallach
4KB/t. Are these stats in fact showing me that there is a limitation with the SCSI drive? Are my file transfering capaibilities less with the SCSI drive? I suppose what do I need to look for in the spcifications when choosing new drives so this does not happen again? - Noah To Unsubscribe: send

Re: iostat - define Kilobits per transfer

2003-01-22 Thread Noah Garrett Wallach
users with 160Kbit encoded audio streams - could I in fact do this on this machine? 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

<    1   2   3   4   5   >