Re: mbr loader

2010-12-08 Thread Da Rock
On 12/09/10 15:08, xinyou yan wrote: 1. when i install freebsd . I can write mbr and not write if i write mbr . freebsd can Identification windows and load it 2 if i do not write . How windows load bsd 3. Can freebsd load linux (fedora)? and how ? _

Re: mountroot prompt in the middle of updating - can't get past it

2010-12-08 Thread Boris Samorodov
On Wed, 8 Dec 2010 11:49:41 -0800 Kurt Buff wrote: > All, > I have a Lenovo T61 with a 100g HD that I dual boot with FreeBSD > 8.0-STABLE amd64 and Windows XP. > FBSD is on ad0s2a, with ad0s2b as swap, and XP on ad0s1a. > Yesterday I booted up FBSD, started xfce4, started a terminal session, >

Re: Shopping cart other than OSCommerce?

2010-12-08 Thread Jonathan McKeown
On Thursday 09 December 2010 01:07:38 Kevin Kinsey wrote: > Chuck Swiger wrote: > > You don't magically get immunity from SQL injection by using > > JDBC or EOF or whatever, but using bound variables in queries rather > > than feeding user input into raw SQL, or invoking stored procedures > > or us

Re: Disk encryption on a headless box?

2010-12-08 Thread Adam Vande More
On Wed, Dec 8, 2010 at 10:52 PM, Andre Goree wrote: > I was looking at encrypting my data on a headless server I have, and found > a > good tutorial using ZFS+geli. Easy enough to setup, but one thing I just > realized is that I wouldn't be able to enter the passphrase on the server > since I kee

Re: Terrible Clock Skew

2010-12-08 Thread Modulok
On 12/8/10, Dave Cundiff wrote: > Hi everyone, > > I posted this to the forum as well but figured I'd try here since the > same people might not subscribe to both. > > I've been experiencing some terrible clock skew and just can't figure > it out. By terrible I mean I'm losing 30 minutes a day. Th

Re: devel/gobject-introspection throws up because of python

2010-12-08 Thread Chris Brennan
Sadly this didn't work for me. I for the same error. -- Sent from my Droid On Dec 7, 2010 10:28 AM, "Lowell Gilbert" < freebsd-questions-lo...@be-well.ilk.org> wrote: > Chris Brennan writes: > >> While trying to compile audio/tagtool on a FreeBSD7.3 (x86) machine >> devel/gobject-introspection d

Disk encryption on a headless box?

2010-12-08 Thread Andre Goree
I was looking at encrypting my data on a headless server I have, and found a good tutorial using ZFS+geli. Easy enough to setup, but one thing I just realized is that I wouldn't be able to enter the passphrase on the server since I keep it headless. I wonder if there is some type of encryption I

mbr loader

2010-12-08 Thread xinyou yan
1. when i install freebsd . I can write mbr and not write if i write mbr . freebsd can Identification windows and load it 2 if i do not write . How windows load bsd 3. Can freebsd load linux (fedora)? and how ? ___ freebsd-questions@freebsd.org

Re: Installer program for FreeBSD-9.0?

2010-12-08 Thread Polytropon
On Wed, 08 Dec 2010 23:48:11 +1000, Da Rock wrote: > On 12/08/10 11:26, Polytropon wrote: > > On Wed, 08 Dec 2010 00:09:24 +0100, "Julian H. Stacey" > > wrote: > > > >> My comments/ wish list > >> - One text mode (non bitmap graphical) browser: > >> /usr/ports/www/lynx > >>

Re: FreeBSD on Virtualbox: No network access

2010-12-08 Thread Chris Brennan
On Wed, Dec 8, 2010 at 11:34 PM, Weihang Wang wrote: > Hi, > > Could someone tell me how to enable Bridge mode? > > I just change the network settings of my virtual machine, change it to > bridged mode. I also select the eth0, which is the physical interface of my > system. > Then in my virtual m

Re: FreeBSD on Virtualbox: No network access

2010-12-08 Thread Adam Vande More
On Wed, Dec 8, 2010 at 10:34 PM, Weihang Wang wrote: > Hi, > > Could someone tell me how to enable Bridge mode? > Seems like you already know how since you do it below. > I just change the network settings of my virtual machine, change it to > bridged mode. I also select the eth0, which is the

