>
> On Fri, 12 Mar 2004 04:07:45 -0500 (EST)
> [EMAIL PROTECTED] (Xiaodong Zhou) wrote:
>
> > Hello,
> >
> > We have developed a free C/C++ interpreter called Ch.
> > It supports C99 and runs in Windows, Unix, Linux and Mac.
> > We have many freebsd users asking us to port Ch to freebsd.
> >
A couple of questions that I could find answers for in the handbook:
1. What are the _BP cvs tags used for in the freebsd cvs repository?
2. I've seen someone with a version of FreeBSD 5.2.1-p1. Is there a
minor update patch for 5.2.1, or is that just the name of current?
3. And on a seperat
On Sat, Mar 13, 2004 at 01:00:38AM +, Mark Ovens wrote:
> Kris Kennaway wrote:
> >On Fri, Mar 12, 2004 at 07:51:48PM +, Mark Ovens wrote:
> >>Surely not? I was advised that a problem I'm experiencing is fixed in
> >>-current. I just updated my source tree to -current with ''cvs co src/''
I have recent tried installing a Creative Ensoniq ES1371 AudioPCI sound
card in FreeBSD, but I ran into trouble trying to find the right driver.
I first tried loading the sbc driver and it loaded without any errors,
but no kernel messages were generated and no /dev/dsp was created. I
assumed it wa
All...
I have a system with a 3ware 7506-8 controller and 6 wd 250MB drives in a
raid 5 config (1.2TB storage). The problem I am having is trying to
configure the raid 5 array as a disk. using sysinstall, I get this message
with every fdisk key press:
'a geometry of 152005/255/63 for twed0 is inc
This request is much a cry in desperation. I have tried everything
possible, at least, everything I know to do. I have sent inquiries to the
ports list, none can solve it.
After I run my cvsup on my ports, I get this kind of stderr at the CLI
when I run the "portsdb -Uu":
--just a sma
yes,
> is there anyway i can reduce /var and /usr i did a
> "make clean" under /usr/ports and didnt reduce the size
> any ideas?
do
du -c /usr | sort -n
and
du -c /var | sort -n
the sort moves the heavy hitters to the bottom of the list
to find out where the culprits are
and take it from there
m
On Sat, 13 Mar 2004 02:13:26 -0600 (CST)
Hermes Trismegistus <[EMAIL PROTECTED]> wrote:
> After I run my cvsup on my ports, I get this kind of stderr at the CLI
> when I run the "portsdb -Uu":
>
> --just a small snip of the errors--
> make_index: ifm-4.1_2: no entry fo
On Sat, 13 Mar 2004, Nguyen Huu Hoa wrote:
> Thanks,
> But can I rename root user?
I would advise you not to change root's user name (which is "root"),
but there is no reason you cannot edit root's full name which is
Charlie. If you want another login for root, see how the entry
for toor is done
Hello. I have a old pentium P166 box in the corner of my office running
FreeBSD 5.2. I wish to connect my printer on it and make it a print server.
"pkg_add -rv cups" pulls down lots of depended packages, it pulls down
XFree86-libraries-4.3.0_6 for dependency.
Just to be courious, does CUPS ha
I've been looking at the KSambaPlugin and am interested in it. I noticed
there used to be a port for this KControl plugin, but it appears to not
have been updated and was removed. I figured it's as good of a place as
any to start digging into FreeBSD, but I've run into a problem with it.
I've
Loren M. Lang wrote:
On Sat, Mar 13, 2004 at 01:00:38AM +, Mark Ovens wrote:
Kris Kennaway wrote:
On Fri, Mar 12, 2004 at 07:51:48PM +, Mark Ovens wrote:
Surely not? I was advised that a problem I'm experiencing is
fixed in -current. I just updated my source tree to -current
with ''cvs co
I'm trying to ssh into my FreeBSD (5.2.1-release sparc version) box from my
desktop, however, it'll take a few seconds for the "login as" prompt to
appear. I enter my the user name and hit enter. the login attempt then sits
there for about 90 seconds w/o asking for the password, then the connectio
On Fri, Mar 12, 2004 at 05:02:10PM -0600, Eugene Lee wrote:
> I'm a little surprised. I would think that resizing partitions is a
> common request, that the idea of growing one partition while shrinking
> another is not a new or rare notion. Can anyone else share their views
> or experiences?
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Such an attitude really helps no one, and I'm guessing as an Outlook
Express user, you haven't contributed many patches yourself.
Quintin
Craig Reyenga wrote:
| Send patches.
|
|
| - Original Message -
| From: "Odhiambo Washington" <[EMAIL P
On Sat, 13 Mar 2004 03:31:17 -0500 (EST), in
sentex.lists.freebsd.questions you wrote:
>I have a system with a 3ware 7506-8 controller and 6 wd 250MB drives in a
>raid 5 config (1.2TB storage). The problem I am having is trying to
Is the max disk size not 1 TB under FreeBSD 4.x ?
---Mik
On Sat, Mar 13, 2004 at 02:13:26AM -0600, Hermes Trismegistus wrote:
> This request is much a cry in desperation. I have tried everything
> possible, at least, everything I know to do. I have sent inquiries to the
> ports list, none can solve it.
Usually such problems are temporary glitches caused
On Sat, Mar 13, 2004 at 04:21:58AM -0800, Sameer wrote:
> I'm trying to ssh into my FreeBSD (5.2.1-release sparc version) box from my
> desktop, however, it'll take a few seconds for the "login as" prompt to
> appear. I enter my the user name and hit enter. the login attempt then sits
> there for
Hi,
I've got a machine with a P4 that supports HTT (Hyperthreading) so I
thought about setting up a SMP-kernel.
Under 4.9 it seems to work (see excerpts from /var/log/messages
below), whereas on the same exact hardware under 5.2.1 I don't see two
virtual CPUs working.
For a first check I've run
I have read the book Absolute FreeBSD and browse the documentation . However
security announcements are only for the base system. When some sort of
library e.g libxml has bug and have to be patched. . In the Linux world
there apt-get or up2date that take care ALL UPDATES. So following this
article
On Saturday 13 March 2004 09:28, Loren M. Lang wrote:
> I have recent tried installing a Creative Ensoniq ES1371 AudioPCI sound
> card in FreeBSD, but I ran into trouble trying to find the right driver.
> I first tried loading the sbc driver and it loaded without any errors,
> but no kernel message
On Sat, Mar 13, 2004 at 03:58:22PM +0200, Peter wrote:
> I have read the book Absolute FreeBSD and browse the documentation . However
> security announcements are only for the base system. When some sort of
> library e.g libxml has bug and have to be patched. . In the Linux world
> there apt-get or
I've been fiddling with this and decided to ask in case someone's
done this already. Does anyone have appropriate XF86Config and
so on for this beast?
The video chip is a Trident Cyber 9382 (the Trident driver covers
this) and sound is a Crystal CS4237B.
Also, how to configure all the funky laptop
Hello all.
I've just got these IPs from ripe.net:
x.x.136.192-x.x.136.255
My ISP told, that all those IP's will be routed to my gw:
y.y.192.162
when i traceroute all of those :
x.x.136.192-x.x.136.255
get tracerouted and the traceroute loops at the end like:
12 y.y.192.162 [AS 13194] 76 msec 76
On Sat, Mar 13, 2004 at 05:11:44PM +0800, Zhang Weiwu wrote:
> Hello. I have a old pentium P166 box in the corner of my office running
> FreeBSD 5.2. I wish to connect my printer on it and make it a print server.
>
>
> "pkg_add -rv cups" pulls down lots of depended packages, it pulls down
> XF
On Sat, Mar 13, 2004 at 04:21:58AM -0800, Sameer wrote:
> I'm trying to ssh into my FreeBSD (5.2.1-release sparc version) box from my
> desktop, however, it'll take a few seconds for the "login as" prompt to
> appear. I enter my the user name and hit enter. the login attempt then sits
> there for
Hi.
Are there anyone out there with experience in using Open Source
software on top of FreeBSD to manage a travel agency?
I have searched through Google and Freshmeat without really finding
any decent Open Source booking systems. I was hoping someone could
give me any hints as where to start my
Hello,
I was wondering if anybody has succeeded in installing FreeBSD 5.x
on a Microsoft Virtual PC with a second physical harddisk assigned
as virtual disk (for performance reasons).
When creating the root filesystem, the install aborts with
"cannot create root file systems Error 38".
Thi
Eugene Lee wrote:
[ ... ]
I'm a little surprised. I would think that resizing partitions is a
common request, that the idea of growing one partition while shrinking
another is not a new or rare notion. Can anyone else share their views
or experiences? The list archives contain few comments on th
Where did you traceroute this from - I see your loop starts at #12. It is
important that you give the whole report so we can tell where this routing
loop is happening (i.e. your router, ISP, Tier 1, etc). It looks like no
matter where your started it from that it is happening inside your network.
D
Situation: An old remotherboarded PC, Tomato, has an old 4.5R
on a 20GB disk. I also have an unused 2940 SCSI controller and
a 2GB SCSI disk. On my LAN there's another old remoboed box,
Daisy, with a functioning CD.
I tried NFS-mounting it during the 5.2.1R installation ceremony.
NG (Operation n
Hello, the way I came to you is through the HYPERLINK
"http://forums.devshed.com/t13363/s.html"http://forums.devshed.com/t1336
3/s.html where I found a note on subdomain/domain masking and forwarding
posted by a Senior Member
under the name "freebsd"...
I sent my question to him through the webm
Hi all,
and, please, advice me.
Why I can not do
"mount_smbfs -W WRKGRP -I fileserver //[EMAIL PROTECTED]/share /mnt"
It normaly asks for pwd for "user" but finishing with "syserr = Resource
teporarily unavailable"
Samba running on fileserver writes into the log: "Connection refused from ns
(IP)
Mark Ovens wrote:
I'll try pulling a new tree using CVSup instead.
That did the trick; I zapped src/ and ports/ and started again with
CVSup (pulling the trees directly, prefix=/usr, rather than via a local
repository).
Thanks again.
Regards,
Mark
Thanks for your help guys.
Regards,
Mark
Mark Ovens wrote:
Jason wrote:
Are you running current? If so upgrade to a more recent version, it has
been fixed. If it is the stable release try current?
Thanks. So it's a FreeBSD problem rather than xmms? I wonder why xmcd
works, perhaps it has a workround coded in?
Hmmm, I've u/g to curre
On Thu, 11 Mar 2004, Teilhard Knight wrote:
> I am writing my kernel config, and I do not know what wireless driver
> to pick for an SMC "SMC2662W" USB adapter.
No official support yet...
http://www.linux-wlan.org/docs/wlan_adapters.html.gz
http://at76c503a.berlios.de/devices.html
http://vitsch
Hello,
Preparing to apply my first patch to my system and came across
a section from the Handbook that I don't fully understand.
In section 9.6 If Something Goes Wrong, there is a note in a
sub-section called, "The kernel does not boot" which reads:
*Note:* If you are having trouble building a ker
On Sat, Mar 13, 2004 at 02:37:37PM +0100, [EMAIL PROTECTED] wrote:
> Hi,
>
> I've got a machine with a P4 that supports HTT (Hyperthreading) so I
> thought about setting up a SMP-kernel.
>
> Under 4.9 it seems to work (see excerpts from /var/log/messages
> below), whereas on the same exact hardwa
On Sat, 13 Mar 2004, Sameer wrote:
> I'm trying to ssh into my FreeBSD (5.2.1-release sparc version) box
> from my desktop, however, it'll take a few seconds for the "login as"
> prompt to appear. I enter my the user name and hit enter. the login
> attempt then sits there for about 90 seconds w/o
I've posted this question about building GSSAPI into my Cyrus-SASL port
installation a couple of times, but not receiving any response to how to
make the changes to the port install. I just need to confirm what I'm
doing is correct, can't seem to find anything in the Handbook related to
re-installi
Hi,
I believe there is a problem in the 5.2 releases with the mlx driver. I have
seen some e-mails about it. The problem only happens during a high load.
Well installing my dual BP6 is probably too much for it, because it keeps on
falling over before I can finish the install. How can I buil
Antoine Jacoutot wrote:
The ultimate goal is to create a Samba PDC, but seems far away ay the
moment...
I have this kind of setup working perfectly. Tell me what you need.
I need to figure out the interaction between OpenLDAP and the PAM
system. LDAP is working fine, Samba is fine.
/usr/local/etc/
Hello,
I'm preparing to run a security patch on my system and was
instructed to download the patch and verify the PGP signature
using your PGP utility.
I'm not familiar with the PGP utility but it clearly sounds like
something I should have. There are a number of pgp-type
ports available. Are th
Hello FreeBSD,
I've followed the instruction in the handbook regarding playing
DVDs, but the playback is still not as smooth as I had it when
running on a Windows box. What steps can be taken to achieve a still
better quality?
--
-=Robert & Beata Golovniov | Lviv,
I have an odd question.
I need to add a user to a system, but I don't want this user to be
able to log in from outside - meaning only from the console itself.
I know root is set up this way, but I'm not sure how to do this.
Any pointers?
TIA
Lou
--
Louis LeBlanc [EMAIL PROTECTED]
On Fri, Mar 12, 2004 at 01:15:17PM -0800, Jeff Sandys
<[EMAIL PROTECTED]> wrote:
> Can I use XFree86-3.3.6 server on FreeBSD-4.9 ?
>
> I installed FreeBSD-4.5 on my old 486 VLB computer and x-windows
> worked fine. This is a sweet old computer, I like to call it the
> fastest 486 in the west;
Hi
FreeBSD 4.9 man tunefs(8) explains in section "-m minfree" that by
default, 8% disk space is reserved for root. The man page also says
clearly that I'll lose performance if I reduce minfree. My mailserver
has one drive for the base system and a raid enviroment with 500GB space
for the users
On Saturday 13 March 2004 18:25, Per olof Ljungmark wrote:
> If you have a similar setup working I am very interested in how it was
> accomplished.
Allright, so here is my setup if it can help you;
note that I'm using ldap over SSL with key files.
server:
# /usr/local/etc/ldap.conf
uri ldapi://%2
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
| I have an odd question.
|
| I need to add a user to a system, but I don't want this user to be
| able to log in from outside - meaning only from the console itself.
|
| I know root is set up this way, but I'm not sure how to do this.
Even for the root
Bob Perry wrote:
Hello,
I'm preparing to run a security patch on my system and was
instructed to download the patch and verify the PGP signature
using your PGP utility.
I'm not familiar with the PGP utility but it clearly sounds like
something I should have. There are a number of pgp-type
ports a
Hi
Responding to my ISP to change my IP block, I simply changed
the numbers in my config files and thought that there
would be no problems. However, for some reason, alias doesn't
want to work from rc.conf.
When I say 'doesn't work', I mean that I cannot ping my nameserver:
208.238.88.101
If
> I need to add a user to a system, but I don't want this user to be
> able to log in from outside - meaning only from the console itself.
>
> I know root is set up this way, but I'm not sure how to do this.
Even for the root account, I think it depends of the configuration
of the software used to
Greetings to to you.
I'm running 4.9-STABLE, and using userland PPP to connect to my ISP. For
several months I've been experiencing constant periodic lag in my
connection, and it's only recently that I have tracked the problem down to
PPP and the LQR feature. I've got 1-mbit ADSL with a static I
On Sat, 2004-03-13 at 14:52, Jim Freeze wrote:
> rc.conf - doesn't work:
> ifconfig_sis0_alias0="inet 64.191.147.115 netmask 255.255.255.255"
> ifconfig_sis0_alias0="inet 64.191.147.115 netmask 0x
> (tried both - at different times)
>
I believe that would work, but looking at my 5.2.1,
I did something like this using a pam module which looked at the tty that
the user was coming in on and decided whether or not to authorize the
login. In my case I was also interested in not allowing users to login from
the Internet but still be allowed to login from the internal network.
Try a
Well on my 5.2.1 it does not have a broadcast and it works
ifconfig_em0="inet etc"
ifconfig_em0_alias0="inet etc netmask 0x"
ifconfig_em0_alias1="inet etc netmask 0x"
Aren't there any errors in your syslog or something?
did you verify that you have a ifconfig_sis0 statement
before
'k, have to be missing something obvious here ... I have
DontProbeInterfaces set to True, since I don't want it to pick up the
other IPs on the box, but do want to bind it to one of the IPs ...
I can telnet to localhost 25, but not to 200.46.204.2 25 ... so I'm
figurinmg I disabled everything, an
To my fellow geeks and wizards,
My dime's worth is that Ch definitely deserves
checking out. I've done porting, general development,
testing, and more; the one constant I had to do
--and I'm pretty sure this holds for all of us--
was cobbling toge
On Sat, Mar 13, 2004 at 05:28:02PM -0400, Marc G. Fournier wrote:
>
> 'k, have to be missing something obvious here ... I have
> DontProbeInterfaces set to True, since I don't want it to pick up the
> other IPs on the box, but do want to bind it to one of the IPs ...
>
> I can telnet to localhost
On Sat, 13 Mar 2004, Robert Golovniov wrote:
> Hello FreeBSD,
>
> I've followed the instruction in the handbook regarding playing
> DVDs, but the playback is still not as smooth as I had it when
> running on a Windows box. What steps can be taken to achieve a still
> better qual
On Sat, 13 Mar 2004, Louis LeBlanc wrote:
> I have an odd question.
>
> I need to add a user to a system, but I don't want this user to be
> able to log in from outside - meaning only from the console itself.
>
> I know root is set up this way, but I'm not sure how to do this.
>
> Any pointers?
>
On Sat, 13 Mar 2004 14:56:25 -0500 (EST), in
sentex.lists.freebsd.questions you wrote:
>Greetings to to you.
>
>I'm running 4.9-STABLE, and using userland PPP to connect to my ISP. For
>
>Basically, am I missing something? Is there no real solution? Do I leave
>my LQR enabled and live with freq
This seems to be the only place in the Creative news server in which I can
ask about a modem. It also seems deserted. I hope someone can ask my very
simple question.
Is the Creative Modem Blaster PCI DI5652 a Winmodem?
I think not, that's why I bought it. But I want to be sure.
Teilhard.
__
I know this is not the best list to ask this, but does anyone know a good
tut,or has tried to setup the following:
MySQL - Holds virtual domains and users database
Postfix - MTA (supports virtual domains)
Dovecot - POP3/IMAP server (auths by vpopmail)
Vpopmail- Virtual auth system (looks info o
> I've followed the instruction in the handbook regarding playing
> DVDs, but the playback is still not as smooth as I had it when
> running on a Windows box. What steps can be taken to achieve a still
> better quality?
If you are using mplayer you should try using an excellerat
jsha wrote:
Hi.
Are there anyone out there with experience in using Open Source
software on top of FreeBSD to manage a travel agency?
I have searched through Google and Freshmeat without really finding
any decent Open Source booking systems. I was hoping someone could
give me any hints as where t
Hello. I'm not sure if this is the appropriate spot to ask, but I don't
seen any alternative places since it is a freebsd-specific programming
problem. When I compile the following simple program:
#include
int main()
{
}
I get this output:
-bash-2.05b$ g++ -Wall -o fstream-warnings fstream-
I am able to configure the kernel ("make depend"), however, when I try to
perform a "make all install"...I get the following stream of errors:
===
linking kernel
umass.o: In function 'umass_cam_attach_sim'
umass.o(.text+0x152f): undefined reference to 'cam_simq_alloc'
u
I thought kernels are all found in the / directory. If so, what location
is this passage referring to as the "proper kernel location?"
It is a -STABLE v. -CURRENT thing.
in stable, the kernel lives at /kernel
in current it is somewhere in /boot/ (i think...)
_
I tried installing gnome2 from ports today and ran into the following
problem when it tried to install the gnomemeeting dependency:
===> gnomemeeting-0.98.5_2 depends on file: /nonexistent - not found
===>Verifying build for /nonexistent in /usr/ports/net/openh323
===> openh323-1.12.0_2 is
I can boot 5.1-RELEASE-p10 and 5.2.1-RELEASE-p1 from
promise raid
without the pci video card (ati xpert 98), when I plug
it in, I no
longer have /dev/ar0. I would like to move to 5.2.1,
so I have
included information from that system (the only way i
can get the
system to boot is from onboard IDE)
On Sat, 2004-03-13 at 18:43, Corey Mosher wrote:
> I tried installing gnome2 from ports today and ran into the following
> problem when it tried to install the gnomemeeting dependency:
>
> ===> gnomemeeting-0.98.5_2 depends on file: /nonexistent - not found
> ===>Verifying build for /nonexi
At 11:04 PM 3/12/2004, anubis wrote:
The problem I can see is that you may have problems with attributes.
Not to mention file name incompatibilities. It's a great solution for what
I use it for now which is running textpad as my editor and Netscape with a
shell session or two on my XP workstatio
On Sat, Mar 13, 2004 at 07:43:52PM -0400, Corey Mosher wrote:
> I tried installing gnome2 from ports today and ran into the following
> problem when it tried to install the gnomemeeting dependency:
>
> ===> gnomemeeting-0.98.5_2 depends on file: /nonexistent - not found
> ===>Verifying buil
On Sat, Mar 13, 2004 at 06:19:14PM -0500, Stewart Yaxley wrote:
> I am able to configure the kernel ("make depend"), however, when I try to
> perform a "make all install"...I get the following stream of errors:
> ===
> linking kernel
> umass.o: In function 'umass_cam_at
I'm looking for a commandline audiostream player that will work with surfernetwork
streams. The website says mac tunes version 2 or 3, and OS 9 or 10 is compatable.
thanks,
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/fr
Yes I read the URL which explains why it's not installing, but it
doesn't help with getting around the problem.
Corey
Kris Kennaway wrote:
On Sat, Mar 13, 2004 at 07:43:52PM -0400, Corey Mosher wrote:
I tried installing gnome2 from ports today and ran into the following
problem when it tried
Please use a reasonably descriptive subject when you post messages.
> is there anyway i can reduce /var and /usr i did a
> "make clean" under /usr/ports and didnt reduce the size
> any ideas?
Given that /usr is your large partition already, you can't save
yourself by moving stuff from /usr to y
>
> Hi List,
> How can I rename a user from my BSD 5.2 system. I have a user called "hoa",
> then I want to rename it to "nguyen", so what should I do?
Just make yourself root (su)
then do 'vipw' and edit the Userid name in the hao record.
When you get out of vipw (:wq, just like in vi) it als
Hi,
I have a doubt. I just read on a forum that a single threaded application
will only use one CPU. Reading ULE's descriptive paper, I think this is
wrong. It IS possible for a single threaded app to use both CPUs, who are
sharing the load amongst themselves, right?
Regards
--
http://www.6s-g
Hello everyone,
Im new to Xwindow system, im using Kde, with FBSD-5.1R
Installation of xserver and kde, everything went fine, and works great
I had few small troubles, I would appreciate if someone could give me
some notices/hints what I should do, or install after this point.
Jus
In the last episode (Mar 14), Hugo said:
> I have a doubt. I just read on a forum that a single threaded
> application will only use one CPU. Reading ULE's descriptive paper, I
> think this is wrong. It IS possible for a single threaded app to use
> both CPUs, who are sharing the load amongst thems
On Sun, Mar 14, 2004 at 02:26:00AM +0100, Hugo wrote:
> Hi,
>
> I have a doubt. I just read on a forum that a single threaded application
> will only use one CPU. Reading ULE's descriptive paper, I think this is
> wrong. It IS possible for a single threaded app to use both CPUs, who are
> sharing
Marwan Sultan wrote:
Hello everyone,
Im new to Xwindow system, im using Kde, with FBSD-5.1R
Installation of xserver and kde, everything went fine, and works great
I had few small troubles, I would appreciate if someone could give me
some notices/hints what I should do, or install after t
Bryan Maxwell <[EMAIL PROTECTED]> writes:
> Is there any difference between the slip protocl in version 3.3 and
> version 5.1. Im trying to get an uncompressed slip connection. Im
> using the command slattch -h -l -s 19200 cua0 &. I also found not
> mention in the man page file of what the -a, -c
Corey Mosher <[EMAIL PROTECTED]> writes:
> Yes I read the URL which explains why it's not installing, but it
> doesn't help with getting around the problem.
Then just delete the "FORBIDDEN" line, if you want to ignore the
security problems. If you don't want to ignore the security problems,
then
lars wrote:
Bob Perry wrote:
Hello,
I'm preparing to run a security patch on my system and was
instructed to download the patch and verify the PGP signature
using your PGP utility.
I'm not familiar with the PGP utility but it clearly sounds like
something I should have. There are a number of pg
Lee Harr wrote:
I thought kernels are all found in the / directory. If so, what location
is this passage referring to as the "proper kernel location?"
It is a -STABLE v. -CURRENT thing.
in stable, the kernel lives at /kernel
in current it is somewhere in /boot/ (i think...)
On Thu, Mar 11, 2004 at 09:34:16PM -0600, Paul Seniura wrote:
>
> Hi Alex,
>
> > Dear Paul,
> >
> > On Tue, Mar 09, 2004 at 04:43:48PM -0600, Paul Seniura wrote:
> > > It seems NetBSD and OpenBSD continue to include
> > > telnet+telnetd+tn3270 together under one subdir as part of
> > > /src/usr.
On Sun, Mar 14, 2004 at 05:52:04AM +0100, Alex de Kruijff wrote:
> On Thu, Mar 11, 2004 at 09:34:16PM -0600, Paul Seniura wrote:
> >
> > Hi Alex,
> >
> > > Dear Paul,
> > >
> > > On Tue, Mar 09, 2004 at 04:43:48PM -0600, Paul Seniura wrote:
> > > > It seems NetBSD and OpenBSD continue to include
Hello,
I'm having some trouble using kbdcontrol to redefine function keys to
strings that include escape sequences. For example, suppose I want to
redefine "F1" to be equivalent to pressing the left arrow key twice in a
row. I naiively thought this would work:
kbdcontrol -f 1 "\033[D\033[D"
Hi,
It seems that i can't set my time to my local time.
[EMAIL PROTECTED] ~ # date
Sun Mar 14 09:55:36 CET 2004
[EMAIL PROTECTED] ~ # ntpdate ntp.belnet.be
14 Mar 09:55:38 ntpdate[6682]: step time server 193.190.198.10
offset -6935.981216 sec
[EMAIL PROTECTED] ~ # date
Sun Mar 14 09:55:40 CET 2004
Hi all, I'm trying to start running -CURRENT on a spare machine of mine
but I'm having problems with my Netgear FA311 (sis) ethernet card.
During the install it hung while trying to dhcp so I ctrl-c'ed figuring
it was a problem with the installer. When I boot though it hangs with:
sis0: Applying
93 matches
Mail list logo