mysql 559 and fbsd 8.2 'mysql_install_db' error

2011-03-07 Thread Fbsd8
I have been using mysql since fbsd 7.2 and always just issued the mysql_install_db command on the command line to create it's control databases and it just worked fine. But now with 8.2 I get the following error and have no idea why. I installed using pkg_add mysql55-server command. #

Re: MySQL 3 needed but how?

2011-03-26 Thread Fbsd8
Laszlo Nagy wrote: Sounds like you'll have to do some debugging. Try adding --verbose to mysql_args in /etc/rc.conf, and see the other advice in http://dev.mysql.com/doc/refman/4.1/en/starting-server.html gw# /usr/local/bin/mysqld_safe --verbose Starting mysqld daemon with databases from

Re: easy Firewall setup

2011-04-26 Thread Fbsd8
Antonio Olivares wrote: Dear kind folks, Is there an easy firewall setup available somewhere(like the one referenced below but for FreeBSD)? i.e, like I saw reading in Distrowatch an easy way(using a page on the net: http://connie.slackware.com/~alien/efg/) I have read that there is pf and

VIMAGE in fbsd 9.0

2011-05-15 Thread Fbsd8
What is the current status of VIMAGE in Freebsd 9.0? Is VIMAGE going to be included in the basic 9.0 release as part of the default kernel? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: /etc/rc.d/jail using new-style jail command?

2011-06-19 Thread Fbsd8
Lars Kellogg-Stedman wrote: Hello all, I'm curious if there's been any work done to make /etc/rc.d/jail use the new-style jail command (jail -c path=... name=..., etc)...or if there's been any work done to create a replacement? There are three features I would love to see in the stock version

Re: Point me to resource or user info

2011-06-21 Thread Fbsd8
On 21 June 2011 04:44, Allen chef11...@aol.com wrote: Been on Linux maybe 10-12 distributions for 10 years, am 80 and always been curious about BSD so finally getting around to it. Presently sadly my new Toshiba L675D seems to have some Linux incompatibilities so I have win 7 with Ubuntu

Re: boot/loader splash image

2011-07-17 Thread Fbsd8
wayne mitchell wrote: hey got question/problem for /boot/loader system: freeBSD 8.1-RELEASE GENERIC trying to get a bitmap onscreen for bootup have read man page for all boot associated stuff (loader.conf...) and followed

wheel group mkdir

2011-09-06 Thread Fbsd8
I have a user that belongs to the wheel group but when the user tries to issue mkdir command it gets a permission denied error. How do I fix this? ___ freebsd-questions@freebsd.org mailing list

Re: wheel group mkdir

2011-09-06 Thread Fbsd8
Matthew Seaman wrote: On 06/09/2011 16:49, Fbsd8 wrote: I have a user that belongs to the wheel group but when the user tries to issue mkdir command it gets a permission denied error. How do I fix this? Make the directory that contains where your user is trying to create a new subdirectory

Re: cpio command and schg flags

2011-09-06 Thread Fbsd8
I am trying to use this code sequence to clone a directory tree. mkdir /usr/test1 cd /var find . | cpio -dmp /usr/test1 The result is /usr/test1 gets populated with the directory tree but all the schg flags get stripped off. How can I keep the schg flags in the cloned directory? Did you

Re: wheel group mkdir

2011-09-06 Thread Fbsd8
Beech Rintoul wrote: On Tuesday 06 September 2011 15:13:48 Fbsd8 wrote: Matthew Seaman wrote: On 06/09/2011 16:49, Fbsd8 wrote: I have a user that belongs to the wheel group but when the user tries to issue mkdir command it gets a permission denied error. How do I fix this? Make

Re: SV: wheel group mkdir

2011-09-06 Thread Fbsd8
Hasse Hansson wrote: -Oprindelig meddelelse- Fra: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] På vegne af Fbsd8 Sendt: den 7 september 2011 01:14 Til: Matthew Seaman Cc: Freebsd-questions@freebsd.org Emne: Re: wheel group mkdir Matthew Seaman wrote

get rel 9.0 iso

2011-09-07 Thread Fbsd8
What is the ftp url to fetch the most current release 9.0 .iso file? ___ 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: get rel 9.0 iso

