Re: Upgrade 6.1 to 7.1 remotely?

2009-01-29 Thread Adam Vande More
Robert Fitzpatrick wrote: I have a remote system with no access to boot info. I can get someone to reset, look at screen, etc. The server is 6.1-RELEASE-p15 and wondering if there is a path to upgrade to 7.1 remotely. Would it be possible to do something like this for getting the box to 6.4...

Re: Upgrade 6.1 to 7.1 remotely?

2009-01-30 Thread Adam Vande More
Robert Fitzpatrick wrote: Thanks, perfect. One of the first things it says to do is a 'portupgrade -a', which I already know clamav is going to fail. Is this going to cause problems? And if other packages fail to upgrade, I assume I should investigate each? However, I don't expect anything else

How to tell what $var assigned PORTVERSION equals.

2009-02-02 Thread Adam Vande More
How does one find out the PORTVERSION of a port when it's in a format like such: PORTVERSION=${KDE4_VERSION} All the docs/examples I can find easily show PORTVERSION assigned a number, not variable. Thanks ___ freebsd-questions@freebsd.org

Re: is there any way to increase disk performance ?

2009-02-04 Thread Adam Vande More
Yavuz wrote: I have freebsd7 (amd64 bit) and sata2 disk 7200 rpm. it's running mail server which has services like pop3,imap,smtp and webmail on this machine. When I type systat 1 -vmstat on command line, even I rarely see that disk usage hits 100%. I have no problem as ram and cpu. they

insert new line in files

2009-02-06 Thread Adam Vande More
I want to insert a new line of text at a certain position in certain files recursively under a directory. More specifically, I want text like this: include('/usr/home/www/imp-sites/default_inventory.php'); to be put into file X at line 37 where file X appears in ./subdir1, .subdir2 etc.

Re: insert new line in files

2009-02-06 Thread Adam Vande More
Dan Nelson wrote: In the last episode (Feb 06), Adam Vande More said: I want to insert a new line of text at a certain position in certain files recursively under a directory. More specifically, I want text like this: include('/usr/home/www/imp-sites/default_inventory.php'); to be put

Re: insert new line in files

2009-02-06 Thread Adam Vande More
Dan Nelson wrote: I had actually tried that too: sed -e '5i\ ? test' text.txt sed: 1: 5i test : command i expects \ followed by text I don't see a backslash in the error message, which means something ate it. Are you running this command from something other than the commandline or a

Re: insert new line in files

2009-02-06 Thread Adam Vande More
Adam Vande More wrote: Dan Nelson wrote: I had actually tried that too: sed -e '5i\ ? test' text.txt sed: 1: 5i test : command i expects \ followed by text I don't see a backslash in the error message, which means something ate it. Are you running this command from something other

Re: insert new line in files

2009-02-06 Thread Adam Vande More
Steve Bertrand wrote: Adam Vande More wrote: I also tried escaping ( ) . / to no avail. nevermind I see I have to \\ that as well. Okay now I'm going to try to find a way to do this with find and xargs IMHO, this has become a job for Perl :) Steve Thanks for help

Re: Strange and weird, probably simple, aim DL

2009-02-07 Thread Adam Vande More
Basically it does the same thing. I used the pkg_add as I said, and once I finished, I did the rehash thing, and then logging in and out doesn't seem to change it. Is there a chance the package itself is messy? I was told to try whereis and did so, and it said /usr/ports/net-im/aim and when

Re: Strange and weird, probably simple, aim DL

2009-02-07 Thread Adam Vande More
Glen Barber wrote: On Sat, Feb 7, 2009 at 1:15 PM, Akenner slackwarew...@comcast.net wrote: Basically it does the same thing. I used the pkg_add as I said, and once I finished, I did the rehash thing, and then logging in and out doesn't seem to change it. Is there a chance the package itself

Re: How to troubleshoot why ath0 can't connect to a passwordless wireless network?

2009-02-09 Thread Adam Vande More
Yuri wrote: Quoting Paul B. Mahol one...@gmail.com: wlandebug(8) for general 802.11 debuging ath driver have it's own debug options ... documented in source code Thanks! In the debug log I see the line: ath0: ieee80211_scan_update: no scanner suppport for mode 8 From source code I

