At 11:08 AM 3/29/2006, Andy Greenwood wrote:
I'm having some trouble setting up ssmtp . but when I try to use
/usr/bin/mail, I get logs in my maillog trying to use sendmail,
which is set to none in rc.conf. How do I set this up so that all
mail sends out through ssmtp?
Edit /etc/mail/mail
--- [EMAIL PROTECTED] wrote:
> Hi, I've just bought 2 soekris net4801-60 boxes and am having trouble
> getting
> them to perform under FreeBSD.
>
> They are on a 100Mbit network and the network works fine for other
> machines
> - FreeBSD, Linux and Windows.
>
> I've tried a custom kernel runnin
On Wed, Mar 29, 2006 at 11:15:53AM +0200, Helge Sandring wrote:
> > > what does that mean? the server ran without problems for 530+ days now
> > > suddenly this?
> >
> > Your hardware is failing?
> >
> > Kris
>
> Well, none of the log files shows any error indication ... the box runs and
> sudd
I dunno if this goes more in an X window mailing list, but hopefully you
guys can help
How do I put a terminal in the background of my X display (ie a window, full
screen, no border, transparent), I dont even need to be able to type, I just
want to be able to see system shutdown notices and the l
Any one using a current small laser printer that cost's in the 100 to 200
dollar range. I've been looking at several to print Invoices on but I keep
running in circles trying to figure out if they will work. If you got
something in that range to work which one?
On Wed, 29 Mar 2006, Micah wrote:
Chris Maness wrote:
I just updated my ports and tried to compile open office. got this failure
while trying to compile. Any suggestions?
g++-ooo: Internal error: Killed: 9 (program cc1plus)
Please submit a full bug report.
See http://gcc.gnu.org/bugs.ht
On Wed, Mar 29, 2006 at 02:17:31PM +0200, Vaaf wrote:
> At 22:34 28.03.2006, Joseph Vella wrote:
> >I notice a lot of references to version 4.x. Is there any
> >overwhelming reason
> >why its use seems to be still popular. I'm wanting to set up a server
> >(just
> >for play) on my home network
Darryl Hoar wrote:
Greetings,
I have a Freebsd 6.0-Release system that I just
installed. I have installed Apache 1.3.33 from the
ports system.
I can see the index.html file when I point my browser
to the server. What I can't do is :
browse to : http://server/cgi-bin/cscripts/myscript.cgi
I
Scott Hiemstra wrote:
Thanks Jerry... I'll give it a try this evening.
You may also wish to have a gander at growfs(8) ...
... the man page isn't too long, and it sounds like
"the right tool" IYKWIM.
HTH,
KDK
--
There is no security on this earth. There is only opportunity.
Robert Uzzi wrote:
Any one using a current small laser printer that cost's in the 100 to 200
dollar range. I've been looking at several to print Invoices on but I keep
running in circles trying to figure out if they will work. If you got
something in that range to work which one?
Hi.
I bought
On 3/29/06, Robert Uzzi <[EMAIL PROTECTED]> wrote:
>
> Any one using a current small laser printer that cost's in the 100 to 200
> dollar range. I've been looking at several to print Invoices on but I keep
> running in circles trying to figure out if they will work. If you got
> something in that r
Dear List,
i have prototyped a subset of the linux seq command in php ( ouch, yes. ). why?
i don't know how to do it in any shell-script. i have been reading
man-pages, searching google, but years later, i still can't do a thing
in them. maybe it is my blindspot. here it goes ( without the tags e
Hello All
I recently received a D-Link DWL-G510 network card. I ran ndisgen as I
have done before with other cards and all seemed to go well. A kernel
module, MRV8K51_sys.ko was generated.
When manually loading the module I received the following:
# kldload MRV8K51_sys
no match for _except_handl
Hi,
I'd like to know if is it common Squid works with 100% of the CPU.
I'm using a Pentium III 900, running Squid + Apache + IPFW.
It's happening always when I get a problem with the DSL, when it get
slow.
Is it normal, or could I do some configuration to fix that?
Best Regards,
R
2006/3/29, Vaaf <[EMAIL PROTECTED]>:
> FreeBSD, and UNIX for that matter, is based off 30-year-old concepts.
> Noboy can deny this. That being said, you can compare the development
> of FreeBSD to building a skyscraper on shallow grounds. Naturally, the more
> you build the more building is likely
Rodrigo G. Tavares de Souza wrote:
>I'd like to know if is it common Squid works with 100% of the CPU.
>I'm using a Pentium III 900, running Squid + Apache + IPFW.
No, it's not common. I've had a squid process running for about 4 months (Nov
05) that's accumulated about 50 minutes of CPU,
Joseph Vella wrote:
I notice a lot of references to version 4.x. Is there any overwhelming reason
why its use seems to be still popular. I'm wanting to set up a server (just
for play) on my home network using a PII machine. Am I better off using an
older version for such old equipment?
No,
Kris Kennaway wrote:
On Tue, Mar 28, 2006 at 05:11:05PM -0500, DAve wrote:
Really you want to use 6.0 or 6.1 on any new system, simply because
that's the modern, supported version of FreeBSD.
Kris
I get frightened when something is no longer "modern" when it is less
than a year old. http://ww
On 3/28/06, Jacob S <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Tue, 28 Mar 2006 10:19:21 -0500
> DAve <[EMAIL PROTECTED]> wrote:
>
> > Not ever having had to configure DST before, any advice on a work
> > around since most OSes provide no DST for my timezone
On Wed, Mar 29, 2006 at 01:19:30PM -0500, DAve wrote:
> Kris Kennaway wrote:
> >On Tue, Mar 28, 2006 at 05:11:05PM -0500, DAve wrote:
> >
> >>>Really you want to use 6.0 or 6.1 on any new system, simply because
> >>>that's the modern, supported version of FreeBSD.
> >>>
> >>>Kris
> >>I get frighten
never mind!
#!/bin/csh
if ($#argv == 2) then
@ start = $argv[1]
@ end = $argv[2]
@ i = $argv[1]
while ( $i <= $end )
echo $i
@ i = $i + 1
end
endif
if ($#argv == 3) then
@ start = $argv[1]
@ end = $argv[3]
On 3/29/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
>
> On Wed, Mar 29, 2006 at 02:17:31PM +0200, Vaaf wrote:
> > At 22:34 28.03.2006, Joseph Vella wrote:
> > >I notice a lot of references to version 4.x. Is there any
> > >overwhelming reason
> > >why its use seems to be still popular. I'm wanti
I have two interfaces, em0 and em1. Whenever I try to put assign an IP address
to em1, the kernel crashes. I've tried different ip's and subnets, all with the
same result. How can I find the error that caused it to crash? It isn't in the
messages log and I'm not sure where else to look.
TIA,
St
--- "Conrad J. Sabatier" <[EMAIL PROTECTED]> wrote:
> On Tue, 28 Mar 2006 01:51:41 -0500 (EST)
> Peter <[EMAIL PROTECTED]> wrote:
>
> > I am still trying to get my USB hard drive to work. It used to
> work
> > but now when I plug it in all I get is:
> >
> > kernel: umass0: PI-036 USB2.0 Drive,
On Mar 29, 2006, at 9:19 AM, [EMAIL PROTECTED] wrote:
ftp put is around 3Mbytes/sec and ftp get is around 2Mbytes/sec
ifconfig says:
sis0: flags=8843 mtu 1500
options=8
inet 172.20.36.56 netmask 0xf800 broadcast 172.20.39.255
inet6 fe80::200:24ff:fec5:cf48%sis0 prefi
On Wed, 29 Mar 2006 20:43:43 +0200
[EMAIL PROTECTED] wrote:
> never mind!
man 1 jot
--
Bill Moran
Collaborative Fusion Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send
On Wed, Mar 29, 2006 at 01:30:51PM -0500, Kris Kennaway wrote:
> On Wed, Mar 29, 2006 at 01:19:30PM -0500, DAve wrote:
> > Kris Kennaway wrote:
> > >On Tue, Mar 28, 2006 at 05:11:05PM -0500, DAve wrote:
> > >
> > >>>Really you want to use 6.0 or 6.1 on any new system, simply because
> > >>>that's t
jot != seq
but i found the seq in compat/linux.
regards,
usleep
On 3/29/06, Bill Moran <[EMAIL PROTECTED]> wrote:
> On Wed, 29 Mar 2006 20:43:43 +0200
> [EMAIL PROTECTED] wrote:
>
> > never mind!
>
> man 1 jot
>
> --
> Bill Moran
> Collaborative Fusion Inc.
>
___
Robert Uzzi wrote:
> Any one using a current small laser printer that cost's in the 100 to 200
> dollar range. I've been looking at several to print Invoices on but I keep
> running in circles trying to figure out if they will work. If you got
> something in that range to work which one?
I bought
On Wed, 29 Mar 2006 21:13:24 +0200
[EMAIL PROTECTED] wrote:
> jot != seq
Equivalent, no. But it does offer comparative functionality. You
should be able to write a shell script that wraps jot and provides
its functionality in the same format as seq.
--
Bill Moran
Collaborative Fusion Inc.
___
Good morning dear FreeBSD enthusiast,
I am trying to install a FreeBSD system for the first time. I wish to
support a SCSI DVD-RAM. I have found a bash program that provides a user
interface to use this device for backup, kindly posted by a programmer in
Norway. It depends on the CAM subsystem.
On 29/03/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 29, 2006 at 01:30:51PM -0500, Kris Kennaway wrote:
> > On Wed, Mar 29, 2006 at 01:19:30PM -0500, DAve wrote:
> > > Kris Kennaway wrote:
> > > >On Tue, Mar 28, 2006 at 05:11:05PM -0500, DAve wrote:
> > > >
> > > >>>Really you want t
> You
> should be able to write a shell script
as i stated in my message, i lack shell scripting experience.
> that wraps jot and provides
> its functionality in the same format as seq.
yes, and to convert steps to reps you will need $reps = ($end -
$start) / $steps, and then see the difference
On Wed, Mar 29, 2006 at 08:48:07PM +0100, Chris wrote:
> Well without a doubt 4.x is the fastest and most stable freebsd out of
> the 3. The comment earlier where it just runs and runs is a good way
> of describing it.
6.x is faster at filesystem performance and other tasks.
> 5.x had a big per
Michael Hughes wrote:
PII machine. Am I better off using an older version for such old
equipment? If so, do any particular versions stand out?
I use vinum on two of my machine and most of what I have seen on the
list about gvinum isn't good. That is the main reson I haven't
upgraded.
In the last episode (Mar 29), [EMAIL PROTECTED] said:
> > You
> > should be able to write a shell script
>
> as i stated in my message, i lack shell scripting experience.
>
> > that wraps jot and provides
> > its functionality in the same format as seq.
>
> yes, and to convert steps to reps you
Dan, Bill,
thank you, my bad for not reading the manpage thoroughly enough.
i was put off by reps being the first parameter, and interpreted [s] (
stepsize ) as being the separator string, and assumed there was no
stepsize.
sorry for the fuzz, but at least i upped my shellscripting abilities :-)
Hello,
yes I did a CVSUP frech from clean ports.
I do not haev gnome isntalled, whatever application which needs X11 fails
to build because of there is no X11 include.
it's the first time that happens this thing to me...
I will be forced to take X11 includes somewhere from another system ?
I do
On Sat, 2006-03-25 at 19:06 -0300, Luiz Eduardo Guida Valmont wrote:
> Hi,
>
> its dependancies) overnight. But I woke up the next day to find the login
> prompt and a few (2, i guess) messages of bad blocks somewhere in the /usr
> filesystem
>
> The HD is a Seagate one.
>
I used to have the
Hi, I am trying install VMwareWorkstation 5 in FreeBSD with ABI
Linux...Please see it.
=
*
horus/(root)> ./vmware-install.pl
Setup is unable to find the "lsmod" program on your machine. Please make
sure it
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> hi im running freebsd 6.1PRE
> i cant login to shell root or normal user, even i boot into
single user,
> this error below always appear, is there anyway i can fix this or
i can
> login, thanks.
>
> /libxec/id-elf_so.1: Shared object "pluginwrapper/f
Hi, i have freebsd 6.0 in a dl380 g3, im copying a 3.0G file from one
server (with gentoo) to the freebsd server using scp, the transfer rate
is terrible slow, check out this
napstats# scp [EMAIL PROTECTED]:NAPSTATS_TRANSFER/stopacct_borrar
stopacct_borrar
stopacct_borrar
On Wed Mar 29 11:17 , Colin Percival sent:
>Robert Uzzi wrote:
>> Any one using a current small laser printer that cost's in the 100 to 200
>> dollar range. I've been looking at several to print Invoices on but I keep
>> running in circles trying to figure out if they will work. If you got
>> som
Lee Shackelford wrote:
Good morning dear FreeBSD enthusiast,
I am trying to install a FreeBSD system for the first time. I wish to
support a SCSI DVD-RAM. I have found a bash program that provides a user
interface to use this device for backup, kindly posted by a programmer in
Norway. It depe
D 0 ear Home Ow i ner ,
Your cred f it doesn't matter to us ! If you O W WN real e Y st K at W e
and want IMMED 8 IAT r E ca w sh to sp 4 end ANY way you like, or simply
wish
to L v OWER your monthly p n ayments by a third or more, here are the
deal D s
we have T i ODA V Y :
$48 F 8,000.0
There is a patch to OpenSSH to fix the buffer size problem caused by
the different operating systems OpenSSH runs on. When the host and
remote are different operating systems the send/receive buffer sizes
do not match and this causes drastic slow down. Like in using gentoo
client connecting to a F
Kris Kennaway wrote:
but it's the final release of a branch that is *over 7
years old* and carrying over 7 years worth of legacy baggage, and
that's really the key point here.
Kris
Aw, c'mon, now. There's that other outfit that's
using Mr. Cutler's 13-year-old legacy code, and
they've
Now that I finally got xinerama working again (by using MergeFB as an
Option for my Radeon card), another problem has cropped up. The
screensaver isn't running, and when I lock the workstation, I can't get a
prompt to unlock. The screen goes to the unlock screen with no prompt.
dbus is runni
I'm looking for a passively cooled pci-express card that will support
dual-head w/ dvi lcd's on FreeBSD -STABLE.
I'm currently using an AGP based matrox and it works well enough.
I don't do anything 3-D, just a gnome desktop and various xterms and
xemacs and stuff. The only fancy hardware accel
--On Wednesday, March 29, 2006 16:54:21 -0600 Paul Schmehl
<[EMAIL PROTECTED]> wrote:
Now that I finally got xinerama working again (by using MergeFB as an
Option for my Radeon card), another problem has cropped up. The
screensaver isn't running, and when I lock the workstation, I can't get a
Hello,
Wednesday, March 29, 2006, 1:48:47 AM, you wrote:
P> pccard0: <16 bit PCCard bus> on cbb0
P> pccard1: Card has no functions!
P> cbb1: PC Card card activation failed
P> FreeBSD 6.0 with DEFAULT kernel
P> What i need?
Google said, what i need use OLDCARD.. What is it and why?
Nobody known
Martin,
this 'how to' isn't working... It isn't up to date,
some downloads doesn't exist
What can I do ?
Aguiar
--- Martin Hepworth <[EMAIL PROTECTED]> escreveu:
> Hi
>
> there's an excellant 'how to' here...
>
>
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/java-tomcat/
>
> --
> Mar
Bill Moran wrote:
On Wed, 22 Mar 2006 00:46:57 +
John Murphy [1]<[EMAIL PROTECTED]> wrote:
Alfred Morgan [2]<[EMAIL PROTECTED]> wrote:
I have upgraded 4 different machines from various FreeBSD versions of
5 to various versions of 6 and 3 of the machines has a problem where
the
One of the big changes from moving from the Linux kernel to BSD is the
device naming system, so I have pretty much gotten the habit of manually
mounting/umounting when needed.
For the filesystem question, I usually use ext2- compatible with linux, bsd,
and write support on a msft operating system
Hi, im loading a lot of information to a postgresql 8.1.3 database, im
using the copy command, using the same file and version of postgres in
gentoo it spend a few minutes (~4-5), in freebsd 6.1-beta4 it has
already spent 25 minutes and the server apparently is doing nothing, and
the reponse ti
Hey all,
Before I get into my FreeBSD issue, I would like to apologize for not
being able to provide abundant details in this first submission. The
server I am having trouble with is located at school (it's the tech club
server) and so I don't have a lot of access to it when it is convenient.
Hi there,
I just added a second drive to one of my FreeBSD servers. I am wondering if
somebody can send me to a good URL tutorial that explains how to partition the
drives.
Looking forward to your response.
Cheers,
Noah
___
freebsd-questions@fre
On Wed, Mar 29, 2006 at 07:09:26PM -0600, Miguel wrote:
> Hi, im loading a lot of information to a postgresql 8.1.3 database, im
> using the copy command, using the same file and version of postgres in
> gentoo it spend a few minutes (~4-5), in freebsd 6.1-beta4 it has
> already spent 25 minutes
>
> Hi there,
>
> I just added a second drive to one of my FreeBSD servers. I am wondering if
> somebody can send me to a good URL tutorial that explains how to partition the
> drives.
It is documented in the handbook and also in the fdisk, disklabel and newfs
man pages.
In addition, I have wr
On Wed, 29 Mar 2006 17:19:25 +0200, in sentex.lists.freebsd.questions
you wrote:
>Hi, I've just bought 2 soekris net4801-60 boxes and am having trouble getting
>them to perform under FreeBSD.
>
>They are on a 100Mbit network and the network works fine for other machines
>- FreeBSD, Linux and Windo
SuccessfulHosting.com
:)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Hi friends,
I am a relative newbie, so please don't flame me if my question doesn't make
sense.
In a network experiment to determine appropriate length of router buffers, I
am using pfctl on FreeBSD 5.3 to limit the bandwidth to 100 Mbps on a 1 Gig
link and limit the queue to 240 packets, and I u
Back in 5.2 development when OpenBSD pf was being included
in the base system there was talk that ALTQ for bandwidth
management was also being worked on to become part of
the base system.
What is the status of ALTQ is it a port or in the base system now?
___
Hi everyone,
Thanks for replying..
I'm currently on the phase I of the plan. Its not finalized yet. I hope you
can add some more. What else do you want to know if you will be reorganizing
your own LAN? Also, if you have a clue on what the succeeding phase should
be..Anyway, I will try to
Hi everyone,
Thanks for replying..
I'm currently on the phase I of the plan. Its not finalized yet. I
hope you can add some more. What else do you want to know if you will be
reorganizing your own LAN? Also, if you have a clue on what the
succeeding phase should be..Anyway, I will try to
It would seem all this mailist list is interested in answering is
meaningless questions like "why wont my computer shutdown" and "Does
mod_php4 include php4?".. duh
How about answering something that may be usefull for some people!
Kris
-Original Message-
From: [EMAIL PROTECTED]
[mailto
On Wed, Mar 29, 2006 at 03:08:59PM -0800, George Hartzell wrote:
>
> http://www.nvidia.com/page/quadronvs.html
>
> which seem to almost cut it. Googling suggests that xinerma
> performance isn't usable, but that they do ok as separately managed
> desktops.
>
Nvidia has a proprietary mode called
On 3/29/06, fbsd_user <[EMAIL PROTECTED]> wrote:
> Back in 5.2 development when OpenBSD pf was being included
> in the base system there was talk that ALTQ for bandwidth
> management was also being worked on to become part of
> the base system.
>
> What is the status of ALTQ is it a port or in the
On 03/30/06 09:28 Mike Tancsa said the following:
On Wed, 29 Mar 2006 17:19:25 +0200, in sentex.lists.freebsd.questions
you wrote:
ftp put is around 3Mbytes/sec and ftp get is around 2Mbytes/sec
ifconfig says:
They are not the fastest around, but it depends what you want to do
with them. On
On 3/29/06, Chris <[EMAIL PROTECTED]> wrote:
> On 29/03/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > On Wed, Mar 29, 2006 at 01:30:51PM -0500, Kris Kennaway wrote:
> > > On Wed, Mar 29, 2006 at 01:19:30PM -0500, DAve wrote:
> > > > Kris Kennaway wrote:
> > > > >On Tue, Mar 28, 2006 at 05:11:05P
I accidently newfs'ed a partition I didn't want to newfs. Is there a way to
recover the data on that partition?
_ Jon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail
Benjamin Lutz <[EMAIL PROTECTED]> wrote: Hello jay,
I see no place for a wireless network in a professional network. It's hard to
secure it (it's possible, encrypted-VPN-over-WLAN works, but it's difficult
and expensive to set up). Stick with a wired LAN, and there'll be one
security threat
Benjamin Lutz <[EMAIL PROTECTED]> wrote: Hello jay,
I see no place for a wireless network in a professional network. It's hard to
secure it (it's possible, encrypted-VPN-over-WLAN works, but it's difficult
and expensive to set up). Stick with a wired LAN, and there'll be one
security threat
Hi,
I try to portinstall audio/akode (needed by kde) and I get the
following error:
labtop52: /usr/local/sbin/portinstall audio/akode
[...]
then mv -f ".deps/akodeplay.Tpo" ".deps/akodeplay.Po"; else rm -f
".deps/akodeplay.Tpo"; exit 1; fi
In file included from akodeplay.cpp:29:
/usr/local/inclu
101 - 174 of 174 matches
Mail list logo