Quote request
Good day, We would like to inquire if you have in stock or can special order any of the item described below, SOLAR PRODUCTS 1: SOLAR CHARGE CONTROLLER, Xantrex C-35amps charge controller ,Xantrex C-40amps charge controller, Xantrex C-60amps charge controller,MorningStar TriStar TS-60 Amp, TS-35 Amp 2: Grundfos SQ Flex 11 SQF -2 Submersible pump (part no 95027335) 3: 180watt or 235watt solar panel. 4: Shurflo Pumps ( Model 9325-043-101)9300 Submersible Pump 5: DC-AC POWER INVERTER 3000Watts - 5000Watts and it should be in 12vdc to 220/230/240vac HP TONER 1: HP C9731A (31A) OEM cyan 2: HP C9732A (32A) OEM yellow 3: HP C9730A (30A) OEM black 4: HP Designjet 130 Printer (HP part: C7791C#A2L) What are the type of payment your company accept when purchased from you. Regards, Bob Gaskie. ELECTRICAL ELECTRONICS STORE 7475 Charmant Drive; San Diego,CA, 92122-5000 619-489-7393 electronicstore...@gmx.us ___ 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"
pkgng repository URL for minor version
What is the method in a repository of pkg there to split packages for difference minor version? At present PACKAGESSITE set to http://pkg.freebsd.org/${ABI}/latest, where $ABI forming URL on 9.0 or 9.1/amd64 into http://pkg.freebsd.org/freebsd:9:x86:64/latest/ How it is possible to specify necessary minor version or determine for which version the package. For an example, some software builds on 9.1 isn't compatible with 9.0 libraries ("_ThreadRuneLocale" Undefined symbol) ___ 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"
Questions about ZFS Tuning
Hi When I installed FreeBSD on my Lenovo Think Center Desktop I created a full ZFS Root file system using Matthew Seaman's excellent article: http://www.infracaninophile.co.uk/articles/install-on-zfs/ My system now is: /home/jamie $ uname -a FreeBSD kontrol.kode5.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #4 r240560: Sun Sep 16 18:40:56 BST 2012 r...@kontrol.kode5.net:/usr/src/sys/amd64/compile/KONTROL amd64 I've been wondering about ZFS tuning and have read some articles, including the FreeBSD handbook and wiki articles and also some posts in the FreeBSD forum. The FreeBSD handbook [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/filesystems-zfs.html], section 21.2.1.3 Loader Tunables suggests adding tunables to /boot/loader.conf for ALL architectures - which I tested: vm.kmem_size="330M" vm.kmem_size_max="330M" vfs.zfs.arc_max="40M" vfs.zfs.vdev.cache.size="5M" However, when I rebooted, although it did boot up ok dmesg showed a complaint from ZFS about vm.kmem_size_max being less than 512mb. So I removed it. The only line relating to ZFS tunables in my /boot/loader.conf file is now: vfs.zfs.prefetch_disable=0 To stop this email becoming too long winded, what I'm interested in is are there entries I need/should/recommend to add to /boot/loader.conf to tune ZFS properly and/or Kernel config options I need/should/recommended to add to my custom Kernel. I have 2GB RAM, and I've set up 2GB GEOM Mirrored Swap. I'm only using one HDD on the machine so it's a fairly basic setup on this machine. Maybe I don't need to do/add anything at all? Would anyone be kind enough to provide some guidance about this? Best Wishes, Jamie. ___ 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: have desktop on freebsd
[ saeedeh motlagh wrote on Mon 17.Sep'12 at 10:09:31 +0430 ] > my video card is intel, you mean i should change my driver to intel? > could you please tell me how to do that? i change my driver type from > fbdev to vesa in xorg.conf file but it has the fbdevhw error yet. i > think i should do something else to change my driver. > please let me know if i'm making mistake and how to fix it. > thanks My video card is also intel. At first I just used the default installation config. Then, I used Xorg -configure which created a xorg.conf.new file in /root. I edited this and made very modifications. The relevant sections is: Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines"# #Option "Dac6Bit" # [] Option "DRI""True" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "4 Series Chipset Integrated Graphics Controller" BusID "PCI:0:2:0" EndSection Also, near to the top of the file, there is module section. I have this: Section "Module" Load "glx" Load "record" Load "dri2" Load "dbe" Load "dri" Load "extmod" EndSection Naturally, you can add and remove the things you don't want or need in this file. To use the new file for X, rename it (mv(1)) to /etc/X11/xorg.conf . I think that should, I hope, do it for you. Good luck and I hope that helps you a bit. Best wishes, Jamie ___ 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"
приветииик мой няша
драстии найди здесь меня в сайтеке http://www.data-mac.com/silinecek/vote.php ___ 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: Questions about ZFS Tuning
17.09.2012 13:36, Jamie Paul Griffin wrote: When I installed FreeBSD on my Lenovo Think Center Desktop I created a full ZFS Root file system using Matthew Seaman's excellent article: http://www.infracaninophile.co.uk/articles/install-on-zfs/ My system now is: /home/jamie $ uname -a FreeBSD kontrol.kode5.net 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #4 r240560: Sun Sep 16 18:40:56 BST 2012 r...@kontrol.kode5.net:/usr/src/sys/amd64/compile/KONTROL amd64 I've been wondering about ZFS tuning and have read some articles, including the FreeBSD handbook and wiki articles and also some posts in the FreeBSD forum. The FreeBSD handbook [http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/filesystems-zfs.html], section 21.2.1.3 Loader Tunables suggests adding tunables to /boot/loader.conf for ALL architectures - which I tested: Handbook is old and cripsy about that all thing yet provides a useful link to http://wiki.freebsd.org/ZFSTuningGuide - you don't need kmem_size/arc tuning on amd64 generally; - zfs.zfs.prefetch_disable=0 will cause system eat more RAM then without it; - there are a lot of tunables but you should learn what you are doing before setting anything, for example changing recordsize for already running MySQL database filesystem will do nothing at all. -- Sphinx of black quartz judge my vow. ___ 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: Questions about ZFS Tuning
[ Volodymyr Kostyrko wrote on Mon 17.Sep'12 at 14:25:09 +0300 ] > Handbook is old and cripsy about that all thing yet provides a useful > link to http://wiki.freebsd.org/ZFSTuningGuide > > - you don't need kmem_size/arc tuning on amd64 generally; > - zfs.zfs.prefetch_disable=0 will cause system eat more RAM then > without it; > - there are a lot of tunables but you should learn what you are doing > before setting anything, for example changing recordsize for already > running MySQL database filesystem will do nothing at all. Yes, I've seen lot's of information about ZFS tunables on FreeBSD which will give me plenty of reading. I set zfs.zfs.prefetch_disable=0 because some dmesg line suggested/implied it would benefit. I don't recall the exact output now. So, I think it's probably best I just leave things as they are as my system is functioning well enough, as far as I can tell anyway. This is the first time I've used ZFS on FreeBSD so I am still very much in the 'learning process' where that is concerned. Thanks for your response Volodymyr. Very much appreciated. Best wishes, Jamie. ___ 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"
What replaces csup?
Now that we're switching to svn, is there a utility analogous to csup for fetching source? Is that utility available for 8.3? (I'm assuming subversion will become part of base in 9.x.) -- Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. *** "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell ___ 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"
b-sd.com
Just a friendly reminder about b-sd.com Dear Domain Owner, No more offers will be accepted once the domain name is secured and it will go to the highest offer submitted into our system. Now you still have an opportunity to ensure you are still competing to capture b-sd.com for future growth of your business. This is your last chance to provide a proposal: http://norcalkennel.com/17287552lewubu-LIQ SEO advantages: Increase targeting traffic Increase brand visibility Increase in sales Increase consumer confidence Sincerely, Best Domains 3229 Helms Avenue Suite 200 Los Angeles, CA 90034 Get off the list: http://norcalkennel.com/u/17287552lewubu-LIQ 'How can a society that exists on instant mashed potatoes, packaged cake mixes, frozen dinners, and instant cameras teach patience to its young?' - Paul Sweeney ___ 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: What replaces csup?
Hi, Reference: > From: Paul Schmehl > Reply-to: Paul Schmehl > Date: Mon, 17 Sep 2012 09:45:23 -0500 > Message-id: Paul Schmehl wrote: > Now that we're switching to svn, is there a utility analogous to csup for > fetching source? Is that utility available for 8.3? > (I'm assuming > subversion will become part of base in 9.x.) No. Reporting what I read today in a...@freebsd.org : Subject: Re: Fallout from the CVS discussion ... Summary: some say subversion is changing too fast, they'll leave in ports. Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultant, Munich http://berklix.com Reply below not above, like a play script. Indent old text with "> ". Send plain text. Not: HTML, multipart/alternative, base64, quoted-printable. ___ 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: Questions about ZFS Tuning
On Monday 17 September 2012 13:20:14 Jamie Paul Griffin wrote: > I set zfs.zfs.prefetch_disable=0 because some dmesg line suggested/implied > it would benefit. I don't recall the exact output now. If you look in /var/run/dmesg.boot you should find the message saying "ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present; to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf." Since you have 2GB RAM then it's best to leave things as they are with prefetch disabled. -- Mike Clarke ___ 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: Questions about ZFS Tuning
[ Mike Clarke wrote on Mon 17.Sep'12 at 18:19:18 +0100 ] > On Monday 17 September 2012 13:20:14 Jamie Paul Griffin wrote: > > > I set zfs.zfs.prefetch_disable=0 because some dmesg line suggested/implied > > it would benefit. I don't recall the exact output now. > > If you look in /var/run/dmesg.boot you should find the message saying "ZFS > NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present; > to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf." > > Since you have 2GB RAM then it's best to leave things as they are with > prefetch disabled. Hi Mike, yes that was the notice I saw which made me add this setting. Thanks for the reminder and info. Best wishes, Jamie. ___ 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: What replaces csup?
On Mon, 17 Sep 2012 09:45:23 -0500, Paul Schmehl wrote: > Now that we're switching to svn, is there a utility analogous to csup > for fetching source? Is that utility available for 8.3? (I'm assuming > subversion will become part of base in 9.x.) 9.1-RC1 here. Subversion is still in ports at the moment. ___ 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"
Problems with ssl certs
I'm setting up a new server and plan on migrating a Wordpress blog to it. Right now the server does not resolve with DNS, because the server I'm migrating from is still up and running. (I'm in the setup and configure stage.) I've got Wordpress installed and working with apache22, mysql 5.4, php 5.5 and suphp. I've migrated some of the blog over and installed some plugins I need. One of the plugins is the Wordpress jetpack. I can't figure out how to get this plugin to active. This is the error message I'm getting: Your website needs to be publicly accessible to use Jetpack: site_inaccessible Error Details: The Jetpack server was unable to communicate with your site [IXR -32300: transport error: http_request_failed SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed] I assume this is a problem with the site's self-signed cert not verifying through curl. I cat'd the cert into the ca-certfile, but it still doesn't work, so maybe I'm wrong. Here's the path for the ca file: # curl-config --ca /usr/local/share/certs/ca-root-nss.crt I cat'd both the site's cert and the Jetpack site's cert into the ca-root-nss.crt file. I think Jetpack is using php-curl. I have the php-curl extension installed. Is there a way to get this self-signed cert working? Or am I going to have to buy a cert? Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. *** "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell ___ 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: What replaces csup?
--On September 17, 2012 11:23:09 PM + Walter Hurry wrote: On Mon, 17 Sep 2012 09:45:23 -0500, Paul Schmehl wrote: Now that we're switching to svn, is there a utility analogous to csup for fetching source? Is that utility available for 8.3? (I'm assuming subversion will become part of base in 9.x.) 9.1-RC1 here. Subversion is still in ports at the moment. Does csup use subversion now? Or do we need to use something else to fetch source? Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. *** "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell ___ 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: Problems with ssl certs
On Mon, Sep 17, 2012 at 5:13 PM, Paul Schmehl wrote: > I'm setting up a new server and plan on migrating a Wordpress blog to it. > Right now the server does not resolve with DNS, because the server I'm > migrating from is still up and running. (I'm in the setup and configure > stage.) > > I've got Wordpress installed and working with apache22, mysql 5.4, php 5.5 > and suphp. I've migrated some of the blog over and installed some plugins I > need. > > One of the plugins is the Wordpress jetpack. I can't figure out how to get > this plugin to active. > > This is the error message I'm getting: > > Your website needs to be publicly accessible to use Jetpack: > site_inaccessible > > Error Details: The Jetpack server was unable to communicate with your site > [IXR -32300: transport error: http_request_failed SSL certificate problem, > verify that the CA cert is OK. Details: error:14090086:SSL > routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed] > > I assume this is a problem with the site's self-signed cert not verifying > through curl. I cat'd the cert into the ca-certfile, but it still doesn't > work, so maybe I'm wrong. > > Here's the path for the ca file: > # curl-config --ca > /usr/local/share/certs/ca-root-nss.crt > > I cat'd both the site's cert and the Jetpack site's cert into the > ca-root-nss.crt file. I think Jetpack is using php-curl. I have the > php-curl extension installed. > > Is there a way to get this self-signed cert working? Or am I going to have > to buy a cert? I could be off base here, and you may already have thought of this, but is the cert tied to the IP address or the name of the server? If it's tied to the name, and you're accessing it via the IP address, it's been my experience that the cert will throw an error. Vice versa, too. Kurt ___ 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: What replaces csup?
Paul Schmehl writes: > Does csup use subversion now? Or do we need to use something > else to fetch source? As I understand it, for the average user c(vs)up and subversion serve the same function using different methods (both in terms of identifying what files need to be fetched and actually fetching them). At this level of discussion they are mutually exclusive. I have switched from csup to subversion for ports and docs. After modest preparation it was essentially painless. Robert Huff ___ 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: What replaces csup?
--On September 17, 2012 8:42:33 PM -0400 Robert Huff wrote: Paul Schmehl writes: Does csup use subversion now? Or do we need to use something else to fetch source? As I understand it, for the average user c(vs)up and subversion serve the same function using different methods (both in terms of identifying what files need to be fetched and actually fetching them). At this level of discussion they are mutually exclusive. I have switched from csup to subversion for ports and docs. After modest preparation it was essentially painless. Are these modest preparations documented somewhere? Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. *** "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell ___ 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: Problems with ssl certs
--On September 17, 2012 5:31:25 PM -0700 Kurt Buff wrote: On Mon, Sep 17, 2012 at 5:13 PM, Paul Schmehl wrote: I'm setting up a new server and plan on migrating a Wordpress blog to it. Right now the server does not resolve with DNS, because the server I'm migrating from is still up and running. (I'm in the setup and configure stage.) I've got Wordpress installed and working with apache22, mysql 5.4, php 5.5 and suphp. I've migrated some of the blog over and installed some plugins I need. One of the plugins is the Wordpress jetpack. I can't figure out how to get this plugin to active. This is the error message I'm getting: Your website needs to be publicly accessible to use Jetpack: site_inaccessible Error Details: The Jetpack server was unable to communicate with your site [IXR -32300: transport error: http_request_failed SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed] I assume this is a problem with the site's self-signed cert not verifying through curl. I cat'd the cert into the ca-certfile, but it still doesn't work, so maybe I'm wrong. Here's the path for the ca file: # curl-config --ca /usr/local/share/certs/ca-root-nss.crt I cat'd both the site's cert and the Jetpack site's cert into the ca-root-nss.crt file. I think Jetpack is using php-curl. I have the php-curl extension installed. Is there a way to get this self-signed cert working? Or am I going to have to buy a cert? I could be off base here, and you may already have thought of this, but is the cert tied to the IP address or the name of the server? If it's tied to the name, and you're accessing it via the IP address, it's been my experience that the cert will throw an error. Vice versa, too. That did not change a thing. Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. *** "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell ___ 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: Problems with ssl certs
On Mon, Sep 17, 2012 at 5:55 PM, Paul Schmehl wrote: > > --On September 17, 2012 5:31:25 PM -0700 Kurt Buff > wrote: > >> On Mon, Sep 17, 2012 at 5:13 PM, Paul Schmehl >> wrote: >>> >>> I'm setting up a new server and plan on migrating a Wordpress blog to it. >>> Right now the server does not resolve with DNS, because the server I'm >>> migrating from is still up and running. (I'm in the setup and configure >>> stage.) >>> >>> I've got Wordpress installed and working with apache22, mysql 5.4, php >>> 5.5 and suphp. I've migrated some of the blog over and installed some >>> plugins I need. >>> >>> One of the plugins is the Wordpress jetpack. I can't figure out how to >>> get this plugin to active. >>> >>> This is the error message I'm getting: >>> >>> Your website needs to be publicly accessible to use Jetpack: >>> site_inaccessible >>> >>> Error Details: The Jetpack server was unable to communicate with your >>> site [IXR -32300: transport error: http_request_failed SSL certificate >>> problem, verify that the CA cert is OK. Details: error:14090086:SSL >>> routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed] >>> >>> I assume this is a problem with the site's self-signed cert not verifying >>> through curl. I cat'd the cert into the ca-certfile, but it still >>> doesn't work, so maybe I'm wrong. >>> >>> Here's the path for the ca file: >>> # curl-config --ca >>> /usr/local/share/certs/ca-root-nss.crt >>> >>> I cat'd both the site's cert and the Jetpack site's cert into the >>> ca-root-nss.crt file. I think Jetpack is using php-curl. I have the >>> php-curl extension installed. >>> >>> Is there a way to get this self-signed cert working? Or am I going to >>> have to buy a cert? >> >> >> I could be off base here, and you may already have thought of this, >> but is the cert tied to the IP address or the name of the server? If >> it's tied to the name, and you're accessing it via the IP address, >> it's been my experience that the cert will throw an error. Vice versa, >> too. >> > > That did not change a thing. Hmm. Using the loopback address? Kurt ___ 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: Problems with ssl certs
--On September 17, 2012 7:22:44 PM -0700 Kurt Buff wrote: On Mon, Sep 17, 2012 at 5:55 PM, Paul Schmehl wrote: --On September 17, 2012 5:31:25 PM -0700 Kurt Buff wrote: On Mon, Sep 17, 2012 at 5:13 PM, Paul Schmehl wrote: I'm setting up a new server and plan on migrating a Wordpress blog to it. Right now the server does not resolve with DNS, because the server I'm migrating from is still up and running. (I'm in the setup and configure stage.) I've got Wordpress installed and working with apache22, mysql 5.4, php 5.5 and suphp. I've migrated some of the blog over and installed some plugins I need. One of the plugins is the Wordpress jetpack. I can't figure out how to get this plugin to active. This is the error message I'm getting: Your website needs to be publicly accessible to use Jetpack: site_inaccessible Error Details: The Jetpack server was unable to communicate with your site [IXR -32300: transport error: http_request_failed SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed] I assume this is a problem with the site's self-signed cert not verifying through curl. I cat'd the cert into the ca-certfile, but it still doesn't work, so maybe I'm wrong. Here's the path for the ca file: # curl-config --ca /usr/local/share/certs/ca-root-nss.crt I cat'd both the site's cert and the Jetpack site's cert into the ca-root-nss.crt file. I think Jetpack is using php-curl. I have the php-curl extension installed. Is there a way to get this self-signed cert working? Or am I going to have to buy a cert? I could be off base here, and you may already have thought of this, but is the cert tied to the IP address or the name of the server? If it's tied to the name, and you're accessing it via the IP address, it's been my experience that the cert will throw an error. Vice versa, too. That did not change a thing. Hmm. Using the loopback address? Um, no. I'm accessing the site from my house over the web. Paul Schmehl, Senior Infosec Analyst As if it wasn't already obvious, my opinions are my own and not those of my employer. *** "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell ___ 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: What replaces csup?
On Mon, 17 Sep 2012, Robert Huff wrote: Paul Schmehl writes: Does csup use subversion now? Or do we need to use something else to fetch source? As I understand it, for the average user c(vs)up and subversion serve the same function using different methods (both in terms of identifying what files need to be fetched and actually fetching them). At this level of discussion they are mutually exclusive. I have switched from csup to subversion for ports and docs. After modest preparation it was essentially painless. The difference is that a local svn checkout has all the commit history. A comparison recently showed 700-some megabytes more space used by the svn checkout. csup updates just the files that have changed without all the overhead. svn export can get a copy of all the current files, but it copies all of them every time, not just the changes. An svnup program was under development, but I don't know the present status. ___ 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: What replaces csup?
On Mon, 17 Sep 2012, Paul Schmehl wrote: --On September 17, 2012 8:42:33 PM -0400 Robert Huff wrote: Paul Schmehl writes: Does csup use subversion now? Or do we need to use something else to fetch source? As I understand it, for the average user c(vs)up and subversion serve the same function using different methods (both in terms of identifying what files need to be fetched and actually fetching them). At this level of discussion they are mutually exclusive. I have switched from csup to subversion for ports and docs. After modest preparation it was essentially painless. Are these modest preparations documented somewhere? For source, save any local diffs somewhere, delete /usr/src, install svn from ports, svn checkout the version you want, patch from the diffs. Same for docs. Example checkout of 9-STABLE: svn checkout svn://svn0.us-west.FreeBSD.org/base/stable/9 /usr/src For ports, it's probably worth saving the distfile directory along with local diffs. Move it back into place after the svn checkout of the ports tree. After that, it's just "svn up" to update the appropriate directory. If something changes in the archive that conflicts with local patches, svn will let you know and try to help merge the remote and local changes. Example update of source checked out as above: svn up /usr/src ___ 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: What replaces csup?
On Mon, Sep 17, 2012 at 8:14 PM, Warren Block wrote: > On Mon, 17 Sep 2012, Robert Huff wrote: > >> >> Paul Schmehl writes: >> >>> Does csup use subversion now? Or do we need to use something >>> else to fetch source? >> >> >> As I understand it, for the average user c(vs)up and subversion >> serve the same function using different methods (both in terms of >> identifying what files need to be fetched and actually fetching >> them). At this level of discussion they are mutually exclusive. >> I have switched from csup to subversion for ports and docs. >> After modest preparation it was essentially painless. > > > The difference is that a local svn checkout has all the commit history. A > comparison recently showed 700-some megabytes more space used by the svn > checkout. > > csup updates just the files that have changed without all the overhead. svn > export can get a copy of all the current files, but it copies all of them > every time, not just the changes. > yea i agree with you. i wonder if it would be worth the effort of sharing a svn export via rsync or httpd to make fetching delta's easier and/or more efficient from a base install? -pete -- pete wright www.nycbug.org @nomadlogicLA ___ 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: have desktop on freebsd
thanks Jamie, i changed my driver to intel and modules are as the same you mentioned but i don't have desktop yet. after editing xorg.conf file, i restart my system to be sure that xorg.conf file is readed again and changes are applied but error is as the same before: "loadmodule: module fbdevhw does not have a fbdevhwModuleData data object" i looked in xorg log file and see that there is an error in libfbdevhw.so which is in /usr/local/lib/xorg/modules/linux path. do you know how i can fiix it?? thank you for your attention On 9/17/12, Jamie Paul Griffin wrote: > [ saeedeh motlagh wrote on Mon 17.Sep'12 at 10:09:31 +0430 ] > >> my video card is intel, you mean i should change my driver to intel? >> could you please tell me how to do that? i change my driver type from >> fbdev to vesa in xorg.conf file but it has the fbdevhw error yet. i >> think i should do something else to change my driver. >> please let me know if i'm making mistake and how to fix it. >> thanks > > My video card is also intel. At first I just used the default installation > config. Then, I used Xorg -configure which created a xorg.conf.new file in > /root. > > I edited this and made very modifications. The relevant sections is: > > Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > #Option "NoAccel" # [] > #Option "SWcursor" # [] > #Option "ColorKey" # > #Option "CacheLines"# > #Option "Dac6Bit" # [] > Option "DRI""True" # [] > #Option "NoDDC" # [] > #Option "ShowCache" # [] > #Option "XvMCSurfaces" # > #Option "PageFlip" # [] > Identifier "Card0" > Driver "intel" > VendorName "Intel Corporation" > BoardName "4 Series Chipset Integrated Graphics Controller" > BusID "PCI:0:2:0" > EndSection > > > Also, near to the top of the file, there is module section. I have this: > > Section "Module" > Load "glx" > Load "record" > Load "dri2" > Load "dbe" > Load "dri" > Load "extmod" > EndSection > > Naturally, you can add and remove the things you don't want or need in this > file. To use the new file for X, rename it (mv(1)) to /etc/X11/xorg.conf . > > I think that should, I hope, do it for you. > > Good luck and I hope that helps you a bit. > > Best wishes, Jamie > ___ > 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" > ___ 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"
Hi
Hi, I was just reviewing your website and found it very interesting. I really like your website and services you are providing. I was wondering if we can work with you and help you with your business. I would like to offer you our Hire Developer/Programmer service where you can hire our dedicated developer who will dedicatedly work for you. We are having three different plans for the same like Full-Time, Part-Time and Hourly. Currently, many of our clients are getting benefits from this service. Let me share some of the benefits of our Hire Developer Service: * Guaranteed to save you at least 75% of cost against having on site team / resources. * Compare it with fixed priced quote, it saves your minimum 35% of cost. * No start up or maintenance cost compare to invest in onsite team. * Project control is totally on your hand (*no hidden conditions) as you can co-ordinate with developer directly. * It’s save your time to find new developer for your projects. * Multiple options / hiring models to choose to hire developer. * You can have every 10 minutes snapshots of your dedicated web developer’s machine during work. * High-speed communications and live chat conferencing capabilities. I can share references of our existing clients who are currently getting benefits from our Hire Developer service. You can know more about this service from below link. Build Your Virtual Team: http://www.narolainfotech.com/hire-web-developers.html We, Narola are a leading Custom Software Development company based in India. We are having a good experience in Custom Web Design and Development, Custom Mobile Application Development,E-Commerce Solution, Real Estate Portal Development, etc. Narola Strengths: - 7 years of successful operations - 68 team members - Technology/Process maturity - 500+ satisfied clients Our Skilled Team: - 56 Experienced Programmers/Developers - 6 Business Analyst - 2 Project Manager - 4 Graphic Designers Our Technology Expertise: PHP, ASP .NET (2.0, 3.5), iOSSDK (iPhone/iPad), Android SDK and expert in their related CMS and frameworks. Web Service/API Integration Expertise: Twitter, Facebook, Google Checkout, PayPal, Skype. And many more Other Technologies Expertise: jQuery, SOA, Web Services, XML, AJAX, and many more. You can check our website to know more about us and our services. http://www.narolainfotech.com/ See Narola Team at work: http://youtu.be/LOWJq1tE6aI Let me know your views and we can discuss further on this. I would be happy to share our past work details with you. I look forward to your positive reply!!! Regards, D Dalal ___ 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"
Stay out of GPL and Linux software in *BSD
http://www.groklaw.net/article.php?story=20120913073511444 jb ___ 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"