2011-09-07 Thread Fbsd8
Polytropon wrote: On Wed, 07 Sep 2011 19:59:05 -0400, Fbsd8 wrote: What is the ftp url to fetch the most current release 9.0 .iso file? FreeBSD-9.0 hasn't been released yet. In order to obtain a current snapshot, check the FTP server: ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/201107

rel 9.0 i386 boot hangup

2011-09-08 Thread Fbsd8
I installed 9.0 using the bootonly cd over the net. The new keymap function is causing problems. What are the steps to boot into single user mode so I can edit rc.conf and change the keymap= to different one. Is the procedure documented in the handbook? If so I was not able to locate it. Also

Re: get rel 9.0 iso

2011-09-09 Thread Fbsd8
Thomas Mueller mueller6727@bellsouth.net wrote: I think dvd1.iso was 700 MB and would therefore fit on a CD? I just checked, it was 700 MB: Index of ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/ISO-IMAGES/9.0/ Up to higher level directory NameSizeLast Modified

returning to 8.2 from 9.0

2011-09-10 Thread Fbsd8
Have test pc. Been running 8.2 just fine. Installed 9.0 from cd and after playing around tried to reinstall 8.2. Got error about GTP table while trying to setup the HD. Used 8.0 livecd to dd if=/del/zero of=/dev/ad0 count=5 to wipe the start of the HD clean. Now 8.2 install issues this msg

Re: returning to 8.2 from 9.0

2011-09-10 Thread Fbsd8
Michel Talon wrote: Fbsd8 wrote: How do I fix the HD so 8.2 will install? man gpart, in particular the RECOVERING section. there are 2 copies of the GPT you have erased only one. See gpart recover and gpart destroy. By the way FreeBSD-8.2 has the gpart utility so i suppose installation

Re: returning to 8.2 from 9.0

2011-09-10 Thread Fbsd8
Rodolpho Henrique Orlovsky Eckhardt wrote: On 13:49 Sat 10 Sep , Fbsd8 wrote: After erasing the front of the HD nether 9.0 or 8.2 will install. Can I use livecd dd command to erase the second copy of the GPT? Where is it at? Try gpart destroy -F disk. You should be able to recreate a GPT

Re: returning to 8.2 from 9.0

2011-09-10 Thread Fbsd8
Johan Hendriks wrote: Fbsd8 schreef: Have test pc. Been running 8.2 just fine. Installed 9.0 from cd and after playing around tried to reinstall 8.2. Got error about GTP table while trying to setup the HD. Used 8.0 livecd to dd if=/del/zero of=/dev/ad0 count=5 to wipe the start of the HD

Re: returning to 8.2 from 9.0

2011-09-10 Thread Fbsd8
Johan Hendriks wrote: Fbsd8 schreef: Johan Hendriks wrote: Fbsd8 schreef: Have test pc. Been running 8.2 just fine. Installed 9.0 from cd and after playing around tried to reinstall 8.2. Got error about GTP table while trying to setup the HD. Used 8.0 livecd to dd if=/del/zero of=/dev/ad0

9.0 beta2 the new bsdinstaller

2011-09-11 Thread Fbsd8
Here are some problems that need to be addressed in 9.0. If this list is not the correct list to notify the release team then please post to the correct list. 1. During the transitional phase to using the new installer, the bsdinstaller welcome screen should have option to select to use the old

9.0 bata2 keymap

2011-09-15 Thread Fbsd8
Out of the 9 USA maps only us.iso.acc.kbd worked somewhat. The keyboard 9 key block above the arrow keys don't function. Issuing the man cmd_name command doe's display the man page, but the {Page up, Page down keys } don't work. Also when using the ee edit command the {delete, Page up, Page down

Re: 9.0 bata2 keymap

2011-09-17 Thread Fbsd8
Nathan Whitehorn wrote: On 09/15/11 14:57, Fbsd8 wrote: Out of the 9 USA maps only us.iso.acc.kbd worked somewhat. The keyboard 9 key block above the arrow keys don't function. Issuing the man cmd_name command doe's display the man page, but the {Page up, Page down keys } don't work. Also when

Re: 9.0 bata2 keymap

2011-09-17 Thread Fbsd8
Chris Rees wrote: On 17 Sep 2011 17:25, Fbsd8 fb...@a1poweruser.com wrote: Nathan Whitehorn wrote: On 09/15/11 14:57, Fbsd8 wrote: Out of the 9 USA maps only us.iso.acc.kbd worked somewhat. The keyboard 9 key block above the arrow keys don't function. Issuing the man cmd_name command doe's

