Re: FreeBSD's UFS vs Ext4

2010-02-09 Thread George Liaskos
For what is worth these are the results on my Lenovo Thinkpad T500 with zfs. http://global.phoronix-test-suite.com/?k=profile&u=thuglife-5875-16786-4629 > dmesg | grep ada0 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-8 SATA 2.x device ada0: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO s

Frequency scaling error on AMD Turion [hwpstate]

2010-02-14 Thread George Liaskos
Hello list! I am trying remotely to help a friend set up his laptop with 8.0-STABLE amd64, installation went pretty smooth but i have a problem with power saving. When i start powerd i get the following error repeatedly: kernel: hwpstate0: set freq failed, err 6 > dmesg | grep -i cpu CPU: AMD T

Using webcam Windows driver

2010-02-25 Thread Siju George
Hi, I have a logitech quickcam. Will I be able to use it in FreeBSD? Can I use Windows driver? Thanks -Siju ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "fre

Re: Suitable laptop for FreeBSD?

2010-03-03 Thread George Liaskos
On Wed, Mar 3, 2010 at 1:48 PM, Andreas Davour wrote: > > I am thinking of buying a new laptop, and want one which will work fine with > FBSD. Anyone have any suggestions? > > It must have a connector for a external screen (i.e. a projector when doing > presentations), wireless, ~15" screen, lots

Re: Flash viewer for FBSD

2010-03-06 Thread George Liaskos
On Sat, Mar 6, 2010 at 1:07 PM, C. P. Ghost wrote: > And remember, youtube-dl is a hack. It can break anytime > YT changes its embedding. I wished YouTube would switch > to HTML5, or at least added this as an option. Actually this option exists http://www.youtube.com/html5 The problem is Opera a

Re: Downloading issue!

2010-03-09 Thread George Liaskos
On Tue, Mar 9, 2010 at 2:58 PM, Emmanuel Opio wrote: > Hi, >      Am studying at a University in E. Africa but the problem is that our > server administrators blocked "ftp" and filtered out images, so we can not > download any image file, the most common extension for operating systems. >  I was j

Re: is there a native driver for 'Dell Wireless 1397'?

2010-03-10 Thread George Liaskos
On Wed, Mar 10, 2010 at 10:05 AM, Nikos Vassiliadis wrote: > Hi, > >  I am interested in buying a laptop from the > Dell Inspiron 15 series. Most of them are having > a wifi card branded as 'Dell Wireless 1397'. > Is there a driver for this? > > I would prefer a native driver, but success > storie

Re: is there a native driver for 'Dell Wireless 1397'?

2010-03-10 Thread George Liaskos
On Wed, Mar 10, 2010 at 10:34 AM, Nikos Vassiliadis wrote: > On 3/10/2010 12:13 PM, George Liaskos wrote: >> >> On Wed, Mar 10, 2010 at 10:05 AM, Nikos Vassiliadis >>  wrote: >>> >>> Hi, >>> >>>  I am interested in buying a laptop from

Re: nVidia 64bit drivers

2010-03-12 Thread George Liaskos
On Fri, Mar 12, 2010 at 11:55 AM, Carmel wrote: > Have the 64bit drivers from nVidia been incorporated into the FreeBSD > ports system yet? I read awhile ago that they were being developed; > however, I have not found them present in the ports system. > > -- > > Carmel > carmel...@hotmail.com > >

Re: nVidia 64bit drivers

2010-03-12 Thread George Liaskos
On Fri, Mar 12, 2010 at 8:04 PM, Carmel wrote: > On Fri, 12 Mar 2010 12:39:34 + > George Liaskos articulated: > >> On Fri, Mar 12, 2010 at 11:55 AM, Carmel >> wrote: >> > Have the 64bit drivers from nVidia been incorporated into the >> > FreeBSD ports

How do I fix the broken python26 port in 7.2-RELEASE ?