Re: FreeBSD on Virtualbox: No network access

2010-12-08 Thread Weihang Wang
On Dec 3, 2010, at 4:25 AM, Timm Wimmers wrote: > Am Freitag, den 03.12.2010, 00:33 -0500 schrieb Weihang Wang: >> Hi Martes, >> >> I have tried the first two interfaces which are said to be supported by >> FreeBSD, they do not work. Surprisingly, now I choose the option "Intel >> PRO/1000 T S

Re: dhclient doesn't work over wireless

2010-12-08 Thread Adam Vande More
On Wed, Dec 8, 2010 at 5:01 PM, Michael wrote: > > Again, other systems doesn't seem to have any trouble with getting IP from > this DHCP server and wired interface (em0) works fine too. > > Any ideas please? > Your answer lies within: http://www.freebsd.org/cgi/query-pr-summary.cgi -- Adam V

Re: dhclient doesn't work over wireless

2010-12-08 Thread Chris Brennan
On Wed, Dec 8, 2010 at 6:01 PM, Michael wrote: > > Again, other systems doesn't seem to have any trouble with getting IP from > this DHCP server and wired interface (em0) works fine too. > > Any ideas please? > A question first, is this a VirtualBox VM? If so, you'll need to either install the b

Re:anybody else have an asus 900a

2010-12-08 Thread justin sullivan
>>14 >>Date: Tue, 7 Dec 2010 11:05:43 -0800 >>From: Gary Kline >>Subject: Anybody else have an ASUS 900A? >>To: FreeBSD Mailing List >Message-ID: <20101207190541.ga16...@thought.org> >>Content-Type: text/plain; charset=us-ascii >>Well, no wonder it was so cheap; ASUS is going with their 10" >>

Re: USB management utility

2010-12-08 Thread Chad Perrin
On Wed, Dec 08, 2010 at 12:07:35AM +, Bruce Cran wrote: > On Tue, 7 Dec 2010 16:21:43 -0700 > Chad Perrin wrote: > > > Is there a simple command line utility that takes the disorganized > > annoyance out of simple USB device management? > > usbconfig(8)? Thanks. The manpage for usbconfig i

Re: Can a home LAN server use a jail as a router?

2010-12-08 Thread patrick
Be sure to check out the ezjail port in /usr/ports/sysutils/ezjail -- it makes deploying and updating multiple jails really fast; exponentially faster than building a jail as per jail(8). http://erdgeist.org/arts/software/ezjail/ Patrick On Tue, Dec 7, 2010 at 10:15 AM, Xn Nooby wrote: >> I hop

Re: Shopping cart other than OSCommerce? [LONG]

2010-12-08 Thread Jerry
On Thu, 09 Dec 2010 10:07:57 +1000 Da Rock articulated: [snip] > And thats why Facebook and all those social network sites are bad > news. What happened to anonymity on the internet? Everyone I know > worth their salt steers well clear of them... "Nothing is foolproof to a sufficiently talented

Re: Shopping cart other than OSCommerce? [LONG]

2010-12-08 Thread Da Rock
On 12/09/10 07:13, Karl Vogel wrote: On Tue, 7 Dec 2010 21:23:04 -0700, "Dale Scott" said: D> I'll interpret that as saying a large percentage of the PHP apps vying D> for your attention are crap, but buyer beware. Just be careful, have a D> healthy level of scepticism, and keep your

Re: FTPD not working properly on jail