Re: System locking up.

2011-09-18 Thread Fbsd8
Graeme Dargie wrote: Hi All, I have a system that is being problematic, I suspect but I cannot say for sure it is maybe related to ZFS as I have a fairly large ZFS pool on the machine. The system will just lock up, local console does not respond to the keyboard, num lock still changes the

Re: 9.0 beta2 the new bsdinstaller

2011-09-19 Thread Fbsd8
Nathan Whitehorn wrote: On 09/19/11 02:52, Fbsd8 wrote: Kevin Oberman wrote: On Sun, Sep 18, 2011 at 2:55 AM, Thomas Mueller mueller6727@bellsouth.net wrote: Some more ideas on the new bsdinstaller cross my mind. Since the way the bsdinstaller would make partitions is unpredictable, at least

location of bsdinstall welcome dialog screen source

2011-09-19 Thread Fbsd8
When installing 9.0 from cd or dvd the first screen bsdinstall shows is the bsdinstall welcome screen. I can not locate the source for this. Its not in /usr/sbin or /usr/libexec/bsdinstall/ Can someone please point it out? Thanks ___

Re: location of bsdinstall welcome dialog screen source

2011-09-19 Thread Fbsd8
Michel Talon wrote: Fbsd8 wrote: When installing 9.0 from cd or dvd the first screen bsdinstall shows is the bsdinstall welcome screen. I can not locate the source for this. Its not in /usr/sbin or /usr/libexec/bsdinstall/ Can someone please point it out? http://www.freebsd.org/cgi

Re: 9.0 bata2 keymap

2011-09-19 Thread Fbsd8
Now I must point out that I tested hitting the cancel button in the kbdmap command. It worked in that no keymap= statement was inserted into /etc/rc.conf but it must also make some other changes some where else in the system because if you do select an entry from the kbdmap database and them

command to eject cd

2011-09-22 Thread Fbsd8
Is there a console command to cause the cd/dvd device to open its drawer? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

9.0 bsdinstall usage

2011-09-22 Thread Fbsd8
I have installed 9.0 bata2 from cd and the net. In both cases after the completion of the install and rebooting, the bsdinstall scripts still remain on the new installed system. If I interpret the code logic correctly, bsdinstall can ONLY be used for an original install. It's not intended by

Re: 9.0 bsdinstall usage

2011-09-23 Thread Fbsd8
Nathan Whitehorn wrote: On 09/23/11 04:09, Fbsd8 wrote: I have installed 9.0 bata2 from cd and the net. In both cases after the completion of the install and rebooting, the bsdinstall scripts still remain on the new installed system. If I interpret the code logic correctly, bsdinstall can ONLY

Re: 9.0 bsdinstall usage

2011-09-23 Thread Fbsd8
Daniel O'Connor wrote: On 23/09/2011, at 11:39, Fbsd8 wrote: I have installed 9.0 bata2 from cd and the net. In both cases after the completion of the install and rebooting, the bsdinstall scripts still remain on the new installed system. If I interpret the code logic correctly, bsdinstall

Re: 9.0 bsdinstall usage

2011-09-23 Thread Fbsd8
Adrian Chadd wrote: On 23 September 2011 10:09, Fbsd8 fb...@a1poweruser.com wrote: I have installed 9.0 bata2 from cd and the net. In both cases after the completion of the install and rebooting, the bsdinstall scripts still remain on the new installed system. If I interpret the code logic

Re: 9.0 bata2 keymap

2011-09-24 Thread Fbsd8
Gavin Atkinson wrote: On Sat, 2011-09-17 at 12:24 -0400, Fbsd8 wrote: Changing the cancel button in the kbdmap command to skip, does not address the problem, which is the lack of knowledge of the standard bsdinstall user. I've been using Freebsd since 4.0 and never used the kbdmap command

9.0 and mouse copy/paste function

2011-09-24 Thread Fbsd8
Since release 4.0 I have been using this statement in /etc/rc.conf moused_flags=-m 2=3 to enable mouse copy and paste function. I see in 8.x and 9.0 that there is no man page for it anymore even though it still works correctly. The man page for moused has one short sentence about vidcontrol

Re: 9.0 bata2 keymap