2010-03-17 Thread George Sanders
Virgin 7.2-RELEASE install. I run: csup -h cvsup4.freebsd.org -i ports/lang/python26 -g -L 2 /usr/share/examples/cvsup/ports-supfile and now I have a /usr/ports/lang/python26/distinfo that looks like: MD5 (python/Python-2.6.4.tgz) = 17dcac33e4f3adb69a57c2607b6de246 SHA256 (python/Python-2.6.4.

RE: How do I fix the broken python26 port in 7.2-RELEASE ?

2010-03-20 Thread George Sanders
> Virgin 7.2-RELEASE install. > > I run: > > csup -h cvsup4.freebsd.org -i ports/lang/python26 -g -L 2 > /usr/share/examples/cvsup/ports-supfile > > and now I have a /usr/ports/lang/python26/distinfo that looks like: > > MD5 (python/Pyt

procmail regex help ... sometimes works, sometimes doesn't...

2010-03-28 Thread George Sanders
I have added a very standard, very common regex line to my .procmailrc to filter character sets I can't read: UNREADABLE='[^?"]*big5|iso-2022-jp|ISO-2022-KR|euc-kr|gb2312|ks_c_5601-1987|ks_c_5601|3Deuc-kr|koi8' :0: * ^Content-Type:.*multipart * B ?? $ ^Content-Type:.*^?.*charset="?($UNREADABLE

Re: emacs-23.1_3,1 -> 23.1._4,1 upgrade

2010-03-29 Thread George Liaskos
On Mon, Mar 29, 2010 at 9:22 AM, n dhert wrote: > There was an emacs upgrade in the ports today, but it fails: > ... > cc -nostdlib `./prefix-args -Xlinker  -L/usr/local/lib -znocombreloc` > -L/usr/loc > al/lib -lintl -Wl,-znocombreloc -L/usr/local/lib -o temacs pre-crt0.o > /usr/lib/c > rt1.o /us

How can I confirm proper chroot ?

2010-04-20 Thread George Sanders
Hello, I am using a particular program that has a command line option to "chroot to the current directory". But I would like to make sure ... I want to be sure what directory the executable is actually rooted in. How can I do this ? Perhaps with lsof ? I don't see any information from the 'p

Re: Kill via Cron...

2010-04-20 Thread George Davidovich
ckup | awk '{print $1}' Or to avoid being nominated for something like the Useless Use of Cat award: ps ax | awk '/[b]ackup/ {print $1}' Making use pgrep/pkill would seem to make the most sense. -- George ___ freebsd-quest

Re: Improving SMP performance?

2010-04-28 Thread George Liaskos
On Wed, Apr 28, 2010 at 3:32 AM, Neil Short wrote: > I'm somewhat disappointed in the performance in my laptop which is supposed > to have a really fast processor. Is there some way to get more out of the > processor? > > > [neshort/] uname -a > FreeBSD carmen 8.0-STABLE FreeBSD 8.0-STABLE #1: T

Re: Gaming

2010-04-30 Thread George Liaskos
On Thu, Apr 29, 2010 at 8:54 PM, David Kelly wrote: > On Thu, Apr 29, 2010 at 10:10:20AM -0700, Joe's Morgue wrote: >> Looking thru your manuals, I have not seen anything about gaming on a >> FreeBSD machine. ? > > You are not reading the manual correctly. Then *entire* manual is the > game.  :-)

Re: Small computer to run a GUI?

2010-05-07 Thread George Davidovich
r something about 9 inches square and three inches thick, or > smaller. The lack of video on Soekris boxes is deliberate, and is considered a feature. Sounds to me like you probably want either a Mac Mini or a mini-ITX system. I've never been that impressed by mi

dumping a raid member with 'dd' for insurance...

2010-05-11 Thread George Sanders
A 3ware raid5 array I had died. It looks like the data is intact, and there are two good recovery methods: 1) a toolchain from 3ware that, if it doesn't work, will destroy the data. This method is free, and I can do it myself. 2) professional forensic services. Costs a lot. I'm going to st

can't access FreeBSD boot CD data (but can boot just fine) using IP KVM "fake" drives

2010-05-12 Thread George Sanders
Most modern IP KVMs allow you to specify a ISO image, and they will feed it to the computer via USB and allow you to boot arbitrary "cds". However, I notice problems in both standard FreeBSD install discs and FreeBSD-based live CDs, wherein the CD will boot and run just fine, but when it comes

Re: Compact Freebsd 'appliance'

2009-06-19 Thread George Hartzell
John Almberg writes: > I have a client who has an application that he wants to deploy in his > customer's offices as a headless 'appliance'. Basically, just a black > box that you can plug into a Lan, turn it on, and it runs. No floppy > disk or CD, no monitor/keyboard, just remotely mana

Re: FreeNAS file server...which hardware to choose?

2009-07-19 Thread George Hartzell
Tim Judd writes: > On 7/19/09, Aleksandr Miroslav wrote: > > On Sun, Jul 19, 2009 at 5:42 PM, Aleksandr Miroslav > > wrote: > >> What kind of RAID chassis, computer system should I get for this setup? > >> Would a soekris be sufficient, or is that overkill? > > > > Or should I just buy a b

Re: Trying to Install Man Page

2009-08-11 Thread George Davidovich
tation is even more sparse than what's found in info pages, and no less clumsy to use). -- George ___ 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: Xorg slow on Toshiba A305 SP6926A

2009-08-14 Thread George Liaskos
Try the following options in your Device section: Option "AccelMethod" "EXA" Option "MigrationHeuristic""greedy" On Fri, Aug 14, 2009 at 3:51 AM, Leonardo M. Ramé wrote: > > Hi, I installed 7.2 amd64 on a Toshiba Satellite A305 SP6926A and it looks > like Xorg is

Re: please help to uninstall FreeBSD!!!

2009-08-16 Thread George Davidovich
ileSystem Win95TruncatedExtensions The default value for NtfsDisable8dot3NameCreation is 0. Obviously, there's reasons for that, but this is one of those situations where an admonition of "Go ahead and laugh -- it's funny!" might be appropriate. -- George ___

Re: Removing firefox-2.0.0.20_9,1 from system

2009-08-26 Thread George Liaskos
Add WITH_GECKO=libxul to your /etc/make.conf and run portmaster -o to replace firefox with firefox35. http://www.freebsd.org/gnome/docs/faq226.html#q1 http://www.freebsd.org/cgi/man.cgi?query=portmaster&sektion=8&apropos=0&manpath=FreeBSD+7.2-RELEASE+and+Ports On Wed, Aug 26, 2009 at 1:30 PM, Jer

Re: hard disk failure - now what?

2009-08-26 Thread George Davidovich
workaround for the 5 meter max length for USB cables. Also, experimenting with dry ice or acetone baths might prove to be interesting, or at least educational. ;-) -- George ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mai

Re: hard disk failure - now what?

2009-08-26 Thread George Davidovich
On Wed, Aug 26, 2009 at 04:45:40PM -0400, Jerry McAllister wrote: > On Wed, Aug 26, 2009 at 10:23:47PM +0200, Roland Smith wrote: > > > On Wed, Aug 26, 2009 at 12:13:48PM -0700, George Davidovich wrote: I > > remember this special non-condictive 3M fluid that can be used to &g

Re: SUID permission on Bash script

2009-08-28 Thread George Davidovich
#x27;re misunderstanding sudo. From sudo(8): sudo allows a permitted user to execute a command as the superuser or another user, as specified in the sudoers file. Note the "as specified". For example, if the sudoers file contains nothing but john ALL= NOPASSWD: /usr/sbin

Re: remove newlines from a file

2009-09-01 Thread George Davidovich
echo $(cat my_file) # not so useless use of cat! paste -s my_file while read line; do joined="$joined $(echo $line)" done < my_file echo $joined Lots of options, of course. Even more with Perl. -- George ___ freebsd-q

Re: 'alias' + sudo

2009-09-04 Thread George Davidovich
), and invokes sudo when appropriate. Otherwise, you may want to consider using 'su -m'. That will your current environment unmodified and all your existing aliases will remain available for use. -- George ___ freebsd-questions@freebsd.org m

Re: Regex Help - Greedy vs. Non-Greedy

2009-09-09 Thread George Davidovich
wn). > How can I write a regex that stops matching at the first semi-colon? You've already received a few answers, but I'll add one that may be even better -- rely on external programs instead. Vim can be a bit clunky at times. The simplest

