Hi list,
i wanted to try out 64 bit support on my ASUS A8V Deluxe with
AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
I downloaded 6.1-BETA4-amd64-disc1.iso from the FreeBSD ftp site, burned
a disc an booted from it.
However, it failed:
Waiting 5 seconds for SCSI devices to settle
panic: s
Heinrich Rebehn wrote:
Hi list,
i wanted to try out 64 bit support on my ASUS A8V Deluxe with
AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
I downloaded 6.1-BETA4-amd64-disc1.iso from the FreeBSD ftp site, burned
a disc an booted from it.
However, it failed:
Waiting 5 seconds for SCSI dev
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Malcolm Fitzgerald
> Sent: Thursday, April 06, 2006 8:28 PM
> To: freebsd-questions@FreeBSD.ORG
> Subject: Re: Which BSD - Flash Drive
>
> On 07/04/2006, at 12:53 PM, [EMAIL PROTECTED] wrote:
>
> > At 07:40 PM 4/6/2006, Malcolm Fitzgerald wrote:
> >>>
Hi,
I am searching for program similar to net/redir. It's
a simple program that listens to a tcp port and redirects
all input to another address:port. I want to debug http
and I need something that does what redir does plus
dumping all input & output to my terminal. Is there some-
thing like that
El día Friday, April 07, 2006 a las 11:32:04AM +0300, Nikos Vassiliadis
escribió:
> Hi,
>
> I am searching for program similar to net/redir. It's
> a simple program that listens to a tcp port and redirects
> all input to another address:port. I want to debug http
> and I need something that does
I am looking for a way to get my FreeBSD 5.3 box to show my local
time as BST (British Summer Time) as apposed to GMT.
su
cd /etc
rm -f localtime
ln -s /usr/share/zoneinfo/Europe/London localtime
___
freebsd-questions@freebsd.org mailing list
http
On Friday 07 April 2006 11:44, [EMAIL PROTECTED] wrote:
> El día Friday, April 07, 2006 a las 11:32:04AM +0300, Nikos Vassiliadis
escribió:
> > Hi,
> >
> > I am searching for program similar to net/redir. It's
> > a simple program that listens to a tcp port and redirects
> > all input to another a
El día Friday, April 07, 2006 a las 12:43:09PM +0300, Nikos Vassiliadis
escribió:
> > There is one of the oldest firewall toolkits, the TIS' FWTK,
> >
> > http://www.fwtk.org/main.html
> >
> > it has some so called 'plug-gw', writte in C, which does exactly what
> > you want, excepting TCP on one
> Given what you've said, you should set up the FreeBSD machine as a bridge
> rather than a router.
Having now read the manpage for bridge(4) and if_bridge(4), I am not
certain that this is going to achieve what I want to achieve. I'm told
by the FreeBSD HB that "The consensus is that assigning bo
Hi All,
I've been messing about with FreeBSD 6.1-Beta#4 recently, and I'm trying to
get a server setup, so that I can pxeboot and install FreeBSD on some other
servers...
I've gotten dhcpd, tftp, pxeboot et'al to work - and, indeed the client
machine dhcp's, pxeboots - and dumps itself into
On Friday 07 April 2006 12:53, [EMAIL PROTECTED] wrote:
> El día Friday, April 07, 2006 a las 12:43:09PM +0300, Nikos Vassiliadis
escribió:
> > > There is one of the oldest firewall toolkits, the TIS' FWTK,
> > >
> > > http://www.fwtk.org/main.html
> > >
> > > it has some so called 'plug-gw', writ
On 2006-04-06 21:04, ilyana ramlan <[EMAIL PROTECTED]> wrote:
> hello,
> i have another question,
>
> Do i have to install IPTable before configuring
> hosts.allow file?
There is no such thing as "IPTable" on FreeBSD.
___
freebsd-questions@freebsd.org m
Hi there:
I will really appreciate if you can help me to obtain the drivers needed for
the sound card of my Dell Dimension 8300.
One million of thanks in advance.
Sincerely,
Carlos Azurdia
[EMAIL PROTECTED]
___
freebsd-questions@fr
On Fri, Apr 07, 2006 at 11:32:04AM +0300, Nikos Vassiliadis wrote:
> Hi,
>
> I am searching for program similar to net/redir. It's
> a simple program that listens to a tcp port and redirects
> all input to another address:port. I want to debug http
> and I need something that does what redir does
You need to read the firewall section of the freebsd handbook.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls.
html
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of ilyana
ramlan
Sent: Thursday, April 06, 2006 11:58 PM
To: freebsd-questio
You need to read the firewall section of the freebsd handbook.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls.
html
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of ilyana
ramlan
Sent: Friday, April 07, 2006 12:04 AM
To: freebsd-question
On Friday 07 April 2006 14:27, Igor Robul wrote:
> On Fri, Apr 07, 2006 at 11:32:04AM +0300, Nikos Vassiliadis wrote:
> > Hi,
> >
> > I am searching for program similar to net/redir. It's
> > a simple program that listens to a tcp port and redirects
> > all input to another address:port. I want to
Why dont you wish use tcpdump?
Cause I want to debug http, which is ASCII. Having every
tcp segment in hex and/or ASCII won't help much.
'GET / HTTP/1.1' is much easier to read than the hexdump.
0x4174206c6561737420666f72206d653a29
Have you tried tcpflow? That can either dump the actual fl
On Thu, 6 Apr 2006 21:14:33 -0700
Garrett Cooper <[EMAIL PROTECTED]> wrote:
> So, I basically upgraded my source again and did installworld. Had
> to run make quite a few times because it appeared that the makefile
> for /usr/src was broken (or at least the targets were incorrect since
On Friday 07 April 2006 15:10, Karl Pielorz wrote:
> >> Why dont you wish use tcpdump?
> >
> > Cause I want to debug http, which is ASCII. Having every
> > tcp segment in hex and/or ASCII won't help much.
> > 'GET / HTTP/1.1' is much easier to read than the hexdump.
> > 0x4174206c6561737420666f7220
--On 07 April 2006 11:40 +0100 Karl Pielorz <[EMAIL PROTECTED]> wrote:
What do I need to do, to turn this 'booting FreeBSD from pxeboot' into
something that will dump me into sysinstall, like booting from the CD rom?
I've searched the net - but the only stuff I've found is either for much
ear
Hi list,
i installed 6.1-BETA4-amd64 on an AMD64 and it works fine so far.
However i cannot compile exim[-ldap2] from ports:
[EMAIL PROTECTED] [~] # portupgrade exim-ldap2
---> Upgrading 'exim-ldap2-4.60' to 'exim-ldap2-4.61_1' (mail/exim-ldap2)
---> Building '/usr/ports/mail/exim-ldap2'
===>
ilyana ramlan wrote:
hello,
i have another question,
Do i have to install IPTable before configuring
hosts.allow file?
thanks
No; TCP wrappers are independent of your firewall.
Also, and I'm ready to stand corrected, but iptable
isn't a part of FreeBSD, and aren't even ported AFAIK.
Fre
Hi all,
I wanna know how to use shell commands to search some files which
contain a specail strings i want...
For example:
i want to search some files which contain "getopt" string...
any ideas?
-Exploit_it
_
Hi Exploit_it
what's in a name...
brute force: grep -R getopt *
smarter: find . -name "*.cpp" -exec grep getopt {}\; -print
regards,
usleep
On 4/7/06, Mc Shch <[EMAIL PROTECTED]> wrote:
>
>Hi all,
>
>I wanna know how to use shell commands to search some files which
>contain a spec
Hi Exploit_it
>For example:
>i want to search some files which contain "getopt" string...
what's in a name...
brute force: grep -R getopt *
smarter: find . -name "*.cpp" -exec grep getopt {}\; -print
regards,
usleep
PS this is a resend to fix etiquette
__
Hello all,
I am running a set of 5 FreeBSD 4.11 p16 servers here at the library.
For various reasons we are unable to 'get new drives' and install
FreeBSD 5/6 and then migrate userland data to a new drive.
I have been able to get my hands on a test box from someone to test src
upgrading from
Could anyone please give me a hand ? :)
On Thursday 06 April 2006 21:37, Yuan Jue wrote:
> Hi all.
>
> Could anyone please get me an outdated port called 'zh-CJK-4.6.0'
> through using "portdowngrade zh-CJK-4.6.0" ?
>
> I am in a subnet and cannot connect the anonCVS directly. Any help
> would be
>
> Hello all,
>
> I am running a set of 5 FreeBSD 4.11 p16 servers here at the library.
>
> For various reasons we are unable to 'get new drives' and install
> FreeBSD 5/6 and then migrate userland data to a new drive.
>
> I have been able to get my hands on a test box from someone to test sr
__
From: [EMAIL PROTECTED]
To: "Mc Shch" <[EMAIL PROTECTED]>
CC: freebsd-questions@freebsd.org
Subject: Re: How to use shell commands to work for my requests?
Date: Fri, 7 Apr 2006 15:17:46 +0200
>Hi E
B. Cook wrote:
[snip]
Stop in /usr/src/usr.sbin/pcvt/vgaio.
*** Error code 1
===> usr.sbin/pcvt/ispcvt
cc -O -pipe -c /usr/src/usr.sbin/pcvt/ispcvt/ispcvt.c
cc -O -pipe-o ispcvt ispcvt.o
gzip -cn /usr/src/usr.sbin/pcvt/ispcvt/ispcvt.8 > ispcvt.8.gz
===> usr.sbin/pcvt/vgaio
cc -O -pipe -I
So would going from 4.x to 5.2.1 be an easier and then from 5.2.1 to 5.4
and then to 6?
Is there a binary OS upgrade that could be done? and then a manual
mergemaster?
This sempron box is not ours to keep.. :(
___
freebsd-questions@freebsd.org mai
Vayu wrote:
On Thursday 06 April 2006 19:47, Donald T Hayford wrote:
My numeric keypad no longer works under X
Since when?
And, I have to ask, since you didn't mention it ... you've
replaced the keyboard to rule out hardware issues?
except as a way to move the
mouse cursor (i.
Does FreeBSD have a location that stores the load average information,
similarly to /proc/loadavg in Linux? I've got a php site that displays this
info, but I'm not sure where to point it to.
___
freebsd-questions@freebsd.org mailing list
http://lists.fre
On 07/04/2006 15:49, Yuan Jue wrote:
> Could anyone please give me a hand ? :)
>
> On Thursday 06 April 2006 21:37, Yuan Jue wrote:
>> Hi all.
>>
>> Could anyone please get me an outdated port called 'zh-CJK-4.6.0'
>> through using "portdowngrade zh-CJK-4.6.0" ?
>>
>> I am in a subnet and cannot c
I have a freebsd5.4 server. I sometimes get a message on the screen as below;
kernel: ipfw: pullup failed
What cause this problem cause ?
I see the below lines when I type netstat -ni
1# netstat -ni
NameMtu Network Address Ipkts IerrsOpkts Oerrs Coll
bge0 1500
On Friday 07 April 2006 22:23, you wrote:
> On 07/04/2006 15:49, Yuan Jue wrote:
> > Could anyone please give me a hand ? :)
> >
> > On Thursday 06 April 2006 21:37, Yuan Jue wrote:
> >> Hi all.
> >>
> >> Could anyone please get me an outdated port called 'zh-CJK-4.6.0'
> >> through using "portdown
I am setting up a VPN client on a 6.0 box of mine.
As a result of the VPN client (openvpn) running I
have two interfaces active, xl0 needed by the dhcp
client and tun0 used by the vpn client.
The question. How do I tell an application perhaps telnet,
ssh, or ftp to use tun0 and not xl0?
hal
___
hal <[EMAIL PROTECTED]> wrote:
> I am setting up a VPN client on a 6.0 box of mine.
> As a result of the VPN client (openvpn) running I
> have two interfaces active, xl0 needed by the dhcp
> client and tun0 used by the vpn client.
>
> The question. How do I tell an application perhaps telnet,
>
El día Friday, April 07, 2006 a las 08:29:03AM -0600, hal escribió:
> I am setting up a VPN client on a 6.0 box of mine.
> As a result of the VPN client (openvpn) running I
> have two interfaces active, xl0 needed by the dhcp
> client and tun0 used by the vpn client.
>
> The question. How do I t
Olivier Nicole <[EMAIL PROTECTED]> writes:
> I have a SLR 100 tape drive (SCSI interface) and a tape cartridge with
> 4 files.
>
> The first file is damaged so I cannot mt fsf over that file to read
> the others.
>
> Is there a secret way to to advance the tape by a certain number of
> meters, o
I recently did this exact operation. It went fine for me on my second
try. The first one I determined didn't go well as I didn't have the system
up to date first. So on my second attempt I made sure my 4.11 system was
up to date, and did a complete buildworld, buildkernel, etc. Once I was
s
Derek Ragona wrote:
I recently did this exact operation. It went fine for me on my second
try. The first one I determined didn't go well as I didn't have the
system up to date first. So on my second attempt I made sure my 4.11
system was up to date, and did a complete buildworld, buildkernel
On Fri, 7 Apr 2006, Andy Greenwood wrote:
> Does FreeBSD have a location that stores the load average information,
> similarly to /proc/loadavg in Linux? I've got a php site that displays this
> info, but I'm not sure where to point it to.
There's a "linuxprocfs" which you might want to mount on
I've having trouble with Wine. I'm getting the same error regardless
if I compile from the ports tree, install a package, or compile from
source.
on FreeBSD 6.1-PRERELEASE
%wine program.exe
fixme:msvcrt:_spawnve :not translating name /usr/local/lib/../bin/wine
to locate program
Then it just see
Hello, i'm trying to implement a callback scheme for COM modem via uplcom(4)
connector (should be any ucom(4)). I do the same i did for direct COM and
Lucent winmodem:
1) calling out (ppp communicates via /dev/cuaX)
2) starting getty on /dev/ttyX
3) it accepts incoming call and starts a script w
Andy Greenwood wrote:
Does FreeBSD have a location that stores the load average information,
similarly to /proc/loadavg in Linux? I've got a php site that displays this
info, but I'm not sure where to point it to.
While you can mount /proc under FreeBSD, too, /proc has a bad security
record an
Nick Stenning wrote:
Given what you've said, you should set up the FreeBSD machine as a bridge
rather than a router.
Having now read the manpage for bridge(4) and if_bridge(4), I am not
certain that this is going to achieve what I want to achieve. I'm told
by the FreeBSD HB that "The consensus
[EMAIL PROTECTED] /usr/src]# echo $?
0
[EMAIL PROTECTED] /usr/src]# make -j6 buildworld
The CPUTYPE is not defined in /etc/make.conf, trying to make a clean
build..
and this is RELENG_5_2_1
so make buildworld on this box completes.
I am going to try RELENG_5_3 and then if so then good ;)
On Fri, 7 Apr 2006, Bill Moran wrote:
On Thu, 6 Apr 2006 21:14:33 -0700
Garrett Cooper <[EMAIL PROTECTED]> wrote:
So, I basically upgraded my source again and did installworld. Had
to run make quite a few times because it appeared that the makefile
for /usr/src was broken (or at leas
How to get the best results from FreeBSD questions.
===
Last update $Date: 2005/08/10 02:21:44 $
This is a regular posting to the FreeBSD questions mailing list. If
you got it in answer to a message you sent, it means that the sender
thinks that a
The trouble with books is that you can't update them the way you can a web page
or any other online documentation. The result is that most leading edge
computer books are out of date almost before they are printed. Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception. Inev
Gayn Winters wrote:
[mailto:[EMAIL PROTECTED] On Behalf Of
Malcolm Fitzgerald
[ ... ]
http://www.crucial.com/kb/answer.asp?qid=4088
Where they rate their own flash at 1,000,000 read/write cycles.
The typical flash drive used to be rated for about 10,000 writes, but the
better vendors do bet
Garrett Cooper wrote:
On Fri, 7 Apr 2006, Bill Moran wrote:
On Thu, 6 Apr 2006 21:14:33 -0700
Garrett Cooper <[EMAIL PROTECTED]> wrote:
So, I basically upgraded my source again and did installworld. Had
to run make quite a few times because it appeared that the makefile
for /usr/src wa
Garrett Cooper <[EMAIL PROTECTED]> writes:
> By the way, I also ran mergemaster as shown above. I forgot to
> originally include that.
Did you also forget to mention building and installing the new kernel
before the reboot? If you actually left that step out, it would
explain much of your troubl
Heinrich Rebehn <[EMAIL PROTECTED]> writes:
> Hi list,
>
> i installed 6.1-BETA4-amd64 on an AMD64 and it works fine so far.
> However i cannot compile exim[-ldap2] from ports:
>
> [EMAIL PROTECTED] [~] # portupgrade exim-ldap2
> ---> Upgrading 'exim-ldap2-4.60' to 'exim-ldap2-4.61_1' (mail/exi
On Friday 07 April 2006 12:12, John Hoover wrote:
> I've having trouble with Wine. I'm getting the same error regardless
> if I compile from the ports tree, install a package, or compile from
> source.
>
> on FreeBSD 6.1-PRERELEASE
>
> %wine program.exe
> fixme:msvcrt:_spawnve :not translating name
"Halid Faith" <[EMAIL PROTECTED]> writes:
> I have a freebsd5.4 server. I sometimes get a message on the screen as below;
>
> kernel: ipfw: pullup failed
>
> What cause this problem cause ?
There weren't enough mbufs available for ipfw to properly inspect a
packet. So one packet was dropped by
Kevin Kinsey wrote:
Vayu wrote:
On Thursday 06 April 2006 19:47, Donald T Hayford wrote:
My numeric keypad no longer works under X
Since when?
And, I have to ask, since you didn't mention it ... you've
replaced the keyboard to rule out hardware issues?
except as a way to move the
Frank Laszlo writes:
> >> Does anyone know what this is and what I can do to stop it
> >> besides adding the ip address to my firewall block rules?
> >
> > I suppose that someone is trying to exploit mod_proxy to connect to an
> > SMTP server (that's the "CONNECT 4.79.181.15:25" part), or a
mod_security is in the ports collection
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Robert Huff
Sent: Friday, April 07, 2006 3:11 PM
To: [EMAIL PROTECTED] ORG
Subject: Re: web server attack
Frank Laszlo writes:
> >> Does anyone know what this is and
Lowell Gilbert wrote:
Garrett Cooper <[EMAIL PROTECTED]> writes:
By the way, I also ran mergemaster as shown above. I forgot to
originally include that.
Did you also forget to mention building and installing the new kernel
before the reboot? If you actually left that step out, it wo
Hello. I read a while back about someone working on
supporting sparse kernel crash dumps (dumping only the
active kernel pages to the dump device as opposed to
all physical memory - for machines where the phys mem
is greater than the dump dev space.)
Does anyone know the status of that project?
Lowell Gilbert wrote:
Heinrich Rebehn <[EMAIL PROTECTED]> writes:
Hi list,
i installed 6.1-BETA4-amd64 on an AMD64 and it works fine so far.
However i cannot compile exim[-ldap2] from ports:
[EMAIL PROTECTED] [~] # portupgrade exim-ldap2
---> Upgrading 'exim-ldap2-4.60' to 'exim-ldap2-4.61_
I have had trouble in the past with point releases caused by two different
sources: Once source is an out of date /etc/make.conf, so compare yours
with the new one with the new source tree in:
/usr/src/share/examples/etc/make.conf
The other problem I have had is with some cvsup mirrors. You m
Ok
How can I increase value of mbufs ? I think I will need to increase value
of kern.ipc.nmbclusters.
value of kern.ipc.nmbclusters of the server is 51200.
What is the limit for kern.ipc.nmbclusters ?
What size can I increase it ?
The server has 2 gbyte ram, p4 2.4 Ghz 2 cpus.
Thanks
- Or
I was printing with native Firefox 1.5.0.1 (FreeBSD 6.0) with CUPS, which
Firefox sees and recognizes. The printer (Xerox N17, local, parallel port)
started cycling through waiting-processing-waiting messages. Rebooting, I saw
a message about an IRQ storm on the printer port being "throttled". K
Jeff Cross wrote:
> I got brave today and attempted to install RTCW on my laptop. I was
> weary at first due to the fact that my laptop uses an Intel graphics
> chip (agp0: port
> 0xeff0-0xeff7 mem 0xd800-0xdfff,0xe038-0xe03f irq 16 at
> device 2.0 on pci0).
>
> I installed the p
im still pretty new to freebsd. ive been playing around with the cvsup
tools, and they are quite fascinating.
i changed my production server from Fedora to FreeBSD 6.0, about 1 day
before the most recent sendmail exploit was published (well, published on
freebsd.org anyway). i did download the p
Jeff Cross schrieb:
>> GL_RENDERER: Mesa GLX Indirect
>>
>>
>> ***
>> You are using software Mesa (no hardware acceleration)!
>> Driver DLL used: libGL.so.1
>> If this is intentional, add
>>"+set r_allowSoftwareGL 1"
>> to the com
On 2006-04-07 15:54, Jonathan Horne <[EMAIL PROTECTED]> wrote:
> im still pretty new to freebsd. ive been playing around with the cvsup
> tools, and they are quite fascinating.
>
> i changed my production server from Fedora to FreeBSD 6.0, about 1 day
> before the most recent sendmail exploit was
On Fri, Apr 07, 2006 at 05:02:17PM +,
> [EMAIL PROTECTED] wrote:
> 29. Wine installation/configuration question (John Hoover)
>
> --
>
> Message: 29
> Date: Fri, 7 Apr 2006 11:12:25 -0500
> From: "John Hoover" <[EMAIL PROTECTED]>
> Subject: Wine installation/conf
Michael Nottebrock wrote:
> Jeff Cross schrieb:
>
>>> GL_RENDERER: Mesa GLX Indirect
>>>
>>>
>>> ***
>>> You are using software Mesa (no hardware acceleration)!
>>> Driver DLL used: libGL.so.1
>>> If this is intentional, add
>>>"+s
Jeff Cross schrieb:
> I did have "glx" and "dri" but I added the DRI section to my
> configuration. Adding the section ans restarting X did not seem to work.
>
> I also did not have the i915.o kernel module on my system. How might I
> go about getting/compiling that to see if ti may help?
cd /
On Friday 07 April 2006 12:47 pm, Paul Marciano wrote:
> Hello. I read a while back about someone working on
> supporting sparse kernel crash dumps (dumping only the
> active kernel pages to the dump device as opposed to
> all physical memory - for machines where the phys mem
> is greater than the
On Sat, 2006-04-08 at 00:12 +0200, Michael Nottebrock wrote:
> Jeff Cross schrieb:
>
> > I did have "glx" and "dri" but I added the DRI section to my
> > configuration. Adding the section ans restarting X did not seem to work.
> >
> > I also did not have the i915.o kernel module on my system. H
This might be a little off the exact topic of this list, so I ask your patience
in advance.
I am looking for collaboration software that is PHP based and has the
following features:
1 - Ease of config & Maint.
2 - E-Mail
3 - Work Flow
4 - Contact management
5 - Task List
Eric Anholt schrieb:
> At least my libGL doesn't have a fallback software renderer, and relies
> on the server providing GLX.
I lose for bad terminology. It runs using indirect rendering.
--
,_, | Michael Nottebrock | [EMAIL PROTECTED]
(/^ ^\) | FreeBSD - The Power to Serve
--- "M. Goodell" <[EMAIL PROTECTED]> wrote:
> This might be a little off the exact topic of this
> list, so I ask your patience in advance.
>
> I am looking for collaboration software that is
> PHP based and has the following features:
>
> 1 - Ease of config & Maint.
> 2 - E-Mail
>
--- Peter Wemm <[EMAIL PROTECTED]> wrote:
> On Friday 07 April 2006 12:47 pm, Paul Marciano
> wrote:
> > Hello. I read a while back about someone working
> on
> > supporting sparse kernel crash dumps (dumping only
> the
> > active kernel pages to the dump device as opposed
> to
> > all physical m
I have finally come up with a way to use the official drivers from
nvidia on Toshiba notebooks with a GeForce4 440 Go (and similar) video
card. Normally, using either linux or freebsd and the drivers from
nvidia (instead of the default nv driver) would result in a hard
freeze as so
I can't fetch tiff-3.8.1.tar.gz from any of the mirrors listed in the port.
--
BSD Podcasts @ http://bsdtalk.blogspot.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send a
Sorry for the formatting of my solution...a few things got mangled up.
For easier reading, check out my post on freebsdforums.org.
- Murph
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To uns
On Fri, Apr 07, 2006 at 11:05:32AM -0500, Nikolas Britton wrote:
> I can't fetch tiff-3.8.1.tar.gz from any of the mirrors listed in the port.
Only one of the two is working for me, so perhaps you caught it at a
bad time. In any event, the first one should be updated or replaced
since it's a hard
On Apr 7, 2006, at 7:34 PM, Sean Murphy wrote:
Sorry for the formatting of my solution...a few things got mangled up.
For easier reading, check out my post on freebsdforums.org.
- Murph
I'm having a conversation with myself here...three posts to get this
right :)
You can find the post a
On Friday 07 April 2006 16:34, Giorgos Keramidas wrote:
> On 2006-04-07 15:54, Jonathan Horne <[EMAIL PROTECTED]> wrote:
> > im still pretty new to freebsd. ive been playing around with the cvsup
> > tools, and they are quite fascinating.
> >
> > i changed my production server from Fedora to FreeB
I can't seam to get mplayerplug-in to work with firefox. The plugin appears to
load fine. The video box shows up in the browser, the media appears to
download (buffering) and then the thing stops (stopped displayed). When I
tell it to play it just goes back to stopped.
Oddly, if I use mplayer a
Garrett Cooper wrote:
Lowell Gilbert wrote:
Garrett Cooper <[EMAIL PROTECTED]> writes:
By the way, I also ran mergemaster as shown above. I forgot to
originally include that.
Did you also forget to mention building and installing the new kernel
before the reboot? If you actually left
Hi!
I am writing for different reasons. I am not sure which mail to send to
so i use this one. Hope thats ok...
First of all i would like to tell you about my project. I am currently
working on a BSD oriented website in Swedish. It will not be a FreeBSD
specific website. I will cover most of
I have nis setup and working great. I made a copy of master.passwd in
/var/yp and removed the system accounts. The manual says that when I add a
user to the primary server and issue make nisdomainname(in /var/yp) the
new user should be added to the nis maps. Am I missing something, as I
have to cop
Hi there,
Can anyone tell me the detial of how to install and configure CVSup?
-Exploit_it
_
使用世界上最大的电子邮件 系统― [1]MSN Hotmail
References
1. http://g.msn.com/8HMACNCN/2755??PS=47575
in message <[EMAIL PROTECTED]>,
wrote Parv thusly...
>
> having problem using keyboard under XFree86 4.5.0 (same thing
> in Xorg 6.8.x), running FreeBSD 6.1-PRERELEASE on Dell Inspiron
> 5000e laptop, ATI Rage 128 Mobility M3 card. (With FreeBSD 4.11 &
> XFree86 4.3, i did not have any problem wit
i guess you want to update your ports tree. it is very well explained in
the handbook, or
http://www.bsdguides.org/guides/freebsd/misc/update_ports_tree.php
Mc Shch wrote:
>
> Hi there, Can anyone tell me the detial of how to install and
> configure CVSup?
>
> -Exploit_it
> ___
Hi,
My appologies in advance for the OT post.
This probably more appropriately belongs on ISP@ but
there doesn't seem to be much traffic there.
To the point: I'm about to provide hosting services,
including but not limited to email, to a few local
business. Right now I have Sendmail configured
On Fri, 7 Apr 2006 20:15:15 -0600 (MDT)
[EMAIL PROTECTED] wrote:
> I have nis setup and working great. I made a copy of master.passwd
> in /var/yp and removed the system accounts. The manual says that
> when I add a user to the primary server and issue make
> nisdomainname(in /var/yp) the new user
Jonathan Horne wrote:
On Friday 07 April 2006 16:34, Giorgos Keramidas wrote:
i can definatly see the benefits of using cvsup to take care of
problem with some things (like sendmail), but allowing it to update
everything under the /usr/src tree, im wondering if i could be setting
myself up f
Kevin Kinsey writes:
> It's somewhat interesting (to me) that the even numbered releases
> seem to have had longer and perhaps more successful runs than the
> odd numbered ones. 5.X, in particular, seemed short to me.
Two comments:
1) Sample size = 2.
2) 4 has run lon
Hello!
I upgraded X-server to xorg-6.9.0 a month ago. Since then, xfontsel
would not start and xterm crashes when I try to bring up any of its
three menus by pressing any of the mouse buttons while holding Ctrl.
The messages are always the same:
Warning: Unable to load any usable ISO8859
On Friday 07 April 2006 04:01 pm, Paul Marciano wrote:
> --- Peter Wemm <[EMAIL PROTECTED]> wrote:
> > On Friday 07 April 2006 12:47 pm, Paul Marciano
> >
> > wrote:
> > > Hello. I read a while back about someone working
> >
> > on
> >
> > > supporting sparse kernel crash dumps (dumping only
> >
>
Jona Joachim wrote:
> Michael Nottebrock wrote:
>> Jeff Cross schrieb:
>>
>>> I did have "glx" and "dri" but I added the DRI section to my
>>> configuration. Adding the section ans restarting X did not seem to work.
>>>
>>> I also did not have the i915.o kernel module on my system. How might I
>>
1 - 100 of 103 matches
Mail list logo