SYSCALL_MODULE macro modified?

2009-03-10 Thread T.
Found 7.0's sysent.h file modified at the commonly used SYSCALL_MODULE macro, wasn't sure how I should modify my code to accommodate the change so changed the sysent.h (yikes!). No biggy right? Removed the AUE_NULL. That's all that's been added. But the argument was NULL, so what the hell else

Re: SYSCALL_MODULE macro modified?

2009-03-11 Thread T.
T. wrote: Found 7.0's sysent.h file modified at the commonly used SYSCALL_MODULE macro, wasn't sure how I should modify my code to accommodate the change so changed the sysent.h (yikes!). No biggy right? Removed the AUE_NULL. That's all that's been added. But the argument was NULL, so what

Re: Anonymizer tool like Tor?

2009-03-12 Thread T.
connected to a LAN that has a route to the internet. A major thing lacking is a command line tor control utility. And this is important. Sometimes you get crappy circuits, sometimes you get a hacker who is trying to SSL / SSH M-i-t-M you. You need to be able to flush the router and grab new circuits

Re: Anonymizer tool like Tor?

2009-03-12 Thread T.
T. wrote: I just enable the control port locally and telnet to it. To get new circuits, on the control port (assuming you haven't set any authentication): AUTHENTICATESIGNAL NEWNYM Typo, that should be with a line break, obviously: AUTHENTICATE (you'll get a response

Re: Anonymizer tool like Tor?

2009-03-13 Thread T.
Gilles wrote: On Thu, 12 Mar 2009 13:47:07 -0400, T. freebsd-questi...@lists.goldenpath.org wrote: You want a transparent tor proxy, which you setup with freebsd and pf. Thanks much for the help. If my modest Python script used to download some web pages goes through Tor

Re: Even more documentation?

2008-04-30 Thread T.
Edward Ruggeri wrote: Hi all, I've used FreeBSD for about two years now. Besides using Linux for projects on school computers, I never had much experience with Unix-like operating systems. While I get by nicely on FreeBSD, I recently felt that I didn't have a very solid understanding of it's

sshd on FreeBSD default allows blank passwords?

2008-05-06 Thread T.
I didn't realize this before, but it came to my attention when debugging PAM problems. Actually, sshd default does not allow it, but another default is in enabling PAM. It's passing power over to PAM which is allowing it. I didn't see another way immediately available to fix it, so I disabled

Re: sshd on FreeBSD default allows blank passwords?

2008-05-06 Thread T.
Andrew Pantyukhin wrote: On Tue, May 06, 2008 at 02:26:43PM -0400, T. wrote: I didn't realize this before, but it came to my attention when debugging PAM problems. Actually, sshd default does not allow it, but another default is in enabling PAM. It's passing power over to PAM which

Re: kernel configuration

2009-01-14 Thread t-u-t
On Wed, Jan 14, 2009 at 9:18 PM, Chuck Swiger cswi...@mac.com wrote: On Jan 14, 2009, at 10:15 AM, Ewald Jenisch wrote: On Wed, Jan 14, 2009 at 04:37:53PM +0100, icemaca wrote: this i386 version has cpu I486_CPU cpu I586_CPU cpu I686_CPU Basically

Re: Slow startup of Gnome - error from gnome-keyring-daemon

2009-01-14 Thread t-u-t
On Wed, Jan 14, 2009 at 7:13 PM, Ewald Jenisch a...@jenisch.at wrote: On Thu, Jan 15, 2009 at 06:56:13AM +1300, Jonathan Chen wrote: The obvious question is: Have you got hald running? Make sure your /etc/rc.conf has: gnome_enable=YES Hi, Didn't know that I need

shell commands - exclusion

2009-02-04 Thread t-u-t
hi, i don't know if this is a freak question, but i was looking around to see if this is possible, and what the convention would be. if i have say one (or even two) single file/directories among many others, and i want to perform any said function like cp, mv, rm, etc.. , to all other files

Re: shell commands - exclusion

2009-02-04 Thread t-u-t
On Wed, Feb 4, 2009 at 4:26 PM, Lars Eighner luvbeas...@larseighner.comwrote: In general this is not possible. A few commands have exclusion options, but not many. Some shells have ways of managing glob exclusion (it's the shell that expands wildcard patterns). Setting GLOBIGNORE works in

Re: shell commands - exclusion

2009-02-04 Thread t-u-t
On Wed, Feb 4, 2009 at 4:48 PM, Dan Nelson dnel...@allantgroup.com wrote: zsh has the ^ and ~ glob metacharacters that are enabled with you enable EXTENDED_GLOB: ^x (Requires EXTENDED_GLOB to be set.) Matches anything except the pattern x. This has a higher

Re: video editor

2009-02-20 Thread t-u-t
Brent Clark wrote: prad wrote: any recommendations for software that can join or split wmv, mpg, avi etc etc? i came across mencoder for joining on this page http://mindspill.net/computing/linux-notes/how-to-join-video-files-in-linux.html but i don't really know much about this sort of

moused + sysmouse

2009-02-21 Thread t-u-t
-current from 200812 snapshot on another disk, csup'd, built world+kernel without debugging stuff and it was easier to control the mouse with the same flags ( -F -r -T -A and -a ). same issues with cut and paste. in 8-current, whenever i change to a different tty (alt+f2..3..), i get

Re: questions

2009-02-21 Thread t-u-t
Roland Smith wrote: On Sat, Feb 21, 2009 at 08:43:30AM +0300, leva Thecouch wrote: Hello! It is possible, whether in FreeBSD 7.0 to use programs for creation of music and processing of a sound, such as FLStudio 8.0, Sony Sound Forge 8.0? Cubase Studio 4.1, Wave Lab 5 etc.? All of

Re: questions

2009-02-21 Thread t-u-t
Wojciech Puchar wrote: Hello! It is possible, whether in FreeBSD 7.0 to use programs for creation of music and processing of a sound, such as FLStudio 8.0, Sony Sound Forge 8.0? Cubase Studio 4.1, Wave Lab 5 etc.? All of them work in system Windows XP, whether somehow it is possible to make

Re: Audio Production

2008-10-11 Thread t-u-t
On Mon, Sep 22, 2008 at 12:33 PM, Da Rock [EMAIL PROTECTED]wrote: On Mon, 2008-09-22 at 11:50 +0200, marshc wrote: My only advice on this point is to subscribe to the multimedia list and ask your questions there (I'll be watching this list too, have been for some time now due to my htpc

Re: freebsd7 kde4 performance

2008-10-12 Thread t-u-t
One thing I am curious of is if you're running i386 FreeBSD, or another architecture (amd64, ia64, etc?) I'm running 7.0 stable with ULE scheduler on i386 architecture (since it's Pentium M). I've tried to use kde4 out of the box (after compilation). Whole kde is running poorly. I have to

Re: Setting Up IMAP

2004-05-12 Thread T Kellers
On Wednesday 12 May 2004 12:25 pm, Charles Swiger wrote: On May 12, 2004, at 9:29 AM, Jason Dusek wrote: Problem 2 Kmail allows me accept the bad certificate and logs in succesfully. It then shows me my *entire* home directory, not just the mail folder. Why does this happen? There

need restore disc for Compaq Presario 2200

2004-05-10 Thread Steve T
I am restoring my mother-in-laws presaio 2200 and need the restore disc to download to my p/c to restore the compaq [EMAIL PROTECTED] a.. Thanks for any help ___ [EMAIL PROTECTED] mailing list

The 5.2.1 and the six hard disks

2004-05-27 Thread T. Srikanth
I have a spare Dell PowerEdge SC600 which I used to check out the 5.2.1 release. The system has six 120GB hard disks. I have added entries in device.hints for the third ATA disk controller at port 0x170 and irq 11. When I let the system boot regularly, it does not show up all the six disks--

Re: Swap space - max size

2004-05-27 Thread T. Srikanth
Jamie, Run the following script on your system under maximum load. #!/bin/sh - ps -o vsz -o rss | grep '[0123456789]' | \ awk '{ i += $1; j += $2; } END { printf(VSZ=%dK, RSS=%dK\n, i, j); }' If you see VSZ is very close to the swap size and RSS is getting closer to the available physical

Re: Router take advantage of device polling

2004-05-27 Thread T. Srikanth
Jeffrey, Yes, there is. At a certain level of traffic, network interrupts happen all too often to justify the processing overhead associated with the interrupt service routines, and hence the network activity is best polled. Is 15Mbps the level for enabling polling? Well, this traffic level

RE: How do I enable sendmail ONLY for local system mail?

2004-06-02 Thread T. Srikanth
You also need to create a file /etc/mail/local-host-names and place the name of the local host in it. It should be possible to have a name lookup for this entry (eg, by /etc/hosts). --Srikanth Date: Tue, 01 Jun 2004 23:54:40 -0600 From: Dan MacMillan [EMAIL PROTECTED] Subject: RE: How do I

Re: Changing SendMail Port Number

2004-06-06 Thread T Kellers
On Saturday 05 June 2004 08:32 pm, Scott Kupferschmidt wrote: The only problem with listening on port 24 is no one is going to be able to send mail to you, as smtp listens on port 25. Sincerely, Scott Kupferschmidt ISPrime, Inc. 866.502.4678 ext. 3 AIM: Scott ISPrime - ICQ: 174337249 On

Re: read vs. mmap (or io vs. page faults)

2004-06-22 Thread Mikhail T.
22 2004 23:27, Peter Wemm, : = On Monday 21 June 2004 10:08 pm, Mikhail Teterin wrote: = The amount of work for the kernel to do a read() and a high-speed = memory copy is much less than the cost of taking a page fault, running = a whole bunch of really really nasty code in the vm system,

Re: setting LPT1 to polled mode via acpi

2004-06-29 Thread T Kellers
On Tuesday 29 June 2004 10:11 am, Dan Nelson wrote: In the last episode (Jun 29), DA. Forsyth said: I've got 5.2.1-RELEASE on a P4 1.1Ghz machine I've setup a HP laserjet (iiP) on the first parallel port using a simple filter to get the lines feeding correctly. Sometimes it actually

wav to mp3?

2003-10-05 Thread T Kellers
I did a make search in the ports collection and didn't see what (I think) I need, so I'll ask here. Is there a utility (or utilities) in ports for converting .wav files to mp3? TIA Tim ___ [EMAIL PROTECTED] mailing list

Re: wav to mp3?

2003-10-05 Thread T Kellers
-0400, T Kellers wrote: I did a make search in the ports collection and didn't see what (I think) I need, so I'll ask here. Is there a utility (or utilities) in ports for converting .wav files to mp3? That is essentially what an MP3 encoder does, and there are plenty of those in the ports

Re: (EE) No Drivers Not Found

2003-10-05 Thread T Kellers
On Sunday 05 October 2003 11:54 am, Mark Hummel wrote: Hi, I've reconfigured XF86Config Server 3 times now and I've eliminated every warning and error except the one I put in the subject line. Startx still fails for the reason sited and I don't know why. I think the problem is the video

Re: adding webmail

2003-10-05 Thread T Kellers
On Sunday 05 October 2003 12:47 pm, S Ellis wrote: Hello, I want to broaden access to my home email by adding a webmail interface. Right now I'm running sendmail with procmail and using spamassassin; I'd like to keep this setup. Looking at the squirrelmail port has raised some questions for

Re: apache mod_ssl build error

2003-11-01 Thread T Kellers
On Saturday 01 November 2003 06:40 pm, Matt Edwards wrote: Original Message - From: Dirk Meyer [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Matt Edwards [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Saturday, November 01, 2003 7:20 AM Subject: Re: apache mod_ssl build error Matt Edwards

Re: NFS Samba problems

2004-01-19 Thread T Kellers
PROTECTED]/homes /mnt/home mount_smbfs: unable to open connection: syserr = Connection refused And when I try to mount the nfs share I get the following error: phineas# mount -t nfs 192.168.0.3:/home/zac /mnt/home 192.168.0.3:/home/zac: nfsd: RPCPROG_NFS: Program not registered Any help

Re: NFS Samba problems

2004-01-19 Thread T Kellers
mount_smbfs -I -W YOUR WORKGROUPHERE 192.168.0.3 //[EMAIL PROTECTED]/homes /mnt/home Arg.. of course that should be mount_smbfs -W YOUR WORKGROUPHERE -I 192.168.0.3 //[EMAIL PROTECTED]/homes Tim ___ [EMAIL PROTECTED] mailing list

htdig and mailman 2.1.4

2004-01-24 Thread T Kellers
Can anyone point me to a doc or resource that will help explain setting up mailman with htdig? I already have it built and installed, but htdig's documentation regarding mailman (and vice versa) is hard to find. Tim Kellers CPE/NJIT ___ [EMAIL

Re: Wep encryption.

2004-01-24 Thread T Kellers
On Sunday 25 January 2004 12:46 am, James A. Feister wrote: How would I use ifconfig with a 128bit hex wep key? __ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/

Re: open office install fails after two days of installing

2004-01-26 Thread T Kellers
Open Office should be in /usr/local e. g. /usr/local/OpenOffice.org1.0/ Try cd /usr/local/OpenOffice.org1.0/ and ./setup (You have to have X running) Tim On Monday 26 January 2004 01:28 pm, Yuri GV wrote: On Mon, 26 Jan 2004 06:29:44 -0800, chip [EMAIL PROTECTED] wrote: Chris Pressey

Free BSD

2004-01-29 Thread T Glaser
This website leads me to believe that this is an OS software package? I don't know for sure though. What did I stumble across here? What are you offering for free? Not real clear here on the website. If this is an OS do you have any screen shots of what it looks like or is it command line? Tim

Virtual Hosting Aliases with FreeBSD 5.2

2004-02-03 Thread T. Halter
Hello, I'm trying to setup multiple IP boxes using FreeBSD 5.2-Release. If I enter the ifconfig sis0 alias0 inet x.x.x.x 255.255.255.255 I get a bad value error. Similarly, if I put it in /etc/rc.conf with the prerequisite underscores and reboot the machine, the resulting ifconfig -a

problem installing 5.2.1

2004-02-07 Thread T. Green
I am trying to install version #5.1, #5.2, and #5.2.1 on my computer. i have version # 4.9 installed and it work fine. my system have the intel motherboard D875PBZ,1024mb of memory, 1 seagate 80gb ata drive, and 1 seagate 80gb sata drive. the problem i am having is : while installing from the

Emailing: 019150.htm

2004-03-07 Thread T. Halter
format to put it in. Could someone please give me a hand here and either explain what to do or where I can find some helpful text to fix this? Thanks! T. Halter SysAd VSN1 'kern.maxpipekva exceeded' messages... Dag-ErlingSmørgrav des at des.no Tue Jan 20 00:57:24 PST 2004 a.. Previous

screen resolution on 865G

2004-03-11 Thread T Kellers
video controller: 865G Chipset Graphics Controller Driver: i810 OS: FreeBSD 5.2-CURRENT XFree86: 4.3.0 Dell Dimension 4600C, Pentium IV, HTT Has anyone had any luck configuring similar hardware to produce a decent resolution? My default is 1024 x 768 at 75 Mhz and KDE looks grainy (mozila is

realplayer8

2003-01-03 Thread T. Green
help ! i am trying to install realplayer 8 no freebsd ver 4.7 using netscape 7.01. i need to know what file go's where. thank you To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Virus Scanners

2003-07-24 Thread T Kellers
I use uvscan. There is a trial version in the ports collection (/usr/ports/security/vscan), and, if you use a mail-scanner like amavis (also in ports) it can use the uvscan engine. Tim Kellers CPE/NJIT On Thursday 24 July 2003 10:44 am, Schimcek, Derrick wrote: What are the best virus

FreeBSD as a wirelesss access point

2003-08-04 Thread T Kellers
Anyone know of a resource that has some instructions (or discussion) about using FreeBSD + a Nic + a PCMCIA wireless card as a router? I currently hace a PCI PCMCIA adapter (and wireless card), both seem to be supported in CURRENT (my 5.1-CURRENT box sees both interfaces). If any one knows of

Re: samba authentication problems

2003-08-10 Thread T Kellers
Did you do a make clean before the make re-install? If not, it's reading the original config. try: # make deinstall make clean make build install Just a thought, just in case Tim Kellers CPE/NJIT On Thursday 07 August 2003 02:11 pm, John DeStefano wrote: Lewis Thompson [EMAIL PROTECTED]

Re: Ghost for FreeBSD

2003-08-31 Thread T Kellers
I can't contact www.partimage.org, the connection times out. Tim Kellers CPE/NJIT On Saturday 30 August 2003 23:14, Stefan Malte Schumacher wrote: See http://www.partimage.org. There are a few bootable Linux CDs that include partimage; I've used the ~40M Gentoo one very successfully on

Re: OT: xterm setup

2003-08-31 Thread T Kellers
Try eTerm, gnome seems to like it and it is very like the program whose features you need. Tim Kellers CPE/NJIT On Sunday 31 August 2003 01:52, Dan Nelson wrote: In the last episode (Aug 31), Jesse Sheidlower said: Hmm. I certainly thought I was using xterm, as I recall setting up the icon

Re: imap and sendmail

2003-09-06 Thread T Kellers
On Saturday 06 September 2003 02:36 pm, Dick Hoogendijk wrote: Which IMAP server is most suitable in conjunction with the sendmail MTA? I read that courier-imap needs maildirs (which sendmail does not create afaik). I don't want to change my mta. Anybody? The easiest to configure is IMHO is

Re: OpenOffice 1.1rc3-Linux on FreeBSD 4.6.2 installation problems

2003-09-07 Thread T Kellers
On Sunday 07 September 2003 03:41 pm, David Gerard wrote: We just downloaded and installed the Linux binary of OOo 1.1rc3 on my wife's FreeBSD 4.8 box with no problems. My 4.6.2 box, however, doesn't want to play. I untar the install files into a directory in my home directory, run ./setup

cups/kde madness

2003-06-06 Thread T Kellers
When printing with kde, using kprinter, without using cups but with Generic Unix lpd(OR LPR/LPRNG) lpr I get the following error: /usr/local/bin/lpr -P 'lj' -#1 'tmp/kde-timothyk/kdeprint_kYcOjKA lpr:unable to print file: server-error-service-unavailable. After I (re)install apsfilter (which

Re: how to stop resolv.conf from being updated

2003-05-31 Thread T Kellers
A sledgehammer approach to make it work: Comment out the following lines from /sbin/dhclient-script make_resolv_conf() { if [ x$new_domain_name_servers != x ]; then if [ x$new_domain_name != x ]; then echo search $new_domain_name /etc/resolv.conf else rm /etc/resolv.conf

Re: any recommended simple text editors?????

2003-05-31 Thread T Kellers
The simplest is already built into freebsd; it's called ee. It has some keystroke help built into the top of the editor display. Another easy editor to use is joe (Joe's own editor). It also has a displayed keystroke help section, and, while it's not vi, it is a fairly powerful (yet fairly)

I need some help...

2002-09-27 Thread C T
To whom it may concern, My name is Craig and I am in the process of forming a non-profit organization that takes old computers (286's etc...), setting them up for email, word processing, internet browsing, spread sheets, and them giving them to people who can't afford computers. One of my

realplayer8 basic

2002-10-24 Thread T . Green
can anyone tell me how to configure netscape 7 for realplayer 8: so that when i click on a movie clip foen real.com it starts. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Apache built correctly?

2003-02-06 Thread T Kellers
Thank Mike, It certainly helped me; I noticed the tcp6 thing, but hadn't had time to chase down the documentation. Tim Kellers CPE/NJIT On Wednesday 05 February 2003 07:05 pm, Mike Loiterman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, February 05, 2003 5:28 PM

(No Subject)

2003-02-25 Thread b t
subscribe Need a new email address that people can remember Check out the new EudoraMail at http://www.eudoramail.com To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Restoring a corrupted dump file

2005-02-02 Thread T. Hart
I recently dumped a file to a local hard drive before making some changes on the server. Shorty after dumping, my hard drive died, and I attempted to restore the files to a new hd. However, when I did this, I got a checksum error, and a statement saying Tape is not a dump tape. I'm guessing the

Re: Certification Program

2004-08-03 Thread T Kellers
On Tuesday 03 August 2004 11:30 am, Jerry McAllister wrote: Hi there, I would like to know if there is a Certification Program for FreeBSD, OpenBSD or NetBSD, like SUN's Solaris Certification Program for example. If there is, what is the procedure to make the exam(s)? I am in

Re: java install errors

2004-08-31 Thread T Kellers
I have (had) exactly that same error on an 8-27-2004 clean build of RELENG-5. I was pressed for time, though, and just went to another similar RELENG-5 box (that had jdk already installed) and pkg_create -b a jdk package archive. It installed fine on the machine where the build had failed.

RE: OpenAFS for FreeBSD...

2005-10-23 Thread Jack T
Forrest Aldrich wrote: I've asked the OpenAFS people about a port to FreeBSD. They recently gained a port to OS X, which I understand has a similar/FreeBSD codebase. Please look at Arla. I've been using Arla quite happily on FreeBSD 5.4, and it provides all the AFS functionalities I need.

Re: OpenAFS for FreeBSD...

2005-10-23 Thread Jack T
On 10/23/05, Jason C. Wells [EMAIL PROTECTED] wrote: Arla was marked as BROKEN when I last tried to build it under 6X. IIRC, it was marked as broken for 5.4 too. Is there some special secret you could share with us to get an AFS client? I'd love to hear it. It's broken only for the reason

Re: OpenAFS for FreeBSD...

2005-10-23 Thread Jack T
On 10/23/05, Jack T [EMAIL PROTECTED] wrote: On 10/23/05, Jason C. Wells [EMAIL PROTECTED] wrote: Arla was marked as BROKEN when I last tried to build it under 6X. IIRC, it was marked as broken for 5.4 too. Is there some special secret you could share with us to get an AFS client? I'd

Re: OpenAFS for FreeBSD...

2005-10-29 Thread Jack T
On 10/23/05, Jack T wrote: It's broken only for the reason that it overwrites files from security/heimdal. Otherwise, I believe it works just fine on FreeBSD 5.4. On 10/29/05, Francisco Reyes wrote: Is this something that needs to be fixed in the port? How stable is it? How about performance

Re: OpenAFS for FreeBSD...

2005-10-30 Thread Jack T
Jack T wrote: RE:Performance, it seems to perform fine enough for me. YMMV. On 10/29/05, Francisco Reyes [EMAIL PROTECTED] wrote: How many machines do you have connected using it? I'm only using Arla as a AFS client to access my company's AFS realm from my desktop BSD machine. As far as I can

Re: How to print in duplex mode?

2006-03-06 Thread Mikhail T.
неділя 05 березень 2006 02:55, Malcolm Kay, Ви написали: Duplex mode is usually controlled by some printer/manufacturer specific job control wrapper around the postscript such as HP's JPL. Is it? I thought, it can be controlled by the PostScript being printed itself... pstops(1) even has an

downloading version 6 freebsd

2006-03-16 Thread T Dodds
When I try to download Disk 1 of the iso’s for freebsd from various sites using Firefox,…the download always stops at 21,9MB Is their something wrong with your servers or the iso I am trying to download. I have tried it on ftp sites from Ireland, Germany, Norway, USA -- No virus found

xfontsel would not start, xterm crashes

2006-04-07 Thread Mikhail T.
Hello! I upgraded X-server to xorg-6.9.0 a month ago. Since then, xfontsel would not start and xterm crashes when I try to bring up any of its three menus by pressing any of the mouse buttons while holding Ctrl. The messages are always the same: Warning: Unable to load any usable

PicoBSD Dummynet/bridge errors

2006-01-16 Thread Tyler T
Hi, I just did a default installation of FreeBSD 6.0-RELEASE. I ran the PicoBSD script in an attempt to create a DummyNet floppy, but I got the following error: http://tinypic.com/kcmjnt.gif It says I have lots of undefined references such as gctl_getr_handle, gctl_ro_param, gctl_issue, and

Submit a bug for broken PicoBSD Dummynet/bridge?

2006-01-23 Thread Tyler T
I posted about this earlier but no replies. Since then I wiped my hard drive and reinstalled FreeBSD 6 from scratch. I still get this error when trying to make a PicoBSD Dummynet bridge floppy http://i1.tinypic.com/mhwvux.gif Should I go ahead and submit a bug for it? Thanks!

Re: Submit a bug for broken PicoBSD Dummynet/bridge?

2006-01-24 Thread Tyler T
I still get this error when trying to make a PicoBSD Dummynet bridge floppy http://i1.tinypic.com/mhwvux.gif That depends if you rolled your own crunchgen configuration or not. Are you following a standard document to do this? Thanks for the reply!! I'm using

Re: Submit a bug for broken PicoBSD Dummynet/bridge?

2006-01-24 Thread Tyler T
I still get this error when trying to make a PicoBSD Dummynet bridge floppy http://i1.tinypic.com/mhwvux.gif Are you following a standard document to do this? Thanks for the reply!! I'm using http://people.freebsd.org/~picobsd/picobsd/doc/how2build.html That document

libXi.so.6 missing?

2003-11-26 Thread T Kellers
After portupgrading linux_base-8 to the 02 revision, neither I or my linux binaries can find the /usr/compat/linux/usr/X11R6/lib/libXi.so.6 file, or the /usr/compat/linux/usr/X11R6/lib/libX11.so.6 file. I know that these files can be 6.0 and/or 6.2, but they should live in the above paths,

serial hard drive

2003-12-15 Thread T. Green
help! does freebsd ver. 5.1 support serial hard drive. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

more of DAT

2003-12-24 Thread T Kellers
I'm currently trying to use a pair of Dell Powervault 120 tape drives. The drives have a changer magazine in which I load 8 cassettes, one of which is the cleaning tape. I've scripted a dump 0, dump 1 progression for a backup rotation that runs for 2 weeks, then a full dump 0, then again with

Re: uname weirdness after kernel/OS update

2003-12-26 Thread T Kellers
Did you do a make kernel KERNCONF=YOURKERNELFILE, too? I'm only asking because you mentioned make world, and while that rebuilds the OS, it doesn't make (or install) the kernel. I have to ask simple questions; the problem, if not simple, is flat-out weird. Tim Kellers CPE/NJIT On Friday 26

Re: [freebsd-questions] snd_maestro3.ko load/unload

2003-12-31 Thread T Kellers
On Wednesday 31 December 2003 10:18 pm, Tim Kellers wrote: I'm going to try that right now. It would be nice to learn a last nugget before the Bull of the Old Year dies:) Happy (nearly) New Year Tim On Wednesday 31 December 2003 08:16 pm, Lowell Gilbert wrote: Tim Kellers [EMAIL

Re: Samba, Cups and Printing: Windows client gives Access denied

2004-01-01 Thread T Kellers
Do you have a guest account on the FreeBSD box? I got that error when Windows was using an account that Samba didn't recognize. Tim On Thursday 01 January 2004 08:32 am, Phil Payne wrote: Hi, I've got an HP printer on USB port on Freebsd 4-Stable box. Printer is on /dev/ulpt0. Installed

Re: How do I install Netscape Linux binary on FreeBSD 4.3?

2004-01-01 Thread T Kellers
I think that's the wrong verfsion of linux-netscape, you probably need: communicator-v48-us.x86-unknown-linux2.2.tar.gz or navigator-v48-us.x86-unknown-linux2.2.tar.gz both can be installed via the ports at /usr/ports/www/netscape48-communicator or /usr/ports/www/netscape48-navigator (if

Re: My /etc/ttys file has been overwritten

2004-01-01 Thread T Kellers
/usr/share/examples/etc/ttys On Thursday 01 January 2004 09:59 pm, Trey Sizemore wrote: I edited my /etc/ttys file in Easy Editor and then saved and exited (or so I thought) to enable kdm. When I rebooted, my machine would hang. I went back into /etc/ttys and noticed that the file is now

Re: remove boot delay

2004-01-02 Thread T Kellers
For 4.x it's defined in /boot/defaults/loader.conf: ## ### Loader settings ## #autoboot_delay=10# Delay in seconds before

Re: Confused about sound servers

2004-01-02 Thread T Kellers
Don't use both device pcm and the .ko modules. The sound won't work at all or, if it does, not properly. You may not even have any keyboard beeps (^G's) if both are loaded. Get rid of the device pcm and just load the modules. KDE comes with artsd as it's sound server; some people love it,

Re: Confused about sound servers

2004-01-02 Thread T Kellers
On Friday 02 January 2004 06:49 pm, Trey Sizemore wrote: Eric F Crist wrote: On Friday 02 January 2004 02:06 pm, T Kellers wrote: Don't use both device pcm and the .ko modules. The sound won't work at all or, if it does, not properly. You may not even have any keyboard beeps (^G's

Re: Confused about sound servers

2004-01-02 Thread T Kellers
On Friday 02 January 2004 08:32 pm, Trey Sizemore wrote: T Kellers wrote: On Friday 02 January 2004 06:49 pm, Trey Sizemore wrote: Eric F Crist wrote: On Friday 02 January 2004 02:06 pm, T Kellers wrote: Don't use both device pcm and the .ko modules. The sound won't work at all

Re: Confused about sound servers

2004-01-03 Thread T Kellers
On Saturday 03 January 2004 01:54 pm, Trey Sizemore wrote: Yes, it's running. When I run the command from the command line now, it jumps right to the next line waiting for further input. It's as if it played it as requested but I hear nothing. My volume is up on the speakers, mixer levels

JPL (Maestro) software for Mars lander viewing

2004-01-05 Thread T Kellers
jpl.tgz is an executable binary gzipped tarfile of the Maestro software developed by the Jet Propulsion Laboratory to view and track the images and adventures of the Mars landers, Spirit and Opportunity. To run this program under FreeBSD (tested with 5.2-Current as of January 5, 2004 --4.9 might

5.2-RC2 Install Problems

2004-01-07 Thread T. Green
I am trying to install FreeBSD verison. 5.2-RC2 on a computer from floppy 1 2 disks with the following hardware: motherboard-Intel D875PBZ chipset---Intel 875P Canterwood processorIntel Pentium 4 /with FSB @ 800mhz / Hyper-Treading/ @ 3.30 ghz

Kernel Core Dumping

2005-06-14 Thread J T
Hi, For some reason my machine keeps crashing almost every night at around 3:00am with the following test in the messages log file: Jun 14 03:02:28 taco kernel: pid 7174 (sh), uid 0: exited on signal 11 (core dumped) I tracked it down to cvsup. I run it every night at 3:00am, the following is

Re: Kernel Core Dumping

2005-06-18 Thread J T
Just an update on this, everything has been fine since I deleted the file. No more crashes. Strange. -JT On 6/14/05, J T [EMAIL PROTECTED] wrote: Hi, For some reason my machine keeps crashing almost every night at around 3:00am with the following test in the messages log file: Jun 14 03

samba 3 and local wheel group membership

2005-08-10 Thread T. Kornack
Hello Tom, just came across your message when trying to find a solution for another problem... As far as I know 'net groupmap' never makes group members to show up in /etc/group. It just does a group mapping from UNIX world to SMB world. And this is what is mainly covered in the Samba docs.

Port forwarding behind two routers

2008-11-15 Thread Jakub T
Good day people, I'm trying to get wireless Internet access for my laptop and to use this wireless router as a switch for my FreeBSD box at the same time. This wireless router has one Internet plug and for Ethernet plugs for wired boxes. Now I have this situation: INTERNET |

Re: Port forwarding behind two routers

2008-11-18 Thread Jakub T
2008/11/15 Luke Dean [EMAIL PROTECTED] Port-forwarding through two NATs is something I've never had any success with. I have a few suggestions that have worked for me and my friends with this setup. A) Disable NAT on the ADSL router. I think the term is bridged mode. Turn it into a dumb

FreeBSD 7.0 Installation error

2009-01-13 Thread T D
Hi people, Hi people, I am Tom and I have been attempting to install FreeBSD 7.0 from a dvd. I put the dvd in the drive and boot, the boot screen appears with the options default, acpi disabled, safe mode, etc, I then select default. The hardware probing/detecting scrolls by and then comes to a

Re: FreeBSD 7.0 Installation error

2009-01-13 Thread T D
This is a listing of my hardware, I probably should have listed it in my earlier post. Hardware: Motherboard: A7N8X-E Deluxe socket A (462) Chipset: Northbridge: NVIDIA nforce2 spp ultra400 Southbrdige nvidia nforce2 MCP-T memory ddr 184pin (maximum of 3x184) I have kingston kvr400x64c3ak 512mb

Re: FreeBSD 7.0 Installation error

2009-01-13 Thread T D
Hopefully I am posting to the correct list...Or should I be posting to freebsd-stable? --- On Wed, 14/1/09, T D ttd...@yahoo.com.au wrote: From: T D ttd...@yahoo.com.au Subject: Re: FreeBSD 7.0 Installation error To: freebsd-questions@freebsd.org Received: Wednesday, 14 January, 2009, 6:58 AM

Strange nvidia GeForce 9800GT--harddrive conflict?

2009-01-20 Thread Jakub T
was reported here: http://www.nvnews.net/vbulletin/archive/index.php/t-81983.html Does anybody know a solution? If more information about my system is needed, I'll post them. Jakub ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

[SOLVED] Re: Strange nvidia GeForce 9800GT--harddrive conflict?

2009-01-22 Thread Jakub T
2009/1/20 Jakub T jakub.t...@gmail.com Hi, I'm trying to start X on FreeBSD-7.1-RELEASE (i386) with up-to-date ports tree with this graphics card: nvidia0: GeForce 9800 GT on vgapci0 vgapci0: child nvidia0 requested pci_enable_busmaster vgapci0: child nvidia0 requested pci_enable_io

passwordless login not working in KDM

2009-02-11 Thread Mikhail T.
Hello! The instructions at: http://freebsd.kde.org/faq.php#HowdoIenablepasswordlessconvenienceloginsinKDMIcheckedthecheckboxintheLoginManagerControlbutKDMwontlogmein seem perfectly clear and, I believe, I followed them correctly: m...@corbulon:~ (1004) ls -l /etc/pam.d/kde* -rw-r--r--

query..

2010-04-24 Thread Terry T
Does FreeBSD 8.0 have support for the rt2860 chipset from ralink ? Thanks. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

  1   2   3   4   5   6   7   >