Re: Bandwidth needed for DNS server?

2003-07-25 Thread george donnelly
crease in bandwidth usage by doing > this? I'd like to be able to plan how and where I'm going to implement > this so as to have the least impact on our network. and don't forget not to use Bind. try tinydns or another small, fast, easy-to-administer and secure dns server. <

Re: Bandwidth needed for DNS server?

2003-07-25 Thread george donnelly
ftware and so i am promoting it to this person. <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ MSN: [EMAIL PROTECTED] ~ ICQ: 51907738 _

Re: What version of BSD should I use

2003-07-25 Thread george donnelly
[David Benfell wrote ([EMAIL PROTECTED]) on 7/25/03 12:44 PM] > It does other things as well. A starting place for more information > would be http://www.djbdns.org/ actually that's now http://www.tinydns.org/ now. <--> george donnelly ~ http://www.zettai.net/ ~ "Qualit

Re: What version of BSD should I use

2003-07-25 Thread george donnelly
rograms to handle essentially 1 service (user perspective). All well, > beats Exchange or imail. such a program would be a sendmail-like monster and would violate the principal of modularity. <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and D

Re: open source content management systems?

2003-07-28 Thread george donnelly
[EMAIL PROTECTED] wrote ([EMAIL PROTECTED]) on 7/28/03 6:13 PM] > i'd also be into investigating commercial cms's, although i'd like to > stick with open source if possible... Check out Zope. http://www.zope.org <--> george donnelly ~ http://www.zettai.net/ ~ "