2010-12-08 Thread Da Rock
On 12/09/10 06:13, Chris Brennan wrote: On Wed, Dec 8, 2010 at 3:07 PM, Joseph Bashe wrote: But he mentioned he needs some sort of 'virtual' (I'm assuming chroot) feature; this is not possible with sftp afaik. With some clever mapping of $HOME into the chroot, why wouldn't that be

Re: [fbsd_questions] mac and windoze formats - a

2010-12-08 Thread spellberg_robert
chuck --- thank you. your clarity is warmly appreciated. fyi, would that these --were-- pdfs. regrettably, these are not computer people; they are print_the_magazine_on_paper_and_sell_the_paper people. the usual approach is to install a binary on the box that, at the least, requires the p

Re: Shopping cart other than OSCommerce?

2010-12-08 Thread Kevin Kinsey
Chuck Swiger wrote: You don't magically get immunity from SQL injection by using JDBC or EOF or whatever, but using bound variables in queries rather than feeding user input into raw SQL, or invoking stored procedures or user-defined functions instead will mitigate one of the more > common s

Re: FTPD not working properly on jail

2010-12-08 Thread krad
On 8 December 2010 20:07, Joseph Bashe wrote: > But he mentioned he needs some sort of 'virtual' (I'm assuming chroot) > feature; this is not possible with sftp afaik. > . > Its totally possble to chroot the sftp, and I have done it several times. Something like the below will isolate each user

dhclient doesn't work over wireless

2010-12-08 Thread Michael
Hello, My FreeBSD laptop is unable to get IP address over DHCP but the same network works fine on Windows, Ubuntu and Android so I believe the problem lies in my FreeBSD configuration and not on the router/access point. Problem occurs only for wireless interface. FreeBSD 8.1 amd64 with Ather

Re: Terrible Clock Skew

2010-12-08 Thread Chuck Swiger
Hi, Dave-- On Dec 8, 2010, at 12:01 PM, Dave Cundiff wrote: > Hi everyone, > > I posted this to the forum as well but figured I'd try here since the > same people might not subscribe to both. I'm not sure which forum you're mentioning here, although it proves you right about the conclusion you'

Re: FTPD not working properly on jail

2010-12-08 Thread Joseph Bashe
But he mentioned he needs some sort of 'virtual' (I'm assuming chroot) feature; this is not possible with sftp afaik. -Original Message- From: Chris Brennan Sender: owner-freebsd-j...@freebsd.org Date: Wed, 8 Dec 2010 11:59:00 To: Redd Vinylene Cc: Bjoern A. Zeeb; questions; ; krad Subj

Re: Shopping cart other than OSCommerce? [LONG]

2010-12-08 Thread Jerry McAllister
On Wed, Dec 08, 2010 at 04:13:25PM -0500, Karl Vogel wrote: > >> On Tue, 7 Dec 2010 21:23:04 -0700, > >> "Dale Scott" said: > > D> I'll interpret that as saying a large percentage of the PHP apps vying > D> for your attention are crap, but buyer beware. Just be careful, have a > D> healthy leve

Re: Shopping cart other than OSCommerce? [LONG]

2010-12-08 Thread Karl Vogel
>> On Tue, 7 Dec 2010 21:23:04 -0700, >> "Dale Scott" said: D> I'll interpret that as saying a large percentage of the PHP apps vying D> for your attention are crap, but buyer beware. Just be careful, have a D> healthy level of scepticism, and keep your eyes open. Yup. D> I don't know anyth

Re: FTPD not working properly on jail

2010-12-08 Thread Chris Brennan
On Wed, Dec 8, 2010 at 3:07 PM, Joseph Bashe wrote: > But he mentioned he needs some sort of 'virtual' (I'm assuming chroot) > feature; this is not possible with sftp afaik. > > With some clever mapping of $HOME into the chroot, why wouldn't that be possible? _

Re: Jarupon has sent you a private message

2010-12-08 Thread Ryan Coleman
do what everyone else does: delete them. It's an open list that anyone can email - or spam. On Dec 8, 2010, at 2:58 PM, Chris Brennan wrote: > On Wed, Dec 8, 2010 at 1:56 PM, Jarupon Mahiphot wrote: > >> >> ___ >> freebsd-questions@freebsd.org mailin

Re: Jarupon has sent you a private message

2010-12-08 Thread Chris Brennan
On Wed, Dec 8, 2010 at 1:56 PM, Jarupon Mahiphot wrote: > > ___ > 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"

Jarupon has sent you a private message

2010-12-08 Thread Jarupon Mahiphot
= ___ 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: [fbsd_questions] mac and windoze formats

2010-12-08 Thread Chuck Swiger
On Dec 8, 2010, at 12:12 PM, spellberg_robert wrote: > premise: > > i was looking at a retail site that is offering > a dvd_archive of every issue of a particular magazine back to its beginning, > many decades ago > [ these have become popular, lately ]. If the archive contains this magazine i

[fbsd_questions] mac and windoze formats

2010-12-08 Thread spellberg_robert
howdy, folks --- this may be a stupid question, but, i figure that it is better to ask than to assume. premise: i was looking at a retail site that is offering a dvd_archive of every issue of a particular magazine back to its beginning, many decades ago [ these have become popular, lat

Re: Terrible Clock Skew

2010-12-08 Thread Chris Brennan
On Wed, Dec 8, 2010 at 3:01 PM, Dave Cundiff wrote: > Hi everyone, > bad button battery maybe? when the system is under load, it's diverting what ever processor time to correct for the skew elsewhere (guessing). If it is a bad battery, setup NTP to reset your system clock more frequently. __

Terrible Clock Skew

2010-12-08 Thread Dave Cundiff
Hi everyone, I posted this to the forum as well but figured I'd try here since the same people might not subscribe to both. I've been experiencing some terrible clock skew and just can't figure it out. By terrible I mean I'm losing 30 minutes a day. The loss only occurs when I bring the system un

mountroot prompt in the middle of updating - can't get past it

2010-12-08 Thread Kurt Buff
All, I have a Lenovo T61 with a 100g HD that I dual boot with FreeBSD 8.0-STABLE amd64 and Windows XP. FBSD is on ad0s2a, with ad0s2b as swap, and XP on ad0s1a. Yesterday I booted up FBSD, started xfce4, started a terminal session, su'ed to root and did the following - running a generic kernel:

mixer -s and multiple dev

2010-12-08 Thread Steven Friedrich
I want to be able to save, set, and restore the values for vol and pcm only. When I invoke mixer -s vol pcm, it sets the vol to 0. Not what I intended. I AM able to save ALL and restore ALL. But I hope to just be able to save and restore some channels. -- System Name: laptop2.StevenFri

Re: Shopping cart other than OSCommerce?

2010-12-08 Thread Chuck Swiger
On Dec 8, 2010, at 5:37 AM, Da Rock wrote: > Thanks for the heads up. What language do you recommend then based on these > security reports? Well, I've been implementing online stores and content-management/publishing systems written in Java and Objective-C for quite a while, so I'm biased towa

Re: Page faults and threads

2010-12-08 Thread Alejandro Imass
On Wed, Dec 8, 2010 at 12:27 PM, Mark Terribile wrote: > [...] Copying the list for this comment... Well I can tell you this much. A while back I carried out some heavy load testing on a Catalyst app on mod_perl, mod_worker apache 2 on FBSD 6.2 and Debian with kernel 2.6.18 both on 64 bits same

Re: Page faults and threads

2010-12-08 Thread Alejandro Imass
On Wed, Dec 8, 2010 at 2:08 AM, Mark Terribile wrote: > > Hi, > > Can anyone tell me: when a thread hits a page fault in a multithread program > on FreeBSD, is the entire program stopped waiting for the page to be > loaded/made ready or just the one thread? > > Has this changed in recent version

Re: FreeBSD 3.5.1-RELEASE

2010-12-08 Thread Jerry McAllister
On Wed, Dec 08, 2010 at 10:21:05PM +0900, Kazuhiro Satoyoshi wrote: > >They're old, but not so old that 8.1 shouldn't work. > Some day, I tried to install FreeBSD 7.3-RELEASE (i386, amd64), but I > could't. > I did't know the reason why... > That's why I though to need old FreeBSD version f

Re: FreeBSD 3.5.1-RELEASE

2010-12-08 Thread Reed Loefgren
On 12/08/10 06:21, Kazuhiro Satoyoshi wrote: >> They're old, but not so old that 8.1 shouldn't work. >> > Some day, I tried to install FreeBSD 7.3-RELEASE (i386, amd64), but I > could't. > I did't know the reason why... > That's why I though to need old FreeBSD version for my PC. >

Re: FTPD not working properly on jail

2010-12-08 Thread Chris Brennan
> > On Wed, Dec 8, 2010 at 5:49 PM, krad wrote: > > > WHy not try sftp? Probably more secure and a dam site easier to setup. > I second this. SFTP is a ton easier, it's setup by default to work when SSH is setup/installed on any system. ___ freebsd-ques

Re: FTPD not working properly on jail

2010-12-08 Thread Redd Vinylene
On Wed, Dec 8, 2010 at 5:49 PM, krad wrote: > > do you have a personal firewall or are natting at any point on your pc (not > the ftp server), as if you do and are using active, the firewall ftp proxy > wont be able to read the data stream in SSL mode as its encrypted, and hence > setup the neede

Re: FTPD not working properly on jail

2010-12-08 Thread krad
On 8 December 2010 16:39, Redd Vinylene wrote: > On Wed, Dec 8, 2010 at 5:31 PM, Bjoern A. Zeeb < > bzeeb-li...@lists.zabbadoz.net> wrote: > > > application or configuration issue unrelated to jails. > > > > > > > Absolutely. Thanks for making me realize it though. > > Peace! > __

Re: RecursiveDependencyError

2010-12-08 Thread Chris Brennan
On Wed, Dec 8, 2010 at 11:08 AM, Robert Fitzpatrick wrote: > Stuck on this problem. It is not happening for all ports, but for several > pear ports. I tried a 'pkgdb -fF' and it reported no errors, what else can I > do to find the cause of this when trying to install the pear-Mail and others > on

Re: libphp5.so

2010-12-08 Thread Chris Brennan
On Wed, Dec 8, 2010 at 10:55 AM, Ivan Frosty wrote: > isnt it possible for some one to get me their libphp5.so so i can > download ? i installed php and all the dependancies but i used pkg_add > because i dont have internet apparently. so i cant do make, make > install. so is it possible i get th

Re: FTPD not working properly on jail

2010-12-08 Thread Redd Vinylene
On Wed, Dec 8, 2010 at 5:31 PM, Bjoern A. Zeeb < bzeeb-li...@lists.zabbadoz.net> wrote: > application or configuration issue unrelated to jails. > > > Absolutely. Thanks for making me realize it though. Peace! ___ freebsd-questions@freebsd.org mailing l

Re: usb devices

2010-12-08 Thread Chris Brennan
On Wed, Dec 8, 2010 at 10:55 AM, Justin V. wrote: > > > On Wed, 8 Dec 2010, Chris Brennan wrote: > > Does usbconf show that it was indeed registered? The kernel may see it and >> fail to pass it to the USB subsystem for what ever reason. >> >> -- Sent from my Droid >> >> On Dec 7, 2010 8:26 PM,

Re: FTPD not working properly on jail

2010-12-08 Thread Bjoern A. Zeeb
On Wed, 8 Dec 2010, Redd Vinylene wrote: On Wed, Dec 8, 2010 at 4:52 PM, Bjoern A. Zeeb < bzeeb-li...@lists.zabbadoz.net> wrote: a) have you tried without SSL? b) have you tried ftpd from base? It pretty much smells like a bug in vsftpd. Out of curiosity - which version of freebsd is that?

Re: FTPD not working properly on jail

2010-12-08 Thread Redd Vinylene
On Wed, Dec 8, 2010 at 5:24 PM, krad wrote: > > are you sure its not a passive/active ftp issue? > Yep, not this time :-) Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: FTPD not working properly on jail

2010-12-08 Thread Redd Vinylene
On Wed, Dec 8, 2010 at 4:52 PM, Bjoern A. Zeeb < bzeeb-li...@lists.zabbadoz.net> wrote: > > a) have you tried without SSL? > b) have you tried ftpd from base? > > It pretty much smells like a bug in vsftpd. > > Out of curiosity - which version of freebsd is that? > > /bz > > Greetings! a) Good qu

