Re: Freebsd support in Adelaide wanted

2013-09-21 Thread Greg 'groggy' Lehey
gt; > Happily, > http://www.berklix.com/consultants/table.html > shows > Mike Smith in Adelaide +61 8 8267 3493 That's massively out of date. Mike left Adelaide in 1998, and has been working for Apple in Cupertino for about 10 years. > Greg Lehey in Echunga +61 8 83888286 Tha

Re: highest nice(1) -n increment value?

2013-07-15 Thread Greg Larkin
the upper increment limit? > > Thanks > > Anton Yes, please check the setpriority man page: http://www.freebsd.org/cgi/man.cgi?query=setpriority "The prio argument is a value in the range -20 to 20. The default priority is 0; lower priorities cause more favorable scheduling.&qu

Re: easy question about logcheck

2013-06-17 Thread Greg Larkin
t see any script that send > email > > thanks for help! > > Pol Hi Pol, If you include logcheck in a cron job (hourly, daily, etc.), the cron system will send the email with its output. Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http:

Re: Any BASIC Gurus around?

2013-06-17 Thread Greg Larkin
guess with the fix. The new patch is here, and you'll need to apply it to the original version of the program: http://people.freebsd.org/~glarkin/diffs/prog.bas.2.diff Hope that works, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourceho

Re: Any BASIC Gurus around?

2013-06-17 Thread Greg Larkin
at least a couple of Unicode characters that I removed. It prints out some results up to the moon illuminance, and then bwBasic core dumps, but maybe you'll be able to debug from there. Good luck, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.so

Re: Daily periodic cronjob generates core dump

2013-06-14 Thread Greg Larkin
/books/handbook/configtuning-configfiles.html Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -BEGIN PGP SIGNATURE- Version: GnuP

Re: Downgrading a port

2013-05-10 Thread Greg Larkin
requires you to build things yourself. I think this > will be the easiest way to go. > > > > - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -

Re: VMware tools for FreeBSD

2013-05-08 Thread Greg Larkin
-installation-configuration.pdf If you have any further questions, please reply here and we'll go from there. Best of luck, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/

Re: When will binary packages be back?

2013-04-10 Thread Greg Larkin
tfiles for a port and its dependencies: cd /usr/ports/www/apache22 # Or whatever make distclean make all-depends-list | xargs -n1 -I % sh -c "cd % && make distclean" Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehost

Re: Error: shared library "mysqlclient.18" does not exist

2013-03-12 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/11/13 6:51 PM, Jeff Tipton wrote: > On 03/12/2013 00:36, Greg Larkin wrote: On 3/11/13 6:21 PM, Jeff > Tipton wrote: >>>> On 03/12/2013 00:07, Greg Larkin wrote: On 3/11/13 5:42 PM, >>>> Jeff Tipton wrote: >>&g

Re: Error: shared library "mysqlclient.18" does not exist

2013-03-11 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/11/13 6:21 PM, Jeff Tipton wrote: > On 03/12/2013 00:07, Greg Larkin wrote: On 3/11/13 5:42 PM, Jeff > Tipton wrote: >>>> On 03/11/2013 21:34, Jeff Tipton wrote: >>>>> On 03/11/2013 21:00, Greg Larkin wrote: >

Re: Error: shared library "mysqlclient.18" does not exist

2013-03-11 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/11/13 5:42 PM, Jeff Tipton wrote: > On 03/11/2013 21:34, Jeff Tipton wrote: >> On 03/11/2013 21:00, Greg Larkin wrote: > On 3/11/13 2:47 PM, Jeff Tipton wrote: >>>>> On 03/11/2013 20:31, Greg Larkin wrote: On 3/11/13

Re: Error: shared library "mysqlclient.18" does not exist

2013-03-11 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/11/13 3:34 PM, Jeff Tipton wrote: > On 03/11/2013 21:00, Greg Larkin wrote: On 3/11/13 2:47 PM, Jeff > Tipton wrote: >>>> On 03/11/2013 20:31, Greg Larkin wrote: On 3/11/13 2:10 PM, >>>> Jeff Tipton wrote: >>&g

Re: Error: shared library "mysqlclient.18" does not exist

2013-03-11 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/11/13 2:47 PM, Jeff Tipton wrote: > On 03/11/2013 20:31, Greg Larkin wrote: On 3/11/13 2:10 PM, Jeff > Tipton wrote: >>>> On 03/11/2013 20:00, Greg Larkin wrote: On 3/11/13 12:59 PM, >>>> Jeff Tipton wrote: >>&