Re: xorg 7-current ( kde || nvidia driver ) == desktop crash

2009-02-09 Thread Adam Vande More
Marc G. Fournier wrote: On Mon, 9 Feb 2009, Glen Barber wrote: On Mon, Feb 9, 2009 at 8:22 PM, Marc G. Fournier scra...@hub.org wrote: Are you starting hald and dbus via rc.conf? Yes ... both mouse and keyboard have been working great ... Well, that's good to hear. ;) Thought I'd as to

Re: Wordpress Port Question

2009-02-12 Thread Adam Vande More
Darryl Hoar wrote: Greetings, I have a question regarding Wordpress and Wordpress-mu ports. I want to install wordpress on my personal webserver (apache2, mysql, etc). I have several virtual hosts all with legitimate individual domain names. IE, www.mydomain.com, www.anotherdomain.com,

Re: tab-delimited to csv

2009-02-16 Thread Adam Vande More
John Almberg wrote: Can anyone suggest a way to convert a tab-delimited file to csv using standard unix utilities? I could whip up a Ruby script to do it, but I hate to reinvent the wheel. Thanks: John ___ freebsd-questions@freebsd.org mailing list

Re: tab-delimited to csv

2009-02-16 Thread Adam Vande More
John Almberg wrote: On Feb 16, 2009, at 12:55 PM, Roland Smith wrote: On Mon, Feb 16, 2009 at 11:55:50AM -0500, John Almberg wrote: Can anyone suggest a way to convert a tab-delimited file to csv using standard unix utilities? I could whip up a Ruby script to do it, but As long as the

proftpd and sftp

2009-02-17 Thread Adam Vande More
I've got proftpd running on my server and on a whim tried an sftp connection for a website I was working on. To my amazment, transfer speeds increase exponentially. Getting a directory of about 300 files totaling around 5M takes around 10 minutes using default proftpd.conf in passive mode.

Re: proftpd and sftp

2009-02-28 Thread Adam Vande More
Adam Vande More wrote: I've got proftpd running on my server and on a whim tried an sftp connection for a website I was working on. To my amazment, transfer speeds increase exponentially. Getting a directory of about 300 files totaling around 5M takes around 10 minutes using default

Re: Ports on Macbook

2009-02-28 Thread Adam Vande More
Charles Oppermann wrote: That depends on where you are domiciled. Under certain scenarios, simply open the box, or installing the software constitutes acceptance of the EULA. Yes I'm aware of that, but that kind of agreement isn't valid in Sweden. That would be tantamount to

Re: Bridging-(How to test and verify that bridging is enabled)

2009-03-02 Thread Adam Vande More
Faizan ul haq Muhammad wrote: Hi, I am not sure but as per some internet guide, I have configured the bridge on Freebsd(7) Machine with two LAN cards on it I have compiled my KERNEL with (device if_bridge) and then added code to rc.conf cloned_interfaces=bridge0

Re: Bridging-(How to test and verify that bridging is enabled)

2009-03-02 Thread Adam Vande More
Faizan ul haq Muhammad wrote: Date: Mon, 2 Mar 2009 16:35:33 +0700 From: o...@cs.ait.ac.th To: faiz...@hotmail.com CC: fbsd.questi...@rachie.is-a-geek.net; freebsd-questions@freebsd.org; fb...@a1poweruser.com Subject: Re: Bridging-(How to test and verify that bridging is enabled)

Re: Bridging-(How to test and verify that bridging is enabled)

2009-03-02 Thread Adam Vande More
Faizan ul haq Muhammad wrote: Date: Mon, 2 Mar 2009 07:48:40 -0600 From: amvandem...@gmail.com CC: freebsd-questions@freebsd.org Subject: Re: Bridging-(How to test and verify that bridging is enabled) Faizan ul haq Muhammad wrote: Date: Mon, 2 Mar 2009 16:35:33 +0700

Re: Bridging-(How to test and verify that bridging is enabled)