Re: open source content management systems?

2003-07-29 Thread george donnelly
rom ports. last time i checked the zope port was really not very good. <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ MS

emacs - gnu, x ...?

2003-07-31 Thread george donnelly
I'd like to start getting into emacs, but there are so many versions and variations that I'm not sure which one to install from ports, eg we have gnu emacs and xemacs. which emacs should i install, use and learn? <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zop

Re: emacs - gnu, x ...?

2003-07-31 Thread george donnelly
on a webserver as well so clients can use it over ssh. <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo, AIM: zettainet ~ MSN: [EMAIL PROTECTED] ~ ICQ: 51907738 _

Re: What is OUT OF THE BOX

2003-08-01 Thread george donnelly
rks, ie you install it and you can start using it right away without major problem, as in "it works with X, Y and Z right out of the box". <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope We

Re: emacs - gnu, x ...?

2003-08-01 Thread george donnelly
sable. However if your users will be comming in via > modem, IMO, modern emacs is no longer usable over modem (though > older emmacs were). bandwidth is good, 100Mbps etc. i guess i'm looking for something with decent features but that will not use up a lot of RAM or processor.

Re: emacs - gnu, x ...?

2003-08-01 Thread george donnelly
uff especially considering the > amount of resources a web browser takes. i'm not berating it, just trying to make a decision. <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo,

Re: emacs - gnu, x ...?

2003-08-01 Thread george donnelly
, or better - vim, and take the time to make a > really nice .vimrc - google for some good examples. :) I already use and like vi a lot (I use it for everything), but for reasons which i will not go into, i need to implement/learn/use one of the emacs family. <--> george donnelly ~ h

/usr/share/dict/words not found on 5.0

