Hi,
I could probably do at least part of this with an ed shell
script, but sed is probaly more standard. (I may have asked this
before, years back: FWIW. Anyhow, don't see it in my
~/Mail/freebsd files.)
How can I automagically delete from $1,155d
On Mon, Sep 24, 2007 at 11:05:28AM -0700, Predrag Punosevac wrote:
> Steve Franks wrote:
> >The freebsd laptop page is a nice resource, but it's a bit heavy on
> >specifics (i.e. I have a laptop I want to install on), not so good
> >generally (want to buy a laptop). So anyone have realworld advice
On Mon, Sep 24, 2007 at 10:17:07PM +0400, Dmitry Gorbik wrote:
>
> As for me, I have never had problems with running FreeBSD on Sony VAIO
> laptops.
. . . except for exploding batteries, of course.
/me ducks.
--
CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ]
Patrick J. LoPresti: "Emacs
On Monday 24 September 2007 22:47:59 Abdullah Ibn Hamad Al-Marri wrote:
> Could you please put it somewhere where so that I could fetch it?
Probably the safest way:
pkg_add -r gcc-4.2.2_20070905.tbz
Then set CC and CXX in /etc/make.conf to point to the installed gcc
in /usr/local. This should g
Hi all,
I am sorry if this is a no-brainer
Is there anyway to make a rule in IPFW that will match MAC addresses instead
of IP or port numnbers (and no, I didnt see anything in the docs :-))
-Grant
___
freebsd-questions@freebsd.org mailing li
On Mon, 24 Sep 2007, Lamont Granquist wrote:
With this setup I'm not getting the ATI driver to work. I want 1680x1050,
but I'm stuck with the VESA driver and VESA video modes and need a little
help trying to configure it. AFAIK, I've got everything upgraded (recent
build of the world, rece
Well..where is the mac you want to firewall from/against?
On 9/24/07, Grant Peel <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>
> I am sorry if this is a no-brainer
>
> Is there anyway to make a rule in IPFW that will match MAC addresses
> instead
> of IP or port numnbers (and no, I didnt see anyt
On Monday 24 September 2007 23:33:05 Grant Peel wrote:
> Is there anyway to make a rule in IPFW that will match MAC addresses
> instead of IP or port numnbers (and no, I didnt see anything in the docs
> :-))
Generally no, since IP FW works on IP level, not ethernet. That said, I just
read about
I was looking into snapshots using the doc below to try and see if delta
copies with rsync matched data better if I take a snapshot of a file
system, mount it and rsync transfer the data. Right now, dumps don't
seem to match much data due to changes in the sequences and a very
active mail cache pgs
On Sep 24, 2007, at 2:33 PM, Grant Peel wrote:
Is there anyway to make a rule in IPFW that will match MAC
addresses instead of IP or port numnbers (and no, I didnt see
anything in the docs :-))
Search "man ipfw" for MAC. Something like this will:
ipfw add 10 deny MAC any 10:20:30:40:50:6
Hi Jeff,
I have a client to wants access to mysql on port 3306, but none (4) of his
computers have static IPs. So, answer your question, he wants to access from
several hops down the (internet) pipe.
And I just DID find some talking about MAC address filtering in the IPFW docs.
However, If I r
On Mon, 24 Sep 2007 17:33:05 -0400
"Grant Peel" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am sorry if this is a no-brainer
>
> Is there anyway to make a rule in IPFW that will match MAC addresses
> instead of IP or port numnbers (and no, I didnt see anything in the
> docs :-))
man ipfw a
On Mon, 2007-09-24 at 14:55 -0600, MJ Hewitt wrote:
> I am running into a problem loading 6.2 on a new Dell Optiplex 320 with
> an Intel Celeron 1.6GHz with 64-bit.
>
>
>
> It is completely locking up after the initial boot sequence. The last
> line is usb0: OHCI version 1.0, legacy support.
>
Here's an update on my odd problem. Thanks to Don B for some hints
that helped us start looking in a better directions.
System is a Tyan Thunder K8SE motherboard with dual Opteron 250
2.4GHz CPUs and a 3Ware 9550SX-4LP PCI Express four port RAID
controller running in RAID 5. Disks are 4x
On Monday 24 September 2007 23:44:07 Chuck Swiger wrote:
> On Sep 24, 2007, at 2:33 PM, Grant Peel wrote:
> > Is there anyway to make a rule in IPFW that will match MAC
> > addresses instead of IP or port numnbers (and no, I didnt see
> > anything in the docs :-))
>
> Search "man ipfw" for MAC. So
On Mon, 24 Sep 2007 17:47:31 -0400
"Grant Peel" <[EMAIL PROTECTED]> wrote:
> Hi Jeff,
>
> I have a client to wants access to mysql on port 3306, but none (4)
> of his computers have static IPs. So, answer your question, he wants
> to access from several hops down the (internet) pipe.
>
> And I j
On Mon, Sep 24, 2007 at 11:37:53AM -0400, Bob Johnson wrote:
> On 9/21/07, Lotfi kecir <[EMAIL PROTECTED]> wrote:
> > hello. i'm newbbie in Unix especially in in FreeBSD. Recently i have setup
> > one mail server with postfix-dovecot and i would like to migrate it to Qmail
> > server. but i didn't
On 2007-09-24 14:07, Gary Kline <[EMAIL PROTECTED]> wrote:
> Hi,
> I could probably do at least part of this with an ed shell
> script, but sed is probaly more standard. (I may have asked this
> before, years back: FWIW. Anyhow, don't see it in my
> ~/Mail/freebsd files.)
>
> How can I automagica
Hi list!
I just wonder when we can expect linuxdcpp 1.0.0 in ports? It's just
released and it seems there is alot
that has changed since rel. 0.698 (ports version).
J
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/lis
Hi All,
I am wondering if there is already written (in the ports) some utility
that would either periodically and/or on boot up, take note of if the
machine is connected to the net and if so, send some information to a
configured address giving some basic information such as date/time
and the net
On Mon, 24 Sep 2007, Warren Block wrote:
On Mon, 24 Sep 2007, Lamont Granquist wrote:
With this setup I'm not getting the ATI driver to work. I want 1680x1050,
but I'm stuck with the VESA driver and VESA video modes and need a little
help trying to configure it. AFAIK, I've got everything
In the last episode (Sep 21), NetOpsCenter said:
> Anybody know if the IBM LOTUS office package ( Free Software) that is
> for Redhat 5 Enterprise Server will run under FreeBSD /Linux ?
>
> We are looking to use an editor/office suite for a client. They heard
> about this new offering a couple of
> Skype has noting to do with it as it would work out of box if the
> hardware is configured properly. Check your recording device, mixer
> level and similar. You also have to give permission permissions by
> editing /etc/devfs.conf
>
> perm /dev/dsp* 0666 (dsp stands for synthetic sound)
> and
On Monday 24 September 2007, Rem P Roberti said:
> > Skype has noting to do with it as it would work out of box if
> > the hardware is configured properly. Check your recording
> > device, mixer level and similar. You also have to give
> > permission permissions by editing /etc/devfs.conf
> >
What's the output of mixer?
Mixer vol is currently set to 73:73
Mixer pcm is currently set to 75:75
Mixer speaker is currently set to 75:75
Mixer line is currently set to 59:59
Mixer mic is currently set to 61:61
Mixer cd is currently set to 75:75
Mixer rec
I just installed php5 but if I goto index.php it wants to download it
and not display it. What am I missing?
--
---
Bill Banks 508-829-2005
Wachusett Programming Ourweb
http://www.ourweb.net
http://www.ourwebtemplat
On Monday 24 September 2007, Rem P Roberti said:
> > What's the output of mixer?
>
> Mixer vol is currently set to 73:73
> Mixer pcm is currently set to 75:75
> Mixer speaker is currently set to 75:75
> Mixer line is currently set to 59:59
> Mixer mic is currently set to 61
On Mon, Sep 24, 2007 at 10:38:07PM +0200, Per olof Ljungmark wrote:
> Steve Franks wrote:
> >The freebsd laptop page is a nice resource, but it's a bit heavy on
> >specifics (i.e. I have a laptop I want to install on), not so good
> >generally (want to buy a laptop). So anyone have realworld advic
On Monday 24 September 2007, Li Liu wrote:
> Hi,
>
> I was at your website and wanted to know how to be added onto your
> "Hardware Vendor?" We are a system integrator that also installs the
> software.
>
> Your site page : http://www.freebsd.org/commercial/hardware.html
>
> Please let me know! T
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Monday 24 September 2007 18:59:00 Bill Banks wrote:
> I just installed php5 but if I goto index.php it wants to download it
> and not display it. What am I missing?
You are likely missing the following lines from your httpd.conf
AddType applicatio
Jerahmy Pocott wrote:
Hello,
Okay so here is the situation:
Server has dead fd and cd drives, or maybe none at all. You want to
install FreeBSD
on it.
The idea I had was to create a small partition, copy the contents of a
cd into, set it
to boot off that partition, reboot and it would boot
On Monday 24 September 2007, Rem P Roberti said:
What's the output of mixer?
Mixer vol is currently set to 73:73
Mixer pcm is currently set to 75:75
Mixer speaker is currently set to 75:75
Mixer line is currently set to 59:59
Mixer mic is currently set to 61:61
Mixer c
On 9/25/07, Mel <[EMAIL PROTECTED]> wrote:
> On Monday 24 September 2007 22:47:59 Abdullah Ibn Hamad Al-Marri wrote:
>
> > Could you please put it somewhere where so that I could fetch it?
>
> Probably the safest way:
> pkg_add -r gcc-4.2.2_20070905.tbz
>
> Then set CC and CXX in /etc/make.conf to
Steve Franks wrote:
What's the difference between the T, A, R models (if you know)
Thanks,
Steve
On 9/24/07, Predrag Punosevac <[EMAIL PROTECTED]> wrote:
Steve Franks wrote:
The freebsd laptop page is a nice resource, but it's a bit heavy on
specifics (i.e. I have a laptop I want to i
On Sun, 26 Aug 2007 06:16 am, N.J. Mann wrote:
> In message <[EMAIL PROTECTED]>, Grant Peel wrote:
> >
> > Whenever I reset my DRAC cards on my Dell machines,
>
> I'm sorry but I can't help you with your problem. But, you do need to
> reset your clock, since you appear to have reached October tw
ask [EMAIL PROTECTED]
Ted
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Li Liu
> Sent: Monday, September 24, 2007 11:45 AM
> To: freebsd-questions@freebsd.org
> Subject: Website Question
>
>
> Hi,
>
> I was at your website and wanted to know how
Does anyone know one or two PCI USB cards that are compatible with
FreeBSD 5.4?
(Please let's hold off on the "upgrade, you fool" messages -- the cycle is:
- install USB 2.0 card
- back up to USB drive
- upgrade
...and backing up 75GB at 1MB/sec isn't gonna fly.)
On 25/09/2007, Alan Tamm <[EMAIL PROTECTED]> wrote:
> Hi everyone!
>
> Since upgrade from 3.x to 4.x I have to manually (re) open the bundle PPPoE
> but I can't afford this system to be offline/needing manual intervention
> from now on. When the connection times out mpd4 just won't reconnect..
>
>
We have used Thinkpads for a long time. I am currently using a T60.
Never had any problems.
Predrag Punosevac wrote:
Steve Franks wrote:
The freebsd laptop page is a nice resource, but it's a bit heavy on
specifics (i.e. I have a laptop I want to install on), not so good
generally (want to bu
My earlier post about deleting the first N lines was answered by
this one-liner site {below}. I wasn't including any
redirection; doing so finally resolved the problem. Now I need
to delete every line from the 19th or so to the last line.
Question one, can
3ware is supported by the manufacturer - what do they say?
Ted
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Chris Boyd
> Sent: Monday, September 24, 2007 2:54 PM
> To: freebsd-questions@freebsd.org
> Subject: Update on data corruption with Tyan/3Wa
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Nikos
> Vassiliadis
> Sent: Monday, September 24, 2007 5:10 AM
> To: freebsd-questions@freebsd.org
> Cc: Giorgos Keramidas; Pollywog
> Subject: Re: Why is sendmail in the core of FreeBSD?
>
>
> On Saturda
When trying to re-install ruby on my system, I receive this error:
On FreeBSD before 6.2 ports system unfortunately can not set default
X11BASE by itself so please help it a bit by setting
X11BASE=${LOCALBASE} in make.conf.
On the other hand, if you do wish to use non-default X11BASE, please
set
Ted Mittelstaedt wrote:
3ware is supported by the manufacturer - what do they say?
Ted
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Chris Boyd
Sent: Monday, September 24, 2007 2:54 PM
To: freebsd-questions@freebsd.org
Subject: Update on data corrupti
does anybody have experience using...
Asus R2H Ultra Mobile Personal Computer
http://www.xtremenotebooks.com/index.php?section=specs&model_id=1232
or EO TufTab v7112 Ultra Mobile PC
http://www.xtremenotebooks.com/index.php?section=specs&model_id=1293
==
Because sentence against an evil deed
> Date: Tue, 25 Sep 2007 02:44:33 +0300
> From: "Abdullah Ibn Hamad Al-Marri" <[EMAIL PROTECTED]>
>
> On 9/25/07, Mel <[EMAIL PROTECTED]> wrote:
> > On Monday 24 September 2007 22:47:59 Abdullah Ibn Hamad Al-Marri wrote:
> >
> > > Could you please put it somewhere where so that I could fetch it?
>
Gary Kline wrote:
> My earlier post about deleting the first N lines was answered by
> this one-liner site {below}. I wasn't including any
> redirection; doing so finally resolved the problem. Now I need
> to delete every line from the 19th or so to the last line.
>
Hello,
I'm wondering if anyone is using the HP BL460c Blades in production
and if you have encountered any problems? We are looking at using
them with the integrated HP Smart Array E200i controller with 2.5"
onboard SAS drives.
Are there any problems with this controller? Is the performan
On Mon, 24 Sep 2007 21:25:32 +0300 Alan Tamm <[EMAIL PROTECTED]> wrote:
> Since upgrade from 3.x to 4.x I have to manually (re) open the bundle PPPoE
> but I can't afford this system to be offline/needing manual intervention
> from now on. When the connection times out mpd4 just won't reconnect
Does this seem like a good deal for my Dell?
Matrox Millennium G400 Dual Head 32MB AGP Video Card
--
Gary Kline [EMAIL PROTECTED] www.thought.org Public Service Unix
http://jottings.thought.org http://transfinite.thought.org
__
Dan Nelson wrote:
In the last episode (Sep 21), NetOpsCenter said:
Anybody know if the IBM LOTUS office package ( Free Software) that is
for Redhat 5 Enterprise Server will run under FreeBSD /Linux ?
We are looking to use an editor/office suite for a client. They heard
about this new offeri
On Mon, Sep 24, 2007 at 08:13:43PM -0700, Gary Kline wrote:
>
> Does this seem like a good deal for my Dell?
>
> Matrox Millennium G400 Dual Head 32MB AGP Video Card
>
Arrrgh, sorry for the question: this MAxtroc Millennium is the
same as the G400 that Robert mentioned.
Christer Hermansson wrote:
Jerahmy Pocott wrote:
Hello,
Okay so here is the situation:
Server has dead fd and cd drives, or maybe none at all. You want to
install FreeBSD
on it.
The idea I had was to create a small partition, copy the contents of
a cd into, set it
to boot off that partit
On Mon, Sep 24, 2007 at 11:07:20PM -0400, Howard Goldstein wrote:
> Gary Kline wrote:
> > My earlier post about deleting the first N lines was answered by
> > this one-liner site {below}. I wasn't including any
> > redirection; doing so finally resolved the problem. Now I need
> >
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Bart
> Silverstrim
> Sent: Monday, September 24, 2007 7:05 PM
> To: Ted Mittelstaedt
> Cc: Chris Boyd; freebsd-questions@freebsd.org
> Subject: Re: Update on data corruption with Tyan/3Ware
>
>
>
>
> Ted
El Lun 24 Sep 2007, Albert Shih escribió:
> Le 23/09/2007 à 00:27:15-0700, Martin Alejandro Paredes Sanchez a écrit
> I've two servers :
>
> Server A (NFS) --- NFS -- Server B
>
> On server A there one service is NFS, and server B is it's client.
>
> On server B I've lot of users, some users
On Tuesday 25 September 2007 06:07, Howard Goldstein wrote:
> Gary Kline wrote:
> > My earlier post about deleting the first N lines was answered by
> > this one-liner site {below}. I wasn't including any
> > redirection; doing so finally resolved the problem. Now I need
> > to d
101 - 157 of 157 matches
Mail list logo