I run kdm on ttyv8, as recommended by the handbook.
% grep kdm /etc/ttys
ttyv8 "/usr/local/bin/kdm -nodaemon"xterm on secure
I'm also using the closed-source nvidia drivers. To upgrade them requires that
I unload nvidia.ko.
Which I can't do with kdm running, because it needs that mod
Kris Kennaway a écrit :
On Thu, May 12, 2005 at 02:24:51PM +0200, Herv? Kergourlay wrote:
I change the kernel with the following command
sysctl kern.corefile="/cores/%U/%P%N.core"
Make sure those directories exist and are writable by the user. They
won't be created automatically.
Jason Briggaman wrote:
I'm curious if anyone has had any luck installing vmware 5.0
workstation on FreeBSD? Thanks in advance.
FWIW:
I too was/am interested in vmware on FreeBSD. However I recently posted
a question to ports@ and got a response saying that anything more recent
than vmware3 would
On 5/13/2005 8:28, Jeff Bethke wrote:
Hi All,
I have a host that has been super relilable without issues. Then,
I had a power outage. After that, the host has stayed stable for
anywhere from 6 to 48 hours... Then the host mysteriously reboots
itself. I swapped out the power supply (figurin
On Fri, May 13, 2005 at 02:52:52AM +0200, Pietro Cerutti wrote:
>
> Kelly D. Grills wrote:
> >
> >Have a look at section 23.3.5 of the handbook. -r=1024 cured my
> >problems.
> >
>
> Thank you, this solves the problem when mounting manually.
> What if I used amd to automatically mount the NFS sha
Hi All,
I have a host that has been super relilable without issues. Then, I
had a power outage. After that, the host has stayed stable for anywhere
from 6 to 48 hours... Then the host mysteriously reboots itself. I
swapped out the power supply (figuring a fried power supply could
possibly
I recently bought a Kensington Wireless Desktop keyboard/mouse combo in
the hope that it would work with a USB KVM switch. It works fine with
Windows (and presumably Mac), but with FreeBSD the mouse doesn't work.
The ums driver sees the mouse and attaches:
ums0: Kensington Kensington Wireless De
Hi ..
On Thursday 12 May 2005 17:47, Kris Kennaway wrote:
>
> > (I guess this
> > happened when I did a "pkg_add -r gmake". Perhaps this should be
> > reported as a "bug" ... )
>
> No, it didn't. In order to damage your system in this way you need to
> take some other form of manual action.
>
On Thursday 12 May 2005 01:49:01, [EMAIL PROTECTED] wrote:
> Hi
> My original XF86Config has not been changed during upgrade to 6.8.2 nor
> have there been any hardware changes. Startx worked prior to upgrade - now
> display starts and immediately returns to consol. Keyboard works fine on
> consol.
On Thu, May 12, 2005 at 05:11:03PM -0500, Benjamin J Doherty wrote:
> I've been struggling with pam_ldap for three days now and cannot see
> what I am doing wrong. I'm trying to use OpenLDAP for
> authentication, though I threw nss_ldap in for good measure. What's
> so baffling to me is tha
On Thu, 12 May 2005 21:05:35 -0400 (EDT)
Matt Juszczak <[EMAIL PROTECTED]> wrote:
> My server has an 18 gig drive in it. I'm looking to do incremental
> backups every night, where my entire /ext partition will be mirrored
> elsewhere (/ext is the only thing with anything special on it that
> woul
On Fri, May 13, 2005 at 02:52:52AM +0200, Pietro Cerutti wrote:
> Kelly D. Grills wrote:
> >
> >Have a look at section 23.3.5 of the handbook. -r=1024 cured my
> >problems.
>
> Thank you, this solves the problem when mounting manually.
I also highly recommend the intr option to all NFS mounts.
Howdy,
My server has an 18 gig drive in it. I'm looking to do incremental backups
every night, where my entire /ext partition will be mirrored elsewhere
(/ext is the only thing with anything special on it that would need to be
recreated).
I was thinking of either backing up to my home machine,
Kelly D. Grills wrote:
Have a look at section 23.3.5 of the handbook. -r=1024 cured my
problems.
Thank you, this solves the problem when mounting manually.
What if I used amd to automatically mount the NFS share?
I didn't find how to set mount specific options in amd.
Thank you once again!
--
Piet
On Thu, May 12, 2005 at 04:23:29PM -0700, Mark Probert wrote:
> Hi ..
>
> On Thursday 12 May 2005 13:47, Mark Probert wrote:
> > Hi ..
> >
> > I have just updated my source tree, gone into /usr/src, and have the
> > following error:
> >
> > kant# make -j4 buildworld
> > Makefile:92: *** missing
On 5/13/05, Benjamin Keating <[EMAIL PROTECTED]> wrote:
> Thanks! I completely forgot about `make fetchindex`. Would this
> command replace `portsdb -Uu`?
I use a SH script to do something similar.
On Thu, May 12, 2005 at 02:24:51PM +0200, Herv? Kergourlay wrote:
> >>I change the kernel with the following command
> >>sysctl kern.corefile="/cores/%U/%P%N.core"
> >>
> >>
> >
> >Make sure those directories exist and are writable by the user. They
> >won't be created automatically.
> >
> >
Thanks! ntpdate running after ntpd was what was causing the problem.
Also a good reminder to grep out relevant parts in
/etc/defaults/rc.conf... as my conf file was, by default
/var/db/ntpd.drift'. No wonder my /etc/ntpd.conf didn't get touched.
Thanks again Sean.
- bpk
On 5/12/05, Sean Murphy <[
Hi ..
On Thursday 12 May 2005 13:47, Mark Probert wrote:
> Hi ..
>
> I have just updated my source tree, gone into /usr/src, and have the
> following error:
>
> kant# make -j4 buildworld
> Makefile:92: *** missing separator. Stop.
>
(Many thanks to csghost for the help.)
Just to record the sol
On Thu, May 12, 2005 at 09:21:39PM +0200, Pietro Cerutti wrote:
> I have a problem with a NFS exports: the client freezes while transfering
> "large amount" of data.
Have a look at section 23.3.5 of the handbook. -r=1024 cured my
problems.
--
Kelly D. Grills
[EMAIL PROTECTED]
pgpaKQeWryObu
Ensure you due ntpdate before you run ntpd.
This can be done just once from the command line and ntpd cannot be running.
ntpdate ntp2.sf-bay.org
then add the following to /etc/rc.conf
ntpd_enable="YES"
ntpd_flags="-c /etc/ntp.conf -p /var/run/ntpd.pid"
between the lines is a example of ntp.conf
Mark Probert wrote:
Hi ..
I have just updated my source tree, gone into /usr/src, and have the following
error:
kant# make -j4 buildworld
Makefile:92: *** missing separator. Stop.
kant# make -v
GNU Make 3.80
Check your PATH. GNU Make should not be used to compile the sources.
pmake (/usr/bin/
Robert Huff wrote:
> I'm trying to add SASL to sendmail (more accurately, to make it
> so it's done as part of the default sendmail build under -CURRENT).
> I have:
>
> 1) installed cyrus-sasl-2.1.20_1
> 2) added
>
> SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL=2
> SEN
Thanks! I completely forgot about `make fetchindex`. Would this
command replace `portsdb -Uu`?
On 12 May 2005 18:01:19 -0400, Lowell Gilbert
<[EMAIL PROTECTED]> wrote:
> Benjamin Keating <[EMAIL PROTECTED]> writes:
>
> > I did a very generic install of FreeBSD 5.4 on stable hardware.
> > Updated
Hello.
I recently enabled smartd on a 5.4 SCSI-only box, and since then I'm
getting the following messages. Everything seems to work right, but I'd
like to understand if these are warnings, whether they should be taken
seriously, etc...
They seem to come in half-hour steps (i.e., in this case xx
I'm running a generic install of FreeBSD 5.4 and would like to setup
ntpd. ntpdate doesn't do me much good as I rarely reboot, but I took
the handbooks suggestion of using it anyway (and I've verified it
works)). Anyway, I'm having trouble setting up ntpd and it'd be great
if I could get your input
Friends,
I've been struggling with pam_ldap for three days now and cannot see
what I am doing wrong. I'm trying to use OpenLDAP for
authentication, though I threw nss_ldap in for good measure. What's
so baffling to me is that I can add a new user to the directory and
verify its existence
I recently found this on the net while working on a project:
http://www.ctie.monash.edu.au/SocketCC/
I have found the little of it I have managed to use very usefull. Just
wondering if other people think it is worth making a port out of, and if so
what it would involve?
--
/Xian
"The only rea
On Thursday 12 May 2005 17:57, Charles Swiger wrote:
> On May 12, 2005, at 12:45 PM, Chad Morland wrote:
> > I was wondering if there is a FreeBSD equivalent to /proc/net/dev from
> > Linux. I am trying to get bit and packet counter info from my network
> > devices.
>
> I would use the counters bui
Benjamin Keating <[EMAIL PROTECTED]> writes:
> I did a very generic install of FreeBSD 5.4 on stable hardware.
> Updated ports and then did this:
>
> toki# cd /usr/ports/
> toki# make index
> Generating INDEX-5 - please wait.."/usr/ports/Mk/bsd.port.mk", line
> 4847: warning: duplicate script for
Alex Zbyslaw wrote:
Alex Zbyslaw wrote:
Timothy Smith wrote:
set the LIBIDL_CONFIG environment variable to the
*** full path to libIDL-config.
Or try:
setenv LIBIDL_CONFIG `which libIDL-config-2`
or it {ba,z}sh equivalent.
--Alex
ok i just did the following ( i must have mis typed the first tiem
I'm curious if anyone has had any luck installing vmware 5.0
workstation on FreeBSD? Thanks in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PRO
I have problems similar to this when the machine I was connecting to did
not have proper DNS setup, and (I believe) was unable to get a fix on
who I was...
Just a thought.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chris
Sent: Thursday, May 12, 2005
Fafa Hafiz Krantz wrote:
Hey!
I'm experiencing a rather unusual delay in between login as:
and Password: when I SSH in via PuTTY -- it lasts for about 1
minute, maybe a bit more. How can this be?
After I've logged in, there's an additional (5-10 seconds) delay
in the loading of zsh. This happened a
I did a very generic install of FreeBSD 5.4 on stable hardware.
Updated ports and then did this:
toki# cd /usr/ports/
toki# make index
Generating INDEX-5 - please wait.."/usr/ports/Mk/bsd.port.mk", line
4847: warning: duplicate script for target "add-p
list-post" ignored
fityk-0.4.4_1: "/usr/ports
Hey!
I'm experiencing a rather unusual delay in between login as:
and Password: when I SSH in via PuTTY -- it lasts for about 1
minute, maybe a bit more. How can this be?
After I've logged in, there's an additional (5-10 seconds) delay
in the loading of zsh. This happened after I switched from t
On 05/07/05 11:12, Lowell Gilbert wrote:
> ravi <[EMAIL PROTECTED]> writes:
>
>> thanks for the response. greatly appreciated -- i was afraid my post
>> would be buried by the archive copyright debate ;-).
>
> I'm not even reading it. I'm sure I'm not the only one. Good
> software for reading m
I'm setting up a couple of servers that will check authentication against
an LDAP server, and so far, things are going well. I have pam and nss_ldap
and all of that functioning, but I'm trying to figure out netgroups.
I only want certain (large, broad) groups of people to be able to login to
a gi
On 05/06/05 17:49, Alex Zbyslaw wrote:
> ravi wrote:
>
>>>pkg_delete -f /var/db/pkg/imake-4* /var/db/pkg/XFree86-*
>>>cd /usr/ports/x11/xorg && make install
>>>pkgdb -F
>>>
>>>Users of -stable or older -current can switch to X.Org by setting
>>>X_WINDOW_SYSTEM=xorg in make.conf
Hi ..
I have just updated my source tree, gone into /usr/src, and have the following
error:
kant# make -j4 buildworld
Makefile:92: *** missing separator. Stop.
kant# make -v
GNU Make 3.80
kant# uname -a
FreeBSD kant 5.3-RELEASE FreeBSD 5.3-RELEASE #1: Mon Jan 24 15:27:25 PST 2005
[EMAI
On Thu, 12 May 2005, Duane Winner wrote:
Does anybody have recommendations for a good solution to alert me while I am
not at work if something goes wrong with my infrastucture/network/servers?
In other words, if I am at home, I need to be alerted if one of my FreeBSD
servers go down, but also if
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Michal Mertl
> Sent: Thursday, May 12, 2005 6:37 AM
> To: Ted Mittelstaedt
> Cc: freebsd-questions@freebsd.org
> Subject: RE: NTP issues with 5.4
>
>
> Ted Mittelstaedt píše v st 11. 05. 2005 v 21:05 -070
Hi list,
I have a problem with a NFS exports: the client freezes while transfering
"large amount" of data.
Both client and server are FreeBSD-5.4-RELEASE machines, builded on
Tuesday, May 10.
Here's some info:
--- SERVER ---
# /etc/exports
/share -maproot=0 -network 192.168.1.0 -mask 255.255.25
Hi,
I just installed FSB5.4-RELEASE in my laptop, a compaq nx9005. It has
an ATI video adpter. But something is wrong. The Xserver puts the following
message:
error: [drm:pid551:radeon_cp_init] * ERROR*radeon_cp_init called without lock
Thanks a lot,
Regi
_
PF is wonderful for this. I manage a router with 3 DSL Circuits and
have PF setup to round-robin between them. The configuration is fairly
simple, and I can provide my pf.conf if you'd like for some
clarification on how to go about doing it.
Actually, I for one would be quite interested in seeing
On 5/12/05, Alex Zbyslaw <[EMAIL PROTECTED]> wrote:
> Tomas Quintero wrote:
>
> >PF is wonderful for this. I manage a router with 3 DSL Circuits and
> >have PF setup to round-robin between them. The configuration is fairly
> >simple, and I can provide my pf.conf if you'd like for some
> >clarifica
At 11:15 AM 5/12/2005, Mark Probert wrote:
Hi ..
Is there documentation on how to do a kernel upgrade? I am looking at going
from 5.3 to 5.4 and I am pretty sure that steps are:
(1) upgrade the /usr/src tree
(2) recomple the kernel
(3) install the new kernel
I am not sure of the best or offi
Rob píše v čt 12. 05. 2005 v 07:47 -0700:
> Michal Mertl wrote:
> > I have been doing upgrades from source for ages and
> > never had a problem. It is a documented process and
> > I only upgraded some of the computers from 5.3 to
> > 5.4, e.g. not across major versions.
>
> I'm running 5-Stable, a
Twas said by " Stevan Tiefert" and my ignorance encourages me to join the
dialogue
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> Stop spamming!
You need to read what you get and unsubscribe from the list if you do not
want
Hi ..
Is there documentation on how to do a kernel upgrade? I am looking at going
from 5.3 to 5.4 and I am pretty sure that steps are:
(1) upgrade the /usr/src tree
(2) recomple the kernel
(3) install the new kernel
I am not sure of the best or official way of doing (1). Plus, am I mis
In the last episode (May 12), Dixit, Viraj said:
> I am getting this error message when I try to logon using "su"
> command through Telnet remotely. All this started when I accidentally
> changed permissions, since then all permissions have been restored,
> yet the same error.
> % su
> Password:
>
I'm trying to add SASL to sendmail (more accurately, to make it
so it's done as part of the default sendmail build under -CURRENT).
I have:
1) installed cyrus-sasl-2.1.20_1
2) added
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL=2
SENDMAIL_LDFLAGS=-L/usr/local/l
On Thursday 12 May 2005 12:47, Philip Hallstrom wrote:
> Nagios.
>
> http://www.nagios.org/
Me, too
I have a Nagios server monitor several friendly networks. I get emails,
pages, or Jabber popups as appropriate whenever problems start.
--
Kirk Strauser
pgpvmBnWWvBnR.pgp
Description: PGP si
On 5/12/05, Carlos Alloatti <[EMAIL PROTECTED]> wrote:
> On 5/11/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> > Hello!
> >
> > I have a program that binds to ip:port. What are
> > my options, if I want it to listen on all interfaces
> > (*:port)? Let's say reconfiguring the program
> > and/or running
Nagios.
http://www.nagios.org/
On Thu, 12 May 2005, Duane Winner wrote:
Hello,
This may not be FreeBSD specific, but since I'm running nearly a 100% FreeBSD
shop, I figured this would be as good as place as any to ask a question.
Also, it might just turn out that the solution for me might be soft
Roland Smith writes:
> Finding files is done (unsurprisingly) with find. E.g. to find all .c
> files under the current directory do:
>
> find . -name *.c
I believe
find . -name "*.c"
is prefered, so the wildcard doesn't get mangled by the shell.
Hello,
This may not be FreeBSD specific, but since I'm running nearly a 100%
FreeBSD shop, I figured this would be as good as place as any to ask a
question. Also, it might just turn out that the solution for me might be
software that runs on FreeBSD.
Does anybody have recommendations for a goo
On Thu, May 12, 2005 at 10:19:31AM -0700, Dixit, Viraj wrote:
> Final question, I notice the rights of "su" on another system were
> like this "-r-sr-xr-x". What's the rule of setting the option "s" in
> the permissions. Thanks!
You can set this bit (the setuid bit) with chmod. See the chmod man
At 12:56 PM 5/12/2005, you wrote:
I have a program that binds to ip:port. What are my options, if I want it
to listen on all interfaces (*:port)? Let's say reconfiguring the program
and/or running one instance per interface is not possible.
How 'bout:
* Install ports/net/redir
* Config original p
On Thu, 12 May 2005 11:44:49 -0500
Chris <[EMAIL PROTECTED]> wrote:
> I would like some advice on how to script something that will search
> directories below a named root for all files ending with a certain
> file extension.
>
> Then, mv or cp them to another location.
>
>
> --
> Best regard
On Thu, May 12, 2005 at 11:44:49AM -0500, Chris wrote:
> I would like some advice on how to script something that will search
> directories below a named root for all files ending with a certain file
> extension.
Finding files is done (unsurprisingly) with find. E.g. to find all .c
files under t
Hello Family,
Well, it's been two days now of watching both from work and from
home the building of "/usr/ports/x11/kde3" and I started this
thinking it would be an hour or two adventure for after about 19
"inserting/reinserting" of disks 1 then 2 then 1 then 2 etc of
just trying to do what I've a
Final question, I notice the rights of "su" on another system were like this
"-r-sr-xr-x". What's the rule of setting the option "s" in the permissions.
Thanks!
VJ
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinf
I did a reinstall recently and since then i can not connect the internet
using dhclient on that machine. I looked around on google for a bit but
found nothing that fixed the problem. I checked the PnP OS option in the
bios, it is already set to No, and i played around with new network cables
an
On Thu, May 12, 2005 at 11:06:39AM -0400, Tomas Quintero wrote:
> PF is wonderful for this. I manage a router with 3 DSL Circuits and
> have PF setup to round-robin between them. The configuration is fairly
> simple, and I can provide my pf.conf if you'd like for some
> clarification on how to go a
install the 'mmv' port.
From the description...
This is mmv, a program to move/copy/append/link multiple files
according to a set of wildcard patterns. The wildcard matches
can be reused in forming the target names. You can i.e. move
all *.c.or? files to or?.new.*.c by saying 'mmv "*.c.or?" or=2.ne
On May 12, 2005, at 12:45 PM, Chad Morland wrote:
I was wondering if there is a FreeBSD equivalent to /proc/net/dev from
Linux. I am trying to get bit and packet counter info from my network
devices.
I would use the counters built into IPFW for this purpose, as you can
configure rules or pipes to
On 5/11/05, Andrew P. <[EMAIL PROTECTED]> wrote:
> Hello!
>
> I have a program that binds to ip:port. What are
> my options, if I want it to listen on all interfaces
> (*:port)? Let's say reconfiguring the program
> and/or running one instance per interface is
> not possible. I've got ipfw as a fi
On Thursday 12 May 2005 12:43, you wrote:
> Xian wrote:
> >I have just set up a router and would like DNS caching on it. I have tried
> > to set it up an it kind of works, just computer using it as their
> > nameserver take ages on DNS queries, up to 4-5 seconds.
> >
> >To set up the DNS caching I
On Thu, May 12, 2005 at 09:35:11AM -0500, Fafa Hafiz Krantz wrote:
> I used to run tcsh before this.
> No delay there, which brings me back to zsh.
If you haven't tried it in a while, be sure to re-test to make sure that
something didn't change recently. I ran into an ident delay a while
back, an
I was wondering if there is a FreeBSD equivalent to /proc/net/dev from
Linux. I am trying to get bit and packet counter info from my network
devices.
-CM
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
I would like some advice on how to script something that will search
directories below a named root for all files ending with a certain file
extension.
Then, mv or cp them to another location.
--
Best regards,
Chris
The first 90 percent of the task takes 90 percent of the
time, the last 10 perce
HI Dan,
I am getting this error message when I try to logon using "su" command through
Telnet remotely. All this started when I accidentally changed permissions,
since then all permissions have been restored, yet the same error.
% su
Password:
su: setting user context: Operation not permitted
On Thu, 12 May 2005 12:13:13 -0400 (EDT)
Paul Keyes <[EMAIL PROTECTED]> wrote:
> I'm running FreeBSD 5.3-RELEASE. I have qpopper
> installed and working for pop mail but the problem is
> that no matter what account on the system I'm sending
> mail to, the only messages that actually get through
Hi Clifton,
The output from "make deinstall" in "/usr/ports/comms/cdce-1.0" :
"make : do not know how to make deinstall. Stop."
I had originally installed the port in "/usr/ports/comms/cdce-1.0"
from a tarball downloaded from gank.org then did another installation
in "/usr/ports/comms/cdce" with
Hi All,
I'm running FreeBSD 5.3-RELEASE. I have qpopper
installed and working for pop mail but the problem is
that no matter what account on the system I'm sending
mail to, the only messages that actually get through
are from one specific email address, all others seem
to be rejected. Can anyon
Alex Zbyslaw wrote:
Timothy Smith wrote:
set the LIBIDL_CONFIG environment variable to the
*** full path to libIDL-config.
Or try:
setenv LIBIDL_CONFIG `which libIDL-config-2`
or it {ba,z}sh equivalent.
--Alex
___
freebsd-questions@freebsd.org mailing l
Timothy Smith wrote:
*** The libIDL-config script installed by libIDL could not be found
*** If libIDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the LIBIDL_CONFIG environment variable to the
*** full path to libIDL-config.
checking for orbit-config... no
configure: e
At 11:06 AM 5/12/2005, you wrote:
I have two ISP connections, a DSL line and a Cable Modem line. I want to
plug both connections into a FreeBSD box that has three nics in it, one
nic for each ISP connection and the last nic for my NAT. How can I bind
the connections together without any other
> I have two ISP connections, a DSL line and a Cable Modem line. I want
> to plug both connections into a FreeBSD box that has three nics in it,
> one nic for each ISP connection and the last nic for my NAT. How can
> I bind the connections together without any other sort of router?
> I've used i
Greg Donald wrote:
I have two ISP connections, a DSL line and a Cable Modem line. I want
to plug both connections into a FreeBSD box that has three nics in it,
one nic for each ISP connection and the last nic for my NAT. How can
I bind the connections together without any other sort of router?
I
Michal Mertl wrote:
> I have been doing upgrades from source for ages and
> never had a problem. It is a documented process and
> I only upgraded some of the computers from 5.3 to
> 5.4, e.g. not across major versions.
I'm running 5-Stable, and each time I restart my
router/gateway/server (also nt
What up Andrei!
> I would simply change to some other shell and try to login. If delay
> disappears, then it's problem of zsh setup. If not, then it's problem
> outside of zsh.
I used to run tcsh before this.
No delay there, which brings me back to zsh.
Again, my setup is the same as on a compu
I have two ISP connections, a DSL line and a Cable Modem line. I want
to plug both connections into a FreeBSD box that has three nics in it,
one nic for each ISP connection and the last nic for my NAT. How can
I bind the connections together without any other sort of router?
I've used ipfw a bit
On 5/12/05, Evren Yurtesen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have been trying to change the console font size to something smaller
> and if possible I want to change the console resolution to 800x600 or
> 1024x768.
>
> I am using a laptop and I compiled my kernel with vesa and sc_pixelmode
>
* Chuck Swiger [2005-05-11 14:33 -0400]
> Otherwise, you only have one default umask. I'm not sure there is a sane way
> of changing it depending on which directory you are currently in, but you
> might try setting up an alias ("cd77", "cd22"?) which combines setting the
> umask and cd'ing.
On 5/12/05, Evren Yurtesen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have been trying to change the console font size to something smaller
> and if possible I want to change the console resolution to 800x600 or
> 1024x768.
>
> I am using a laptop and I compiled my kernel with vesa and sc_pixelmode
>
Ted Mittelstaedt píše v st 11. 05. 2005 v 21:05 -0700:
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Michal Mertl
> > Sent: Wednesday, May 11, 2005 3:59 PM
> > To: Ted Mittelstaedt
> > Cc: freebsd-questions@freebsd.org
> > Subject: RE: NTP is
Hello,
I'm thinking of buying a Fujitsu-Siemens AMILO Pro V2020 laptop which
has a Pentium M 725 (centrino) processor, Inter 855GME chipset with
integrated Intel PRO/Wireless 2200BG Fast Ethernet LAN.
Since I'm not at all familiar with with the wi-fi technology and can't
seem to find this parti
On Thu, May 12, 2005 at 07:41:28AM -0500, Fafa Hafiz Krantz wrote:
> >
> > On Thu, May 12, 2005 at 04:49:52AM -0500, Fafa Hafiz Krantz wrote:
> > >
> > > Hello.
> > >
> > > I'm on a Pentium 120 with FreeBSD 5.4-STABLE, and zsh-4.2.5.
> > > When I log in, I have to wait in between 5 to 10 seconds b
> >Fafa Hafiz Krantz
> > Research Designer @ http://www.home.no/barbershop
> > Enlightened @ http://www.home.no/barbershop/smart/sharon.pdf
> >
> it's people invading your privacy
> - why do you keep posting to this list?
He has to bring us enlightenment of course, silly! In another topic he
ack
Fafa Hafiz Krantz wrote:
Hey!
I get this message all the time. What does it mean?
Can it be prevented, or in worst cases ignored?
Thanks.
--
Fafa Hafiz Krantz
Research Designer @ http://www.home.no/barbershop
Enlightened @ http://www.home.no/barbershop/smart/sharon.pdf
it's people invading yo
Hey!
I get this message all the time. What does it mean?
Can it be prevented, or in worst cases ignored?
Thanks.
--
Fafa Hafiz Krantz
Research Designer @ http://www.home.no/barbershop
Enlightened @ http://www.home.no/barbershop/smart/sharon.pdf
--
__
- Original Message -
From: "Andrei A. Voropaev" <[EMAIL PROTECTED]>
To: "Fafa Hafiz Krantz" <[EMAIL PROTECTED]>
Subject: Re: Big delay on login: What's wrong?
Date: Thu, 12 May 2005 13:19:21 +0200
>
> On Thu, May 12, 2005 at 04:49:52AM -0500, Fafa Hafiz Krantz wrote:
> >
> > Hello.
> >
>
I can startx with twm but not Gnome2-lite. The X server shuts down
immediately 'Cannot establish any listening sockets'
I installed gdm-2.6.0.9 remotely and expect that my X server problem has
disappeared.
I missed the motd. Discovered that actually two files were missing:
mkdir -m 1777 /tmp/.
[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Date: Wed, 11 May 2005 09:40:03 -0700 (PDT)
Subject: Re: pthread compiler issues
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: "Kris Kennaway" <[EMAIL PROTECTED]>,[EMAIL PROTECTED],
freebsd-quest
[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>
Date: Wed, 11 May 2005 09:36:19 -0700 (PDT)
Subject: Re: pthread compiler issues
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: "Kris Kennaway" <[EMAIL PROTECTED]>,[EMAIL PROTECTED],
freebsd-quest
Kris Kennaway a écrit :
On Thu, May 12, 2005 at 09:33:03AM +0200, Herv? Kergourlay wrote:
we are porting our product on FreeBSD 5.3
it's a backup product which is still running on FreeBSD 4.0
here's a list of questions after checking the documentation
1) PAM
it's working, the only problem is wit
Is there a control somewhere to flip the stereo signal of the soundcard?
snd_emu10k1, FreeBSD 5.4-STABLE
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL P
On Thu, May 12, 2005 at 11:20:42AM +0200, Ronald Klop wrote:
> Hello,
>
> I've a mix of p2 and p3 cpu's, but I only want to compile world ones. In
> the past I had problems with running a world optimized with CPUTYPE=p2 on
> a p3. Is this a known issue? Are the i386, i486, p1, p2, p3 and p4
1 - 100 of 120 matches
Mail list logo