Buildworld fails updating from 5.4-RELEASE-p2 to 6.0-RELEASE
I've been trying to update an old server from 5.4-RELEASE-p2 to 7.2-RELEASE. So, I figured the best way would be to do this in steps. 5.4 to 6.0 then 6.0 to 6.4 then to 7.0 then finally 7.2. So, I have ftp'd the src directory for 6.0-RELEASE from ftp-archive.freebsd.org. Then I wiped /usr/src, mkdir'd /usr/src/obj, did an install.sh for all the packages in src for 6.0. Then I placed my kernel config in /usr/src/sys/i386/conf/, and did make buildworld. I constantly get a fail (whether or not I use -j3 or no -j argument in /etc/make.conf): ===> gnu/usr.bin/texinfo/doc (all) makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info.texi -o info.info gzip -cn info.info > info.info.gz makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/info-stnd.texi -o info-stnd.info gzip -cn info-stnd.info > info-stnd.info.gz ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/texinfo.txi texinfo.texi makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi -o texinfo.info texinfo.texi:451: Unknown command `comma'. texinfo.texi:451: Misplaced {. texinfo.texi:451: Misplaced }. texinfo.texi:469: Unknown command `registeredsymbol'. texinfo.texi:469: Misplaced {. texinfo.texi:469: Misplaced }. texinfo.texi:893: Unknown command `LaTeX'. texinfo.texi:893: Misplaced {. texinfo.texi:893: Misplaced }. texinfo.texi:7070: Unknown command `LaTeX'. texinfo.texi:7070: Misplaced {. texinfo.texi:7070: Misplaced }. texinfo.texi:7401: Unknown command `abbr'. texinfo.texi:7401: Misplaced {. texinfo.texi:7401: Misplaced }. texinfo.texi:7505: Unknown command `indicateurl'. texinfo.texi:7505: Misplaced {. texinfo.texi:7505: Misplaced }. texinfo.texi:7679: Unknown command `sansserif'. texinfo.texi:7679: Misplaced {. texinfo.texi:7679: Misplaced }. texinfo.texi:7685: Unknown command `slanted'. texinfo.texi:7685: Misplaced {. texinfo.texi:7685: Misplaced }. texinfo.texi:9020: Unknown command `headitem'. texinfo.texi:9104: Unknown command `float'. texinfo.texi:9106: Unmatched `...@end'. texinfo.texi:9167: Unknown command `float'. texinfo.texi:9169: Unknown command `caption'. texinfo.texi:9169: Misplaced {. texinfo.texi:9169: Misplaced }. texinfo.texi:9170: Unmatched `...@end'. texinfo.texi:9224: Unknown command `listoffloats'. texinfo.texi:9998: Unknown command `comma'. texinfo.texi:9998: Misplaced {. texinfo.texi:9998: Misplaced }. texinfo.texi:10058: Unknown command `comma'. texinfo.texi:10058: Misplaced {. texinfo.texi:10058: Misplaced }. texinfo.texi:10067: Unknown command `comma'. texinfo.texi:10067: Misplaced {. texinfo.texi:10067: Misplaced }. texinfo.texi:10398: Unknown command `ordf'. texinfo.texi:10398: Misplaced {. texinfo.texi:10398: Misplaced }. texinfo.texi:10398: Unknown command `ordm'. texinfo.texi:10398: Misplaced {. texinfo.texi:10398: Misplaced }. texinfo.texi:10470: Unknown command `registeredsymbol'. texinfo.texi:10470: Misplaced {. texinfo.texi:10470: Misplaced }. texinfo.texi:10473: Unknown command `registeredsymbol'. texinfo.texi:10473: Misplaced {. texinfo.texi:10473: Misplaced }. texinfo.texi:10486: Unknown command `LaTeX'. texinfo.texi:10486: Misplaced {. texinfo.texi:10486: Misplaced }. texinfo.texi:10493: Unknown command `LaTeX'. texinfo.texi:10493: Misplaced {. texinfo.texi:10493: Misplaced }. texinfo.texi:10496: Unknown command `LaTeX'. texinfo.texi:10496: Misplaced {. texinfo.texi:10496: Misplaced }. texinfo.texi:10515: Unknown command `registeredsymbol'. texinfo.texi:10515: Misplaced {. texinfo.texi:10515: Misplaced }. texinfo.texi:10518: Unknown command `registeredsymbol'. texinfo.texi:10518: Misplaced {. texinfo.texi:10518: Misplaced }. texinfo.texi:10524: Unknown command `euro'. texinfo.texi:10524: Misplaced {. texinfo.texi:10524: Misplaced }. texinfo.texi:10526: Unknown command `euro'. texinfo.texi:10526: Misplaced {. texinfo.texi:10526: Misplaced }. texinfo.texi:11559: Unknown command `'. texinfo.texi:12225: Unknown command `deftypecv'. texinfo.texi:12225: Misplaced {. texinfo.texi:12225: Misplaced }. texinfo.texi:12228: Bad argument to `end', `deftypecv', using `table'. texinfo.texi:12231: @item found outside of an insertion block. texinfo.texi:12254: @item found outside of an insertion block. texinfo.texi:12279: Unmatched `...@end'. texinfo.texi:12629: Unknown command `ifdocbook'. texinfo.texi:12631: Unmatched `...@end'. texinfo.texi:14112: Unknown command `LaTeX'. texinfo.texi:14112: Misplaced {. texinfo.texi:14112: Misplaced }. texinfo.texi:16717: Unknown command `comma'. texinfo.texi:16717: Misplaced {. texinfo.texi:16717: Misplaced }. texinfo.texi:16731: Unknown command `comma'. texinfo.texi:16731: Misplaced {. texinfo.texi:16731: Misp
Re: Buildworld fails updating from 5.4-RELEASE-p2 to 6.0-RELEASE
krad said the following on 10/22/09 6:43 AM: > the best way i have found is not doing a build world like this > take a backup of the /etc dir > > (SNIP) > Mm. While I don't disagree with the method, per se, I'd rather not make the trek to the data center unless I absolutely have to. I'd just really like for the buildworld &c. to work as they're supposed to. :-/ So if anyone can tell me what to do to fix that buildworld from 5.4-RELEASE-p2 to go up to 6.0-RELEASE, I'd appreciate it! Thanks in advance, --Glenn ___ 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: Grand Omission from WebSite
Dave Woodruff wrote: Dear Mr. Questions: I have just spent about one-half hour "browsing" the website, looking for the list of package distributions, unsuccessfully. Perhaps the most dismaying was the page: http://www.freebsd.org/applications.html which contains a link self-described as "packages collection" which takes you to the OS distribution page, unrelated to packages. Entering "package" or "packages" into the (sic) search engine each yield a null result. It is a crying shame that one of the most unique and fruitful features of my favorite operating system should be so http://www.freebsd.org/ports/index.html It's under "Shortcuts" on the right. Not obfuscated.. I found it in no time at all... Enjoy.. Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
FreeBSD 7.0 and Denyhosts 2.6_1?
Greetings! Running: 7.0-STABLE FreeBSD 7.0-STABLE #27: Thu Apr 10 02:51:13 EDT 2008 amd64 DenyHosts 2.6_1 The suggested setup of using this stanza in /etc/hosts.allow does not seem to work: # Wrapping sshd(8) is not normally a good idea, but if you # need to do it, here's how #sshd : .evil.cracker.example.com : deny sshd : /etc/hosts.deniedssh : deny sshd : ALL : allow -rw-r--r-- 1 root wheel3401 Mar 30 05:09 /etc/hosts.allow -rw-r--r-- 1 root wheel 149828 Mar 30 05:09 /etc/hosts.deniedssh It was suggested I try using the /etc/hosts.deny option instead. Neither of these seem to be working. These are my settings in denyhosts.conf: SECURE_LOG = /var/log/auth.log HOSTS_DENY = /etc/hosts.deny PURGE_DENY = 5d BLOCK_SERVICE = DENY_THRESHOLD_INVALID = 5 DENY_THRESHOLD_VALID = 10 DENY_THRESHOLD_ROOT = 1 DENY_THRESHOLD_RESTRICTED = 1 WORK_DIR = /usr/local/share/denyhosts/data SUSPICIOUS_LOGIN_REPORT_ALLOWED_HOSTS=YES HOSTNAME_LOOKUP=NO LOCK_FILE = /var/run/denyhosts.pid ADMIN_EMAIL = [EMAIL PROTECTED] SMTP_HOST = localhost SMTP_PORT = 25 SMTP_FROM = DenyHosts <[EMAIL PROTECTED]> SMTP_SUBJECT = DenyHosts Report SYSLOG_REPORT=YES DAEMON_LOG = /var/log/denyhosts DAEMON_SLEEP = 30s DAEMON_PURGE = 1h SYNC_SERVER = http://xmlrpc.denyhosts.net:9911 SYNC_INTERVAL = 1h SYNC_UPLOAD = yes SYNC_DOWNLOAD = yes SYNC_DOWNLOAD_THRESHOLD = 3 SYNC_DOWNLOAD_RESILIENCY = 5h (end conf file) One of the comments made was that, perhaps, there is a problem with the tcp_wrappers not matching what the man page for hosts.allow says it can do? I figured I'd ask here, since, well, y'all are pretty knowledgeable and such and you might have an idea of what I may be doing wrong here. Thanks in advance, listpeople! :) Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: FreeBSD 7.0 and Denyhosts 2.6_1?
Nevermind :) I think I solved the issue. Thanks anywho :) Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: mysql missing from my home-page WordPress....
On 3/1/11 3:53 PM, Gary Kline wrote: > > Any clues why I get a one-liner from wordpress that my database > extention is missing? I re-installed everything; it is running. > The "wordpress" db is there when I check 'show database'. What > else? Check and make sure the MySQL extensions are installed in PHP? pkg_info | grep php5-mysql (if not..) cd /usr/ports/databases/php5-mysql && make install clean Good luck! --Glenn ___ 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: /etc/newsyslog.conf and denyhosts
On 5/3/11 2:32 PM, Janos Dohanics wrote: >> Denyhosts has to be informed that the logfile has changed, so that >> it can close and re-open the logfile. It may be possible by >> sending it a 'signal', or you may have to kill/restart it. See >> the documentation for denyhosts. >> >> Newsyslog itself does _not_ notify/restart any daemons you have >> to do this yourself. >From the man page for newsyslog.conf: path_to_pid_file This optional field specifies the file name containing a daemon's process ID or to find a group process ID if the U flag was speci- fied. If this field is present, a signal_number is sent the process ID contained in this file. If this field is not present, then a SIGHUP signal will be sent to syslogd(8), unless the N flag has been specified. This field must start with `/' in order to be recognized properly. signal_number This optional field specifies the signal number that will be sent to the daemon process (or to all processes in a process group, if the U flag was specified). If this field is not present, then a SIGHUP signal will be sent. --Glenn ___ 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: How to add zfs support to FreeBSD?
On 2/18/13 4:21 PM, Fbsd8 wrote: > The handbook does not cover how to add zfs support. > > How is it done? Does this help you? https://wiki.freebsd.org/ZFS Best, --Glenn ___ 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: history
On 9/19/13 3:36 PM, william benton wrote: > when I log into free bsd I am in the sh shell. i type history at the > command line and the machine says history not found. If I type h at > the command line it works like i expect the history command to work. > In the csh or tcsh shells history works as well as h. why does > entering history at the command line work in the csh and tcsh shells > but not in the sh shell. Considering that all three shells seem to > have the same .cshrc file? Bourne shell (sh) has no history component. Bourne Again shell (bash) does, as well as C-shell and Turbo C-shell (csh/tcsh). http://en.wikipedia.org/wiki/Bourne_shell#Criticism Best, --Glenn ___ 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: Do I really have to install 80 packages?
On 10/11/13 5:38 PM, Walter Hurry wrote: > FreeBSD 9.1 > > I want ONE shared lib; i.e. rsvg.so, which is provided by > x11-toolkits/py-gnome-desktop. > > Unfortunately, it seems that going the normal route I shall have to > install 80! ports to get it. Is there an easier way? Actually I think you want x11-toolkits/gtk20..? Would pkg_add work for you? Best, --Glenn ___ 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: Keep compile options through upgrade
Olivier Certner said the following on 1/28/2005 4:00 AM: Thanks for these 2 answers. I didn't have seen this file mentioned in the portupgrade manpage, so I could have been searching for a while before finding... Quite welcome..hope it helped! :) Best, G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: mailman question
Dikshie said the following on 1/31/2005 12:03 AM: sorry for newbie question: No prob.. you may, however, prefer the mailman-users list for this as it's not a FreeBSD issue.. :) cd /usr/ports/mail/mailman make MAIL_GID=mail install clean httpd.conf: Options ExecCGI ScriptAlias /mailman "/usr/local/mailman/cgi-bin" Alias /pipermail "/usr/local/mailman/archives/public" but still permission denied: Forbidden You don't have permission to access /mailman/listinfo on this server. Go to the mailman directory (/usr/local/mailman) and issue bin/check_perms If it complains, do check_perms -f If you still have issues, try the Mailman FAQ wizard: http://www.python.org/cgi-bin/faqw-mm.py Best, --G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: mailman question
Dikshie said the following on 1/31/2005 12:39 AM: Glenn Sieb ([EMAIL PROTECTED]) wrote: Go to the mailman directory (/usr/local/mailman) and issue bin/check_perms If it complains, do check_perms -f box# bin/check_perms -f No problems found Did you restart Apache? Do any other web sites on the box work? Did you check the FAQ Wizard? Ask on mailman-users? Best, --Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Any experience with KeySpan USA-19W?
Or any other USB-to-Serial adapters? Do they work well in FreeBSD 5.3-RELASE? http://www.keyspan.com/products/usb/USA19W/ We're looking to set up a console server in our colo, and these looked like a good way of doing multiple serial ports fairly cheaply. Thanks in advance! :) Best, --Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: buildworld error in Makefile.inc1
Kris Kennaway said the following on 2/2/2005 9:14 PM: On Wed, Feb 02, 2005 at 05:59:11PM -0800, Jeffrey Bouquet wrote: on WEDS 2-2-05, Glenn Sieb wrote (paraphrased): (quoting the error): error in Makefile.inc1, cannot continue... I ran into this problem last July doing a 5.1 > 5.2.1 upgrade, during each cvsup the Makefile.inc1 would be re downloaded because after each cvsup, I corrected the syntax (using #edit) < 501101)) TO: < 501101 )) in this case line 830, in my case I think it was line 137 iirc, maybe someone should permanently comment that code: # leave a space after the releasedir checking code # number and before the closing parenth PLEASE!!! make was fixed some time ago to not treat this as syntax error. Kris I changed the end of line 830... and now when I do make: # make +for: not found *** Error code 127 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # So, should this upgrade be this painful? 5.1-RELEASE-p17 isn't _that_ old.. I kind of wonder now what's going to happen when I upgrade one of my boxes from 4.11-RELEASE to 5.3-RELEASE? :-/ Thanks in advance, everyone, Best, --Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: buildworld error in Makefile.inc1
Kris Kennaway said the following on 2/3/2005 12:29 AM: On Wed, Feb 02, 2005 at 10:25:38PM -0500, Glenn Sieb wrote: Stop in /usr/src. # So, should this upgrade be this painful? 5.1-RELEASE-p17 isn't _that_ old.. I kind of wonder now what's going to happen when I upgrade one of my boxes from 4.11-RELEASE to 5.3-RELEASE? :-/ Typically we only support source upgrades from systems after a certain point. Talk to [EMAIL PROTECTED] about the status of upgrading from 5.1-RELEASE. Thanks, Kris.. it appears that doing make -DALWAYS_CHECK_MAKE did the trick for me (which would have happened had I just done a buildworld, from what Ruslan said). Great appreciation from me to everyone who helped out on this issue. This makes my life MUCH easier tonight. :) Best, --Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Equinox SST on 5.3?
Some friends and I found a couple Equinox SST 8 port cards on eBay.. has anyone gotten these working on FBSD 5.3? So far, all we've found on their website: http://www.equinox.com/drivers/superserial/bsdi.html Considering the 'age' of that driver... we figured maybe.. just possibly.. these cards might work on a 5.3 machine? Thanks in advance! Best, --Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: .htaccess in subdir of /usr/home//public_html
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 file needs to be world-readable.. Best, Glenn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: .htaccess in subdir of /usr/home//public_html
Noah said the following on 4/18/2004 9:15 PM: 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 file needs to be world-readable.. the .htaccess file was/is world-readable so that does not appear to be the issue. I arrive at the subdir without any password prompt. any other ideas of what I need check. Well--looking at your cut there, it's owner & group readable only. It'd look like: -rw-r--r-- if it were world readable, guy. Do this: chmod 644 .htaccess Glenn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: .htaccess in subdir of /usr/home//public_html
Noah said the following on 4/19/2004 12:18 AM: thanks for your response but there are two files that I am using .htaccess and .htpasswd . Might you be getting the .htaccess and .htpasswd file permissions mixed up? Not at all. Both need to be world readable, or at least readable by the user running apache. there is still no cure at this point since i check the file permissions and both .htaccess and .htpasswd are both world readable. I even moved the .htpasswd to the same subdirectory with world readable permissions and still there is no password prompt from my browser. I go directly to the directory index of /usr/home//public_html// here are the permissions of the files: -rw-r--r-- 1 101 Apr 18 16:09 /usr/home//public_html//.htaccess and -rw-r--r-- 1 21 Apr 18 16:09 /usr/home//public_html//.htpasswd any other ideas? So when you go to http://yourserver/~yourusername/subdir it doesn't prompt you for anything? Check it against this: AuthType Basic AuthUserFile htpasswd.file.location.and.name.here AuthName "Something to make sense" require valid-user Best, Glenn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: .htaccess in subdir of /usr/home//public_html
Noah said the following on 4/19/2004 12:39 AM: AuthType Basic AuthUserFile htpasswd.file.location.and.name.here AuthName "Something to make sense" require valid-user thanks glen - looks like this is still not working. No password Prompt here is what I did: cat of /usr/home//public_html//.htaccess --- snip --- AuthType Basic AuthUserFile /usr/home//public_html//.htpasswd AuthName "Protected Area" require user glob Ok.. first off: Is there a user named "glob" in that .htpasswd file? Secondly, can you check that you have the module mod_userdir.c loading? In my install from ports of Apache, my userdir directives look like this: (Up top with the rest of the modules:) LoadModule userdir_module /usr/local/libexec/apache/mod_userdir.so AddModule mod_userdir.c (Then down in the host/virtualhost directives:) UserDir public_html AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec Order allow,deny Allow from all Order deny,allow Deny from all Best, Glenn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: XFree86 Config (continued)
Daniela said the following on 6/11/2004 6:39 PM: On Friday 11 June 2004 20:36, LW Ellis wrote: OK thanx to all the help, I think I'm getting close. I have a config file that works fineonly as long as I am signed in as root. KDE-Lite loads and works fine... However If I sign in as a user, I get a grey-green screen with some white windows. I put the config file in etc/X11/XF86Config. There maybe other copies somewhere, but I think I got most of them. Do I have the config file in the right place? Copy the file '.xinitrc' from root's home directory to the respective user's home directory. This is because every user can have his own desktop, so every user will have to specify one in order not to get the default one. It's also possible to set a system-wide default, but I've never done this. Ack.. I knew it was .xsomething ;) G. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: undelete in FreeBSD?
Nelis Lamprecht said the following on 7/21/2005 5:13 AM: On 7/21/05, Xu Qiang <[EMAIL PROTECTED]> wrote: Hi, all: I mis-deleted /usr/local/bin directory in my FreeBSD. How can I restore it? There isn't a way to restore unless you have a backup. However, most of the binary files in /usr/local/bin are from packages/ports you have installed on your system. So you may be able to get away with using portupgrade(/usr/ports/sysutils/portupgrade) to re-install those packages and therefore "restoring" some if not all of /usr/local/bin. Do a portupgrade -f -a which forces portupgrade to re-install all packages/ports you have currently installed. Nelis, First I think he might have to go re-install portupgrade. Xu--as root, perform the following steps: cd /tmp tar cvf etc.tar /usr/local/etc/ cd /usr/ports/sysutils/portupgrade make install && make clean portupgrade -farRx bsdpan- This will force reinstallation of all your ports. This will take *forever*. And, just in case, we've tarred up your /usr/local/etc directory so you have a backup in /tmp! Good luck!! Best, --Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: increasing failed sshd logins/clearing breadcrumb trails
John DeStefano said the following on 9/14/2004 10:15 PM: I've noticed a few posts over the past week or so regarding users' servers being probed by remote ssh attempts. Coincidentally (or perhaps not so), around that time, I began getting quite a few records of such attempts to my server, at the rate of about 3 tries per IP, and about three IPs per night. Unfortunately, last night (Mon Sep 13), this attack was much more concentrated and persistent: someone from (or spoofing from) one IP (211.250.185.100) hammered my server with login attempts over a 20-minute period. The last report I got was a final, failed root password at 20:22:13 Eastern Time (GMT-5:00). I've been getting this for weeks. They're all under APNIC, and emails to [EMAIL PROTECTED] involved networks has gone unanswered. The easiest way to protect this is to check your sshd_config and set: PermitRootLogin no Which, if you're exposed to the 'Net would be a sane practice--force people to log in as themselves and su (or sudo or sudoscript) to root. Admittedly, I am not sure about the rest of your posting. When I run last, (on 4.10-STABLE) it shows logins back to the 1st of September. Best, Glenn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: increasing failed sshd logins/clearing breadcrumb trails
Tim Aslat said the following on 9/14/2004 10:51 PM: In the immortal words of Glenn Sieb <[EMAIL PROTECTED]>... I've been getting this for weeks. They're all under APNIC, and emails to [EMAIL PROTECTED] involved networks has gone unanswered. I've been getting these as well, but from a multitude of address spaces. Not just APNIC. I should have been clearer--the ones coming in on *my* server have all been from APNIC :-/ Agreed. However if you 'Absolutely' require something to be done remotely as root, make it a pub/priv key sequence and limit the command using the keys. *nod* But I really can't think of any reason to have an exposed machine allow a direct-root login... Probably I just haven't had that particular need or experience yet... But with protected machines? Sure--at my old job (at Lumeta) we had our "one trusted" machine which was allowed to ssh as root (using keys only) to our internal machines. For purposes of pushes/pulls/upgrades/stuff along those lines. Very sane practice *nod* I'd like to think Tal rubbed off on me a bit :) It is possible that the box was compromised and the utmp/wtmp log removed/edited/etc, and I would start looking immediately for other traces of a possible intrusion. *nod* Hopefully he wasn't hacked--that would be major suckage :-/ Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: increasing failed sshd logins/clearing breadcrumb trails
John DeStefano said the following on 9/16/2004 10:40 AM: The easiest way to protect this is to check your sshd_config and set: PermitRootLogin no Interestingly, this option did not exist in my config file (I added it), but all other options were commented out. Is this the default? Is it wise to leave it this way? Yes--it's in man sshd_config: PermitRootLogin Specifies whether root can login using ssh(1). The argument must be ``yes'', ``without-password'', ``forced-commands-only'' or ``no''. The default is ``no''. Note that if ChallengeResponseAuthentication is ``yes'', the root user may be allowed in with its password even if PermitRootLogin is set to ``without-password''. If this option is set to ``without-password'' password authenti- cation is disabled for root. If this option is set to ``forced-commands-only'' root login with public key authentication will be allowed, but only if the command option has been specified (which may be useful for taking remote backups even if root login is normally not allowed). All other authentication methods are disabled for root. If this option is set to ``no'' root is not allowed to login. Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
DVD question...
Hey list! I'm a BSD guy for servers & such. My own server (wingfoot) runs 4.10-STABLE, and my last job was 95% FreeBSD in the data center. I'm getting sick of Windows on my desktop at home. (No kidding, right?!) I'd really really really love to move my desktop to FBSD. One thing is really holding me back. In Windows, I have Roxio Easy Media Creator 7, which allows me to manipulate AVI/MPEG streams, and format a DVD video disc and burn it, using my nifty TDK DVD 8x +/-RW drive. I'm pretty sure I can find AVI/MPEG editing packages for BSD easy enough. But I'm having a dickens of a time finding something that will let me author DVDs. Any pointing in directions or help would be greatly appreciated! Thanks, everyone, in advance! Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: DVD question...
Vulpes Velox said the following on 9/19/2004 1:48 AM: I'm pretty sure I can find AVI/MPEG editing packages for BSD easy enough. avidemux, mplayer, ffmpeg should take care of nearly all of your needs Yup--as I said... :) But I'm having a dickens of a time finding something that will let me author DVDs. Any pointing in directions or help would be greatly appreciated! Try searching the ports tree :P man ports Y'know--I *had* searched the ports tree. I found one package, but it wasn't anywhere near 'ready' for primetime. /usr/ports/multimedia/dvdauthor From the homepage "A simple set of tools to help you author a DVD. The idea is to be able to create menus, buttons, chapters, etc, but for now you can just take an mpeg stream (as created by mplex -f 8 from mjpegtools 1.6.0) and write it to DVD." I figured maybe I was missing something, so I figured I'd ask. I've personally have had better luck with mutlimedia and the like under freebsd, than I ever have under windows. Ah, I haven't as of yet. Best, G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: DVD question...
Richard Lynch said the following on 9/19/2004 4:41 PM: But I'm having a dickens of a time finding something that will let me author DVDs. Any pointing in directions or help would be greatly appreciated! By 'author' you mean 'burn', right?... No. I said 'author' I meant 'author' not 'burn' :) Or are you talking about compiling your mpeg files into a DVD file system? Yes--'author'ing :)--putting movie(s) on a DVD with a menu, etc. T'anks, G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: DVD question...
Paul Mather said the following on 9/20/2004 1:53 PM: You might want to try these ports: multimedia/dvdauthor multimedia/dvdstyler (The latter is a front-end to the former.) Thanks, Paul... Oddly enough, the styler package seems to imply that author has more features available than their website says they do.. hmm.. I'll have to play :)) Thanks again! G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Official wallpapers
Emanuel Strobl said the following on 9/22/2004 10:28 PM: Am Donnerstag, 23. September 2004 04:20 schrieb Alex de Kruijff: On Wed, Sep 22, 2004 at 11:14:09PM +0200, Julien Gabel wrote: The flame detail around the daemon (can't remember his name...) is excellent. IIRC, that's "Beastie". ;) Beastie was one name used, but wasn't he called "Chuck" at one point? Seems not, according to http://www.mckusick.com/beastie/. I beleave Chucky is his nick name. I only know it (him) as Chuck, perhaps Chucky, I'm not really sure. At least when I first had contact with FreeBSD (arround '98) his name was Chuck or Chucky... So then when do we get "Bride of Chucky"? :) *duck*grin* Best, G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Wiki on FreeBSD
Andy Smith said the following on 10/11/2004 10:29 AM: On Sat, Oct 09, 2004 at 01:38:56PM -0400, Alan Curtis wrote: I am looking for an easy to install wiki that an apache/perl/php/whatever novice like me can install without getting a migrane. Any suggestions? I use MediaWiki on http://freebsdwiki.org/ FreeBSD-specific instructions are here: http://meta.wikimedia.org/wiki/Running_MediaWiki_on_FreeBSD Almost all the requirements, including Apache, PHP and MySQL, work fine from ports. www/twiki is also pretty nice, and customizable without causing you migraines... http://www.twiki.org/ is the main devel site... Best, G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Quickie... Hopefully!
Richard Marriner said the following on 10/1/2004 6:25 PM: Dear list, Just wondering if there is anyway (preferably simple.) to have two ip addresses on the same NIC that are different networks. First, I would test things out by adding an ifconfig alias (man ifconfig) and adding a new route to the new gateway IP (using the route command). Then, once you're sure things are working, add an ifconfig alias in rc.conf. You probably want the *new* IP to be the non-alias address, and the *old* IP to be the alias. Make sure that defaultrouter is set in rc.conf to be the new gateway IP. You'll need to also add the route for the aliased IP to the route table using the route command. Then, test away--make sure traffic from both IP blocks makes it through! Traceroute is your friend! :) (I'm not a total network geek, but IIRC, this is one way of doing what you're looking for. If there are better ways of doing this, I look forward to reading the replies and learning better ways! :) ) Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: When Unix Stops Being Fun
bsdfsse said the following on 10/3/2004 3:12 AM: Ironically, I'm switching to FreeBSD because I'm already tired. My bones are aching from years of abuse. I'm tired of.. Hear Hear!! ..of Linux distributions with fatal flaws. I went on a giant search to pick the perfect Linux distro, and I ended up selecting FreeBSD. Every single distro had some aspect I didn't like. I started with FreeBSD in the Fall of 2000, when I started at Lumeta. I loved it so much that when I built my personal server, I used it (and Wing's now running on 4.10-STABLE, and when 5.3 is out of BETA I'll most likely upgrade it...). I had played with RedHat (3 or 4.. I still have the CDs somewhere!), I had used Unix System V (on a Unix PC (AT&T PC 7300) no less!) in the early 90's, but had ended up working with Windows mostly at my jobs, and thus, at home. Every time there was a new version of Windows, there were new idiosyncracies and more bullshit to cram into my head. When I started at Lumeta, I found those old Unix skills creeping back out of my memory--and they STILL WORKED! *gasp* ;) Things that attracted me to FBSD: 1) The ease of the Ports collection. No messy rpm commands to have to memorize or read man pages on--just cd /usr/ports/tree/package && make install clean -- Wow. How much easier can it get? Oh I know... when you don't want the port anymore? cd /usr/ports/tree/package && make deinstall ;) 2) The support in the community--I've never lacked at being able to find help. Granted, this is more Unix-oriented than FBSD-oriented.. But I have to admit that the mailing lists have been a *HUGE* help when I've needed it. 3) Finding that O'Reilly hosted articles about *BSD (Like Dru Lavigne's many articles discussing the ports tree and other nifty things in FreeBSD, and how to maintain & keep them in tip-top shape)! 4) Finding that I could actually *run* more than, say, 2 or 3 services on a particular server! (The first FBSD server I helped configure at Lumeta served as our: general development, Samba-shared, user home, network print server, DNS, DHCP, Apache, RT, email server--I was amazed you could run all that on one box without it crashing daily, like Windows would at the time!) 5) The ease with which I was able to take an existing port (misc/instant-workstation) and make a Lumeta package which would run over the course of a weekend, hands-free, and build a developer's workstation to our specs! For free! I didn't need to learn any weird packaging script language (read: InstallShield), nor did I have to worry incessantly about "how many licenses do we have left for ..." like I had to with our Windows boxen. (There are others, of course, but these are what come to mind immediately...) ..of proprietary formats. All the emails I lost over the years that were in some kind of Outlook format that at the time I was either too lazy or too ignorant, to make a back up of. Yeah--early on I switched from Outcrack to Eudora, which, though better, still wasn't perfect--but at least it was in a Unix-like format! :) My point is, the knowledge you gain about UNIX is your's forever. The freedom is forever. The control is forever. If want to be a sysadmin, you don't have to be master of everything. You just need to be on the path - and you are. It's not all about what you have memorized. It's knowing where to look for the information. I have *no* qualms telling people in interviews, when they ask me a question I don't know the answer to off the top of my head, that I could easily find that information via man or a Google search. In general, I have found that if the person interviewing you Has Clueage, that's better to them than someone sitting there scratching their head going "Um.. let me think... um... " for a few minutes. Myself, I am preparing to migrate my home PC from WinXP to FreeBSD 5.x soon. Mostly because I'm sick of the stupid driver conflicts, spontaneous reboots where M$ blames my NVidia drivers, and software that ceases to work because of SP2 (my screensavers, no less. And--do they cease to work gracefully? Noo--that'd be too polite--it just locks the PC with a black screen and a mouse pointer which is the only thing that responds to anything, forcing a reboot. Nice eh?). I'm already using Firefox, Thunderbird, and OO.o, so the switch shouldn't be too bad :) Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: phpwiki
Alan Curtis said the following on 10/6/2004 3:14 PM: I installed php4-mysql. Is there more I have to do? does not indicate any mysql stuff and phpwiki still does not work. There is probably some option I have to set when compiling php? Did you restart Apache? Best, G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: phpwiki
Sheets, Jason (OZ CEEDR) said the following on 10/6/2004 3:50 PM: Restart apache and make sure that the mysql extension is being loaded in the php.ini file (phpinfo() gives you the path to php.ini, use the extension directive to tell php to load a module). Actually--if you're using a new php port, you have to comment out the extension directive in /usr/local/etc/php.ini and make sure it's enabled in /usr/local/etc/php/extensions.ini :-/ (I just went through this last night) Best, G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
NFS /etc/exports question..
I've recently reclaimed a Gentoo server and turned it into a FreeBSD 6.2-RELEASE system (::sounds of cheering::). This is our file server, using NFS, and I had a question about /etc/exports: We have two subnets we export to--let's call them 127.0.1.0/255 and 10.0.5.0/255: # /etc/exports: NFS file systems being exported. See exports(5). /u2 -alldirs -maproot=root important1.domain.com important2.domain.com /u2/opt/portage -maproot=root -alldirs -network 127.0.0.0 -mask 255.255.255.0 /u2/opt/portage -maproot=root -alldirs -network 10.0.5.0 -mask 255.255.255.0 /u2 -alldirs -network 127.0.0.0 -mask 255.255.255.0 /u2 -alldirs -network 10.0.5.0 -mask 255.255.255.0 /usr -network 127.0.0.0 -mask 255.255.255.0 /usr -network 10.0.5.0 -mask 255.255.255.0 Now, this configuration does not work. I'm curious how to fix it--the logs say: Aug 21 12:29:33 nfsserver mountd[725]: can't change attributes for /u2 Aug 21 12:29:33 nfsserver mountd[725]: bad exports list line /u2 -alldirs -network 127.0.0.0 -mask 255.255.255.0 Aug 21 12:29:33 nfsserver mountd[725]: can't change attributes for /u2 Aug 21 12:29:33 nfsserver mountd[725]: bad exports list line /u2 -alldirs -network 10.0.5.0 -mask 255.255.255.0 One thing to note is that important1.domain.com and important2.domain.com are within the scope of 127.0.0.0/255. Granted, this wasn't an issue in Linux--I used to have machines listed by name (*.sub.olddomain.com), and had the exceptions listed with the no_root_squash parameter. So, basically.. what am I missing? :-/ Any help would be greatly appreciated. Google & man 5 exports have not been my friends today :-/ Thanks in advance! Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: NFS /etc/exports question..
Hi Jonathan! Jonathan Horne wrote: > On Tuesday 21 August 2007 13:16:54 Glenn Sieb wrote: >> /u2 -alldirs... > > first up, that line negates the need for: > > /u2/opt/portage -alldirs > > alldirs, is all dirs! anything underneath is then redundant. Understood. Fixed that. >> /u2 -alldirs -maproot=root important1.domain.com important2.domain.com > > probably requires correctly configured DNS or proper entries in the hosts > files. while you are working this problem out, i would eliminate that > line, as it might be conflicting with: > > >>/u2 -alldirs -network 127.0.0.0 -mask 255.255.255.0 >>/u2 -alldirs -network 10.0.5.0 -mask 255.255.255.0 Yes, because this was the question I had originally.. :) How can I make sure that I get -maproot=root on those two named boxes, which live inside the 127.0.0.0/255 network, while still allowing the rest of the boxes present in both other subnets to access the shared *without* -maproot=root? The errors I posted were specifically complaining about the 127.0.0.0 and 10.0.5.0 network lines (note, for security I am not posting the real network ranges). The two boxes in question, do have working DNS, and are boxes we use as our NIS masters, so I need to be able to create home directories on the fileserver, where the home directories live, hence needing maproot. The other boxes in the 127.0.0.0/255 range are other servers in my cluster, which need to mount directories from the fileserver--and in my case, a lot of users have sudo capability for testing/development purposes, so I don't want them having -maproot=root capability on those other servers. 10.0.5.0 is a range of IPs where my users mount their home directories and shared tools directories on their desktop boxes. Does this clear up my question? Thanks in advance! Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Abit KN9 + FreeBSD 6.2-RELEASE
Hey everyone.. I bought an Abit KN9, with a 200MB Maxtor IDE drive on the main IDE0 channel. I also have RAID set up on the SATA devices. I'm trying to install 6.2-RELEASE on the system, and it installs, I created the partitions and sliced them appropriately (/, swap, /tmp, /var, /usr). If I go into the EHS, I see /boot/kernel/kernel exists. When I reboot after the install, I get an error saying 0:ad(0,a)/boot/kernel/kernel does not exist. The system sees the drive as ad0, the slice as ad0s1. I've installed this with the boot manager on ad0, as well as no boot manager. Same results. What on Earth am I doing wrong here? :-/ Thanks in advance! Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Abit KN9 + FreeBSD 6.2-RELEASE
Glenn Sieb wrote: Hey everyone.. I bought an Abit KN9, with a 200MB Maxtor IDE drive on the main IDE0 channel. I also have RAID set up on the SATA devices. I'm trying to install 6.2-RELEASE on the system, and it installs, I created the partitions and sliced them appropriately (/, swap, /tmp, /var, /usr). If I go into the EHS, I see /boot/kernel/kernel exists. When I reboot after the install, I get an error saying 0:ad(0,a)/boot/kernel/kernel does not exist. The system sees the drive as ad0, the slice as ad0s1. I've installed this with the boot manager on ad0, as well as no boot manager. Same results. What on Earth am I doing wrong here? :-/ I forgot to mention (dang) that this was the amd64 version of FreeBSD. Tonight I'll give the i386 version a shot and see if there's a difference. Thanks in advance! Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: problems installing perl-5.8.8
Don Munyak wrote: I am having problems installing perl5.8.8 on a up-to-date FreeBSD-6.2. After running... web# cd /usr/ports/lang/perl5.8 web# make scripts install perl... web# make test (8) tests fail with the following message Hmm.. 'make' by itself only prepares the source to be installed.. try doing 'make install' ... it should run 'make test' for you. :) Good luck! Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: problems installing perl-5.8.8
Parv wrote: I do not think that test would run on perl install unless things have changes since May 2006 (from build log on May 16 2006) ... Ah.. good catch :) Sorry about that, Don... Best, --G. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Abit KN9 + FreeBSD 6.2-RELEASE
*Puts on dunce cap* When I turned on the onboard RAID, and created the RAID arrays, the BIOS decided "Well you simply must want to boot off the RAID, right?" So, that being fixed, I popped in the amd64 distro and proceeded to do the install. System is installed, up and running.. I couldn't believe how fast the amd64 branch installed off the CD (about 7 minutes)! Now to get used to the new /etc/rc.d scheme.. :) (I'm coming from 4.11-RELEASE--luckily I enjoy learning new things, especially when they make life easier!) Thanks, dev team! :) You rock! Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Looking to upgrade my hardware and run 6.2-RELEASE
Since I tend to build my own boxes, I'd like to make sure my choice of CPU/MB is good fro FBSD before I buy :-) I'm looking at an AMD X2 64 5400 and an Abit AN9 32X. The AN9 has: NVIDIA nForce SPP 190/nForce 590 SLI MCP Dual NV Gigabit LAN 6x SATA 3gb/s ports with RAID 0/1/0+1/5 JBOD support (plus 2x SATA ports non-RAID) I know that NVIDIA chipsets (at least used to) require separate downloads of the chipset drivers. Is this still the case? I've been using Abit MBs for years now, but I'm not necessarily tied to them, if there are better suggestions from the list. So anywho.. I'd appreciate any advice the list can provide. I'm a huge fan of FBSD, and have been using it consistently since 2000 now. :) Thanks in advance, everyone! Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: run a command on startup
Jonathan Horne said the following on 1/26/2007 8:45 PM: > well, unfortunately, that didnt work. > > # -- sysinstall generated deltas -- # Mon Jan 22 15:32:44 2007 > # Created: Mon Jan 22 15:32:44 2007 > # Enable network daemons for user convenience. > # Please make all changes to this file, not to /etc/defaults/rc.conf. > # This file now contains just the overrides from /etc/defaults/rc.conf. > defaultrouter="192.168.125.1" > hostname="pollux.dfwlp.com" > ifconfig_fxp0="ether 00:09:6b:b6:3e:d9" > ifconfig_fxp0="inet 192.168.125.71 netmask 255.255.255.128" Try this: ifconfig_fxp0="ether 00:09:6b:b6:3e:d9 inet 192.168.125.71 netmask 255.255.255.128" Hope that helps.. Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
[Fwd: Looking to upgrade my hardware and run 6.2-RELEASE]
I said... > Since I tend to build my own boxes, I'd like to make sure my choice of > CPU/MB is good fro FBSD before I buy :-) > > I'm looking at an AMD X2 64 5400 and an Abit AN9 32X. > > The AN9 has: > > NVIDIA nForce SPP 190/nForce 590 SLI MCP > Dual NV Gigabit LAN > 6x SATA 3gb/s ports with RAID 0/1/0+1/5 JBOD support > (plus 2x SATA ports non-RAID) > > I know that NVIDIA chipsets (at least used to) require separate > downloads of the chipset drivers. Is this still the case? > > I've been using Abit MBs for years now, but I'm not necessarily tied to > them, if there are better suggestions from the list. > > So anywho.. I'd appreciate any advice the list can provide. I'm a huge > fan of FBSD, and have been using it consistently since 2000 now. :) > > Thanks in advance, everyone! I really would appreciate some advice, if people would be so kind. :) Will FBSD 6.2-Release work ok with this hardware? I'm not really married to any of this, so if people have better suggestions for motherboards/CPUs whatever--I'd seriously appreciate it. Backchannel is fine. :) Thanks again in advance, Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: [Fwd: Looking to upgrade my hardware and run 6.2-RELEASE]
Roland Smith wrote: [Much Good Info snipped..] Looks like you'd better stick with a KN9 (nForce4) for now. Asus has the M2V-MX with VIA chipset that looks OK. Not sure about the Realtek RTL8100C ethernet chip though. Same goes for the MSI K9VGM-V. It has a RTL8201 ethernet chip. I've never had trouble with MSI mobos with VIA chipsets. They might not be the fastest, but generally everything works. AMD chipsets are fine as well. Thanks for the suggestions and info, Roland! I'll check into the Asus and MSI boards.. :) Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Help With Find Syntax
Drew Tomlinson said the following on 10/14/2005 2:53 PM: > I want to recursively search a directory and return files that end in > ".jpg" or ".gif" but I can't seem to get the find syntax right. My > basic command lines are: > > find /multimedia/Pictures -iname "*.gif" -print > > OR > > find /multimedia/Pictures -iname "*.jpg" -print find /multimedia/Pictures \( -iname '*.gif' -or -iname '*.jpg' \) -print That should do it for you. Best, --Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Help With Find Syntax
Drew Tomlinson said the following on 10/14/2005 3:13 PM: > OK, duh. I get it now. Thanks for pointing me in the right direction! Quite welcome! Enjoy!! Best, --Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Upgrading a 5.1-RELEASE-p10 system...
I'd like to update a server from 5.1-RELEASE-p10 to 5.3-STABLE... What I'm wondering is: Are there any caveats to this upgrade? One of my compadres asked me: How stable is stable? Isn't this the release where they change some value from an int16 to an int32 and upgrading needs to be done with extra caution? (i.e. actually go to single user mode even though everyone ignores that step). Or was that something else? Otherwise, I'm all for it. So I just wanted to be sure, so I can plan accordingly... Thanks in advance! Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Upgrading a 5.1-RELEASE-p10 system...
Alex de Kruijff said the following on 10/19/2004 5:38 PM: The anwser to this question is to long for me to write and its written down in the handbook. Please follow the instuctions in this chapter. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html Danke, Alex--since I'm not seeing anything unusual in there (though I have to check UPDATING as well), I'm gathering this wasn't the upgrade with the concerns my compadres have had. :) FreeBSD-5 isn't stable jet although the tag exist. 5.3 is more stable than 5.2.1 and this runs fine on my box. *nod* I'm in a planning stage here, not a doing stage yet.. :) Thanks again! Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Upgrading a 5.1-RELEASE-p10 system...
Alex de Kruijff said the following on 10/19/2004 9:01 PM: Gerely speeking, STABLE doesn't mean things never gets broken. Most reliable are the RELEASE plus fixes. So don't follow 5-STABLE but 5-RELENG To help ease frustration and such.. you mean: Follow RELENG_5_2 not RELENG_5 (from: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html) In cvsup-supfile speak for those of us using cvsup to sync our source trees Thanks for the advice, Alex! :) Best, G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Netgear WG511 (no driver attached)
Andy said the following on 8/21/2004 3:14 PM: not sure if you got this problem solved yet, but the reason the ath driver didnt work is because the WG511 uses the Prism Duette chipset (it is the WG511T that uses the ath) You can get it up and running under linux, (http://www.prism54.org) but i do not know of any native FreeBSD drivers If you've already solved this, than ignore me ;) I, too, have recently purchased a WG511--and since I am interested in getting this working (5.3-STABLE). I'd also like to know if there's a way to get it to work in FBSD...Googling didn't help much :-/ I found some reference to an ndis kernel module, but that didn't seem to work for me. Thanks in advance :) Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: remote logon
Hey Brad! (I redirected this to -questions.. IIRC that's more the proper venue..) Brad said the following on 10/22/2004 9:32 PM: I just completed install of 5.2.1 and am trying to logon remotely via SSH and keep getting access denied. My password is correct, because I can log onto the box directly. Just a guess... are you logging in as root? If not, try looking at /etc/ssh/sshd_config look for: PasswordAuthentication yes And, you might want to check man sshd_config for other handy options :) Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: BSD Wireless
Chris said the following on 10/22/2004 11:08 PM: I prefer NetGear - woiks well for me... Any luck with the WG511's? (802.11g 54mpbs cards) I can't seem to get it to load a driver.. I think (from what I've googled) that it's using a Prism54 driver, but I have no idea where to begin on that.. Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Startup With GUI
mohammed arab said the following on 10/23/2004 3:25 AM: hi, But i need startup freeBSD with KDE or GNOME.HOW? Substitute kdm for xdm (do a 'which kdm' on the command line to give you the right path). Other than that, it's the same procedure for startup with kdm as it is for xdm. Best, G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Netgear WG511 (no driver attached)
Glenn Sieb said the following on 10/22/2004 12:38 AM: I, too, have recently purchased a WG511--and since I am interested in getting this working (5.3-STABLE). I'd also like to know if there's a way to get it to work in FBSD...Googling didn't help much :-/ I found some reference to an ndis kernel module, but that didn't seem to work for me. Thanks in advance :) After some digging, and some emails back & forth to Matt Juszczak, I found this driver: http://green.homeunix.org/~green/prism54-driver/pff/ Compiled it, installed it and *puf* my card came up! :) Thanks, G. -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Netgear WG511 (no driver attached)
Glenn Sieb said the following on 10/23/2004 4:49 PM: After some digging, and some emails back & forth to Matt Juszczak, I found this driver: http://green.homeunix.org/~green/prism54-driver/pff/ Compiled it, installed it and *puf* my card came up! :) Now... I installed KWirelessMonitor... the graphics come up & such fine... but it can't seem to connect to device pff0... now... funny thing is--the card's in, it's working... but there's no /dev/pff0 My gut says there *should be* a /dev/pff0--right? How do I make this happen.. I've tried adding: perm pff0 0644 To /etc/devfs.conf to (no surprise really) no avail. I'm running 5.3-STABLE [RC1 cvsup'd]. I'm kind of new at adding device drivers & such, so I'm not really sure what I'm doing wrong (or even *if* I'm doing something wrong) Any help is, as always, greatly appreciated. Thanks! Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: starting apche service on start up
aaron said the following on 11/01/04 15:15: Using FreeBSD 4.10 release and confused about what to do with the startup script in /usr/local/etc/rc.d/apache.sh when installing the port. The package on another machine works fine b/c it just has options to start and stop in /usr/local/etc/rc.d/apache.sh. The newer ports are using an rc subroutine (referenced in the script as rc.subr), which allows for easier enabling/disabling of services via /etc/rc.conf The port however has a totally different file asking to: # Define these apache_* variables in one of these files: # /etc/rc.conf # /etc/rc.conf.local # /etc/rc.conf.d/apache # # DO NOT CHANGE THESE DEFAULT VALUES HERE apache_enable=${apache_enable-"NO"} apache_flags=$(apache_flags-""} apache_pidfile=${apache_pidfile-"/var/run/httpd.pid"} I do not have rc.conf. What's the preferred way of starting apache on boot. Why not just do it the same way as the package? You really should have an /etc/rc.conf -- have you tried: cat /etc/rc.conf At a command line? All you have to do is add: apache_enable=YES to the end of the file (/etc/rc.conf) and you can then do: /usr/local/etc/rc.d/apache.sh start And that will work. Hope this helps! Best, Glenn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
php4-* n00b queries...
(oops--I sent this to ports@ should have been here...sorry 'bout that!) Ok.. I'm getting used to the new modular php#-* packages. I would like to streamline this even further by including the proper entries in pkgtools.conf for portupgrade. So, for instance.. when it's upgrading, say databases/php4-dba, I'd like to have it just take the defaults of cdb, inifile and flatfile. Do I put this in the MAKE_ARGS section of pkgtools.conf? ~ 'databases/php4-dba' => 'CDB=1 INIFILE=1 FLATFILE=1', I just want to check this against the ports-gurus on here. :) Thanks, in advance, everyone! Best, Glenn -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~ ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: php4-* n00b queries...
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Matthew Seaman said the following on 10/16/2004 4:11 PM: | Close. What you need is actually something more like: | | 'databases/php4-dba' => [ 'WITH_CDB=true', 'WITHOUT_DB4=true', | 'WITHOUT_GDBM=true', 'WITH_INIFILE=true', 'WITH_FLATFILE=true', ], | | Although since those variables are defined for you via the OPTIONS | mechanism (ie. you get one of those pop-up menus) you can | alternatively just run 'make config' in the databases/php4-dba | directory, and the values you choose will be remembered for you | whenever you update that port. However, that's just another option | and setting stuff in pkgtools.conf should do the trick equally | well. Ahhah! So when I'm parsing through things like Makefiles that have menus which say things like: OPTIONS=CDB "cdb database support" on \ ~DB4 "Berkeley DB4 support" off \ ~GDBM "GDBM database support" off \ ~INIFILE "INI file support" on \ ~FLATFILE "flatfile support" on I should parse that as: WITH_* and WITHOUT_* (I'm learnin..I'm learnin! hehe) Thanks, Matthew Best, Glenn - -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." ~ ~Benjamin Franklin, Historical Review of Pennsylvania, 1759 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBcYGHf5MxTDXTimERAn5MAKCwb9FSKYhAT+m1KpyvqheF59iwGgCgtPQ5 laYM4HZj0y7VNQx4y1IrOyE= =M9oV -END PGP SIGNATURE- ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Odd routing issue...
Running: FreeBSD caduceus.wingfoot.org 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #42: Fri May 7 19:22:48 EDT 2010 r...@caduceus.wingfoot.org:/usr/obj/usr/src/sys/SANDALS amd64 I'm getting a route added upon reboot with the hostname of the box, going to lo0. It's preventing things like, pinging itself. I can manually delete the route, but.. where is it being set to begin with?! Internet: DestinationGatewayFlagsRefs Use Netif Expire defaultip-66-80-251-65.ny UGS17 50 nfe0 66.80.251.64/26link#1 U 00 nfe0 caduceus link#1 UHS 07lo0 (much snippage) localhost link#2 UH 00lo0 Nothing's changed in my /etc/rc.conf from when I was running 7.2-RELEASE... This behavior didn't happen with 7.2. And, I don't see anything in /usr/src/UPDATING that seems relevant (unless, naturally, I'm missing something). My google-fu keeps bringing me to the handbook, but I don't see anything useful in there that might apply. If I restart netif, the mysterious "caduceus" route pops up again. If someone can point me in the right direction, I'd really appreciate it. Thanks in advance! Best, --Glenn ___ 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: HELP
Chris Hickey said the following on 9/17/09 6:29 PM: > A friend installed this program and I don't know how to use it. Everything > was fine until the power went out and when it booted back up it said > "/dev/amrd0s1d: unexpected soft update inconsistency: run fsck manually . > the following file system had an inconsistency: ufs: /dev/amrd0s1d (/var) > Enter full pathname of shell or RETURN for /bin/sh. > > If you could give me a step by step of what to do that would be awesome. I > tried sending this to your bug department and they told me to talk to you. > > > When you see the "Enter full pathname of shell.." just hit the Enter/Return key on your keyboard. At the command prompt, type: fsck -y /var (If there is more than one file system that needs fixing, you can put that on the command line as well:) fsck -y /var /usr etc.etc.etc. Wait until it's done. Once you get the command prompt back (it looks like #), type to log out, which should complete the boot process. Good luck, --Glenn ___ 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: Nice web interface or music?
Mehul Ved said the following on 1/1/09 3:14 PM: > On Fri, Jan 2, 2009 at 12:31 AM, stan wrote: > >> I's like to set up my MP3's so that I can access them from the web server >> on my Free-BSD 7.1 machine. Is there a port, that provides a nice interface >> to this? I'd like something better than just letting Apache display the >> directories. >> >> Sugestins? >> > > How about Ampache[1]? > > 1. http://ampache.org/ > > I personally like Ampache, with it's built-in Flash player. Very nifty, works great, looks even better! :) Best, --Glenn ___ 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: Where is my STRFILE?
herbert langhans said the following on 2/20/09 6:19 AM: > /usr/games/strfile > ..not there. Checked with locate, no strfile anywhere on 7.1! > > Maybe it came with a port download of a game? Did they forget it on 7.1? > /usr/src/games/fortune/strfile seems to be where the source lives. And it gets installed to /usr/games/strfile (Wojciech: I guess because fortune is for entertainment purposes...?) Best, --Glenn ___ 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"
/etc/make.conf & wget...
In my /etc/make.conf I have: FETCH_CMD = /usr/local/bin/wget When I go to build a port (in this case, kde3), it goes to fetch gettext (for example), then I get: wget: illegal option -- Then it stops. I've updated wget to 1.8.2, with the same result. So now I've #'d out that line in make.conf so I'm using fetch again, but I'd really prefer to use wget, if possible. I've googled for this, with no luck... Any ideas? Thanks in advance! Glenn --- The original portions of this message are the copyright of the author (c)1998-2004 Glenn E. Sieb.ICQ UIN: 300395IRC Nick: Rainbear "All acts of Love and Pleasure are Her rituals"-Charge of the Goddess ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: /etc/make.conf & wget...
Jonathan Chen wrote: The recent updates to the ports/Mk/* files restricts the FETCH_CMD to /usr/bin/fetch. Why would you use wget instead of the base-system's fetch to build the ports anyway? Because fetch used to break horribly under our stateful ipf firewall at the office. Because wget shows you the *status* of a download--not just how many bytes it's downloaded. Because I like wget. So, thank you for your answer of how they changed ports/Mk/* -- I have reverted my systems back to using fetch. Glenn ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Question regarding mu-conference, jabberd2.
Hello! I'm running FreeBSD-7.0 (athlon64, 4G RAM), with jabberd-2.2.7.1, and expat-2.0.1. I'm trying to install mu-conference, and getting the below-listed error. Any ideas? :-/ Thanks so much in advance! Best, --Glenn ===> Building for mu-conference-0.7_3 cd src/ ; make cd jabberd ; make cc -O -pipe -march=athlon64 -Wall -I. -I../../include `/usr/local/bin/pkg-config --cflags glib-2.0` -D_REENTRANT -DLIBIDN -c expat.c In file included from expat.c:42: ../../include/lib.h:25:19: error: expat.h: No such file or directory In file included from expat.c:42: ../../include/lib.h:299: error: expected specifier-qualifier-list before 'XML_Parser' expat.c: In function 'xmlnode_str': expat.c:88: error: 'XML_Parser' undeclared (first use in this function) expat.c:88: error: (Each undeclared identifier is reported only once expat.c:88: error: for each function it appears in.) expat.c:88: error: expected ';' before 'p' expat.c:97: error: 'p' undeclared (first use in this function) expat.c:97: warning: implicit declaration of function 'XML_ParserCreate' expat.c:98: warning: implicit declaration of function 'XML_SetUserData' expat.c:99: warning: implicit declaration of function 'XML_SetElementHandler' expat.c:100: warning: implicit declaration of function 'XML_SetCharacterDataHandler' expat.c:101: warning: implicit declaration of function 'XML_Parse' expat.c:109: warning: implicit declaration of function 'XML_ParserFree' expat.c: In function 'xmlnode_file': expat.c:115: error: 'XML_Parser' undeclared (first use in this function) expat.c:115: error: expected ';' before 'p' expat.c:130: error: 'p' undeclared (first use in this function) expat.c: In function 'xmlnode_file_borked': expat.c:155: error: 'XML_Parser' undeclared (first use in this function) expat.c:155: error: expected ';' before 'p' expat.c:167: error: 'p' undeclared (first use in this function) expat.c:174: warning: implicit declaration of function 'XML_ErrorString' expat.c:174: warning: implicit declaration of function 'XML_GetErrorCode' expat.c:174: warning: implicit declaration of function 'XML_GetErrorLineNumber' expat.c:174: warning: implicit declaration of function 'XML_GetErrorColumnNumber' *** Error code 1 Stop in /usr/ports/net-im/mu-conference/work/mu-conference_0.7/src/jabberd. *** Error code 1 Stop in /usr/ports/net-im/mu-conference/work/mu-conference_0.7/src. *** Error code 1 Stop in /usr/ports/net-im/mu-conference/work/mu-conference_0.7. *** Error code 1 Stop in /usr/ports/net-im/mu-conference. *** Error code 1 Stop in /usr/ports/net-im/mu-conference. ___ 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: How to Update my Freebsd packages kernel and Core
Panos said the following on 4/2/09 6:30 PM: > Hello I'm new to Freebsd and I would like to know if there is anything > like apt-get for upgrating everything in my Freebsd. If not Could you > tell me how I can do it. > Some of my packages are from ports and some using the sysinstall and I > install them from the cd. > I use Freebsd 7.1 > Hi Panos--you want to look into /usr/ports/ports-mgmt/portupgrade That should take care of your needs. :) Best, --Glenn -- ...destination is merely a byproduct of the journey --Eric Hansen ___ 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: freebsd-update key error
Rudi Kramer - MWEB wrote: Hey Robert, This error indicates that you are having some sort of connection issues, I for instance get it when I forget to use our work proxy, here are some steps you can try to remedy the problem: 1) Can you resolve update1.FreeBSD.org? 2) Can you ping update1.FreeBSD.org? 3) Can you telnet to update1.FreeBSD.org on port 80? That should give you a idea on what the problem is. Hi Rudi! I can say that I'm getting the same issue as Robert, and I can answer to the affirmative to all three of your questions. I'm running: FreeBSD 7.0-STABLE FreeBSD 7.0-STABLE #28: Sun Jun 1 10:35:27 EDT 2008 amd64 Thanks in advance... Best, --Glenn -- ...destination is merely a byproduct of the journey --Eric Hansen ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: HELP!
Sergey Daemonic said the following on 8/18/08 10:27 AM: > Hello! > There is a problem with supporting NIC broadcom 59xx! > When it's gonna be resolved? > http://www.catb.org/~esr/faqs/smart-questions.html Good luck! Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: /etc/hosts
Tom Marchand said the following on 9/1/08 7:52 PM: > Hi, > > I've got an issue where hosts defined in my /etc/hosts are not being > resolved. I've looked at resolv.conf, host.conf and nsswitch.conf and > everything looks ok. It's my understanding that with the below > configurations, /etc/hosts should be used first then DNS. Correct? > This is a 6.1 system. > Can we see your /etc/hosts file? Best, --Glenn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: messed up ports index
On 6/11/10 6:56 PM, Doug Sampson wrote: > Right. My issue is, there isn't a path of /usr/ports/security/php5-mhash > -- only /usr/ports/security/php52-mhash. How can I remove the > security/php5-mhash with a missing directory? I am unable to deinstall. > How does one remove? pkg_del php5-mhash-* Best, --Glenn ___ 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: BSD logo
On 7/23/10 10:01 PM, Victor Skovorodnikov wrote: > This may sound strange but I have a question about logo. Why such a logo for > BSD? What is the > meaning of that logo? http://en.wikipedia.org/wiki/BSD_Daemon --Glenn ___ 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: BSD logo
On 7/26/10 8:01 PM, Polytropon wrote: >,ggg, nd spotteth twice they the system before > dP""8I the fifth version, and so, the Programmers > dP 88 went Forth to RAM Gilead in Kernel Bilgemath, > dP88 by Shell Ethra Joygalion, to the house of >,8'88 Gash-Bernars-Lee-Bazola, he who brought the >d better list to Kerneygham and the tank pool > __ ,8" 88 to the house of Ritchomon, and there slew > dP" ,8P Y8 they the list messages, yea, and placed they > Yb,_,dP `8b, the bits in little bit buckets. Here endeth > "Y8P" `Y8 the lesson. (Pal 8:256) *clap*clap*clap*clap*clap*clap* Well done, sir. :) Best, --Glenn ___ 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: ok, i give up...
On 7/28/10 10:04 PM, Gary Kline wrote: > guys, i've been searching for a calender/reminder prog than i had YEARS > ago. cannot find. http://www.roaringpenguin.com/products/remind Would it be Remind? Best, --Glenn ___ 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"