On Sat, Apr 30, 2005 at 02:41:19PM +0200, Clement Twine wrote:
> Stijn Hoop wrote the following on 04/30/2005 02:27 PM:
> > On Sat, Apr 30, 2005 at 01:09:16PM +0200, Clement Twine wrote:
> > > has anyone installed freebsd 5.3 on a dell latitude d600? have
> > > the following worked "out-of-the-box"
Sun, May 01, 2005 at 23:07:36, vizion wrote about "Ignorance and file
suffixes":
> I have tried unsuccessfuly to find out from the manual what the suffixes
> mean on the files collected by cvsup (e.g. "v") is there a reference for
> such info?
,v is RCS and CVS suffix. You can use CVS (`info c
I'm trying to install FreeBSD 5.3 on a ASUS P4P800S with the Intel 848P
chipset and the farthest I get to is sysinstall and then my usb keyboard
no longer functions. Is something in my hardware not supported or is
there a work around for this. It seems like it's having problems with
my usb.
Itln.Stln wrote:
I'm trying to install FreeBSD 5.3 on a ASUS P4P800S with the Intel
848P chipset and the farthest I get to is sysinstall and then my usb
keyboard no longer functions. Is something in my hardware not
supported or is there a work around for this. It seems like it's
having proble
Hi,
Futher to my previous mail, I have got HB & Samba running ok now on
FreeBSD 5.3.
I am still trying to sort out the Perl Scripts for running rsync.
The bit I am having trouble with is:
# /etc/password - System Password File
# /etc/shadow - Actual Encrypted passwor
On Sun, May 01, 2005 at 10:19:17AM -0400, [EMAIL PROTECTED] wrote:
> (EE) Failed to load module "speedo" (module does not exit,0)
> (EE) Failed to load module "Keyboard" (module does not exit,0)
> (EE) No input driver matching 'Keyboard'
> No core keyboard
>
> Fatal server error:
> failed to initi
On Sat, Apr 30, 2005 at 11:48:35PM -0700, David Armour wrote:
> pkg_info | sort | sed -e 's/-[0-9].*$//' | uniq -c | grep -v '^[[:space:]]*1'
0) pkg_info
list all packages installed
1) sort
sort the resulting list from 0) by package name
2) sed -e 's/-[0-9].*$//'
delete everything after a da
Ok, that is fair enough.
I did manage to get it up and running without locking myself out though
*yay*
I am having 2 issues mainly.
FTP doesn't work at all (PASV or not), and I am getting allot of false drops
on packets which *should* be allowed...
Quick dump from the log file:
May 2 12:11:03
On 5/1/2005 19:49, [EMAIL PROTECTED] wrote:
I just upgraded from 5.3 to 5.4 RC3 via sysinstall from a cd.The
upgrade was successful however, when I try "startx" I get the
following error:
(EE) Failed to load module "speedo" (module does not exit,0)
(EE) Failed to load module "Keyboard" (module does
Hi all,
I've been trying since the past couple of days to get my sound back... it
all started when I followed the steps from the manual in setting up
statically sound drivers for my old Compaq DeskPro EN series...for FreeBSD
5.3. I included the "snd_sbc" driver, since when I kldload snd_driver i
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Robert Slade
> Sent: 02 May 2005 09:58
> To: freebsd-questions@freebsd.org
> Subject: FreeBSD + Heartbeat+ Samba+Rsync
>
> Hi,
>
> Futher to my previous mail, I have got HB & Samba running ok
> no
Stijn Hoop wrote the following on 05/02/2005 10:24 AM:
has anyone installed freebsd 5.3 on a dell latitude d600?
have the following worked "out-of-the-box"?
WiFi: Intel PRO/Wireless LAN 2100 3B Mini PCI Adapter
Not out of the box but there's a driver in -CURRENT for it:
iwi(4). There is a version
Shantanoo Mahajan wrote the following on 05/01/2005 04:58 AM:
+++ Frank Staals [freebsd] [30-04-05 10:35 +0200]:
| Hey everyone,
|
| When I started using FreeBSD for desktop usage ( about a year ago ) I
| used KDE as desktop manager, but now I am using XFCE4.2.1 for that
| purpose. But when writ
On Sat, Apr 30, 2005 at 03:14:13PM -0400, Lowell Gilbert wrote:
: Jonathon McKitrick <[EMAIL PROTECTED]> writes:
:
: > Is there any particular scheme for ports using decimals, commas, and/or
: > underscores in the version numbers? Is there any way to tell if it means a
: > patch level, a FreeBSD-
On Mon, 2005-05-02 at 12:33, Vince wrote:
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Robert Slade
> > Sent: 02 May 2005 09:58
> > To: freebsd-questions@freebsd.org
> > Subject: FreeBSD + Heartbeat+ Samba+Rsync
> >
> > Hi,
> >
> > Fut
Hi!
I have a FreeBSD 5.3 installed and I want to show a pre-login text when
user wants to login to the server through a console or telnet.
I made an /etc/issue file and copied some text inside, but when I telnet
to the server, the text does not appear! (/etc/issue has 644 rights).
My /etc/gett
Hi,
Can anyone take a minute to just explain to me why ipf is blocking this...
ipf.rules:
# rl0 - Outgoing
pass out quick on rl0 proto tcp from x.x.x.120/29 to any flags S keep state
keep frags
pass out quick on rl0 proto udp from x.x.x.120/29 to any keep state keep
frags
pass out quick on rl0 pr
First of all what I see in your log is just normal hacker traffic
probing for access to your box. Your firewall is doing it's job
denying this bogus traffic. I get over 1500 of these daily. I run
the "abuse reporting system" to report this junk to the owners of
the ip address range. You can downlo
First of all what I see in your log is just normal hacker traffic
probing for access to your box. Your firewall is doing it's job
denying this bogus traffic. I get over 1500 of these daily. I run
the "abuse reporting system" to report this junk to the owners of
the ip address range. You can downlo
At 4:25 PM -0500 4/30/05, Eric Schuele wrote:
Philip Hallstrom wrote:
The "portupgrade" port can do this. Something like...
portupgrade -n -Rr someport
The -n tells it not to do anything, just show you what it would do.
This sounds like what I'm looking for... so I tried it. But its giving
me dif
Simon Striker <[EMAIL PROTECTED]> writes:
> I have a FreeBSD 5.3 installed and I want to show a pre-login text
> when user wants to login to the server through a console or telnet.
>
> I made an /etc/issue file and copied some text inside, but when I
> telnet to the server, the text does not appe
Hi!
Lowell Gilbert wrote:
Did you tell init(8) that you made the change?
You need to send it a SIGHUP...
Yes I did. I typed: "init q" command and the "problem" remains. I have
also rebooted the server and nothing changed.
Do I have to do anything else? I have also searched with Google, but
have
Garance A Drosihn wrote:
At 4:25 PM -0500 4/30/05, Eric Schuele wrote:
Philip Hallstrom wrote:
The "portupgrade" port can do this. Something like...
portupgrade -n -Rr someport
The -n tells it not to do anything, just show you what it would do.
This sounds like what I'm looking for... so I tried
Cali,
What version of MatLab did you have success with? I'm trying to install MatLab
Student Version 7.0.1 (R14) service pack1 and could really use some help.
brett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinf
Le 02/05/2005 à 09:46:21-0500, Brett Brown a écrit
> Cali,
>
> What version of MatLab did you have success with? I'm trying to install
> MatLab Student Version 7.0.1 (R14) service pack1 and could really use some
> help.
>
I've use (well not me, but my users) matlab-7.0.0 on FreeBSD 5.2.1 witho
5.4-STABLE #0: Sun Apr 24 08:30:32 MDT 2005
Hi:
I am having trouble with a .SUFFIXES based Makefile. If I use this
Makefile containing .out:
INCLUDES= -Wall -I/usr/local/include
LINK= -L/usr/local/lib
LIBS= -lgsl -lgslcblas -lm
.SUFFIXES : .c .o .out
.o.out:
${CC} ${LINK} -o $@ $< ${
2005/4/28, Warren <[EMAIL PROTECTED]>:
> im trying to install the vmware pkg via the port but all URL's listed fail to
> have the pkg:
>
> Where can i grab a copy of this pkg ?
>
> ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/VMware-workstation-3.2.1-2242.tar.gz:
> File unavailable (e.g., f
Clamav 0.84 is out (for several days). Who do I contact about upgrading the
port?
Thanks,
- Mark
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTEC
> Have you tried googling? I was quite successful in finding the file,
> for instance here: http://mirrors.zyrianes.net/gentoo/distfiles/ .
> Generally, I find that a quick google with the file just as it appears
> there in the distinfo is a quick and easy way to get the file you
> need. Plus, si
Hello
mik# pwd
/usr/ports/security/clamav
mik# grep MAINTAINER Makefile
MAINTAINER= [EMAIL PROTECTED]
mik#
Jiri
Mark wrote:
Clamav 0.84 is out (for several days). Who do I contact about upgrading the
port?
Thanks,
- Mark
At 9:42 AM -0500 5/2/05, Eric Schuele wrote:
Garance A Drosihn wrote:
I believe that 'portupgrade -n' only works right for ports which
you have already installed.
Yes... That is the conclusion I have come to.
I'm sure what I am trying to accomplish is just one savvy shell
script away I'm just n
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Garance A Drosihn
> Sent: Monday, May 02, 2005 10:14 AM
> To: Eric Schuele
> Cc: FreeBSD Questions
> Subject: Re: Determining what a port will install... (more
> than pretty-print-*)
>
> If there i
I have a FreeBSD 4.9 system on a private network, connected to the
internet through a Netgear router/firewall which acts as a DHCP server
and receives its names through netbios. I'm trying to set it to respond
to the fully qualified name "schfrbsd.lan". In my rc.conf, I have the line:
hostname=
[EMAIL PROTECTED] wrote:
I just upgraded from 5.3 to 5.4 RC3 via sysinstall from a cd.The
upgrade was successful however, when I try "startx" I get the
following error:
(EE) Failed to load module "speedo" (module does not exit,0)
(EE) Failed to load module "Keyboard" (module does not exit,0)
(EE) N
Lowell Gilbert wrote:
Simon Striker <[EMAIL PROTECTED]> writes:
I have a FreeBSD 5.3 installed and I want to show a pre-login text
when user wants to login to the server through a console or telnet.
I made an /etc/issue file and copied some text inside, but when I
telnet to the server, the text do
Hi
I am trying to allow mail submission and sending on a 5.3-RELEASE box
from inside a jail, but not a running MTA...
I have the following in the rc.conf
sendmail_enable="NO"
sendmail_submit_enable="NO"# Start a localhost-only MTA for mail
submission
sendmail_outbound_enable="YES" # Deque
Chuck Robey wrote:
I'm not certain it'll do what you want, I haven't played with it, but
login.conf's man pager describes a field called login_prompt that seems
like it would be worth a try, experimenting.
With parameter login_prompt I could only change the:
Login:
Password:
to
What ever:
Passwor
Hello Folks,
I had been trying to get Xorg 6.8.2 working on a 5.4-STABLE
installation. I had compiled Xoeg from an updated ports tree. But while
running Xorg -configure it complains that the module "pcidata" is
missing. I have uninstalled and reinstalled Xorg but without any
success. Anyone ca
> Sun, May 01, 2005 at 23:07:36, vizion wrote about "Ignorance and file
> suffixes":
>
>> I have tried unsuccessfuly to find out from the manual what the suffixes
>> mean on the files collected by cvsup (e.g. "v") is there a reference for
>> such info?
> ,v is RCS and CVS suffix. You can use CVS
Hello again!
So far I have noticed that text in /etc/issue shows up ONLY when user
logs on from console.
Now I wonder If there exists something like /etc/issue.net (like in
Linux), where I could put the text for telnet pre-login message?
Best regards,
Simon
--
Simon Striker
Rusjanov trg 2
1000
BSD 5.3 release
I am still having network sluggish problems. Any browser (firefox,
mozilla, opera) loads the same page slower than their counter parts on
Windows XP (or Gentoo linux). I am setting it up as DHCP on all of
these systems using the same name server, so I don't think it's DNS
issuses.
On 4/26/05, benchmark <[EMAIL PROTECTED]> wrote:
> Basic info:
> System 5.3
> portupdate last night
> build firefox 1.0.3
> build linuxwrapper, flashplugins, etc.
Firefox still hangs on espn.com, while opera/mozilla doesn't. There is
no error messages from firefox. Any suggestions as to how to
Simon Striker wrote:
> Hello again!
>
> So far I have noticed that text in /etc/issue shows up ONLY when user
> logs on from console.
>
> Now I wonder If there exists something like /etc/issue.net (like in
> Linux), where I could put the text for telnet pre-login message?
>
> Best regards,
> Sim
On Tue, Apr 26, 2005 at 08:10:41PM +0200, Emanuel Strobl wrote:
> Hello,
[manpages w/o nroff]
Why not read manpages online using fetch?
Try my hack at http://rabe.uugrn.org/scripts/man.sh
Maybe a cache-mechanism could be added, for offline reading.
Regards
--
Raphael Becker
Hello.
Something is terribly wrong here:
1. My name server setup is disfunctional.
2. My web, mail and fileserver is disfunctional.
3. I cannot SSH and FTP into certain servers.
4. I cannot ping my IP from the outside.
5. All this despite PF being disabled.
My configuration has been running flaw
These are signs of a kernel that is out of sync with the rest of "world".
You said you didn't run a makeworld recently, but what about rebuilding
the kernel?
> # netstat -rn
> #
> netstat: kvm not available
> Routing tables
> rt_tables: symbol not in namelist
Jerry
http://www.syslog.org
Subhro wrote:
Hello Folks,
I had been trying to get Xorg 6.8.2 working on a 5.4-STABLE
installation. I had compiled Xoeg from an updated ports tree. But
while running Xorg -configure it complains that the module "pcidata"
is missing. I have uninstalled and reinstalled Xorg but without any
succ
Garance A Drosihn wrote:
At 9:42 AM -0500 5/2/05, Eric Schuele wrote:
Garance A Drosihn wrote:
I believe that 'portupgrade -n' only works right for ports which
you have already installed.
Yes... That is the conclusion I have come to.
I'm sure what I am trying to accomplish is just one savvy shell
On 4/29/05, Dillinger <[EMAIL PROTECTED]> wrote:
> Would somebody care to show me an actual working computer with FreeBSD
> >installed and give me a brief tour of some of the basic capabilities? I am
> in >Redwood Shores but I would be willing to drive to Berkeley or SF.
Why would you do that wh
Bill Schmitt (SW) wrote:
I have a FreeBSD 4.9 system on a private network, connected to the
internet through a Netgear router/firewall which acts as a DHCP server
and receives its names through netbios. I'm trying to set it to
respond to the fully qualified name "schfrbsd.lan". In my rc.conf, I
Dear,
Please help me with this strange situation, that is due to using boot0cfg
with wrong switches. I googled it but I did not find any similar case.
On a working 4.11 freebsd system I wanted to create a floppy bootable
disk.
This system had one slice and four labels.
I run this command:
boo
Thank you Jerry!
I'll get right on the building!
> These are signs of a kernel that is out of sync with the rest of "world".
> You said you didn't run a makeworld recently, but what about rebuilding
> the kernel?
--
Fafa Hafiz Krantz
Senior Designer @ http://www.home.no/barbershop
Truth @ h
Thanks, that did the trick.
However, should be:
ifconfig _wi0_ ssid GISH ...
--
Kiffin Rex Gish
Gouda, The Netherlands
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:owner-freebsd-
> [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
> Sent: Sunday, May 01, 2005 19:23
> To:
On Mon, May 02, 2005 at 10:53:57AM -0700, [EMAIL PROTECTED] wrote:
>
[...]
> Here are my entries in the supfile:
> *default host=cvsup7.freebsd.org
> *default base=/var/db
> *default prefix=/usr
> *default release=cvs delete use-rel-suffix
> src-all
> ports-all
> doc-all
> www
> cvsroot-all
>
T
I don't need the underscore in my version of this file; perhaps something has
changed in -stable that makes the underscore necessary. Anyway, glad you got
it to work.
On Monday 02 May 2005 07:33 pm, Kiffin Gish wrote:
> Thanks, that did the trick.
>
> However, should be:
>
> ifconfig _wi0_ ssid
"Michael Neeff" <[EMAIL PROTECTED]> writes:
> I've tried : mount -t cd9660 /dev/acd0 /cdrom and several other
> combinations :
> mount cd9660 /dev/acd0 /cdrom; mount cd9660; mount_cd9660 /dev/acd0
> /cdrom; mount /cdrom - still the same thing...
What "same thing"? What does it say when you type
On 5/2/05, Fafa Diliha Romanova <[EMAIL PROTECTED]> wrote:
> Hello.
>
> Something is terribly wrong here:
>
> 1. My name server setup is disfunctional.
> 2. My web, mail and fileserver is disfunctional.
> 3. I cannot SSH and FTP into certain servers.
> 4. I cannot ping my IP from the outside.
> 5
Hi Michael!
I was hoping someone can give you a more definite answer, but it seems
no-one knowledgeable has responded, so here are my comments, worth
exactly what you paid for them :)
I've been trying since the past couple of days to get my sound back...
it all started when I followed the steps
Hi
I am wondering if the following is possible.
Suppose I own two domains: abc.com and xyz.org.
I want to host these domains myself and have them provide
the primary and secondary name servers for each other.
Is this possible? Seems kind of circular.
In theory I would have ns1.abc.com to map to the
On Monday 02 May 2005 01:23 pm, Toomas Aas wrote:
> Hi Michael!
>
> I was hoping someone can give you a more definite answer, but it
> seems no-one knowledgeable has responded, so here are my comments,
> worth exactly what you paid for them :)
They asked the right question. For example, you can't
Fafa Diliha Romanova wrote:
> # netstat -rn
> #
> netstat: kvm not available
> Routing tables
> rt_tables: symbol not in namelist
If it isn't in the kernel config, you may need:
# kldload mem
to get this to work.
Rob.
__
Do You Yahoo!?
Tired of
On Sun, May 01, 2005 at 06:18:41PM -0700, [EMAIL PROTECTED] wrote:
> Hello everyone,
>
> I posted an email sometime back asking for help getting my scanner to
> work under FreeBSD 5.3-RELEASE. Upon not receiving any responses, I
> did some more research and tinkering and decided to update to FreeB
> On Mon, May 02, 2005 at 10:53:57AM -0700, [EMAIL PROTECTED] wrote:
>>
>
> [...]
>> Here are my entries in the supfile:
>> *default host=cvsup7.freebsd.org
>> *default base=/var/db
>> *default prefix=/usr
>> *default release=cvs delete use-rel-suffix
>> src-all
>> ports-all
>> doc-all
>> www
>> c
On 5/2/05, Subhro <[EMAIL PROTECTED]> wrote:
> Hello Folks,
>
> I had been trying to get Xorg 6.8.2 working on a 5.4-STABLE
> installation. I had compiled Xoeg from an updated ports tree. But while
> running Xorg -configure it complains that the module "pcidata" is
> missing. I have uninstalled a
I want to create a local mirror for my internal freebsd systems. I seem
to be confusing articles that are 'how to mirror' and 'how to be a
mirror'. Is there some details/info out there that could be of help? I
would have thought it would be enough to be running ports/net/cvsup-
mirror would be enou
Dear all,
I wonder if there exists a cons25 or pcvt replacement which splits the screen
into at least the input area and the output area. I mean, the 4 (or so)
bottom lines are stdin and the upper 20 lines stdout, maybe even seperated
into a 5 lines head which is stderror.
I haven't ever seen (
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Sunday, May 01, 2005 9:07 AM
Subject: Re: question about mksnap_ffs and NFS interaction
>>> >
>>>
>>> Glad to see a question on this subject and my reply is just more
>>> questions rather than an answer.
>>>
>>> I've just moved to
In the immortal words of Derrick MacPherson
<[EMAIL PROTECTED]>...
> I want to create a local mirror for my internal freebsd systems. I
> seem to be confusing articles that are 'how to mirror' and 'how to be
> a mirror'. Is there some details/info out there that could be of help?
> I would have th
Derrick MacPherson wrote:
I want to create a local mirror for my internal freebsd systems. I seem
to be confusing articles that are 'how to mirror' and 'how to be a
mirror'. Is there some details/info out there that could be of help? I
would have thought it would be enough to be running ports/net/c
Hi all,
This is not meant to induce flames, please just don't answer to any flamish
comments. I'm just really wondering about this.
QT and derivs have either the GPL (2) or QPL license but we have and use the
GPL one.
First question: do they differ in distribution, eg x11-gpl versus the qpl
v
On Tue, 3 May 2005 10:27, Harald Schmalzbauer wrote:
> Dear all,
>
> I wonder if there exists a cons25 or pcvt replacement which splits the
screen
> into at least the input area and the output area. I mean, the 4 (or so)
> bottom lines are stdin and the upper 20 lines stdout, maybe even seperat
>
>> On Mon, May 02, 2005 at 10:53:57AM -0700, [EMAIL PROTECTED] wrote:
>>>
>>
>> [...]
>>> Here are my entries in the supfile:
>>> *default host=cvsup7.freebsd.org
>>> *default base=/var/db
>>> *default prefix=/usr
>>> *default release=cvs delete use-rel-suffix
>>> src-all
>>> ports-all
>>> doc-a
how can i block a MAC address with ipfw ?
can you share the syntax please ?
thanks
*º¤., ¸¸,.¤º*¨¨¨*¤ Allah-hu-Akber*º¤., ¸¸,.¤º*¨¨*¤
God is the Greatest
__
Do you Yahoo!?
Yahoo! Mail - now with 250MB free storage. Learn
faisal gillani wrote:
> faisal gillani wrote:
>
>how can i block a MAC address with ipfw ?
>can you share the syntax please ?
>
>
>thanks
>
man ipfw reveals ...
{ MAC | mac } dst-mac src-mac
Match packets with a given dst-mac and src-mac addresses,
speci-
fie
when I try to mount the CD using the below it says: cd9660 /dev/acd0 Input /
Output error
Thanks!
From: Lowell Gilbert <[EMAIL PROTECTED]>
To: "Michael Neeff" <[EMAIL PROTECTED]>
CC: freebsd-questions@freebsd.org
Subject: Re: Can't play CD / mount CDROM
Date: 02 May 2005 16:07:45 -0400
> I've tr
Hey Toomas,
Thanks for your detailed reply. As far as problem #1: When I re-complied to
statically include the sound it gives me no output, not even when I used
kldload to load the driver... it simply loads without any output... How do I
check mixer settings?
I am religiously following step by s
Dear All,
I have problem using NVIDIA-1.0.7174.
It failed to load GLX. What i can do for this?
This is a warnings and errors of my X.org log
(WW) NV(0): Option "CursorShadow" is not used
(EE) Failed to initialize GLX extension (NVIDIA X driver not found)
I have attached the complete X.org log
__
Hello, Mike.
You wrote 29 àïðåëÿ 2005 ã., 21:57:18:
>> I recently upgraded to PHP 4.3.11 from Ports on my 4.9-RELEASE system,
>> and I'm suddenly having troubles running PHP. Whether we're talking a
>> web app or running from a command line, I get core dump errors.
>> Specifically:
>>
>> su-2.05
Hi
EnderUNIX.ORG has debuted a new site that you can add sysctl's on related OS
(Currently FreeBSD, OpenBSD, NetBSD and Linux)
In sysctl.enderunix.org you can add a new knob and the description of
related knob. There is also a mailing list that you receive email when a new
sysctl knob added.
79 matches
Mail list logo