2003-08-14 Thread george donnelly
. ===> Patching for ispell-3.2.06_3 ===> Applying FreeBSD patches for ispell-3.2.06_3 ===> Configuring for ispell-3.2.06_3 you need to install /usr/share/dict/words from the 'dict' distribution first (This is done using /stand/sysinstall. The 'textproc/dict' port in the ports t

Re: /usr/share/dict/words not found on 5.0

2003-08-14 Thread george donnelly
> Please be more precise on what kind of help you need in following > these directions. I do not see anything in sysintall related to this. What menu/heading is this under in sysinstall? <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and D

Formatting a floppy

2003-08-14 Thread Verghese George
1 no address mark in ID field etc I am using freebsd 5.1. I had no such problems when I was using version 4.0 Could you help? Verghese George [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo

Help

2003-08-14 Thread George Parotidis
Hello My name is George Parotidis and I have a question. I have installed FreeBSD 5.1 on my Pentium 1 200MHz and it is not like I thought.It looks like MS-DOS.Is that the only option or I need to type something to get it like Windows.If there is something I need to type please tell me what to

best web stats app

2003-08-14 Thread george donnelly
nable for multiple domains, ran well on freebsd, and actually offered some additional useful information, eg sessions, user paths etc. tia <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and Dedicated Zope Hosting ~ Zope Servers ~ Zope Websites Yahoo,

Formatting a floppy - Help required.

2003-08-25 Thread Verghese George
1 no address mark in ID field etc I tried the command fdformat /dev/fd0.1440 and fdformat -f 1440 /dev/fdo but the result is the same. Am I doing something wrong? I am using freebsd 5.1. I had no such problems when I was using version 4.0 Verghese George

Formatting a floppy

2003-08-30 Thread Verghese George
of the device drivers in /dev corresponding to fd0 are not available. I have decided to go back to version 4.8 Any similiar experiences? Verghese George ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

preferred raid controller

2003-09-04 Thread George Barnett
board somewhere :). I dont need speed, but I'm after reliability and control (monitoring tools would be great too). What are the current favourites out there? (please cc me as I'm not subscribed) Many thanks, george -- George Barnett, Scsa Reality Engineer eml: [EMAIL PROTECTED]

Bittorrent link for 6.1 does not work

2006-05-12 Thread Siju George
Hi, I am not subscribed to the list. The Bittorrent Link on http://www.freebsd.org/releases/6.1R/announce.html doesnot seem to work :-( Bittorrent The FreeBSD project encourages the use of BitTorrent for distributing the release ISO images. A collection of torrent files to download the imag

Re: Bittorrent link for 6.1 does not work

2006-05-12 Thread Siju George
On 5/12/06, Scott Mitchell <[EMAIL PROTECTED]> wrote: On Fri, May 12, 2006 at 05:48:30PM +0530, Siju George wrote: > Hi, > > I am not subscribed to the list. > > The Bittorrent Link on > > http://www.freebsd.org/releases/6.1R/announce.html > > doesnot seem to

Networking Training System for Laboratory

2006-06-11 Thread George Yap
cking with ADSL equipment. Many thanks and appreciation to your help and advise. (Possible to provide me the website also?) George Yap ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubs

how to debug a lock-up?

2006-06-15 Thread George Donnelly
this problem? thanks! -- george donnelly ~ High Speed Rails inc. ~ highspeedrails.com Managed Open-Source Hosting ~ Plone Hosting ~ Full Support Y/AIM: highspeedrails ~ 1-800-969-1452 ~ 1-206-774-8566 ___ freebsd-questions@freebsd.org mailing list http

Re: how to debug a lock-up?

2006-06-15 Thread George Donnelly
s. >Did you change any hardware recently? its brand new hardware, put into service a week ago. thanks george donnelly ~ High Speed Rails inc. ~ highspeedrails.com Managed Open-Source Hosting ~ Plone Hosting ~ Full Support Y/AIM: highspeedrails ~ 1-800

Re: Nice web interface or music?

2009-01-01 Thread George Hartzell
In addition to the java clients, you can also go lower tech. and try this: http://www.ex-parrot.com/~pdw/slimp3slave/ or even the lower tech comment from that web site: [...] to running mpg123 http://slimserver:9000/stream.mp3 g. ___ freebsd-ques

Re: Setting up a PDF printer

2009-01-03 Thread George Hartzell
Keith Seyffarth writes: > > What do I need to install to make printing a pdf from the print > command in an appliction as an option. > > It looks like panda may do this, but I'm unsure. > > My immediate goal is to be able to print invoices to .pdf from > gnucash. If you're using the cup

Re: Setting up a PDF printer

2009-01-03 Thread George Hartzell
Keith Seyffarth writes: > > If you're using the cups printing subsystem you can use the cups-pdf > > port/package. > > > > You end up with the pdf's deposited in /var/spool/cups-pdf/USERNAME. > > I don't have any printing installed currently. I may be getting a > printer for this machine a

Re: FreeBSD-friendly laptop suggestions, but wait there's more...