2011-09-24 Thread Fbsd8
Adrian Chadd wrote: On 25 September 2011 01:30, Fbsd8 fb...@a1poweruser.com wrote: In sysinstall you are presented with a dailog that asks you if you want to change the keyboard map and if answered yes them issues the kbdmap command. In bsdinstall you have no option to bypass the keymap step

Re: bin/160979: 9.0 burncd error caused by change to cd0 from acd0

2011-09-26 Thread Fbsd8
ead...@freebsd.org wrote: Synopsis: 9.0 burncd error caused by change to cd0 from acd0 State-Changed-From-To: open-analyzed State-Changed-By: eadler State-Changed-When: Mon Sep 26 23:24:00 UTC 2011 State-Changed-Why: requires only a release notes entry; use cdrecord instead of burncd

FreeBSD 9.0-BETA3 available here

2011-09-28 Thread Fbsd8
FreeBSD 9.0 BETA3 is available here ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/ISO-IMAGES/9.0/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: bin/161927: bsdinstall(8): has no help describing what is happening

2011-10-23 Thread Fbsd8
From-To: open-closed By: nwhitehorn When: Sun Oct 23 15:18:39 UTC 2011 Why: There is help throughout, in particular in the partition editor, which shows help in the bottom line of the screen. More verbose help (e.g. pressing F1 to open a help screen) will likely come later.

Re: Solution for school lab

2011-10-31 Thread Fbsd8
Sergio de Almeida Lenzi wrote: I use a solution that is: 1) a large Freebsd box (phenon X4,8Gb of memory, 1TB disk) 2) OS=Freebsd 8.2 with all gnome2.32 installed 3) Virtualbox 10.x installed in FreeBSD 4) NT 2003 server with unlimited number of users on rdp (the iso is in internet or torrent).

Re: LAGG and Jails?

2011-11-18 Thread Fbsd8
Snoop wrote: Does anyone know if it's possible to configure lagg for network redundancy on a FreeBSD server containing jails? I'm having problems with that. I couldn't found much around therefore I'm not even sure it's doable. Thanks in advance, any tip will be appreciated. -- Caselle

Re: where to ask about problems with bsdinstall in 9.0RC2?

2011-11-18 Thread Fbsd8
William Bulley wrote: According to Edward Martinez eam1edw...@gmail.com on Fri, 11/18/11 at 19:53: Have you tried installing with ACPI disabled. http://www.freebsd.org/doc/handbook/bsdinstall-install-trouble.html#Q3.10.2.1. this also may be of some help:

Re: Invalid fdisk partition table found (fwd)

2011-11-26 Thread Fbsd8
Robert wrote: Ideally, I would like to change these cards to FAT32 but I cannot get there with fdisk and am not sure how to get there with gpart or if I can. You can get a small script that erases the primary GPT table from the front of the HD and the secondary GPT table from the end of the

Re: Invalid fdisk partition table found (fwd)

2011-11-26 Thread Fbsd8
Warren Block wrote: On Sat, 26 Nov 2011, Robert wrote: Some difference today. Not sure at what point this happened but one of my CF cards now reads: [robert@dell64] ~ fdisk /dev/da1 *** Working on device /dev/da1 *** parameters extracted from in-core disklabel are: cylinders=2057

Re: Alternative to syslogd that actually writes external logs to files?

2011-11-28 Thread Fbsd8
Kaya Saman wrote: [...snip...] Properly configured, syslogd will log remotely. However something like sysutils/rsyslog may fit your requirements better. -- Adam Vande More Thanks for that. I have tested rsyslog which is backwards compatible with syslog but again something failed with that

Re: Problem with jail network

2011-11-30 Thread Fbsd8
bsd wrote: Hi, I have been configuring a jail system using the howto provided here : http://www.freebsd.org/doc/handbook/jails-application.html The is now correctly starting, but I can't seem to use the network stack. root@master 16:52:55 ~ - jls JID IP Address Hostname

Re: FreeBSD Gateway, Crossover

2011-12-04 Thread Fbsd8
APseudoUtopia wrote: Hello, I'm trying to setup a small home network, It consists of my FreeBSD 9.0-RC2 box connected to my modem (just a modem, not modem/router) and two other systems connected directly via ethernet to the freebsd box. I'm able to connect to the internet with the FreeBSD box.

[Fwd: FreeBSD 9.0-RC3 Available...]

