USB Modem

2003-06-05 Thread Jeandre du Toit
Does anyone know how to configure a USB Modem on FreeBSD? Please Cc me. Thanks Jeandre ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: How to analyse squid logs and wierd time stamps

2003-06-05 Thread Sergey Akifyev
On Thu, 2003-06-05 at 05:50, Murray Taylor wrote: > Strange as it seems ... one of our netadmins came > to me with the same query, so I created this little program How about following :) date -r -- regards, Sergey Akifyev <[EMAIL PROTECTED]> JSC Gascom PGP key avai

best choice FTP Server

2003-06-05 Thread admin
Hope this make sense. Looking for the best way for people to manage their websites. Well I am hosting a bunch of virtually hosted websites based on hostname (single IP machine). I am needing to set up many ftponly accounts (no shell access) which will drop users into the proper directory depen

Re: best choice FTP Server

2003-06-05 Thread Daniel Bye
On Thu, Jun 05, 2003 at 01:40:20AM -0800, admin wrote: > > > Hope this make sense. > > Looking for the best way for people to manage their websites. Well I am > hosting a bunch of virtually hosted websites based on hostname (single IP > machine). I am needing to set up many ftponly accounts (n

Re: XFree86 upgrade from 4.2.1 to 4.3.0, any keyboard press resultsin mode change

2003-06-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-05-30 18:31:44 -0600: > On Fri, 30 May 2003, Edward Wei wrote: > > > It's been a long time. I hope you've fixed the problem by now. > > But if you haven't, and for the sake of others, I solved this problem > > by: > > > > In XFree-4_libraries port: > > make deinstall >

sendmail, making new mc, error

2003-06-05 Thread Aslak Evang
I get this error when running the "helpscript" make install from /etc/mail: ([EMAIL PROTECTED] /etc/mail) make install install -c -m deathpolka.cf /etc/mail/sendmail.cf install: invalid file mode: deathpolka.cf *** Error code 64 Stop in /etc/mail. The only info I found doing a search on google g

Re: best choice FTP Server

2003-06-05 Thread Andrew I Baznikin
On Thu, 5 Jun 2003 01:40:20 -0800 "admin" <[EMAIL PROTECTED]> wrote: > > > Hope this make sense. > > Looking for the best way for people to manage their websites. Well I am > hosting a bunch of virtually hosted websites based on hostname (single IP > machine). I am needing to set up many ftpo

killing sendmail, using exim

2003-06-05 Thread Robert Storey
Sendmail is the default MTA, but I have Exim installed and now would like that to be my mail server. I'd like to be able to kill Sendmail startup permanently, and have Exim start at boot time, but I'm not sure how to do this. I did make an attempt. I edited /etc/rc.conf thus: sendmail_enable=

Re: killing sendmail, using exim

2003-06-05 Thread Olivier Nicole
> sendmail_enable="NO" sendmail_enable="NONE" Else it will leave one sendmail running ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

2nd RealTek NIC

2003-06-05 Thread Malcolm Kay
I'm installing FBSD-4.8 on a new machine with two PCI Realtek RT8139 network cards. One configures as rl0 and seems to work fine. However the system has problems with the other one. dmesg -> Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992

Re: killing sendmail, using exim

2003-06-05 Thread Daniel Bye
On Thu, Jun 05, 2003 at 07:06:02PM +0800, Robert Storey wrote: > Sendmail is the default MTA, but I have Exim installed and now would like that to be > my mail server. I'd like to be able to kill Sendmail startup permanently, and have > Exim start at boot time, but I'm not sure how to do this. >

Re: killing sendmail, using exim

2003-06-05 Thread William O'Higgins
On Thu, Jun 05, 2003 at 07:06:02PM +0800, Robert Storey wrote: >Sendmail is the default MTA, but I have Exim installed and now would like that to be >my mail server. I'd like to be able to kill Sendmail startup permanently, and have >Exim start at boot time, but I'm not sure how to do this. > >I

Multiplicity of dmesg in 4.8

2003-06-05 Thread Malcolm Kay
To day I install FreeBSD release 4.8 on a machine form the first time. This is on a new machine so it could easily have as yet undetected hardware faults. I observe the 'dmesg' gives start up information not only for the latest boot but also information generated in a number of previous boots.

Re: gcc (<3.2.3) implicit struct copy exploit

2003-06-05 Thread Erik Trulsson
On Thu, Jun 05, 2003 at 08:45:42AM +0200, Konrad Heuer wrote: > > URL: http://archives.neohapsis.com/archives/bugtraq/2003-05/0331.html > > Are there any opinions out there regarding the question how far this > concerns FreeBSD 4-STABLE? The example program given at the above URL always gives th

Re: NFS Problems...

2003-06-05 Thread supote
> There shouldn't BE a /home2 on HTTPD but I figured out what > happened. I > copied /etc/group /etc/passwd /etc/pwd.db > and /etc/master.passwd from NFSD > to HTTPD to sync users and passwords and forgot to edit the > home dir with > vipw. I just did a global search and replace of /home2 to /hom

Help needed with Cyclades-16Ze (multi-port serial card) on FreeBSD4.4-RELEASE-p36

2003-06-05 Thread David C. Snyder
Hello, I have a Cyclades-16Ze connected to a FreeBSD 4.4-RELEASE-p36 system (according to the Cyclades FAQ, as of May 16th, 2003, FreeBSD 4.4 is the latest version that Cyclades supports and there are plans to support higher versions). My intent is to connect a bunch of dumb terminals at 38400 bp

Firewall/DMZ routing

2003-06-05 Thread Mark Thomas
[Please cc me directly with any replies. Thanks] I'm setting up a multihomed firewall box. I have all interfaces up and running but have something going wrong with routing. The setup: ISP router [A.B.C.144/28, using A.B.C.145] | FIREWALL PUBLIC[A.B.C.146/29] FIREWALL DMZ IFACE [A.B.C.153/29

Re: Firewall/DMZ routing

2003-06-05 Thread Volker Kindermann
Hi Mark, > I'm setting up a multihomed firewall box. I have all interfaces up and > running but have something going wrong with routing. do you have forwarding enabled on the firewall? Check if: sysctl net.inet.ip.forwarding shows: net.inet.ip.forwarding: 1 -volker __

RE: Firewall/DMZ routing

2003-06-05 Thread Mark Thomas
> -Original Message- > From: Volker Kindermann [mailto:[EMAIL PROTECTED] > > I'm setting up a multihomed firewall box. I have all interfaces up and > > running but have something going wrong with routing. > > do you have forwarding enabled on the firewall? > > Check if: > > sysctl net.

Smbfs and SMP

2003-06-05 Thread Ali Soylu
I've recompiled the kernel, and added the following options: options SMP options APIC_IO options HTT And recompiled & reinstalled using: make buildkernel KERNCONF=AAP make installkernel KERNCONF=AAP When I try to mount a smb volume, here's that I get: Jun 5 08:34:22 bsd

A couple of questions for 5.1rc1....

2003-06-05 Thread chris corayer
I am trying to figure out how to fix an niggling dhcp issue and permanently disable ACPI and enable apm on my HP Omnibook 900. I'm running 5.1RC1, which is great since this is the first time I've managed to get 5.x on this unit. Even my xircom realport cards work. However, I'm having trouble fig

Re: OpenOffice

2003-06-05 Thread Rob Lahaye
Larry Rosenman wrote: > > visit: > > http://projects.imp.ch/openoffice > > and you can download a pre-built package. Why has this not yet become part of the precompiled package selection of FreeBSD, so that everyone can find it where one expect it to be found? Regards, Rob. _

Re: ipfw Help me

2003-06-05 Thread Micheal Patterson
Patricia, use this in your natd setup: #!/bin/sh #natd static nat # natd -interface -s -m -u -redirect_address 127.0.0.1 1.2.3.4 That will send everyting to 1.2.3.4 to localhost. -- Micheal Patterson Network Administration Cancer Care Network 405-733-2230 - Original Message - From:

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Dr. Tim
if you do a make in the etc/mail dir it uses the Makefile so yea it is equivalent to makemap access < access and yes the access.db file gets update and NO it still does not work! the file is so simple I can't believe it is not working. actually the equivalent command in the Makefile is makemap hash

FLAC audio port in FreeBSD: boom. crash. core dump.

2003-06-05 Thread BSD baby
On a virgin FreeBSD 4.8 system, I've tried to use the FLAC audio compression port: /usr/ports/audio/flac Using no special options on a .wav file: flac mysong.wav I get "Illegal instruction (core dumped)". I've tried it on 3 different FreeBSD 4.8 boxes, and many different .wav files. Has anyone

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Micheal Patterson
- Original Message - From: "Dr. Tim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 5:00 PM Subject: HELP ON ACCESS FOR SENDMAIL > I have freebsd 4.4 sendmail 8.12.6 > > when I modify access in etc/mail > to two simple lines > > spammer.com 550 goaway > 12.13.

directv satellite internet conection

2003-06-05 Thread Russ Letlow
will it work?? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: directv satellite internet conection

2003-06-05 Thread Olivier Nicole
> will it work?? Your question needs some more explanations. Internet over satellite work. Olivier ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Micheal Patterson
- Original Message - From: "Dr. Tim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 10:38 PM Subject: Re: HELP ON ACCESS FOR SENDMAIL > if you do a make in the etc/mail dir it uses the > Makefile so yea it is equiv

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Dr. Tim
nope it does not, it seems that I now have to learn the m4 compiler which I have never done before, I have tweaked by sendmail.cf substantially to get queues, timeouts lots of stuff working well and just like this I now have to do something like m4 m4.cf.stuff usethis.mc > newsendmail.cf | diff pre

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Dr. Tim
I have found the stock mc file and generic bsd and have run m4 a couple of times to see the difference, since it IS substantial IGNORE MY LAST RAMBLING! I will also have to investigate using spews, rbl etc... thanks so very much for you info. I just wonder WHY! at sendmail.org they have all th

Re: directv satellite internet conection

2003-06-05 Thread Kevin Kinsey, DaleCo, S.P.
From: "Olivier Nicole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 11:01 PM Subject: Re: directv satellite internet conection > > will it work?? > > Your question needs some more explanations. > > Internet over satellite work. > > Olivier I

Re: HELP ON ACCESS FOR SENDMAIL

2003-06-05 Thread Kirk Strauser
At 2003-06-06T04:06:54Z, "Dr. Tim" <[EMAIL PROTECTED]> writes: > You wouldn;t happen to know if there are a just a few lines I can add to > my sendmail.cf file that will enable access.db? Not off the top of my head, but you could compile the freebsd.mc file, remove the access.db lines, re-compile

Netwriting Masters 404

2003-06-05 Thread Ken Evoy
~~ The Netwriting Masters... an intensive 5-Day e-mail course on how to write sales-clinching copy on the Net. ~~ If you have a friend who would benefit from taking this course, please p

Re: Kernel Panic during install with 4.8 mini ISO

2003-06-05 Thread yussef
before the kernel is loaded, when you're given 10 seconds, hit any key besides enter, then type 'set hw.pcic.intr_path=1' without the quotes. good luck. hope this works. yussef On Thu, 5 Jun 2003 22:11:18 +0100 "Chris Ward" <[EMAIL PROTECTED]> wrote: > I'm seeing a kernel panic during boot of 4.

Advise needed to write a script

2003-06-05 Thread Mark Pearce
Hi I have a permanent internet connection using modems. Every now and then I loose my connection, or at least, I loose the IP but I remain connected. If I reboot my box, I come back online with the IP address and everything works 100%, then a while later the IP dissapears but I remain connected.

RE: A couple of questions for 5.1rc1....

2003-06-05 Thread Derrick Ryalls
I run 4.8, but here are my suggestions: > > The final question I have is one that's probably obscure. I > remember a switch used to tell the dhcp client to send the > host name of the laptop to a dhcp server. While it gets a man dhclient.conf > lease perfectly fine, opening up my linksys d

4.8 install

2003-06-05 Thread Mark Redding
Hi, Has anyone else reported problems when trying to install the 4.8-RELEASE version booting from floppy disks and then installing via passive ftp ? I tried it a number of time yesterday, each time the install returned 'write errors' soon into the "bin" extract, and when I checked using 'df' on th

Re: max open files reached

2003-06-05 Thread Jack L. Stone
At 03:29 PM 6.4.2003 +0200, Roman Neuhauser wrote: >I have a script run by periodic(8) in the daily batch that is supposed >to backup all databases from the local MySQL server using >mysqlhostcopy(1). It used to run fine for a few months, but has >been failing consistently with ENFILE (23) lately.

Re: adsl pci cards

2003-06-05 Thread heikki soerum
On Tue, 03 Jun 2003 07:52:02 +0200 Gianmarco Giovannelli <[EMAIL PROTECTED]> wrote: > Hi, > I'd like to make an adsl router using an epia mb with an adsl pci card > (if possible:-). > Any other relevant infos on the subj is welcome :-) Just an warning though, the VIA Rhine-II NIC chipsett drivers

pilot-link & Handspring Visor

2003-06-05 Thread Tony Hacche
Hi, Has anyone managed to get a Handspring Visor working in conjunction with pilot link and FreeBSD v5.0? Thanks, Tony -- ** * Tony Hacche* * ULCC * * 20 Guilford Street * * London WC1N 1DZ* ** * JOD: 0870 850 6672

Re: 4.8 install

2003-06-05 Thread Daniel Bye
On Wed, Jun 04, 2003 at 03:25:00PM +0100, Mark Redding wrote: > Hi, > > Has anyone else reported problems when trying to install the 4.8-RELEASE > version booting from floppy disks and then installing via passive ftp ? I > tried it a number of time yesterday, each time the install returned 'write

Re: max open files reached

2003-06-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-04 09:30:36 -0500: > At 03:29 PM 6.4.2003 +0200, Roman Neuhauser wrote: > >I have a script run by periodic(8) in the daily batch that is supposed > >to backup all databases from the local MySQL server using > >mysqlhostcopy(1). It used to run fine for a few months, but

DocBook tex/pdf/ps output for different page sizes?

2003-06-05 Thread Farid Hajji
Hi, [Please Cc me directly, I'm not on the mailing list. Thanks.] how can I generate a pdf/ps copy of the handbook or any other DocBook document using /usr/doc/share/mk/doc.project.mk in other pagesizes, like a4, letter, or even a custom format? Or said another way: which knob to I need to tur

Re: DocBook tex/pdf/ps output for different page sizes?

2003-06-05 Thread Hiroki Sato
Farid Hajji <[EMAIL PROTECTED]> wrote in <[EMAIL PROTECTED]>: me> how can I generate a pdf/ps copy of the handbook me> or any other DocBook document using me>/usr/doc/share/mk/doc.project.mk me> in other pagesizes, like a4, letter, or even me> a custom format? Or said another way: me> which

Re: dot.bashrc, where is it?

2003-06-05 Thread John DeStefano
Chuck Swiger <[EMAIL PROTECTED]> wrote: >PPS: Anyone read this far? More? :-) Sure! Keep 'em coming! ;) ~John - Do you Yahoo!? Free online calendar with sync to Outlook(TM). ___ [EMAIL PROTECTED] mailing list http://

Question: ipfw2, MAC addresses and divert.

2003-06-05 Thread RS
Hi, I'm trying to write some ipfw rules to divert packets from a machine matching a MAC address to a natd process running on a custom divert port. Here are the rules I tries that don't work: ipfw add 99 divert 8669 mac any 00:E0:18:F1:57:94 via wi0 ipfw add 99 divert 8669 mac 00:E0:18:F1:57:94 any

DNS question...

2003-06-05 Thread Xpression
Hi list: I want to change my DNS server/service, I still using named almost understand it so good, then I want to know is anyone have knowledge of any other DNS server that can be installed to serve DNS requests...thanks... ___ [EMAIL PROTECTED]

Re: DNS question...

2003-06-05 Thread Jez Hancock
On Wed, Jun 04, 2003 at 12:29:29PM -0400, Xpression wrote: > Hi list: > > I want to change my DNS server/service, I still using named almost > understand it so good, then I want to know is anyone have knowledge of any > other DNS server that can be installed to serve DNS requests...thanks.

Problem compiling the C/C++ reference for Kdevelop

2003-06-05 Thread J. Seth Henry
I recently started playing around with Kdevelop 2.x on my server, and found it much improved over the older releases. Getting into it, I decided to download and compile the C/C++ reference documentation, and ran into a snag. I'm not sure if it is because the configure script is having problems runn

Re: portupgrade issue 4.8-STABLE

2003-06-05 Thread clayton rollins
On Wed, 04 Jun 2003 19:30:38 +1000 Rob B <[EMAIL PROTECTED]> wrote Subject: Hi all, I've sent this to stable@, but no luck so far, so I thought I'd throw it to all and sundry: Having a bit of a problem with portupgrade on a -STABLE machine: [EMAIL PROTECTED]/root: portupgrade -aRn ---> Session

chat software for freebsd 5

2003-06-05 Thread george donnelly
does anyone have any recommendations for some web-based chhat software with moderation that will run fairly easily on freebsd 5? its needed for some "VIP chats", ie some famous person answers questions "live" for many other people. thanks! <--> george donnelly - http://www.zettai.net/ - "We Love

GeForce4 MX440 Supported on FreeBSD 4.8

2003-06-05 Thread David Loszewski
Does anyone know if the GeForce4 MX440 is supported under FreeBSD 4.8? I have XFree86 4.3, I looked at xfree86.com but they highest they go is the GeForce3. Any help would be much appreciated. Please respond to this email address. Dave ___ [EMAIL PRO

Re: GeForce4 MX440 Supported on FreeBSD 4.8

2003-06-05 Thread Justin P. Michel
Dave, I have a GeForce4 MX440 and FreeBSD 4.8, and it all seems to work fine. It was a selectable option under the textmode XF86cfg. - Original Message - From: "David Loszewski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 1:24 PM Subjec

Spring cleaning giveaway - UPDATE

2003-06-05 Thread J. Seth Henry
I managed to get rid of some of my surplus gear, but not all. I had a fellow claim the serial terminal, and some of the K6 CPU's, but never got back to me with an address. If you still want these items, let me know. I had someone else looking for a K6 CPU, but my emails have been bouncing. Right

problem with parallel port ZIP drive (100MB)

2003-06-05 Thread Vivenzio Pagliari
Help! I can't use my parallel port iomega ZIP drive on FreeBSD. I think that I followed all the instructions (from the ZIP drive article under /usr/share/doc/en/articles) correctly, but obviously I missed something :-( What I did was: 1. Configure the kernel: the (as far as I have understood) i

Re: 4.8-STABLE /dev/null issue

2003-06-05 Thread Scott Kupferschmidt
Hello, I've followed those instructions and still a no go. Enabled my crontab line of: * * * * * echo blah >/dev/null And this is what happened: crw-r--r-- 1 root wheel2, 2 Jun 4 14:45 /dev/null Subject: Cron <[EMAIL PROTECTED]> echo blah >/dev/null cannot create /dev/null: permissi

VPN Setup

2003-06-05 Thread Marcos Espina
Hello, Our firewall is running FreeBSD 3.4-RELEASE #3. and need to setup a VPN connection. Is there step by step instruction on how to do this? I am new at this. Thanks, Marcos ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinf

Re: GeForce4 MX440 Supported on FreeBSD 4.8

2003-06-05 Thread xcas
On Wed, 4 Jun 2003, David Loszewski wrote: > Does anyone know if the GeForce4 MX440 is supported under FreeBSD 4.8? I have > XFree86 4.3, I looked at xfree86.com but they highest they go is the GeForce3. Any > help would be much appreciated. > > Please respond to this email address. > > Dave

5.0-release upgrade

2003-06-05 Thread Augusto Jun Devegili
Hi all, I've installed 5.0-release and I want to get the latest sources in order to upgrade my system. I've read the handbook and found cvsup. I've created a supfile and I have one doubt: which should be the value of "tag" so that I fetch the latest 5.0 sources? TIA, and regards, Augusto Jun

telnetd without inetd

2003-06-05 Thread Dan Mahoney, System Admin
Is there a way to run telnetd in "standalone" mode, i.e. without inetd? We have a system that we sometimes need to connect to from within a cisco router, which can't do ssh (and not from anywhere else, we've firewalled it as such). -Dan Mahoney -- "If you aren't going to try something, then we m

Re: GeForce4 MX440 Supported on FreeBSD 4.8

2003-06-05 Thread Kent Stewart
On Wednesday 04 June 2003 12:09 pm, [EMAIL PROTECTED] wrote: > On Wed, 4 Jun 2003, David Loszewski wrote: > > Does anyone know if the GeForce4 MX440 is supported under FreeBSD 4.8? I > > have XFree86 4.3, I looked at xfree86.com but they highest they go is the > > GeForce3. Any help would be much

Re: 5.0-release upgrade

2003-06-05 Thread Kent Stewart
On Wednesday 04 June 2003 12:14 pm, Augusto Jun Devegili wrote: > Hi all, > > I've installed 5.0-release and I want to get the latest sources in order > to upgrade my system. I've read the handbook and found cvsup. I've > created a supfile and I have one doubt: which should be the value of > "tag"

Can I synchronise local time with some NTP-server?

2003-06-05 Thread Constantine
Hello! I am running FreeBSD 4.8. How can I synchronise my clock with some NTP server? The time on my server right now is 4 minutes fast, and I do not like that... Can I set up a script that would automatically synchronise the time with some available server? My server is located in the USA, in

Re: Can I synchronise local time with some NTP-server?

2003-06-05 Thread MikeM
On 6/4/03 at 3:37 PM Constantine wrote: ! | |I am running FreeBSD 4.8. How can I synchronise my clock with some NTP |server? The time on my server right now is 4 minutes fast, and I do not |like that... Can I set up a script that would automatically synchronise |the time with some available serv

Re: Can I synchronise local time with some NTP-server?

2003-06-05 Thread K Anderson
Constantine wrote: Hello! I am running FreeBSD 4.8. How can I synchronise my clock with some NTP server? The time on my server right now is 4 minutes fast, and I do not like that... Can I set up a script that would automatically synchronise the time with some available server? My server is l

Re: Can I synchronise local time with some NTP-server?

2003-06-05 Thread MikeM
On 6/4/03 at 3:44 PM MikeM wrote: |On 6/4/03 at 3:37 PM Constantine wrote: |! || ||I am running FreeBSD 4.8. How can I synchronise my clock with some NTP ||server? The time on my server right now is 4 minutes fast, and I do not ||like that... Can I set up a script that would automatically synchr

The Special Ed Advocate, June 4, 2003 (Issue 218)

2003-06-05 Thread Wrightslaw
Wrights= law The Special Ed Advocate Newsletter June 4, 2003 _ [1]Home Issue - 218 ISSN: 1538-3202 In this Issue . . . [2]I Don't Get It - Pysch's Questions About NCLB [3]NCLB Weapons of Public Ed

Re: telnetd without inetd

2003-06-05 Thread Doug Silver
On Wednesday 04 June 2003 12:19 pm, Dan Mahoney, System Admin wrote: > Is there a way to run telnetd in "standalone" mode, i.e. without inetd? > We have a system that we sometimes need to connect to from within a cisco > router, which can't do ssh (and not from anywhere else, we've firewalled > it

Re: Can I synchronise local time with some NTP-server?

2003-06-05 Thread Martin Krzysiak
On Wednesday 04 June 2003 21:37, Constantine wrote: > I am running FreeBSD 4.8. How can I synchronise my clock with some NTP > server? The time on my server right now is 4 minutes fast, and I do not > like that... Can I set up a script that would automatically synchronise > the time with some avai

Re: 5.0-release upgrade

2003-06-05 Thread Mark Woodson
On Wed, 4 Jun 2003 12:31:42 -0700, Kent Stewart <[EMAIL PROTECTED]> wrote: On Wednesday 04 June 2003 12:14 pm, Augusto Jun Devegili wrote: Hi all, I've installed 5.0-release and I want to get the latest sources in order to upgrade my system. I've read the handbook and found cvsup. I've created a

BIND 8.3.5 port?

2003-06-05 Thread Mark
Hi, I saw BIND 8.3.5 was released; but I have not seen it in the ports yet. Will someone port it? - Mark ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Netatalk with 5.0?

2003-06-05 Thread David Kelly
Having upgraded a non-critical system to 5.1-BETA from 4.8 by wiping the drives and starting from scratch, just how does one add NETATALK to the new kernel config? I don't see it in /usr/src/sys/i386/conf/NOTES and we no longer have LINT... I do see netatalk at /usr/src/sys/netatalk/ but nothing ot

File manager with thumbnail preview

2003-06-05 Thread Rus Foster
Hi All, Can anyone recommend a file manager than can thumbnail preview JPG images? Cheers Rus -- www: http://www.65535.net | Hosting - Shell Accounts MSNM: [EMAIL PROTECTED] | Virtual Servers from just $15/mo e: [EMAIL PROTECTED] | Community: http://www.65535.org t: +

Re: File manager with thumbnail preview

2003-06-05 Thread dick hoogendijk
On 04 Jun Rus Foster wrote: > Hi All, Can anyone recommend a file manager than can thumbnail preview > JPG images? Install kdelibs and run their filemanager. Kdm-3.1.2's preview function is really great ;-) -- dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE ++ Running FreeBSD 4.8 ++ De

Re: Can I synchronise local time with some NTP-server?

2003-06-05 Thread Viktor Lazlo
On Wed, 4 Jun 2003, Constantine wrote: > I am running FreeBSD 4.8. How can I synchronise my clock with some NTP > server? The time on my server right now is 4 minutes fast, and I do not > like that... Can I set up a script that would automatically synchronise > the time with some available serve

Re: telnetd without inetd

2003-06-05 Thread Dan Mahoney, System Admin
On Wed, 4 Jun 2003, Doug Silver wrote: Oh no I was just wondering about the need for an "internet super-server" to essentially serve one daemon. > On Wednesday 04 June 2003 12:19 pm, Dan Mahoney, System Admin wrote: > > Is there a way to run telnetd in "standalone" mode, i.e. without inetd? > >

Re: Apsfilter

2003-06-05 Thread Toni Schmidbauer
On Tue, Jun 03, 2003 at 06:55:33PM -0500, Teilhard Knight wrote: > I write because apsfilter handles .dvi files, and apparently cups does not. I > work quite a bit with TeX, and I am very interested in printing .dvi files in > a desjket printer. Does anybody know about a workaround? i am only us

Re: Can I synchronise local time with some NTP-server?

2003-06-05 Thread Jez Hancock
On Wed, Jun 04, 2003 at 03:37:11PM -0400, Constantine wrote: > Hello! > > I am running FreeBSD 4.8. How can I synchronise my clock with some NTP > server? The time on my server right now is 4 minutes fast, and I do not > like that... Can I set up a script that would automatically synchronise >

Re: BIND 8.3.5 port?

2003-06-05 Thread Chuck Swiger
Mark <[EMAIL PROTECTED]> wrote: I saw BIND 8.3.5 was released; but I have not seen it in the ports yet. Will someone port it? OK, sure. Do you want a shar file as well, or just the diffs? diff -rduw bind8_old/Makefile bind8/Makefile --- bind8_old/Makefile Wed Jun 4 17:44:20 2003 +++ bind8/Makef

Re: BIND 8.3.5 port?

2003-06-05 Thread Mark
- Original Message - From: "Chuck Swiger" <[EMAIL PROTECTED]> To: "Mark" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, June 05, 2003 12:00 AM Subject: Re: BIND 8.3.5 port? > Mark <[EMAIL PROTECTED]> wrote: > > I saw BIND 8.3.5 was released; but I have

Re: Problem compiling the C/C++ reference for Kdevelop

2003-06-05 Thread Joshua Oreman
On Wed, Jun 04, 2003 at 12:57:24PM -0400 or thereabouts, J. Seth Henry seemed to write: > I recently started playing around with Kdevelop 2.x on my server, and > found it much improved over the older releases. Getting into it, I decided > to download and compile the C/C++ reference documentation, a

Re: BIND 8.3.5 port?

2003-06-05 Thread Doug Barton
You guys seriously need to read the comment at the top of the port Makefile. Doug -- This .signature sanitized for your protection ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Problem compiling the C/C++ reference for Kdevelop

2003-06-05 Thread J. Seth Henry
Argh - it appears that I have no libqt.so on my system. Interesting - I installed from the package system. Having poked through the configure script, I finally figured out what it was barfing on, and manually searched to see if it was present, but perhaps in some odd location. (find / | grep libqt

Re: calcru negative time error

2003-06-05 Thread Jimi Thompson
At 11:58 PM -0500 6/3/03, Shane Kinney wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 3 Jun 2003, Jimi Thompson wrote: http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/faq/troubleshoot.html#CALCRU-NEGATIV That web page said to enter this command (which I do not have a good under

Re: NFS Problems...

2003-06-05 Thread Joshua Oreman
On Thu, Jun 05, 2003 at 01:03:17AM +0200 or thereabouts, Bernd Walter seemed to write: > On Wed, Jun 04, 2003 at 02:21:29PM -0700, jle wrote: > > I retired my old p200 fbsd 4.4-stable web server and built a newer box for > > it. I used to mount the /home2 dir from my nfs server (fbsd 5.1-current) >

RE: Your application

2003-06-05 Thread The Print Crtridge Shop
You have a virus in your email -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, 5 June 2003 8:23 AM To: [EMAIL PROTECTED] Subject: Re: Your application Please see the attached file. ___ [EMAIL PROTECTED] ma

booteasy / syslog

2003-06-05 Thread Matthew Ryan
Hi there, Does anybody know how i can configure booteasy not to remember the last choice i made. I would like it to default to one particular boot (XP in fact), so that my 5 year old does not occasionally find himself looking at a FreeBSD login prompt. Failing that, can anyone recommend an alt

Re: chat software for freebsd 5

2003-06-05 Thread Vulpes Velox
Well if it is java based or whatever and is worked into the webpage... then it should work nicely if you have jdk installed on the machine. I have had good luck with galeon and netscape when running java stuff... never tried any chat thought. On Wed, 04 Jun 2003 13:24:03 -0400 george donnelly <[

Re: BIND 8.3.5 port?

2003-06-05 Thread Chuck Swiger
Doug Barton wrote: You guys seriously need to read the comment at the top of the port Makefile. To the extent that your comments represent good advice, they are appreciated. However, if Mark wanted to run the version of named that already comes with FreeBSD, or the current 8.3.4 port, he wouldn't

Re: BIND 8.3.5 port?

2003-06-05 Thread Mark
> Doug Barton wrote: > > You guys seriously need to read the comment at the top of the port > > Makefile. > > To the extent that your comments represent good advice, they are > appreciated. Ditto. :) > However, if Mark wanted to run the version of named that already comes > with FreeBSD, or the

Re: BIND 8.3.5 port?

2003-06-05 Thread Doug Barton
On Wed, 4 Jun 2003, Chuck Swiger wrote: > Doug Barton wrote: > > You guys seriously need to read the comment at the top of the port > > Makefile. > > To the extent that your comments represent good advice, they are > appreciated. Glad to help. > However, if Mark wanted to run the version of name

Non-Executable Stack Patch

2003-06-05 Thread Tony Meman
I was wondering if there's any non-executable stack patch for FreeBSD's kernel. I searched in google but all I got was some questions in freebsd-security back from 2001 and an answer saying someone heard about a project like this, but no information at all. Is there any patch like PaX or Openwall

Re: BIND 8.3.5 port?

2003-06-05 Thread Chuck Swiger
Doug Barton wrote: [ ... ] However, if Mark wanted to run the version of named that already comes with FreeBSD, or the current 8.3.4 port, he wouldn't have asked for an updated port of BIND-8.3.5. The maintainer of any software project ought to regard other people's interest as a positive and cons

How to analyse squid logs and wierd time stamps

2003-06-05 Thread keith
Hi all, Here is a squid log sample... 1049884671.477240 10.0.1.121 TCP_HIT/200 744 GET ftp://ftpav.ca.com/pub/inoculan/scaneng/Siglist.txt - NONE/- text/plain ... Whoa! Anyone know of a port to analyse this stuff and change what MIGHT be a timestamp to something a mortal like me can read?? Appr

Re: How to analyse squid logs and wierd time stamps

2003-06-05 Thread Murray Taylor
Strange as it seems ... one of our netadmins came to me with the same query, so I created this little program #include #include void main(int argc, char *argv[]) { time_t clockval; if ( argc != 2 ) { printf("\nUsage: ctime time_in_seconds\n");

Re: How to analyse squid logs and wierd time stamps

2003-06-05 Thread Chuck Swiger
[EMAIL PROTECTED] wrote: [ ... ] 1049884671.477240 10.0.1.121 TCP_HIT/200 744 GET ftp://ftpav.ca.com/pub/inoculan/scaneng/Siglist.txt - NONE/- text/plain ... Whoa! Anyone know of a port to analyse this stuff and change what MIGHT be a timestamp to something a mortal like me can read?? Sure. In

Solved!! > Re: How to analyse squid logs and wierd time stamps

2003-06-05 Thread keith
Hi..what legends are FBSD people! Keith > [EMAIL PROTECTED] wrote: > [ ... ] >> 1049884671.477240 10.0.1.121 TCP_HIT/200 744 GET >> ftp://ftpav.ca.com/pub/inoculan/scaneng/Siglist.txt - NONE/- >> text/plain ... Whoa! >> Anyone know of a port to analyse this stuff and change what MIGHT be a >>

Bind 9 Port

2003-06-05 Thread cp
I was planning to ask opinions on this tonight even before I saw the discussion on Bind 8. I'm preparing a old box for Internal, Caching and an unrelated primary master. The security warnings at FreeBSD.org seemed quite clear that I should not use Bind 8 due to 3 flaws that can be exploited if rec

Re: PS2 Mouse

2003-06-05 Thread Gautham Ganapathy
On Wednesday, June 04, 2003 12:43 AM, Lucelio wrote >Hi, I was trying the FreeBSD 5.0 and the installation was perfect, but, > when I tried to run the Gnome, my mouse didn't work. Here is the > configuration of my machine: > Intel Pentium 4 - 1.6 GHz / 256 MB RAM / HD: 20 GB. The motherboard i

  1   2   >