2009-01-08 Thread George Hartzell
Uwe Laverenz writes: > On Thu, Jan 08, 2009 at 06:04:37AM -0700, Modulok wrote: > > > Does anyone know of a laptop, preferably an older model so it's > > inexpensive, (It doesn't have to be very fast.), that is: > > > > 1) FreeBSD friendly. > > 2) Isn't a portable skillet? > > 3) Is physi

Re: bash versus sh test builtin

2009-01-11 Thread George Davidovich
question, and merits a much longer discussion probably better had elsewhere. I'd suggest comp.unix.shell. -- George ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: FreeBSD Transition Questions.

2009-01-13 Thread George Davidovich
ox. A randomly-selected HowTo link: http://doc.vic.computerbank.org.au/support/Getting%20mail%20from%20Outlook%20to%20Thunderbird/ Also, given that he's already using Thunderbird, I'd suggest the following be done first: http://www.mozilla.com/en-US/thunderbird/dictionaries.html :-) -- George ___

Re: Blocking very many (tens of thousands) ip addresses in ipfw

2009-01-14 Thread George Davidovich
IPs. > > > > Please correct me if I'm wrong, but if the OP is going to drop all > > traffic immediately from the 150k IPs, then dyn_buckets shouldn't come > > into play, as there is no dynamic rule generated. > > Is this kind of thing doable with PF or reall

Re: When is there going to be a USB install and run iso iamge for FreeBSD?

2009-02-21 Thread George Hartzell
Formula 1 writes: > Is there going to be a possibility for FreeBSD, in the future or now, that > there will be a release of it that allows for install and running of the > operating system off of a USB memory stick? > There's a pretty simple script here that builds a bootable usb stick.

Re: Odd DNS requests

2009-02-28 Thread George Davidovich
overy of Browsing and Registration Domains (Domain Enumeration)' when it gets boring. There may be something more recent or more authoritative, but that's what I have bookmarked. As for configuring the notebook, etc., perhaps someone else can chime in. -- George _

Antivir doesn't work on local 5.x file system, but works fine on mounted ...

2004-03-05 Thread George Swentek
ut still refuse to scan files mounted on / That's the reason I post this message here. What is the difference between / and mounted file system, even if they are from the same installation media.. Regards, George Swentek ___ [EMAIL PROTECTE

Antivir doesn't work on local 5.x file system, but works fine

2004-03-08 Thread George Swentek
this solved my problem , but they should fix that thing. Regards, George Swentek ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Zope

2004-03-18 Thread george donnelly
Khairil Yusof <[EMAIL PROTECTED]> on 3/18/04 wrote: >On Wed, 2004-03-17 at 19:07 -0800, Chad Gross wrote: > >> I am perplexed as to what I am doing wrong with Zope >> on FreeBSD 4.9. I have managed to get it to start, but >> when I go to localhost:8080 > >I can't duplicate this problem on any Zope

Dell Servers

2004-03-22 Thread George Simonishvili
x27;t know on which SmallBusiness server supports FreeBSD 4.9 os. Kind Regards, George Simonishvili ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Battery powered, SBC that can run BSD

2009-03-05 Thread George Davidovich
y one of the BSDs. No hard drive, obviously, or any > other power draining peripherals. > > The user interface would be a low powered LCD display plus some > buttons. > > The application is for a custom measuring instrument that would run > in a marine

LAPTOP COMPATIBILITY w FreeBSD : Toshiba Satellite A300-13I

2009-03-08 Thread George Katsanos
Hello users, I am strongly considering of installing FreeBSD on my laptop as my primary O/S but before I do so I would like to ask if someone between you has already done it and if so, if all hardware parts function as they should. Thanks for your time, George

Re: USENET?

2009-03-09 Thread George Davidovich
ers, NNTPS, HTTPs, Clarinet, and a direct line to customer support. If you think you are or can get most of those for free (from your ISP, for example), you haven't looked carefully enough. Still, I think a subscription to a pay provider is worth every cent, even for text groups. -- George ___

Re: MIME attachments in mbox files

2009-05-30 Thread George Davidovich
ile, convert it to binary, and unzip it. In that case, and assuming you're using Perl, MIME::base64 and IO::Uncompress::Unzip (or /usr/ports/archivers/unzip) is what you want. Bonus points for writing a one-liner. -- George ___ freebsd-questions@free