Re: Error: shared library "mysqlclient.18" does not exist

2013-03-11 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/11/13 2:10 PM, Jeff Tipton wrote: > On 03/11/2013 20:00, Greg Larkin wrote: On 3/11/13 12:59 PM, Jeff > Tipton wrote: >>>> Hi, >>>> >>>> I'm trying to set up security/maia, and this is the err

Re: Error: shared library "mysqlclient.18" does not exist

2013-03-11 Thread Greg Larkin
e? Is it when you attempt to run the executable built by the port? If so, please run the ldd command against the executable and post the output back here. Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Cod

Re: Restricting Periodic Scripts

2013-02-06 Thread Greg Larkin
patch for the script in there, but I didn't check to see if the author ever filed a PR. There's also a workaround that involves using the nosuid mount option, if that is acceptable in your environment. Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Pow

Re: svn-export Re: svn bdb checkout?

2013-01-25 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/25/13 1:53 PM, Xyne wrote: > Greg Larkin wrote: > >> # python3 svn-export -r 31 >> http://svn.freebsd.org/ports/head/ports-mgmt ports-mgmt Exporting >> new repository. Exported revision 31 # python3 svn-export &g

Re: svn-export Re: svn bdb checkout?

2013-01-25 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/24/13 5:16 PM, Xyne wrote: > Greg Larkin wrote: > >> Hi Xyne, >> >> Thanks for turning that around so quickly, and I am doing some >> testing here with the idea to incorporate svn-export into the >> FreeBS

Re: 'svn-export' incrementing?

2013-01-24 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/24/13 4:54 PM, Xyne wrote: > Greg Larkin wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> >> On 1/22/13 8:29 PM, Peter Vereshagin wrote: >>> Hello. >>> >>> I use the 'svn-

Re: 'svn-export' incrementing?

2013-01-23 Thread Greg Larkin
remental mode, you need to use the --revision-file argument like so: python3 svn-export-2013.1/svn-export -r rev.dat http://svn.gna.org/svn/nasmail/trunk nasmail Then at some point in the future, run the same command. svn-export will read rev.dat, compare the version in there with the curren

Re: svn-export Re: svn bdb checkout?

2013-01-23 Thread Greg Larkin
PermissionError: [Errno 1] Operation not permitted: 'ports-mgmt/pkg/files' - - I can't get the --to-script option to work if there are any file/directory deletions in the changeset. It looks like the actual deletion operations are attempted (like above) even when the - --to-script

Re: creating new user account password.

2013-01-23 Thread Greg Larkin
password. Is there a way to do that? This looks like it will help: http://www.itedit.com/blog/?p=34 Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow yo

Re: help with SVN needed {slightly off-topic}

2013-01-21 Thread Greg Larkin
/svnbook.red-bean.com/en/1.7/index.html Best regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.13

Re: svn-export Re: svn bdb checkout?

2013-01-16 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/16/13 3:55 PM, Peter Vereshagin wrote: > Hello. > > 2013/01/16 15:24:00 -0500 Greg Larkin => To > Peter Vereshagin : GL> On 1/16/13 3:07 PM, Peter Vereshagin wrote: > GL> > 2013/01/16 13:51:42 -0600 "Joseph A

Re: svn bdb checkout?

2013-01-16 Thread Greg Larkin
is at first. > > Thank you. Please see my message from a similar thread a few months ago for a possible solution: http://permalink.gmane.org/gmane.os.freebsd.questions/294398 In short, "svn export" is the way to pull source code out of a Subversion repository with the .svn direct

Re: assigning values to variables in the background