RecursiveDependencyError

2010-12-08 Thread Robert Fitzpatrick
Stuck on this problem. It is not happening for all ports, but for several pear ports. I tried a 'pkgdb -fF' and it reported no errors, what else can I do to find the cause of this when trying to install the pear-Mail and others on this FreeBSD 8.1 server. This is a new install...thanks for any

libphp5.so

2010-12-08 Thread Ivan Frosty
isnt it possible for some one to get me their libphp5.so so i can download ? i installed php and all the dependancies but i used pkg_add because i dont have internet apparently. so i cant do make, make install. so is it possible i get that file and simply put it where its supposed to be? my apache

Re: FTPD not working properly on jail

2010-12-08 Thread krad
On 8 December 2010 15:52, Bjoern A. Zeeb wrote: > On Wed, 8 Dec 2010, Redd Vinylene wrote: > > Hello! >> >> I'm trying to set up a virtual vsftpd-ssl-2.3.2 server so my band can >> share >> new tracks, production material or what not, but I'm getting all kinds of >> strange errors: >> >> http://p

Re: usb devices

2010-12-08 Thread Justin V.
On Wed, 8 Dec 2010, Chris Brennan wrote: Does usbconf show that it was indeed registered? The kernel may see it and fail to pass it to the USB subsystem for what ever reason. -- Sent from my Droid On Dec 7, 2010 8:26 PM, "justin v" wrote: Aloha world.. For whatever reason, today, when i p