How do they do their VPS product? [was Re: FreeBSD based web hosting?]

2008-06-19 Thread George Hartzell
Sahil Tandon writes: > Maxim Khitrov <[EMAIL PROTECTED]> wrote: > > > I'm currently with JohnCompanies. Overall, it's been a positive > > experience, though I wish they offered FreeBSD 7. Beta testing for it > > was supposed to begin last month, but so far no news. > > +1 for JC. The tech

CPU temp's on core 2 duo, should they be significantly different?

2008-06-23 Thread George Hartzell
DA Forsyth recently mentioned the coretemp driver, which fetches the core temperatures for Core 2 Duo chips. I'm in the middle of building up a Shuttle SG31G2 (7-STABLE) and loaded the driver to see what it told me. I've noticed that cpu.0 is consistently hotter than cpu.1, even on an unloaded m

Re: CPU temp's on core 2 duo, should they be significantly different?

2008-06-23 Thread George Hartzell
Josh Carroll writes: > [...] > I'd recommend taking the heat sink off and seeing how the thermal > grease is spread on the CPU's head spreader and on the heatsink > itself. If it looks lopsided or extremely thick on one side of the CPU > package or extremely thin (to the point where you can st

Re: CPU temp's on core 2 duo, should they be significantly different?

2008-06-23 Thread George Hartzell
Frank Shute writes: > [...] > My top on 7.0 says "CPU states:" not "CPU:" > > Are you sure you're running on 2 cores? > > dmesg will tell you and top will have a "C" column with 0 or 1 in it. > > If you're running on one core, it will explain the temperature > discrepancy. I'm almost c

RE: Unstable File Server

2008-06-26 Thread George Vagner
I have had those exact problems with my removable tray. Try eliminating the tray for a while and see... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Derek Ragona Sent: Wednesday, June 25, 2008 12:23 PM To: Marcel Grandemange Cc: freebsd-questions@f

Re: Jails and IP Aliasing

2008-07-07 Thread George Hartzell
Did you take the necessary steps to restrict the IP addresses on which sendmail on the host and the jail listen? The jail man page only says: To configure sendmail(8), it is necessary to modify /etc/mail/sendmail.cf. but you'll probably end up adjusting the DAEMON_OPTIONS lines of you

Re: Video Card Info

2008-07-18 Thread George Hartzell
Warren Liddell writes: > im looking to purchase the NVIDIA 8800GTX PCI Express Video Card an was > wondering if anyone has heard or know of any issues within FreeBSD with this > particular video card ? I use an Nvidia 8800GT in a Mac Pro running -STABLE with the xf86-video-nv-2.1.8 driver fro

Re: Video Card Info

2008-07-19 Thread George Hartzell
RW writes: > On Fri, 18 Jul 2008 18:15:48 -0700 > George Hartzell <[EMAIL PROTECTED]> wrote: > > > Warren Liddell writes: > > > im looking to purchase the NVIDIA 8800GTX PCI Express Video Card > > > an was wondering if anyone has heard or know of

Closing the terminal results in closing of application started by the terminal even if the processes is backgrounded

2008-08-23 Thread Siju George
Hi, I started Firefox from an xterm. Then I pressed +Z And the I typed bg to background Firefox process. But when I close xterm firefox also closes. Why is that? thanks Siju ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailm

Re: Tailing logs

2008-08-23 Thread George Davidovich
egular use, but especially useful to test pattern matching before finalising that script you're working on. -- George ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: MTA advice ??

2008-08-24 Thread George Davidovich
SD jails, each with its own running installation of sendmail, postfix, qmail, etc. would be a good approach, and may more useful than relying on the opinions or recommendations of others. -- George ___ freebsd-questions@freebsd.org mailing list http://lists.f

Re: mail server DNS configuration questions

2008-09-06 Thread George Davidovich
On Sat, Sep 06, 2008 at 07:28:28PM -0600, Andrew Falanga wrote: > > Well, my clients at church are still having issues and after working with > George, a respondant to my original questions, I think that most, if not all, > of my problems are related to DNS and how we've

FreeBSD 6.1: open(/dev/lpt0, O_WRONLY) hangs up

2006-07-19 Thread george+freebsd
Print jobs get into my print queu, but they don't get out. So I started debugging lpd. After a lot of screwing around, I discovered that the program was hanging up on line 1875 of printjob.c: pfd = open(pp->lp, pp->rw ? O_RDWR : O_WRONLY); pp->lp is "/dev/lpt0" pp->rw is 0 So then I re

P.S. FreeBSD 6.1: open(/dev/lpt0, O_WRONLY) hangs up

2006-07-19 Thread george+freebsd
P.S. Here's what dmesg has to say about my parallel port: ppc0: port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on acpi0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold ppbus0: on ppc0 ppbus0: IEEE1284 device found /NIBBLE/ECP Probing for PnP devices

More FreeBSD 6.1: open(/dev/lpt0, O_WRONLY) hangs up

2006-07-19 Thread george+freebsd
sh/redir.c, "cannot OPEN /dev/lpt0"). Help! -- George Mitchell ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD 6: open(/dev/lpt0, O_WRONLY) hangup "fixed"