2009-03-02 Thread Adam Vande More
Faizan ul haq Muhammad wrote: Date: Mon, 2 Mar 2009 08:05:09 -0600 From: amvandem...@gmail.com CC: freebsd-questions@freebsd.org Subject: Re: Bridging-(How to test and verify that bridging is enabled) Faizan ul haq Muhammad wrote: Date: Mon, 2 Mar 2009 07:48:40 -0600

Re: Bridging-(How to test and verify that bridging is enabled)

2009-03-02 Thread Adam Vande More
Faizan ul haq Muhammad wrote: i noted that, following information is missing member: sk0 flags=143LEARNING,DISCOVER,AUTOEDGE,AUTOPTP ifmaxaddr 0 port 1 priority 128 path cost 200 member: sk1 flags=143LEARNING,DISCOVER,AUTOEDGE,AUTOPTP ifmaxaddr 0 port 2 priority 128 path cost

Re: Linux Compatability

2009-03-18 Thread Adam Vande More
rasz wrote: hi i have 2 distinct questions, and first is, i installed a linux app (binaries) and it failed when run complaining that it needs a CPU with SSE instuctions enabled. does anyone know what this is and related too? i am running 7.2-prerelease i386 with linux_base-fc4. the only

Re: portupdate xorg-server

2009-03-20 Thread Adam Vande More
RW wrote: IMO this doesn't make any sense. If portupgrade is failing on a port where manual make install works, then portupgrade simply has a bug. Any port upgrading tool belongs in a port, because it's more important that it responds to changes in the ports system than changes in the base

Re: Encoding Movies to DVD

2009-04-01 Thread Adam Vande More
Warren Liddell wrote: Adam Vandemore wrote: Warren Liddell wrote: Im chasing an application that basically does the same thing Windows Nero Vision does but naturally on FreeBSD .. is there such an application or is it something thats command line based ?

Re: csup vs freebsd-update

2009-04-11 Thread Adam Vande More
Andrei Brezan wrote: Hi all, I have a strange problem with csup and freebsd-update. I'm using 7.0-RELEASE-p11. If i do: # freebsd-update fetch Looking up update.FreeBSD.org mirrors... 2 mirrors found. Fetching metadata signature for 7.0-RELEASE from update2.FreeBSD.org... done.

Re: sorta newb help compiling samba

2009-04-11 Thread Adam Vande More
Karl Vogel wrote: On Fri, 10 Apr 2009 14:31:06 -0500, Adam Vandemore amvandem...@gmail.com said: A How do you handle major builds that use FBSD specific patches A asterisk for example? Fortunately I haven't had to build asterisk or anything else that large. If I did, I'd

Re: the 'make' command in the ports tree

2009-04-12 Thread Adam Vande More
dede wrote: Hello, I'm a long time user of BSDs, and I don't find man pages or documentation on the way I can master the port collection (specialy the fonction of make). I found this, interesting: http://www.freebsd.org/doc/en/books/handbook/ports-using.html, but some interogations persist.

Re: from very early this morning...