Re: FTPD not working properly on jail

2010-12-08 Thread Bjoern A. Zeeb
On Wed, 8 Dec 2010, Redd Vinylene wrote: Hello! I'm trying to set up a virtual vsftpd-ssl-2.3.2 server so my band can share new tracks, production material or what not, but I'm getting all kinds of strange errors: http://pastie.org/1358536 Anybody know why? The server runs on a jail. There ar

FTP not working in jail

2010-12-08 Thread Redd Vinylene
Hello! I'm trying to set up a virtual vsftpd-ssl-2.3.2 server so my band can share new tracks, production material or what not, but I'm getting all kinds of strange errors: http://pastie.org/1358536 Anybody know why? I'm using a jail. There are no firewalls on either the host or the jail. I've t

Re: FreeBSD 3.5.1-RELEASE

2010-12-08 Thread Kazuhiro Satoyoshi
>They're old, but not so old that 8.1 shouldn't work. Some day, I tried to install FreeBSD 7.3-RELEASE (i386, amd64), but I could't. I did't know the reason why... That's why I though to need old FreeBSD version for my PC. OK, I'll try to install latest version. Thank you very much.

Can openoffice 3.3 be built without gnome_vfs?

2010-12-08 Thread Steven Friedrich
gnome_vfs requires kerberos. I don't want it. -- System Name: laptop2.StevenFriedrich.org Hardware:2.80GHz Intel Pentium 4 (HTT) with 2 GB memory OS version: FreeBSD 8.1-RELEASE-p2 i386 (5.1 MB kernel) Window Manager(s): kde4-4.5.4 X Window System: xorg-7.5X