2006-07-20 Thread george+freebsd
o one else using 6.0/6.1 could have encountered this problem. Even though I have "fixed" the problem, it should probably be debugged properly, unless there's sentiment for removing "device plip" from the generic kernel. -- George Mitchell ___

Still debugging why open("/dev/lpt0"...) hangs

2006-07-21 Thread george+freebsd
octl (if_plip.c line 302) to print out some identifying information about the process doing the ioctl? Or is there a better list somewhere to ask this question? -- George Mitchell ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

Re: upgrading squeezeboxserver

2010-05-30 Thread George Hartzell
Vincent Zee writes: > Hi, > > I recently upgraded to the newest version of audio/squeezeboxserver. > After the update the server is unable to rescan my music collection. > > Does anyone else encountered this problem? > How can I revert to the previous version of squeezeboxserver > (I'm us

Re: command to strip suffix in .sh script

2010-06-03 Thread George Davidovich
> > the correct google incantation to find the documentation for that. > > ( bourne shell pattern-matching notation ) > > In fact I know about that from Bash's documents:) IMHO, there are more > Bash's documents than Bourne's

Re: Booting multiple choice, and pause to read bootup info

2010-06-21 Thread George Davidovich
ude for each of the possible options), but IIRC everything was presented via a rudimentary menu. For customising the existing menu, if you read through loader(8), and then have a look at what's provided in /usr/share/examples/bootforth, you should be able to fig

Re: .sh & ip address

2010-06-22 Thread George Davidovich
ing ip addresses that > I just don't know about. man sh | less -p"Parameter Expansion" org_ip=10.0.10.2 ${org_ip##*.} # yields 2 ${org_ip%.*}# yields 10.0.10 Do read the manpage. -- George ___ freebsd-questions@freebsd.or

Re: jail and uname

2010-07-03 Thread George Davidovich
kern.osrelease, kern.osrevision, kern.version, etc.). And because there's only one kernel, you'll get the same output from running uname on the host as you would get from running it inside a jail. -- George ___ freebsd-questions@freebsd.org m

Re: text to html

2010-07-03 Thread George Davidovich
ts if [ $topic = $seen ]; then echo "| ${title}" else echo " ${topic} " echo "${title}" fi seen=$topic done -- George ___ freebsd-questio

Re: [6.3] Get e-mail when CTRL-ALT-DEL is used?

2010-07-08 Thread George Davidovich
oked a given key combination), adding something along the lines of the following to root's crontab(5) should suffice: @reboot echo "`hostname` rebooted" \ | mail -s "`hostname` rebooted" gil...@example.org -- George ___ freebsd-quest

Re: ZFS not usable on FreeBSD-8.1

2010-08-14 Thread George Hartzell
Dick Hoogendijk writes: > I run FreeBSD-8.1/amd64. I have used ZFS for four years on > (Open)Solaris, so I have some experience with it. It always served me > very very well. However, I cannot get it to work on my SATA2 drives. At > first I thought they'de suffer from something from there

<    1   2   3   4   5   >