2011-12-08 Thread Fbsd8
Original Message Subject: FreeBSD 9.0-RC3 Available... Date: Thu, 08 Dec 2011 20:57:18 -0500 From: Ken Smith kensm...@buffalo.edu Organization: U. Buffalo To: freebsd-curr...@freebsd.org, freebsd-stable freebsd-sta...@freebsd.org The third and what should be final Release

Graphic /boot/loader menu

2011-12-16 Thread Fbsd8
What ever happened to the project to add an graphic boot/loader option menu? http://wiki.freebsd.org/OliverFromme/BootLoader ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: 7.4 - 8.2

2011-12-22 Thread Fbsd8
Albert Shih wrote: Le 22/12/2011 à 14:24:26+0100, Polytropon a écrit For subversion you need to force upgrade neon too. You should basically be able to run v7 programs in a partially installed v8 environment as long as the COMPAT_FREEBSD7 functionality is enabled and the

Re: 9.0-RELEASE amd64 Bricked My Hard Drive

2012-01-06 Thread Fbsd8
Bill Tillman wrote: Today I encountered a problem which has me stumped. I downloaded and burned the ISO image for 9.0-RELEASE for amd64. I installed an older IDE hard drive to test the new OS with and did the install. I was very surprised at the (1) the dvd is actually a live CD if you wanted

Re: network with two gateways and one network card

2012-01-12 Thread Fbsd8
Jack Raats wrote: I have a question. Perhaps someone can point me to a solution. I have a server running FreeBSD 7.4-STABLE with one network card running ezjail My network has two gateways. The host is running as 10.10.10.10 netmask 255.255.255.0 with gateway 10.10.10.1 The jail must be

Re: Horrible installer

2012-01-20 Thread Fbsd8
Damien Fleuriot wrote: On 1/19/12 3:25 AM, Allan McKinnon wrote: I finally got to install FreeBSD 9 onto my computer and noticed that the installer is now different. It seems to me that it forces you into doing extra steps that I was comfortable doing on my own. I really enjoyed the old

[Fwd: [HEADSUP][CFT] pkgng beta1 is out]

2012-01-30 Thread Fbsd8
For those on the questions list who would find this interesting. Original Message Subject: [HEADSUP][CFT] pkgng beta1 is out Date: Mon, 30 Jan 2012 13:39:30 +0100 From: Baptiste Daroussin b...@freebsd.org To: curr...@freebsd.org, po...@freebsd.org, ports-annou...@freebsd.org

Re: Jails V2, VIMAGE, and integration in the base system

2012-02-03 Thread Fbsd8
Hugo Silva wrote: Hello, I didn't find much about jails v2 + epair + vimage on google; The FreeBSD wiki pages concerning this subject seem fairly outdated (that or not much has happened in 3 years), and the manpages don't mention much about vimage/vnet. According to

How to create 2 versions of a port

2012-02-09 Thread Fbsd8
I maintain a port that accesses the release distribution files. Now with 9.0 having a different path /i386/i386 and the files being compressed first with tar and then again with xz I need to change the port to access the new layout and file format. I would like to leave the current version in

laptop freebsd display not filling whole screen

2012-02-15 Thread Fbsd8
I installed 9.0 on a Toshiba laptop. The Freebsd console only fills a small box in the center of the screen. I found nothing in the handbook about this so I am asking here. How do I get the console to fill to whole laptop screen? ___

9.0 base.txz ftp download time out

2012-02-19 Thread Fbsd8
I have a scripted ftp download for 8.x and 9.0 distribution files. Yes I have the correct paths. When I target 8.x releases it downloads the multiple distribution files. To get the complete group takes about 20 minutes and ends cleanly. But when I try to fetch the 9.0 base.txz file it says 100%

Re: Cloning a FreeBSD system