Re: ZFS

2010-12-08 Thread Gautham Ganapathy
On Tue, Dec 7, 2010 at 5:11 PM, krad wrote: > > the easiest way to do zfs root is use the pc-bsd disk but select the freebsd > install not the pc bsd one I tried that last week with the PCBSD 8.1 DVD. Unfortunately, to install on ZFS, you need to go to advanced mode when creating partitions, whic

Re: ZFS

2010-12-08 Thread krad
On 8 December 2010 14:27, Gautham Ganapathy wrote: > On Tue, Dec 7, 2010 at 5:11 PM, krad wrote: > > > > the easiest way to do zfs root is use the pc-bsd disk but select the > freebsd > > install not the pc bsd one > > I tried that last week with the PCBSD 8.1 DVD. Unfortunately, to > install on

Re: Shopping cart other than OSCommerce?

2010-12-08 Thread Arthur Chance
On 12/07/10 22:42, Jerry wrote: On Tue, 07 Dec 2010 16:10:38 -0600 Jorge Biquez articulated: [snip] I have found several already with Google just not sure what path to follow and that's why I wanted to know what suggestions other has on what are using actually under Freebsd. Of course the

Re: Installer program for FreeBSD-9.0?

2010-12-08 Thread Da Rock
On 12/08/10 21:27, Bruce Cran wrote: On Wed, 08 Dec 2010 11:14:22 + "Thomas Mueller" wrote: The argument is normally that even without a CD drive everyone has USB so should install using that instead of floppies. Not true on a very old computer (especially USB) That's w

Re: Installer program for FreeBSD-9.0?

2010-12-08 Thread Da Rock
On 12/08/10 11:49, Chris Hill wrote: On Wed, 8 Dec 2010, Julian H. Stacey wrote: [ snip ] - There are small clones of standard vi, with executables no larger than ee, could replace ee. I think ee is actually a good choice for this application. vi can be a little frustrating for those

Re: Installer program for FreeBSD-9.0?

2010-12-08 Thread Da Rock
On 12/08/10 11:26, Polytropon wrote: On Wed, 08 Dec 2010 00:09:24 +0100, "Julian H. Stacey" wrote: My comments/ wish list - One text mode (non bitmap graphical) browser:/usr/ports/www/lynx The lynx browser, due to its "special" key handling, does not appeal to novice users.