2013-01-15 Thread Greg Larkin
pid nstats=`cat /tmp/netstat.$$` rm -f /tmp/netstat.$$ wait $vpid rawdata=`cat /tmp/vmstat.$$` rm -f /tmp/vmstat.$$` Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/

Re: make install package?

2013-01-10 Thread Greg Larkin
ctory and run this command: make -V PKGFILE The output should indicate that the package will be created in /usr/ports/packages instead of the local directory. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - R

Re: OpenSSL Certificate issue

2013-01-10 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/10/13 1:38 PM, Paul Kraus wrote: >> On 1/10/13 12:49 PM, Paul Kraus wrote: >>> On Jan 10, 2013, at 12:38 PM, Greg Larkin wrote: >>> >>>> It looks like you don't have the Gmail certificate installed >&

Re: OpenSSL Certificate issue

2013-01-10 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/10/13 12:49 PM, Paul Kraus wrote: > On Jan 10, 2013, at 12:38 PM, Greg Larkin wrote: > >> It looks like you don't have the Gmail certificate installed >> locally, unless I'm mistaken. > > I do not need to have

Re: OpenSSL Certificate issue

2013-01-10 Thread Greg Larkin
j10pf1276456vde.5 ^C [root@MailArch > /usr/local/openssl/certs]# > > -- Paul Kraus Deputy Technical Director, LoneStarCon 3 Sound > Coordinator, Schenectady Light Opera Company > > ___ > freebsd-questions@freebsd.org mailing list

Re: wifi support?

2012-12-19 Thread Greg Larkin
/n > WiFi Adapter (rev 01) > > Can you tell me where I can find if this card is supported or not? > > Thank you. > Hi there, According to this posting, it doesn't look like that card is supported on FreeBSD yet: http://freebsd.1045724.n5.nabble.com/RTL8188CE-wireless-ca

Re: When Is The Ports Tree Going To Be Updated?

2012-11-27 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/27/12 11:11 AM, Warren Block wrote: > On Tue, 27 Nov 2012, Greg Larkin wrote: > >> Unless you plan to use svn commands other than checkout in your >> ports tree, I would suggest switching to "svn export" or perh

Re: When Is The Ports Tree Going To Be Updated?

2012-11-27 Thread Greg Larkin
est switching to "svn export" or perhaps the svn-export script (http://xyne.archlinux.ca/projects/svn-export/) to fetch your ports tree. The export command will not create the .svn metadata directory and will save on inode usage. Of course, you could also create a new virtual disk for /

Re: trying to build a port for vagrant and failing

2012-11-08 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/7/12 4:46 PM, Christopher J. Ruwe wrote: > On Tue, 06 Nov 2012 17:58:42 -0500 Greg Larkin > wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > >> On 11/6/12 4:00 PM, Christopher J. Ruwe wrote: >>> C

Re: trying to build a port for vagrant and failing

2012-11-06 Thread Greg Larkin
go. I ran into this issue, too, and it's caused by the fact that Ruby has the "~>" version dependency operator. Check this thread for some details: http://stackoverflow.com/questions/5170547/what-does-tilde-greater-than-mean-in-ruby-gem-dependencies The ports tree has the de

Re: send-pr Submission Times

2012-10-13 Thread Greg Larkin
e. Also, look at the send-pr man page and the use of the PR_FORM environment variable. You can create a default send-pr template, save it as a file and put the filename in PR_FORM. The next time you start send-pr, your PR will be populated from the template. Hope that helps, Greg - -- Greg Larkin

Re: problems upgrading from 7.2-RELEASE-p8 to 7.4 or 9.0-RELEASE

2012-10-11 Thread Greg Larkin
sts.freebsd.org/pipermail/freebsd-questions/2010-July/218884.html) has a fix, but it involves booting from a liveCD and replacing the binary manually. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set.

Re: Trouble updating Sources via subversion?

2012-10-04 Thread Greg Larkin
#x27;s >> super-fast keeping it up to date, and it's easily invoked from a >> nightly cron job. >> >> Hope that helps, Greg >> > In theory that seems like an OK idea, but I figured I would > probably setup a mirror as I update a bunch of servers, so getting

Re: Trouble updating Sources via subversion?

2012-10-04 Thread Greg Larkin
this doesn't answer the question about the svn problems you've been encountering, but have you considered using portsnap to keep your /usr/ports tree up to date? One of it's advantages is that you'll save space by not housing the /usr/ports/.svn directory created by &quo

BSD on IOS hardware

2012-09-27 Thread Greg Freeman
Is it possible to load FreeBSD on an Apple Mobile device designed to run IOS? There are a lot of old iPads out there. If we could repurpose them to straight Unix pads that might be cool. From there shells and then maybe an open source alternative to IOS or Android. Maybe a way for people to

Re: "Twitter.com is loading slowly" after updating to Firefox 13.0.1

2012-07-17 Thread Greg Larkin
suggestion I found somewhere online: Open the about:config preference pane in FF. Change the http.keep-alive property to "true", and you should be all set. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/

Re: Blank page after log in to phpmyadmin

2012-06-06 Thread Greg Larkin
the page again, check the file and you should have some indication of what's wrong. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me

Re: [SOLVED] Re: optionsng ignores /var/db/ports//options

2012-06-04 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/4/12 5:25 PM, Roland Smith wrote: > On Mon, Jun 04, 2012 at 04:01:27PM -0400, Greg Larkin wrote: >>> Well, it was a bug, but not particularly in showconfig alone, >>> see below. >>> >>>>> If not,

Re: [SOLVED] Re: optionsng ignores /var/db/ports//options

2012-06-04 Thread Greg Larkin
ssin for > clueing me in in this. I've gained a new respect for the people > maintaining the ports infrastructure. :-) It's kind of amazing it > works as well as it does. > > The good news is that there are several workarounds. For future > reference, the workaround that I e

Re: why I am upset

2012-05-28 Thread Greg 'groggy' Lehey
to >> appreciate the other guy's problems. Otherwise it just ends up creating more >> problems, and there are already enough. > > Warren makes a great point. In years past Greg Lehey used to post, > "How to ask a question", or something similar. "How to get b

Re: Somewhat OT: CVS Question

2012-05-25 Thread Greg Larkin
dule waccess" message doesn't make sense with the command line you provided. Thank you, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -BEGIN

Re: pcre library linking issues

2012-04-19 Thread Greg Larkin
; Another option that works well is the /etc/libmap.conf file: http://www.freebsd.org/cgi/man.cgi?query=libmap.conf Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/

Re: newfs create to little inodes

2012-04-16 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/16/12 11:07 AM, Eugen Konkov wrote: > Здравствуйте, Greg. > > Вы писали 16 апреля 2012 г., 17:28:59: > > GL> -BEGIN PGP SIGNED MESSAGE- GL> Hash: SHA1 > > GL> On 4/16/12 10:01 AM, Eugen Konkov wrote: &

Re: newfs create to little inodes

2012-04-16 Thread Greg Larkin
ed > mounted on /dev/ad0s1a 4.9G 2.1G 2.4G 47% 331k0 100% > /mnt/disk1 > > Hello Eugen, Yes, please check the -i option of newfs: http://www.freebsd.org/cgi/man.cgi?query=newfs Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/

Re: Find run-time dependancies recursively for FreeBSD port

2012-03-21 Thread Greg Larkin
don't need the build > depends or their depends)? > Hi Rick, The closest I see in bsd.port.mk are the following targets, but I think they include LIB_DEPENDS as well: package-depends-list actual-package-depends Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/

Re: Unable to upgrade packages on FreeBSD

2012-01-30 Thread Greg Groth
Updating after the fact ;-) ). I'll give up the time savings of binary packages vs. the dependability of compiling stuff myself any day. Greg Groth ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-q

Re: Weird stuff SOLVED

2011-12-03 Thread Greg Larkin
Hi Bernt, Glad to hear you figured it out! Cheers, Greg On Dec 1, 2011, at 8:10 PM, Bernt Hansson wrote: > 2011-12-02 01:53, Bernt Hansson skrev: > > At some points one is an idiot! > > /var/db/ports was pointing at the wrong directory and not the ports > directory. W

Re: Weird stuff

2011-12-01 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/1/11 12:21 PM, RW wrote: > On Thu, 01 Dec 2011 09:11:10 -0500 > Greg Larkin wrote: > > > >> Reading through /usr/ports/Mk/bsd.port.mk, the "check permissions" >> message is emitted when certain direc

Re: Weird stuff

2011-12-01 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/1/11 10:54 AM, Bernt Hansson wrote: > 2011-12-01 15:11, Greg Larkin skrev: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 12/1/11 8:37 AM, Bernt Hansson wrote: >>> Hello list! >>> >&g

Re: Weird stuff

2011-12-01 Thread Greg Larkin
I would be interested in seeing the output of the following command sequence: cd /usr/ports/graphics/jasper make -V SU_CMD make -V UID make -V OPTIONSFILE Also, what happens if you simply do this: cd /usr/ports/graphics/jasper && make config Regards, Greg - -- Greg Larkin http://www.

Re: Build options built by dialog(1)

2011-11-15 Thread Greg Larkin
..@cape.com > ABHOR SECRECY -- DEFEND PRIVACY Hi Chuck, Check in /var/db/ports/*/options. You can also run "make config" or "make rmconfig" in a port directory to re-configure or remove the current configuration, respectively. HTH, Greg - -- Greg Larkin h

Re: Disc encryption during installation

2011-11-09 Thread Greg Larkin
n select the disk encryption option. See here for more information: http://wiki.pcbsd.org/index.php/Disk_Encryption Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/

Re: moving a svn repository

2011-10-04 Thread Greg Larkin
new URL. That saves the developers from having to freshly check out their working directories after a repository is moved to a new server. Regards, Greg > > > 2011/10/3 Greg Larkin mailto:glar...@freebsd.org>> > > On 10/3/11 1:32 PM, n dhert wrote: >> On a FreeB

Re: moving a svn repository

2011-10-03 Thread Greg Larkin
his working directory to point to the new repository URL. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/cpucycle/ - Follow you, follow me -BEGIN PGP SIGNATURE

Re: Installing Python Packages

2011-08-26 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/26/11 8:24 PM, d...@safeport.com wrote: > On Fri, 26 Aug 2011, Greg Larkin wrote: > >> On 8/26/11 8:07 PM, doug wrote: >>> I am teaching myself python and have 2.6 installed. What is the proper >>> way to install

Re: Installing Python Packages

2011-08-26 Thread Greg Larkin
2.6 Next, do this: cd /usr/ports/devel/py-setuptools && make install clean You should be all set, and any other Python port that you install will use the Python 2.6 installation, assuming you installed it from the ports tree. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org

Re: Extract particular date snapshot from /var/db/portsnap?

2011-06-14 Thread Greg Larkin
ent dated copies of the ports tree, and you can also fetch portions of it as of a specific date if you specify a more complete module name, e.g. ports/lang/gcc45. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready.

Re: mysql_connect error

2011-06-14 Thread Greg Larkin
ool. >> > Thanks Damien, > > Did so, mysql definitely checked, no help. I did see that gd was not > checked so checked that, did the make process and that cured another > problem so I'd say the reinstall did in fact take. > > The error happens when being run from t

Re: src upgrading jails (no ezjail, no "service" jails)

2011-06-02 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/2/11 10:42 AM, Aleksandr Miroslav wrote: > On Wed, Jun 1, 2011 at 4:44 PM, Greg Larkin wrote: >> Those commands will update the base system in the jail directory >> "jaildir1" with the latest bits that were previous

Re: src upgrading jails (no ezjail, no "service" jails)

2011-06-01 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/1/11 3:36 PM, Aleksandr Miroslav wrote: > On Wed, Jun 1, 2011 at 9:11 AM, Greg Larkin wrote: >>> I have 4 jails that are running 8.2-RELEASE that I would like to >>> upgrade. >>> >>> I did not create the j

Re: src upgrading jails (no ezjail, no "service" jails)

2011-06-01 Thread Greg Larkin
/usr/src make installworld DESTDIR= make distribution DESTDIR= ... ... make installworld DESTDIR= make distribution DESTDIR= Then restart your jails. Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http:/

Re: Urgent: Under attack - need tcpdrop help

2011-05-24 Thread Greg Larkin
er versions of the OS, since it doesn't use "tcpdrop -l -a". If you like the output and want to actually run the tcpdrop commands, add "| sh" to the end of the pipeline. YMMV, because I didn't actually execute the commands. I just printed the tcpdrop commands, and the

Re: Urgent: Under attack - need tcpdrop help

2011-05-24 Thread Greg Larkin
hanks in advance! > > Shell scripting isn't what I'm best at unfortunatly ... > > Andy Hi Andy, This will drop all connections to/from IP address 192.168.22.22: tcpdrop -l -a | grep 192.168.22.22 | sh Just substitute your desired IP address, and that will do the trick

Re: Established method to enable suid scripts?

2011-05-11 Thread Greg Larkin
environment. It might be worth checking out some of the Apache suEXEC documentation to understand all of the security checks they have implemented: http://httpd.apache.org/docs/2.2/suexec.html Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve

Re: ld-elf.so.1 Shared object "libkipi.so.7" not found

2011-05-06 Thread Greg Larkin
de4/lib/libkipi.so.8. It's still in progress, so maybe it still won't run, but it would be helpful to see your build output anyway. Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/

Re: Admin-tools for BIND DNS?

2011-04-21 Thread Greg Larkin
nt selection of tools here. http://www.debianhelp.co.uk/bindweb.htm If you use one and like it, please consider creating and submitting a port for it. Cheers, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. h

Re: Subversion over SSH works through GIT but not with SVN

2011-04-20 Thread Greg Larkin
nnels] section. Finally, if all else fails, I run commands through truss or strace to see if there are any strange errors generated by system calls, like a missing library or config file, or an unexpected chdir() or chroot(). Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ -

Re: Modifying Sendmail's Configuration the Correct way.

2011-04-20 Thread Greg Larkin
t; The DS line in the master file looks like > > DSmailserver.okstate.edu > > Many thanks and the handbook is very helpful but I > haven't seemed to run across anything that directly addresses > this situation. Hi Martin, Try these commands, and the sendmail.cf

Re: Automating mounting of ISO images

2011-03-23 Thread Greg Larkin
s well as the one that processes the device creation directives above - /etc/rc.d/mdconfig Finally, you can always add your own custom startup scripts to /usr/local/etc/rc.d if you need to do something that the standard startup scripts can't handle. Hope that helps, Greg - -- Greg Larkin http://www

Re: Buildworld fail

2011-03-08 Thread Greg Larkin
/usr/local/src/tools/build. >> *** Error code 1 >> >> Stop in /usr/local/src. >> *** Error code 1 >> >> Stop in /usr/local/src. >> *** Error code 1 >> >> Stop in /usr/local/src. > > > A segfault might be indicative of hardware problems,

Re: Cannot build jdk16

2011-03-05 Thread Greg Lewis
t; Many thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=155270 ...was committed earlier today. -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD :

Re: Help: Looking to contact someone running FreeBSD on ESX

2011-02-25 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/25/11 3:00 PM, Mark Felder wrote: > On Fri, 25 Feb 2011 13:15:29 -0600, Greg Larkin > wrote: > >> I haven't used watchdogd(8) (http://bit.ly/eKHUEN) before, but I wonder >> if it would help you by firing some data logg

Re: Help: Looking to contact someone running FreeBSD on ESX

2011-02-25 Thread Greg Larkin
gt; > Thanks everyone. > > Mark Hi Mark, Are there any relevant messages logged in /var/log/messages prior to the FreeBSD hard reboot? I haven't used watchdogd(8) (http://bit.ly/eKHUEN) before, but I wonder if it would help you by firing some data logging command (-e optio

Re: setting up svn server - Connection refused

2011-02-25 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2/25/11 9:32 AM, Anton Shterenlikht wrote: [...] > > > Many thanks for your help, Greg. > > However, following David Kelly's advice, > I switched to svn+ssh, and that seems > to work fine. Nevertheless, I'm curiou

Re: setting up svn server - Connection refused

2011-02-25 Thread Greg Larkin
rking correctly when svnserve starts in daemon mode. If it is listening, then something is still blocking the connection from your svn client to the TCP port. The fact that you're getting a "localhost: Network is unreachable" error is strange. What is the output of "/sbin/i

Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-24 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/21/11 1:59 PM, Chris Brennan wrote: > On Fri, Jan 21, 2011 at 11:02 AM, Greg Larkin wrote: > >> Hi Chris, >> >> Please post some compiler output with the error message here, and that >> might help someone troublesh

Re: Can't open serial line /dev/cuaa0: no such file or direcotry (2)

2011-01-23 Thread Greg 'groggy' Lehey
[format recovered] On Friday, 21 January 2011 at 0:04:12 +, Mike Adams wrote: > To whom it may concern: I'm using a programme called tempcontrol > from Greg Lehey on a Dell pentium running BSD 6. Do you mean FreeBSD 6.x? I'm assuming so in the following. > When I run t

Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-21 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 1/21/11 12:41 AM, Chris Brennan wrote: > On Thu, Jan 20, 2011 at 9:35 PM, Greg Larkin wrote: > >> Hi David, >> >> What is the output of the command "pkg_version -vL="? Can you build >> libsoup successf

Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-20 Thread Greg Larkin
t is the output of the command "pkg_version -vL="? Can you build libsoup successfully in a clean jail (no ports installed) with an up-to-date ports tree? - From what I've seen by Googling the error message "ImportError: No module named _md5", you likel

Re: devel/libsoup-2.32.2 Compile error _md5 problem

2011-01-19 Thread Greg Larkin
stall devel/libsoup into a box without any ports installed on it. You can easily set up a testbed by using a jail to do that. If nothing else depends on gobject-introspection, you could always pkg_delete it and then restart the libsoup build. It would be interesting to know

Re: what is from [sic (wrong)] with this picture? -- Answer: It's Ubuntu, not FreeBSD

2010-09-29 Thread Greg Larkin
all of the listed problems. Keep iterating until the report is clean, or at least doesn't have any red flags on it. I've used this service successfully for a while now to debug DNS problems. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve htt

Re: Not Sure Which Package has mssql_connect.

2010-09-29 Thread Greg Larkin
et. You shouldn't need to install http://www.freshports.org/databases/php5-mysql/ unless you're trying to connect to a MySQL server, too. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code

Re: What's up with cvsup.freebsd.org?

2010-09-02 Thread Greg Larkin
end. > Hi Dennis, Instead of relying on a particular cvsup server, how about installing fastest_cvsup (http://www.freshports.org/sysutils/fastest_cvsup)? If you run it in your script and pass the resulting hostname to csup, you'll get the server with the best response at that time. H

Re: FreeBSD Additional Contributors List

2010-08-18 Thread Greg Larkin
ame instead? If so, who should > I contact in order to accomplish that? > > Thank you very much in advance. > > Yours Faithfully > Piotr Szerman Hi Piotr, I just changed that for you. Regards, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://w

Re: can't find .so, but it's right there.

2010-08-17 Thread Greg Larkin
not found" libraries listed, what I normally try next is running the process under truss and checking the output for any system errors: truss -f -a -s 256 -o /tmp/mplayer.log `which mplayer` Post the /tmp/mplayer.log file somewhere for review, if you want. Regards, Greg - -- Gre

Re: OpenOffice.org 3.2.1 build error

2010-08-12 Thread Greg Larkin
age. Can you pkg_delete it and try the OOo build again? This PR contains a reference to the problem near the bottom: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132888 and pkg_delete is the suggested fix. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power

Re: Setting Debug flag in /etc/make.conf

2010-08-02 Thread Greg Larkin
t default. Just put the following in /etc/make.conf and then recompile the ports you want to include debug symbols: WITH_DEBUG= yes Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitt

Re: Why am I getting mail rejects?

2010-07-29 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Grant Peel wrote: > - Original Message - From: "Greg Larkin" > To: "Grant Peel" > Cc: > Sent: Tuesday, July 27, 2010 8:40 PM > Subject: Re: Why am I getting mail rejects? > > > Grant Peel wrote

Re: Why am I getting mail rejects?

2010-07-27 Thread Greg Larkin
log > lines in my daily periodic output? > > -Grant Hi Grant, Please capture the output of the following command and post it somewhere for viewing. This will display all of the shell commands executed by the periodic script, and it may help someone here troubleshoot the problem. sh -x

Re: monitor util in a scripted daemon?

2010-07-23 Thread Greg Larkin
w.freshports.org/devel/gamin/ I don't see why you couldn't wrap it with a startup script so a list of monitored files/directories could be added to /etc/rc.conf. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/

Re: rmconfig from all ports tree

2010-07-21 Thread Greg Larkin
ove the options config for this port. rmconfig-recursive - Remove the options config for this port and all dependencies. Or, if you want to use a big hammer and remove all configs for all ports, use: find /var/db/ports -type f -name options -print | xargs rm Hope t

Re: new jail utility is available. announcement.

2010-07-20 Thread Greg Larkin
introduce some other incompatibility. Here's some more information: http://www.freebsd.org/doc/en/articles/committers-guide/ports.html#AEN1466 Hope that helps, and thank you for your new port, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.source

Re: Help with setting up a mail server

2010-07-20 Thread Greg Larkin
y, if you like, and I can check DNS and ports from here. Hope that helps, Greg - -- Greg Larkin http://www.FreeBSD.org/ - The Power To Serve http://www.sourcehosting.net/ - Ready. Set. Code. http://twitter.com/sourcehosting/ - Follow me, follow you -BEGIN PGP SIGNATURE-

Re: bugzilla

2010-07-15 Thread Greg Larkin
> >> My bet would be this last message. >> >> Regards, >> >> -- >> Glen Barber > > why? > This is the last message that Glen referred to: "InnoDB is disabled in your MySQL installation. Bugzilla requires InnoDB to be enabled. Plea

  1   2   3   4   5   6   7   8   9   10   >