2009-04-15 Thread Adam Vande More
(But if a dual or a quad sucks up too many watts, that blows much of the original purpose of cutting my footprint. Newer cpu's(multicore vs single) are pretty efficient, here's an article so you don't have to take my word for it.

Re: Can you ACTUALLY print from FreeBSD?

2009-04-20 Thread Adam Vande More
Keith Seyffarth wrote: Googling that shows it to be a file shared with Windows boxes when you're running samba. I don't know if you set up samba or not, but I would ignore this error for now. It's likely unrelated to the printing problem that you're having. OK. Thanks. I guess. I was

Re: Disk usage analysis

2009-04-21 Thread Adam Vande More
Christopher Chambers wrote: Is there an easy way to analyze disk usage to determine which files and folders are taking up the most space? du -hd 1 | sort -n http://www.freebsd.org/cgi/man.cgi?query=duapropos=0sektion=0manpath=FreeBSD+7.1-RELEASE+and+Portsformat=html

Re: mail server/webmail

2009-04-23 Thread Adam Vande More
Frederique Rijsdijk wrote: Liontaur wrote: Hi folks, I was searching around but i'm not quite sure what i'm looking for. I want to have a program that gets the mail from my ISP mail server (pop), stores the mail permanently, allows me webmail access, and also lets me grab the mail with a mail

Re: kernel panic on SATA drive

2009-12-22 Thread Adam Vande More
command ** DUMP FAILED (ERROR 5) ** Automatic reboot in 15 seconds - press any key on the console to abort ---END LOG- Brgrds, Alex I just had a drive do the same, it was dying. -- Adam Vande More ___ freebsd-questions

Re: Packages vs Ports

2009-12-23 Thread Adam Vande More
but that requires a successful recompile -- Adam Vande More ___ 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: Packages vs Ports

2009-12-23 Thread Adam Vande More
. -- Adam Vande More ___ 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: New user - small file server questions and quick GUI question

2009-12-28 Thread Adam Vande More
without resorting to tricks. All the other services work well on FreeBSD. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: New user - small file server questions and quick GUI question

2009-12-28 Thread Adam Vande More
systems anyway! That's actually a bit disconcerting, do you have hardware instability? -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: What port contains libxcb.so.2, and hoow could I figure this out?

2009-12-29 Thread Adam Vande More
. it# pkg_info -W /usr/local/lib/libxcb.so.2 /usr/local/lib/libxcb.so.2 was installed by package libxcb-1.5 -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Blocking a slow-burning SSH bruteforce

2010-01-01 Thread Adam Vande More
not familar with sshguard, but these types of attacks are blocked quite well with denyhosts, since the ip's are recycled through eventually and you can configure the parameters for blocking. Denyhosts also has the ability to download to, and upload from a shared blocklist. -- Adam Vande More

Re: Virtualbox and bridged interface.

2010-01-01 Thread Adam Vande More
address of the gateway. But there is no reply. No firewall, net.inet.ip_forwarding=1 (not sure if this is mandatory) Any idea? Thanks! Regards. Bridged networking doesn't work on wireless interfaces. -- Adam Vande More ___ freebsd-questions

Re: Openoffice3 and aspell

2010-01-01 Thread Adam Vande More
. There is an OO plugin you need to install for this functionality. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr

Re: Virtualbox and bridged interface.

2010-01-01 Thread Adam Vande More
On Fri, Jan 1, 2010 at 5:58 PM, Patrick Lamaiziere patf...@davenulle.orgwrote: Le Fri, 1 Jan 2010 17:36:30 -0600, Adam Vande More amvandem...@gmail.com a écrit : Is there someone able to make VirtualBox working with a bridged interface? I've got : My gateway/access point

Re: Openoffice3 and aspell

2010-01-02 Thread Adam Vande More
On Sat, Jan 2, 2010 at 1:41 AM, Gary Kline kl...@thought.org wrote: On Fri, Jan 01, 2010 at 08:00:28PM -0800, Neil Short wrote: --- On Fri, 1/1/10, Adam Vande More amvandem...@gmail.com wrote: From: Adam Vande More amvandem...@gmail.com Subject: Re: Openoffice3 and aspell

Re: This could be a wild goose chase but ...

2010-01-02 Thread Adam Vande More
, --cropbottom 72 \ -v 7 -c 2 movie.avi File sizes, to give you an idea: movie.mpg 6500 MiB movie.avi 5800 MiB movie.ovg 1750 MiB avidemux2 also works well, least it did last time I tried it. -- Adam Vande More ___ freebsd-questions

Re: 7.2-RELEASE-p5 and kernel panic with mpt driver

2010-01-05 Thread Adam Vande More
explicitly know differently. -- Adam Vande More ___ 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: Intel PRO/Wireless 2100 ipw WPA

2010-01-07 Thread Adam Vande More
due to this. -- Adam Vande More ___ 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: fsck failed to sync inodes

2010-01-15 Thread Adam Vande More
? Thanks in Advance Run it again, fsck can require multiple runs to fix the issues. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: /etc/hosts.deniedssh

2010-01-18 Thread Adam Vande More
-198.static.qsc.de pd95b50ce.dip0.t-ipconnect.de v32641.1blu.de dubovik.net r200-40-132-245.static.adinet.com.uy Looks like your conf could use some love. Why are you resolving ip's? Thresholds can be lowered. Are you syncing with remote list? -- Adam Vande More

Re: ISO simple non-forking TCP connection forward/balance tool

2010-01-22 Thread Adam Vande More
have high performance needs. -- Adam Vande More ___ 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: Raw sockets in jails

2010-01-25 Thread Adam Vande More
...@freebsd.org/msg00978.html -- Adam Vande More ___ 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: Opteron 1212 w/ 4 GB RAM

2010-01-27 Thread Adam Vande More
of questions- If we are more interested in stability than in features and performance - a) Is FreeBSD 8.0 the right for us, or shall we rather go for FreeBSD 7.x? b) Is i386 or amd64 the right way? Thanks! Iv 8.0, amd64 if there's chance you'll ever put more ram in the system. -- Adam Vande