2012-03-03 Thread Fbsd8
Stephen Cook wrote: On 3/2/2012 11:57 PM, Shane Ambler wrote: On 28/02/2012 03:24, Stephen Cook wrote: I have FreeBSD 9.0 installed as a VirtualBox guest, and I plan on cloning it repeatedly to set up a fake network for me to toy with (e.g. setting up clusters of replicated databases, web

Access to Time Warner cable network

2012-03-31 Thread Fbsd8
Just purchased an account on the northern Ohio Time Warner cable system. Having problem connecting to their service. Seems their dhcp server has an ip address of 10.2.0.1 which is not public routable. I know my Freebsd 8.2 box functions because it worked fine under att service which I just

Re: Access to Time Warner cable network

2012-03-31 Thread Fbsd8
Da Rock wrote: On 04/01/12 09:52, Fbsd8 wrote: Just purchased an account on the northern Ohio Time Warner cable system. Having problem connecting to their service. Seems their dhcp server has an ip address of 10.2.0.1 which is not public routable. I know my Freebsd 8.2 box functions because

Re: Access to Time Warner cable network

2012-04-01 Thread Fbsd8
Well here is the results of my attempts to connect to Time Warner cable network. After 4 calls to their call center which was in the Philippines where all the people just read a scripted answer FAQ and only had the ability to remotely reset the modem. I finally requested to talk to the top

Re: Questions about Jail

2012-04-03 Thread Fbsd8
James Y Chen wrote: Hi I think Jail on FreeBSD 8.2 can generate 2 jailed machine using the same version of FreeBSD, for example, on a 8.2 AMD64 Jailer, I can create 2 or more FreeBSD 8.2 amd64 Jailed machine. My question is: can I install other version of FreeBSD on the Jailed environment? If

phpmyadmin port files errors

2012-04-03 Thread Fbsd8
Just downloaded phpmyadmin for 9.0 system. The port files seem to be named wrong. Makefile,v distinfo,v pkg-descr,v pkg-plist-chunk,v make install command issues error message Don't know how to make install. I see on the web ports system that this port was just updated 5 days ago. Looks

Re: Best practices about Jails

2012-04-04 Thread Fbsd8
Andrea Venturoli wrote: Hello. Plase forgive the long post and the amount of questions, but I'm new to jails and I'd like to be sure of what I'm doing before deploying more than a test one. Right now I need to run a commercial Java app, which, ideally, I would forbid to access files outside

Links the command line browser

2012-04-05 Thread Fbsd8
My mouse works as expected for copy and paste function on the xterm console. But when I launch the links command line browser the mouse pointer is OVER active. I move the mouse a hair and the pointer on the links browser screen moves 2 inches. Is there some way in links to control the mouse

Freebsd 9.0 and cdrecord

2012-04-05 Thread Fbsd8
Since the device name change for cdrom drives in 9.0 the burncd command no longer functions. I installed the cdrtools package pkg_add -r cdrtools on my 9.0 box, got cdrtools-3.00_1. Every time I use cdrecord command I get error message The unit seems to be hung and needs power cycling. It will

ipfilter mystery

2012-04-06 Thread Fbsd8
Running 9.0 and connecting to Time Warner for the first time. I have private lan behind my 9.0 box. I have made a real simple rule set and nat rule just to get log of what is happing. ipfilter rules. dc0 faces lan, fxp0 faces public internet pass in log quick on dc0 all pass out log quick on

Re: FreeBSD's backwards webdesign / corporate identity

2012-04-08 Thread Fbsd8
Tony wrote: Hello! As much as I love FreeBSD, I'm a bit alarmed by its webdesign / corporate identity. Since FreeBSD is the world's best OS, I believe it should have a design that reflects this. A design that is so neutral and stripped of any unnecessary details that the user's attention is

Re: Kind OFF Topic. FreeBSD for Blocking URLS? Nanny?

2012-04-11 Thread Fbsd8
Jorge Biquez wrote: Hello all. snip In the classrooms we have very old PCs running XP. In some of my classes I am using Freebsd and Ubuntu running on a USB. So each student have one USB and they work that way booting from their 4GB USB stick. (it is slow but it has worked until now). One

pf firewall rule numbers

2012-04-11 Thread Fbsd8
In the pf log I see the rule number of the rule used to create the log file entry. pfctl -sr command does not list the rule number of each rule it lists. So my question is how do I relate the rule number shown in the log listing back to the text rule file rules?

Re: pf firewall rule numbers

2012-04-12 Thread Fbsd8
Mike Tancsa wrote: On 4/11/2012 8:34 PM, Fbsd8 wrote: In the pf log I see the rule number of the rule used to create the log file entry. pfctl -sr command does not list the rule number of each rule it lists. Hi, Try pfctl -sr -vv ---Mike Thanks the -vv printed the rule number

Re: ipfilter mystery

2012-04-13 Thread Fbsd8
Fbsd8 wrote: Running 9.0 and connecting to Time Warner for the first time. I have private lan behind my 9.0 box. I have made a real simple rule set and nat rule just to get log of what is happing. ipfilter rules. dc0 faces lan, fxp0 faces public internet pass in log quick on dc0 all pass out

jail v2 documentation?

2012-04-13 Thread Fbsd8
Where can I find documentation on version 2 of jail? ___ 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: jail v2 documentation?

2012-04-14 Thread Fbsd8
Mark Felder wrote: On Fri, 13 Apr 2012 15:18:05 -0500, fb...@a1poweruser.com wrote: Where can I find documentation on version 2 of jail? It's quite scare because it's still experimental. I'd look up VNET and VIMAGE. You can probably get more questions answered on the freebsd-jails@ mailing

pf firewall and ftp

2012-04-15 Thread Fbsd8
Running 9.0 as a gateway host with pf firewall enabled. FTP is launched by inetd. Both active and passive ftp works from lan pc's to the host ftp. The lan ftp session can be initiated from the host or any lan pc and things work because there are no rules on the lan interface except single pass

Re: pf firewall and ftp

2012-04-15 Thread Fbsd8
Fbsd8 wrote: Running 9.0 as a gateway host with pf firewall enabled. FTP is launched by inetd. Both active and passive ftp works from lan pc's to the host ftp. The lan ftp session can be initiated from the host or any lan pc and things work because there are no rules on the lan interface except

Re: Synchronising jails

2012-04-27 Thread Fbsd8
Frank Staals wrote: Hey Everyone, I'm looking for a way to synchronise two jails. More specifically, I would like to keep/maintain an exact copy of a given jail. As an example: Suppose I build a jail A on some system (in my particular case build with ezjail) , and I copy the jail into jail B on

driver for cell phone modem

2012-06-07 Thread Fbsd8
Running 9.0 and thinking about changing to this verizon model 551L usb cell phone modem. http://www.verizonwireless.com/b2c/store/controller?item=phoneFirstaction=viewPhoneDetailselectedPhoneId=5632 It's a usb plugin cell modem for internet access. Before I go through the purchase and signup

List total traffic amount across external nic

2012-06-07 Thread Fbsd8
Running ipfilter and trying to list the total amount of the traffic passing through the external NIC. Maybe there is some other command to show this info. Any help is appreciated. ___ freebsd-questions@freebsd.org mailing list

find date of last boot

2012-06-07 Thread Fbsd8
dmesg command does not show date of last boot. Are there some other commands to find date of last boot? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Account access

2012-06-15 Thread Fbsd8
Jacqueline Parlane wrote: Hi there Just hoping I can hear back from someone on the process to unlock one of my clients accounts with http://freedns.afraid.org/ please. Her previous web developer is no longer in contact and we need to put in place some domain redirects and access a mailing

fetch error

2012-06-25 Thread Fbsd8
I think I messed up the fetch setting in the envelope. Running 9.0 and get this console msg. env: usr/bin/fetch: No such file or directory When I enter env command to show all values I see nothing about fetch. ___ freebsd-questions@freebsd.org

Re: fetch error

2012-06-25 Thread Fbsd8
Polytropon wrote: On Mon, 25 Jun 2012 16:16:47 -0400, Fbsd8 wrote: I think I messed up the fetch setting in the envelope. Running 9.0 and get this console msg. env: usr/bin/fetch: No such file or directory When I enter env command to show all values I see nothing about fetch. The env

9.1 php5 port broken

2012-07-20 Thread Fbsd8
Script started on Fri Jul 20 09:25:23 2012 # /usr/ports/lang/php5 make config # /usr/ports/lang/php5 make install clean === php5-5.4.4 depends on file: /usr/local/sbin/apxs - found === php5-5.4.4 depends on file: /usr/local/bin/autoconf-2.69 - found === php5-5.4.4 depends on executable:

Re: 9.1 php5 port broken

2012-07-20 Thread Fbsd8
Chris Rees wrote: On 20 July 2012 14:47, Fbsd8 fb...@a1poweruser.com wrote: Script started on Fri Jul 20 09:25:23 2012 # /usr/ports/lang/php5 make config # /usr/ports/lang/php5 make install clean === php5-5.4.4 depends on file: /usr/local/sbin/apxs - found === php5-5.4.4 depends on file

usb plugin msg class

2012-07-20 Thread Fbsd8
In 8.x and older when I plugged in my usb thumb drive I got some messages on the console. But in 9.0 and 9.1 those message no longer show up on my console. I have a custom /etc/syslog.conf Did the message class of those usb plug-in message change between 8.x and 9.x? IE as defined in

find USB v2.0 physical ports on the computer

2012-07-20 Thread Fbsd8
During the boot process I get these messages. I want to find the physical USB v2.0 ports on the computer box. How can I do this? usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 480Mbps High Speed USB v2.0

Re: usb identity issue (adds more info)

2012-07-23 Thread Fbsd8
Al Plant wrote: Adds missing section: Al Plant wrote: Wojciech Puchar wrote: I am having problem getting usb plug in /flash drive to come up on FreeBSD * several boxes with different versions of FreeBSB os I have 3 boxes for testing here at my shop. maybe it's late but i cannot really

Re: Removing sendmail from an installed system

2012-07-25 Thread Fbsd8
Lowell Gilbert wrote: Darren Pilgrim list_free...@bluerosetech.com writes: I'm removing sendmail entirely from an installed system. I had WITHOUT_SENDMAIL in /etc/src.conf when I updated to RELENG_8_3, but that left an old version of sendmail rotting away on disk. This is the list I have so

Re: NFS within a Jail?!

2012-08-08 Thread Fbsd8
blackfriar wrote: Hi everybody! I'm wondering if it's possible to run in a clear fashion an NFS server within a jail on FreeBSD 9.0. I'm having some issues that make me think this is not supposed to work. I've googled it but I couldn't find much especially on releases prior 5!! A quick tip

Re: NFS within a Jail?!

2012-08-08 Thread Fbsd8
Adam Vande More wrote: On Wed, Aug 8, 2012 at 9:02 AM, Fbsd8 fb...@a1poweruser.com wrote: Long answer is; NFS requires rpcbind to function. rpcbind is dependent on a network stack. Jails do not have their own network stack, they use the hosts network stack. Dealing with this has been SOP

Re: Apache FCGI in a a jail under FBSD 9 won't start due to shared memory creation error

2012-08-09 Thread Fbsd8
Chad Leigh Shire.Net LLC wrote: On Aug 7, 2012, at 10:31 AM, Mark Felder wrote: jail_sysvipc_allow=YES in rc.conf should do it. Hmm I added that and rebooted the jail host system. However, the setting in sysctl security.jail.sysvipc_allowed is still 0 after the reboot # sysctl -a |

Re: NFS within a Jail?!

2012-08-10 Thread Fbsd8
Wojciech Puchar wrote: Many thanks in advance. Quick answer is No, NFS only runs on the host system. but user space nfsd works. in ports - unfsd Close but no cigar. In the ports system it's named unfs3 and described as UNFS3 is a user-space implementation of the NFSv3 server

Re: NFS within a Jail?!

2012-08-10 Thread Fbsd8
Ruben de Groot wrote: On Fri, Aug 10, 2012 at 08:36:04AM -0400, Fbsd8 typed: Wojciech Puchar wrote: Many thanks in advance. Quick answer is No, NFS only runs on the host system. but user space nfsd works. in ports - unfsd Close but no cigar. In the ports system it's named unfs3

Any one running unfs3

2012-08-10 Thread Fbsd8
I did pkg_add -r unfs3 and that worked. But there is no documentation on how to enable it to start at boot time. The man unfsd doc is useless. Hoping some one is using this userland version of nfs. Final goal is to test on host and client and then test with them jailed. Any help would be greatly

Re: Any one running unfs3

2012-08-11 Thread Fbsd8
Wojciech Puchar wrote: But there is no documentation on how to enable it to start at boot time. The man unfsd doc is useless. if you cannot read - yes. manual is very precise and nothing more is needed. Hoping some one is using this userland version of nfs. yes i am. What manual are

Re: NFS within a Jail?!

2012-08-11 Thread Fbsd8
Wojciech Puchar wrote: Now here is the KEY. No where does it say it has the server side function, only the client side. /usr/ports/net/unfs3 Even if someone proved that it doesn't do NFS server work, i will continue to use it as NFS server, because it works very well ;) Since your the

  1   2   3   4   >