Re: Shopping cart other than OSCommerce?

2010-12-08 Thread Da Rock
On 12/08/10 10:57, Chuck Swiger wrote: On Dec 7, 2010, at 4:27 PM, Da Rock wrote: One to point out the obvious, and two to clarify your view here: why not php? Php was the scripting used, but if used poorly will create a security risk in the web app. That means that the vulnerability is th

Why gdb-7.1 doesn't set hardware watchpoints on i7 CPU (amd64)?

2010-12-08 Thread Yuri
All watchpoints are software. How can I troubleshoot? Yuri ___ 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: Installer program for FreeBSD-9.0?

2010-12-08 Thread Bruce Cran
On Wed, 08 Dec 2010 11:14:22 + "Thomas Mueller" wrote: > > The argument is normally that even without a CD drive everyone has > > USB so should install using that instead of floppies. > > Not true on a very old computer (especially USB) That's why I said "the argument", implying that it's s

Re: Installer program for FreeBSD-9.0?

2010-12-08 Thread Thomas Mueller
> It's easy enough to find error-free floppy disks if you don't mind > paying for them: http://www.amazon.co.uk/b?ie=UTF8&node=430460031 :) > Bruce Cran Are you sure they're error-free? I think most users would prefer USB sticks. > The argument is normally that even without a CD drive everyone

Re: FreeBSD 3.5.1-RELEASE

2010-12-08 Thread Thomas Mueller
--- On Tue, 12/7/10, Kazuhiro Satoyoshi wrote: >   Hi, I'm kazu from Japan. > I'd like to install [freebsd 3.5.1-RELEASE] into my PC. > (I have no idea wether this version(3.5.1) is proper for my > PC...) >   I browsed around Internet, but I could't find this > FILES. >   How can I do? > I need

Re: Installer program for FreeBSD-9.0?

2010-12-08 Thread Julian H. Stacey
Polytropon wrote: To: "Julian H. Stacey" I added back lost Cc: questi...@freebsd.org > On Wed, 08 Dec 2010 10:46:29 +0100, "Julian H. Stacey" > wrote: > > > Allow me a side question, but... what's wrong with ee? (Don't > > > get me wrong, I've been a long-term vi user myself.)

Re: Installer program for FreeBSD-9.0?

2010-12-08 Thread Julian H. Stacey
Bruce Cran wrote: > On Wed, 08 Dec 2010 00:09:24 +0100 > "Julian H. Stacey" wrote: > > > FreeBSD has no instal...@freebsd.org list. Should it ? Only a few > > people tend to work on & know the constraints of the installer, > > many people over years have have made suggestions & comments, would

Re: printer recommendations?

2010-12-08 Thread Charlie Kester
On Tue 07 Dec 2010 at 23:39:26 PST Polytropon wrote: On Fri, 3 Dec 2010 21:57:49 -0800, Charlie Kester wrote: My LJ4+ was connected via parallel and I never noticed any problems with error messages or the speed. Error messages: This started with FreeBSD 7. The system log gets full of

Re: Installer program for FreeBSD-9.0?

2010-12-08 Thread Polytropon
On Wed, 8 Dec 2010 09:04:16 +, Bruce Cran wrote: > The argument is normally that even without a CD drive everyone has USB > so should install using that instead of floppies. That's not an argument, that's a dogma. :-) Especially when you want to use AT style hardware, maybe older laptops tha

Re: Installer program for FreeBSD-9.0?

2010-12-08 Thread Bruce Cran
On Wed, 8 Dec 2010 01:58:04 +0100 Polytropon wrote: > An example from my own practical use: I wanted to install > FreeBSD 4 on a laptop that didn't have network or CD-ROM. > I chose to boot from floppy, and then started the install > process via parallel cable (printer port) from a second > syste

Re: savemail panic

2010-12-08 Thread Polytropon
On Wed, 8 Dec 2010 10:58:48 +0300, "K. Yura" wrote: > I got that error SYSERR(root): savemail: cannot save rejected email anywhere > Losing ./qfob86:savemail panic. How can I fix it? Thanks. See the first line in df -h: > Filesystem SizeUsed Avail Capacity Mounted on > /dev/ad0s1a