Re: How do you manage your jails?

2010-01-28 Thread Adam Vande More
/ you'll find what I use. I'm preparing a talk for BLUG (the local Linux/BSD group) and I want to know how YOU manage your jails, there sure are more than one way do it. you should check out /usr/ports/sysutils/ezjail -- Adam Vande More ___ freebsd

Re: gjournal on compact flash

2010-01-28 Thread Adam Vande More
. AFAIK, they are a wash in terms of reliability, and gjournal needs to write all data twice meaning it's slower, and increases the wear on the drive. The big drawback to soft updates is the fsck times after an unclean shutdown which really shouldn't be an issue on a 500MB drive. -- Adam Vande More

Re: named error sending response: not enough free resources

2010-01-28 Thread Adam Vande More
be wrong. Have you tried turning up the logging to verbosity to get a better idea of what's happening? -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail

Re: UDP flooding / Ethernet issues? WAS Re: named error sending response: not enough free resources

2010-01-29 Thread Adam Vande More
by tcpdump -- Adam Vande More ___ 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: gjournal on compact flash

2010-01-29 Thread Adam Vande More
mean by user intervention. -- Adam Vande More ___ 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: mysql silently failing to start - suggestions?

2010-01-31 Thread Adam Vande More
the start-up scripts as they sometimes mask errors. -- Adam Vande More ___ 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: adding disk moves ad0 to ad4

2010-02-03 Thread Adam Vande More
put... Since I have the only fbsd system at work, I tend to format alot of funky drives for people, and it gets anoying having to swap fstab's every time... Steve Use glabel, then you can used the same fstab across disk swaps/machinces -- Adam Vande More

Re: this may be impossible: iis there a way to play streams on our firefox?

2010-02-03 Thread Adam Vande More
. /usr/ports/www/linux-f10-flashplugin10 -- Adam Vande More ___ 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: this may be impossible: iis there a way to play streams on our firefox?

2010-02-04 Thread Adam Vande More
ones like youtube, pbs, bbc all work perfectly for me. -- Adam Vande More ___ 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: this may be impossible: iis there a way to play streams on our firefox?

2010-02-04 Thread Adam Vande More
On Thu, Feb 4, 2010 at 10:07 AM, Adam Vande More amvandem...@gmail.comwrote: On Thu, Feb 4, 2010 at 9:56 AM, Mike Clarke jmc-freeb...@milibyte.co.ukwrote: Is it just me or is the flash plugin still not fully functional? I'm running Firefox 3.5.7 with linux-f10-flashplugin-10.0r42 on 8.0

Re: autogen gcc makefile.def error Postfix 2.5.6

2010-02-07 Thread Adam Vande More
without being root. That isn't going to work, you need appropriate permissions. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: FreeBSD's UFS vs Ext4

2010-02-08 Thread Adam Vande More
://www.freebsdnews.net/2009/10/15/clang-llvm-support-on-freebsd/ It's also been talked about on other lists eg current with growing frequency. I seem to remember hearing they hoped for it to be ready as an option for 9.0, although my memory may not be correct on that. -- Adam Vande More

Re: Updating packages in Jails

2010-02-08 Thread Adam Vande More
/sysutils/ezjail -- Adam Vande More ___ 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: Updating packages in Jails

2010-02-08 Thread Adam Vande More
calls that are present in the host kernel. Mismatched kernel version could break that mapping. Which is also why jails are a faster form of virtualization because all the call mappings are 1:1. At least that's my understanding. -- Adam Vande More

Re: Problem building GCC - Postfix install from ports failed

2010-02-08 Thread Adam Vande More
. If it works you could file a bug report. -- Adam Vande More ___ 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: Need help troubleshooting NIC

2010-02-08 Thread Adam Vande More
and the NIC worked, so i don't think it's a hardware issue. Is there a way I can rebuild the driver without having to rebuild the kernel? What does netstat -r show? -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: xorgconfig missing FBD_8

2010-02-09 Thread Adam Vande More
... Linux doesn't have this problem. thanks for making freebsd a pain in the ass, Gary Reading the documentation to hard for you? -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

python script to backup installed packages

2010-02-11 Thread Adam Vande More
).communicate()[0] -- Adam Vande More ___ 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: python script to backup installed packages

2010-02-11 Thread Adam Vande More
for the backed up packages which takes into account dependencies. Almost have a package management system like some other unnamed OS's then. ;) -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: PASSWORD LOST!!

2010-02-12 Thread Adam Vande More
that could be used to compromise them is foolishness! Regardless of the purity of his intention, Eric is asking us to tell him how to break into our homes or steal our cars. ;) Security through obscurity is no security, hence it is a good exercise. -- Adam Vande More

Re: More on strange 8.0 issues

2010-02-12 Thread Adam Vande More
freebsd. -- Adam Vande More ___ 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: Perl upgrade problem...

2010-02-12 Thread Adam Vande More
no need for that then do nothing further. If you really believe you need to run 5.10 then you should follow the complete instructions from the entry. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Perl upgrade problem...

2010-02-12 Thread Adam Vande More
On Fri, Feb 12, 2010 at 3:03 PM, Matthew Seaman m.sea...@black-earth.co.ukwrote: Err... he's following the right instructions. ports/UPDATING does not recommend to upgrade. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http

Re: Perl upgrade problem...

2010-02-12 Thread Adam Vande More
On Fri, Feb 12, 2010 at 3:07 PM, Adam Vande More amvandem...@gmail.comwrote: On Fri, Feb 12, 2010 at 3:03 PM, Matthew Seaman m.sea...@black-earth.co.uk wrote: Err... he's following the right instructions. ports/UPDATING does not recommend to upgrade. I mean does not recommend going

Re: Perl upgrade problem...

2010-02-12 Thread Adam Vande More
the error given. Peter Harrison. i see, my port tree was out of date, sorry. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: netcat (/usr/bin/nc) buffer size too small - alternate utilities?

2010-02-16 Thread Adam Vande More
UDP packets up to 9216 bytes in size? You can try raising OS's UDP buff size: sysctl kern.ipc.maxsockbuf=8388608 or write an equivalent app in python... -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: Unable to build kdelibs3

2010-02-17 Thread Adam Vande More
1 Stop in /usr/ports/x11/kdelibs3. I hope you find a better solution, but mine was to pkg_delete * and rebuild. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Unable to build kdelibs3

2010-02-18 Thread Adam Vande More
I posted a script a few days ago that will create a backup of all currently installed packages. Useful in a situation like yours so you could revert to known good set of pkg's until you have time to deal with the full upgrade. -- Adam Vande More

Re: Mouse not working on virtual box VM

2010-02-18 Thread Adam Vande More
://www.freebsd.org/doc/handbook/install-post.html http://www.freebsd.org/doc/handbook/x-config.html -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: Options for redundant storage cluster?

2010-02-18 Thread Adam Vande More
/pipermail/freebsd-announce/2009-October/001279.html -- Adam Vande More ___ 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: Sysinstall Post-install System Management

2010-02-19 Thread Adam Vande More
this port in their local distfiles that I could download? Better yet, update your ports tree and install the current version -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions

Re: Sysinstall Post-install System Management

2010-02-19 Thread Adam Vande More
(assuming you've run a portsnap extract earlier) freebsd-update will do you no go here. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd

Re: kde4/python26 and pth help.

2010-02-24 Thread Adam Vande More
recommend portmaster. Somehow python didn't get installed correctly because /usr/local/include/python2.6/Python.h should exist if python is correctly installed. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: kde4/python26 and pth help.

2010-02-24 Thread Adam Vande More
On Wed, Feb 24, 2010 at 10:47 PM, Jimmie James jimmie...@gmail.com wrote: On 02/24/10 23:28, Adam Vande More wrote: On Wed, Feb 24, 2010 at 12:11 PM, Jimmie James jimmie...@gmail.com mailto:jimmie...@gmail.com wrote: On a freshly installed 8-STABLE box (4 days old) and up to date

Re: Where can I find port configuration options?

2010-02-26 Thread Adam Vande More
is somethine like this: make config but for long term you should read man ports and at least the ports section in the handbook. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: how do I tell ports that perl5.8 should never be installed?

2010-02-28 Thread Adam Vande More
Vande More ___ 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 do I tell ports that perl5.8 should never be installed?

2010-02-28 Thread Adam Vande More
On Sun, Feb 28, 2010 at 3:53 PM, Randal L. Schwartz mer...@stonehenge.comwrote: Adam == Adam Vande More amvandem...@gmail.com writes: Adam See /usr/ports/UPDATING and /etc/make.conf Doesn't help. Packages that are compiled against 5.8 still want to install 5.8. I want this to fatal out

Re: how do I tell ports that perl5.8 should never be installed?

2010-02-28 Thread Adam Vande More
It completes by installing 5.8. I'd like to prevent that. I'd like the entire portage system to consider 5.8 to be dead, both for building from ports, and for installing packages that say they depend on that. How do I get there? Can you attach your make.conf? -- Adam Vande More

Re: Remote Building of FreeBSD

2010-03-01 Thread Adam Vande More
to the depenguinator. http://www.daemonology.net/blog/2008-01-29-depenguinator-2.0.html Maybe there some approach in there to get you over the hump. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd

Re: Remote Building of FreeBSD

2010-03-01 Thread Adam Vande More
On Mon, Mar 1, 2010 at 12:00 PM, Martin McCormick mar...@dc.cis.okstate.edu wrote: Adam Vande More writes: This seems to be similar to the depenguinator. Maybe there some approach in there to get you over the hump. It is exactly the right idea. Funny thing, I actually did turn swap off

Re: Remote Building of FreeBSD

2010-03-01 Thread Adam Vande More
On Mon, Mar 1, 2010 at 12:07 PM, Adam Vande More amvandem...@gmail.comwrote: On Mon, Mar 1, 2010 at 12:00 PM, Martin McCormick mar...@dc.cis.okstate.edu wrote: Adam Vande More writes: This seems to be similar to the depenguinator. Maybe there some approach in there to get you over

Re: how do I tell ports that perl5.8 should never be installed?

2010-03-01 Thread Adam Vande More
already informed Mr. Schwartz, portmaster -P does work. -- Adam Vande More ___ 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: gnome install: stuck

2010-03-07 Thread Adam Vande More
to the graphical display, ctrl not needed there. -- Adam Vande More ___ 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 can I repair wrong /etc/rc.conf ?

2010-03-08 Thread Adam Vande More
then have access to /usr, vi is in /usr/bin/vi -- Adam Vande More ___ 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: tao suddenly died

2010-03-09 Thread Adam Vande More
repository. I know that settling on one vendor generally means you only need one source for warranty work, but with stickers on cases and online accounts this isn't such an issue anymore. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http

Re: can't ping localhost

2010-03-10 Thread Adam Vande More
/mailing.freebsd.current/browse_thread/thread/2ab13c4b31228c88/15dab18a9066e9a2?lnk=raot -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions

Re: problems w/ touching all files?

2010-03-11 Thread Adam Vande More
? If it would, what might those new complications be? As I say, it is not mission-critical at this point, but it would be helpful to fix this. Thanks for any help. maybe try a portnsnap fetch extract, touch -m should help on /usr/ports/distfiles/ -- Adam Vande More

  1   2   3   4   5   6   7   8   >