Re: Filesystem that both FreeBSD and OS X can read/write
Eric Crist wrote: On Apr 1, 2007, at 3:46 PM, Garrett Cooper wrote: mal content wrote: On 01/04/07, Eric Crist <[EMAIL PROTECTED]> wrote: On Apr 1, 2007, at 12:53 PM, mal content wrote: > Hello. > > I have a small USB hard disk enclosure and would like to start > using it to transfer files between OS X and FreeBSD machines. > > Is there a filesystem that both OS X and FreeBSD can reliably > read and write to? I've heard that OS X supports UFS, but there's > no clear definition on what UFS actually is. I mean Free/Open/Net/ > DragonFly all seem to have slightly differing definitions... > > Any ideas? > MC > > (please cc: as I'm not subscribed) My recommendation would be to use *gasp* FAT32 for the file system. This allows you FreeBSD/MacOSX/Linux/ and the occasional Windows support when you eventually need it. If you only need OS X/FreeBSD support, UFS is safe. IIRC, UFS2 is safe, as well. I've got a drive I'm using that I think is UFS2 formatted. I'd check, but it's at the office. Hi. Ok, I'll give it a go on an empty drive and see what happens. Would you recommend formatting the drive on an OS X machine, or a FreeBSD machine (or is it irrelevant)? thanks, MC I'd do it on the FreeBSD machine. IIRC Mac OSX did some funky stuff with the MBR / slices when formatting disks. -Garrett I just took another disk, formated with UNIX Files System on my Mac, and it mounts just fine as UFS on my FreeBSD system. Well, hmm.. that's where the IIRC came from though because I wasn't positive. What version of OSX were you running when you formatted the disk, by the way? -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Filesystem that both FreeBSD and OS X can read/write
On Apr 1, 2007, at 3:46 PM, Garrett Cooper wrote: mal content wrote: On 01/04/07, Eric Crist <[EMAIL PROTECTED]> wrote: On Apr 1, 2007, at 12:53 PM, mal content wrote: > Hello. > > I have a small USB hard disk enclosure and would like to start > using it to transfer files between OS X and FreeBSD machines. > > Is there a filesystem that both OS X and FreeBSD can reliably > read and write to? I've heard that OS X supports UFS, but there's > no clear definition on what UFS actually is. I mean Free/Open/Net/ > DragonFly all seem to have slightly differing definitions... > > Any ideas? > MC > > (please cc: as I'm not subscribed) My recommendation would be to use *gasp* FAT32 for the file system. This allows you FreeBSD/MacOSX/Linux/ and the occasional Windows support when you eventually need it. If you only need OS X/FreeBSD support, UFS is safe. IIRC, UFS2 is safe, as well. I've got a drive I'm using that I think is UFS2 formatted. I'd check, but it's at the office. Hi. Ok, I'll give it a go on an empty drive and see what happens. Would you recommend formatting the drive on an OS X machine, or a FreeBSD machine (or is it irrelevant)? thanks, MC I'd do it on the FreeBSD machine. IIRC Mac OSX did some funky stuff with the MBR / slices when formatting disks. -Garrett I just took another disk, formated with UNIX Files System on my Mac, and it mounts just fine as UFS on my FreeBSD system. - Eric F Crist Secure Computing Networks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
no libphp5.so
Hello agian; I have been gripping about php not producing libphp5.so for use as a DSO with Apache on FreeBSD v 6.2 >> good news >> I solved it. By re installing the system and starting all over again. After reading the output of ./configure in the php source dir, it was reporting that it could not find a compatible version of Bison. I cannot say that that is THE cause, but whatever it was re installing solved it. I did not get any responses so there is no one in particular to thank but thanks all, FreeBSD is free software and what works is far greater in volume and value than what does not Now if only we could get to the developers of the human (user level) mind, maybe we could debug that and be better off. Jeff K ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: new user help
On Sat, 31 Mar 2007 22:05:47 -0700 Brian <[EMAIL PROTECTED]> wrote: > Michael Brady wrote: > > I am very new to Freebsd so this might be a dumb question, but I can't find > > an answer through FAQ.. > > > > > > > > I used the command "make install clean" to install some ported applications, > > and the installs went off without a hitch and reported successful.My problem > > is that I can't find the locations of the installed applications or the > > executables for the apps to run them.What am I missing here? [] > If you just installed them and havent relogged in yet, type rehash. If > that fails, run /etc/periodic/weekly/310.locate as root and then locate > filename. or, simply, which [your_program_exec_name] and it will list where it's found. For example, if you installed firefox, [EMAIL PROTECTED] [Mon Apr 2 08:10:29 2007] /usr/home/betom $ which firefox /usr/local/bin/firefox In some cases, the executable of the package you installed is not clear at first sight. You should then query the package itself to tell you everything that it installed in a bin directory (where executable binaries go:) pkg_info -L [pkg_name]* | grep bin eg: [EMAIL PROTECTED] [Mon Apr 2 08:12:06 2007] /usr/home/betom $ pkg_info -L firefox* | grep bin /usr/local/bin/firefox /usr/local/bin/firefox-config /usr/local/include/firefox/gtkxtbin/gtk2xtbin.h /usr/local/include/firefox/gtkxtbin/gtkxtbin.h /usr/local/lib/firefox/firefox-bin /usr/local/lib/firefox/libgtkxtbin.so /usr/local/lib/firefox/res/html/gopher-binary.gif /usr/local/bin/firefox-remote /usr/local/bin/thunderbird-remote Good luck :) ___ {Beto|Norberto|Numard} Meijome "A tree as big around as you can reach starts with a small seed; a thousand-mile journey starts with one step." Lao-tse I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: No buffer space available
I've tried to increase the kern.ipc.nmbclusters value but it worked only when I changed the kernel to an older one. netstat -m (Now it's working with the same values.) - 515/850/1365 mbufs in use (current/cache/total) 512/390/902/65024 mbuf clusters in use (current/cache/total/max) 512/243 mbuf+clusters out of packet secondary zone in use (current/cache) 0/0/0/0 4k (page size) jumbo clusters in use (current/cache/total/max) 0/0/0/0 9k jumbo clusters in use (current/cache/total/max) 0/0/0/0 16k jumbo clusters in use (current/cache/total/max) 1152K/992K/2145K bytes allocated to network (current/cache/total) 0/0/0 requests for mbufs denied (mbufs/clusters/mbuf+clusters) 0/0/0 requests for jumbo clusters denied (4k/9k/16k) 0/0/0 sfbufs in use (current/peak/max) 0 requests for sfbufs denied 0 requests for sfbufs delayed 2759 requests for I/O initiated by sendfile 2982 calls to protocol drain routines Ethernet adapters - em0: port 0xec80-0xecbf m em 0xfebe-0xfebf irq 10 at device 4.0 on pci7 em0: Ethernet address: 00:04:23:c3:06:78 em0: [FAST] skc0: <3Com 3C940 Gigabit Ethernet> port 0xe800-0xe8ff mem 0xfebd8000-0xfebdbfff irq 15 at device 6.0 on pci7 skc0: 3Com Gigabit NIC (3C2000) rev. (0x1) sk0: on skc0 sk0: Ethernet address: 00:0a:5e:65:ad:c3 miibus0: on sk0 e1000phy0: on miibus0 e1000phy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX-FDX, auto P.S.: I am using the FreeBSD/amd64. Brian A. Seklecki wrote: > Show us netstat -m on the broken kernel? Show us your dmesg(8) for > em(4). > > TIA, > ~BAS > > On Fri, 2007-03-30 at 11:13 -0300, Thiago Esteves de Oliveira wrote: >> Hello, >> >> I've had a problem with one of my FreeBSD servers, the machine has stopped >> its network services >> and then sent these messages: >> >> -Mar 27 13:00:03 anubis dhcpd: send_packet: No buffer space available >> -Mar 27 13:00:26 anubis routed[431]: Send bcast sendto(em0, >> 146.164.92.255.520): No buffer space >> available >> >> The messages were repeated a lot of times before a temporary solution. I've >> changed the >> kernel(FreeBSD 6.2) to an older one(FreeBSD 6.1) and since then it's been >> working well. What >> happened? >> >> P.S.: I can give more informations if necessary. >> ___ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Filesystem that both FreeBSD and OS X can read/write
mal content wrote: On 01/04/07, Eric Crist <[EMAIL PROTECTED]> wrote: On Apr 1, 2007, at 12:53 PM, mal content wrote: > Hello. > > I have a small USB hard disk enclosure and would like to start > using it to transfer files between OS X and FreeBSD machines. > > Is there a filesystem that both OS X and FreeBSD can reliably > read and write to? I've heard that OS X supports UFS, but there's > no clear definition on what UFS actually is. I mean Free/Open/Net/ > DragonFly all seem to have slightly differing definitions... > > Any ideas? > MC > > (please cc: as I'm not subscribed) My recommendation would be to use *gasp* FAT32 for the file system. This allows you FreeBSD/MacOSX/Linux/ and the occasional Windows support when you eventually need it. If you only need OS X/FreeBSD support, UFS is safe. IIRC, UFS2 is safe, as well. I've got a drive I'm using that I think is UFS2 formatted. I'd check, but it's at the office. Hi. Ok, I'll give it a go on an empty drive and see what happens. Would you recommend formatting the drive on an OS X machine, or a FreeBSD machine (or is it irrelevant)? thanks, MC I'd do it on the FreeBSD machine. IIRC Mac OSX did some funky stuff with the MBR / slices when formatting disks. -Garrett ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: i can't start my ssl
yeah your missing '/path/to/this/server.crt' read the error next time it tells you exactly what was wrong > hi, > after i type apachectl startssl then it display : > > Syntax error on line 142 of /usr/local/etc/apache2/httpd.conf: > SSLCertificateFile: file '/path/to/this/server.crt' does not exist or is > empty > > i don't what's the problem it is. > > regard, > > By Frank > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > -- ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Filesystem that both FreeBSD and OS X can read/write
On Apr 1, 2007, at 12:53 PM, mal content wrote: Hello. I have a small USB hard disk enclosure and would like to start using it to transfer files between OS X and FreeBSD machines. Is there a filesystem that both OS X and FreeBSD can reliably read and write to? I've heard that OS X supports UFS, but there's no clear definition on what UFS actually is. I mean Free/Open/Net/ DragonFly all seem to have slightly differing definitions... Any ideas? MC (please cc: as I'm not subscribed) My recommendation would be to use *gasp* FAT32 for the file system. This allows you FreeBSD/MacOSX/Linux/ and the occasional Windows support when you eventually need it. If you only need OS X/FreeBSD support, UFS is safe. IIRC, UFS2 is safe, as well. I've got a drive I'm using that I think is UFS2 formatted. I'd check, but it's at the office. - Eric F Crist Secure Computing Networks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Filesystem that both FreeBSD and OS X can read/write
On 01/04/07, Eric Crist <[EMAIL PROTECTED]> wrote: On Apr 1, 2007, at 12:53 PM, mal content wrote: > Hello. > > I have a small USB hard disk enclosure and would like to start > using it to transfer files between OS X and FreeBSD machines. > > Is there a filesystem that both OS X and FreeBSD can reliably > read and write to? I've heard that OS X supports UFS, but there's > no clear definition on what UFS actually is. I mean Free/Open/Net/ > DragonFly all seem to have slightly differing definitions... > > Any ideas? > MC > > (please cc: as I'm not subscribed) My recommendation would be to use *gasp* FAT32 for the file system. This allows you FreeBSD/MacOSX/Linux/ and the occasional Windows support when you eventually need it. If you only need OS X/FreeBSD support, UFS is safe. IIRC, UFS2 is safe, as well. I've got a drive I'm using that I think is UFS2 formatted. I'd check, but it's at the office. Hi. Ok, I'll give it a go on an empty drive and see what happens. Would you recommend formatting the drive on an OS X machine, or a FreeBSD machine (or is it irrelevant)? thanks, MC ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Filesystem that both FreeBSD and OS X can read/write
On 01/04/07, Chad Leigh -- Shire.Net LLC <[EMAIL PROTECTED]> wrote: On Apr 1, 2007, at 11:53 AM, mal content wrote: > Hello. > > I have a small USB hard disk enclosure and would like to start > using it to transfer files between OS X and FreeBSD machines. Have you tried FAT ? Chad Hello. Unfortunately, a lot of the files are very long digital audio recordings, so they exceed the 4gb file size limit. thanks anyway, MC ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Filesystem that both FreeBSD and OS X can read/write
On Apr 1, 2007, at 11:53 AM, mal content wrote: Hello. I have a small USB hard disk enclosure and would like to start using it to transfer files between OS X and FreeBSD machines. Have you tried FAT ? Chad Is there a filesystem that both OS X and FreeBSD can reliably read and write to? I've heard that OS X supports UFS, but there's no clear definition on what UFS actually is. I mean Free/Open/Net/ DragonFly all seem to have slightly differing definitions... Any ideas? MC (please cc: as I'm not subscribed) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions- [EMAIL PROTECTED]" --- Chad Leigh -- Shire.Net LLC Your Web App and Email hosting provider chad at shire.net ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Filesystem that both FreeBSD and OS X can read/write
Hello. I have a small USB hard disk enclosure and would like to start using it to transfer files between OS X and FreeBSD machines. Is there a filesystem that both OS X and FreeBSD can reliably read and write to? I've heard that OS X supports UFS, but there's no clear definition on what UFS actually is. I mean Free/Open/Net/ DragonFly all seem to have slightly differing definitions... Any ideas? MC (please cc: as I'm not subscribed) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
High disk load +mount/atacontrol/NFS/SMBFS crashes the system
Hello. I have experienced the following problem a couple of times in 2 different machines and FreeBSD versions (see below): when the disk is continuously reading/writing my system becomes unstable (it's not an everyday thing, but quite frustrating when it happens) and sometimes crashes. When copying from another machine by NFS/SMBFS more than one file at the same time (or when using the disk, like during a filesystem check in the background) often crashes (and the disk light indicator turns off). Running "atacontrol ad0 mode UDMA100" when it was UDMA133 crashed the system (the disk activity indicator was always on) when I tried to solve the problem that way. Also when I was installing a port which installs many files on the second machine without using NFS/SMBFS, trying to mount a local NTFS filesystem (with kernel driver) crashed. The first machine is an Athlon XP 2400+ with FreeBSD 6.1-RELEASE and custom kernel (see below) and the second one a new Athlon64 X2 3500 with FreeBSD 6.2-RELEASE running in i386 mode, with generic SMP kernel. See the boot messages and kernel config here: http://people.freebsd.org/~alepulver/disk-crash.tar.bz2 Also I got (only twice, when checking the filesystem after one of these crashes) the following error on the first machine, that I don't know if it's related or not to the previous problems: fsync: giving up on dirty 0xc51d6990: tag devfs, type VCHR usecount 1, writecount 0, refcount 806 mountedhere 0xc51a4000 flags () v_object 0xc144cb58 ref 0 pages 3232 lock type devfs: EXCL (count 1) by thread 0xc54e2c00 (pid 837) dev ad2s1f I would appreciate any help. Thanks and Best Regards, Ale P.S.: does this problem belong to a more specific list like [EMAIL PROTECTED] signature.asc Description: PGP signature
Re: time problems
O/H Garrett Cooper έγραψε: Some vendors are lame too and ship motherboards with dead batteries (or the voltage in them dissipates over time because of parasitic impedances in the area). -Garrett As a field service tech, I am advising all people on the list that there is a high probability for 2-3 year old desktop machines to have a CMOS battery failure. I started getting service calls on P4-2Gigs and above just a month ago and also my AthlonXP 2600+ machine (motherboard bought in end of 2004) had a battery failure. At one instance I had to replace a battery on a P4-3G that had been put out of operation for a month (totally unplugged from mains power). Also, stop stocking CR2032 batteries from broken motherboards, they are either already failed or nearly at end of life. Always use new spares. -- RTFM and STFW before anything bad happens _ Thanasis Rizoulis Electronic Computing Systems Engineer Larissa, Greece FreeBSD/PCBSD user ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Printer issue
O/H Warren Block έγραψε: The LJ6L can't directly understand a PDF, and would print binary garbage. So it's doing what it can. If the test print worked, the next step would be to install ghostscript (/usr/ports/print/ghostscript-gpl) and update the printcap file to use the ifhp filter as shown in "Simulating PostScript on Non PostScript Printers" section of the Handbook. But that won't work unless the basic printer setup is functional. -Warren Block * Rapid City, South Dakota USA Be advised that *almost* all HP Laserjet printers and several other laser printers, can be put to work at a standard 300dpi resolution, using the HP Laserjet III driver. Thanasis Rizoulis Electronic Computing Systems Engineer Larissa Greece ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: deleting file '--preserve-permissions'
The fingers of Garrett Cooper typed on 01/04/07 01:00: > Garrett Cooper wrote: >> Derek Ragona wrote: >>> try: >>> rm -i * >>> >>> only answer y to the one you want deleted. >>> >>> -Derek >>> >>> >>> At 02:36 PM 3/31/2007, [EMAIL PROTECTED] wrote: I've made mistake with tar. Something like tar cvfz --preserve-permissions home.tgz * or tar cvfz --preserve-permissions * home.tgz As result I have a file with name '--preserve-permissions'. It seems that it's not easy to delete this file. rm '--preserve-permissions' does not give the desired result. What should I do :-) >> rm -- '--perserve-permissions'. -- tells getopt to stop searching and >> the single quotes are a double bonus because it doesn't interpret the >> string contents beforehand, but instead passes it on as a straight >> string. >> >> Try: rm "--perserve-permissions" and rm '--perserve-permissions', in >> that order to just see what happens ;).. >> >> -Garrett > Haha. Forgot that the single quotes version won't work by itself. It's > basically for cases when there are shell sensitive characters inside a > string, when compared to the double quotes. The first solution with -- > will work though, guaranteed :). > > -Garrett > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EMAIL PROTECTED]" > You should always be able to delete files per inode, which is quite handy with files containing special characters. ls -i * 2324367 foo find . -inum 2324367 -exec rm {} \; Saves me a lot of hassle. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: i can't start my ssl
O/H Robert Huff έγραψε: Frank writes: after i type apachectl startssl then it display : Syntax error on line 142 of /usr/local/etc/apache2/httpd.conf: SSLCertificateFile: file '/path/to/this/server.crt' does not exist or is empty i don't what's the problem it is. Try replacing "/path/to/this/server.crt" with the actual path? Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" There is also a handy reference document at http://www.bsdguides.org/guides/freebsd/webserver/apache_ssl_php_mysql.php Thanasis Rizoulis Electronic Computing Systems Engineer Larissa Greece ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
External touchpad for a laptop?
Can anybody spare me a clue? -- Forwarded message -- Date: Thu, 12 Oct 2006 02:58:32 +1000 (EST) From: Ian Smith <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: External touchpad? Hi, running a Thinkpad T23 on 6.1-RELEASE. Happy but for the 'stickmouse', finding it tediously unproductive after using a nice touchpad for years. Does anyone know of a usable compact external touchpad? The Cirque Easy Cat (http://www.cirque.com/cpages/?page=24) looks about the useful size, but Google has so far let me down regarding whether this might work with FreeBSD, PS/2 or USB. It seems to be a successor to the ALPS Glidepoint (too chunky, serial only) which has long been listed as supported. Or are there any others? Thanks in advance for any tips, Cheers, Ian ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Printer issue
On Sun, 1 Apr 2007, Ivan Zenzerović wrote: On 4/1/07, Warren Block <[EMAIL PROTECTED]> wrote: lp:\ :lp=/dev/lpt0:\ :sh:\ :sd=/var/spool/zenzo:\ :if=/usr/local/libexec/if-simple: This requires that /usr/local/libexec/if-simple is in place and executable, too. Now you should be able to print with lpr. However, your printer still doesn't know that linefeed also means carriage return. So we'll include carriage returns with a test print: lptest 66 79 | perl -ne 's/\n/\r\n/; print' | lpr This should print one page. If it works, you're almost there. I configured it as you said. Did the test work? But, there is another problem, the printer always prints the same trash, and I can't stop it. There may still be a previous print job in the queue. You can remove all print jobs (if you're logged in as root) by running lprm -Plp - When I sent him a pdf file it started printing trash and after a lot of restarts and stops and reboots it always prints ther same without stop. The LJ6L can't directly understand a PDF, and would print binary garbage. So it's doing what it can. If the test print worked, the next step would be to install ghostscript (/usr/ports/print/ghostscript-gpl) and update the printcap file to use the ifhp filter as shown in "Simulating PostScript on Non PostScript Printers" section of the Handbook. But that won't work unless the basic printer setup is functional. -Warren Block * Rapid City, South Dakota USA___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
FreeBSD 6.2-Current / P4 Setup
Good morning, everyone. We just built a system with the following hardware setup: Pentium 4 3.2 GHz (641) w/Hyperthreading Capability Mobo with 945G chipset Dual-Channel DDR2 PC 5400 Memory (2x1GB) 300 GB SATA Hard Disk This motherboard features onboard video and LAN, which works well for us since this is just a small business server. When we attempt to install FreeBSD 6.2 from CD (a CD that is known to have worked previously ... Just yesterday in fact) it starts to boot, and then at: BIOS CD is cd0 The cursor starts to bounce around the screen, moving up 3 lines to the middle of the screen where it becomes erratic. We can not get it past this point ... Any suggestions? Thanks in advance, Chris ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: as i progress with jails...
On Sun, 1 Apr 2007 00:20:04 -0600 "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]> wrote: > > On Apr 1, 2007, at 12:16 AM, James Long wrote: > > >> Date: Thu, 29 Mar 2007 19:14:16 -0600 > >> From: "Chad Leigh -- Shire.Net LLC" <[EMAIL PROTECTED]> > >> Subject: Re: as i progress with jails... > >> To: Jonathan Horne <[EMAIL PROTECTED]> > >> Cc: freebsd-questions@freebsd.org > >> Message-ID: <[EMAIL PROTECTED]> > >> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > >> > > [deleted] > >> That needs to be updated per jail. I use a master jail I nullfs > >> mount so I just ave to update userland once but if major etc changes > >> happen still have to do that in each > >> > >> Chad > > > > And is mergemaster useful inside jails, or do changes to jails' > > /etc tree have to be handled manually? > > To be honest I have not yet tried. I tend to do it by hand when > things break by not doing it :-) > > Chad > > --- > Chad Leigh -- Shire.Net LLC > Your Web App and Email hosting provider > chad at shire.net > after the previous reply to do the 'make installworld DESTDIR=/path/to/jail' (which seemed to work great), i just re-entered the jail, switched to /usr/src (nullfs mounted from the host, along with /usr/obj), and did mergemaster from the jail. it did identify files that were not up to date with 6.2-RELEASE-p3, and hitting 'i' to install them did seem to remove the old, and put in the new (example, my /etc/motd was full text again, which i always keep mine cut down to just the first 2 lines). so id say that using mergemaster within the jail is the way to go. cheers, jonathan ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: (no subject)
On 4/1/07, Michael Brady <[EMAIL PROTECTED]> wrote: I am very new to Freebsd so this might be a dumb question, but I can't find an answer through FAQ.. I used the command "make install clean" to install some ported applications, and the installs went off without a hitch and reported successful.My problem is that I can't find the locations of the installed applications or the executables for the apps to run them.What am I missing here? 1. rehash (man csh) 2. pkg_info -Lx firefox (replace firefox with the name of a newly-installed package) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
i can't start my ssl
Frank writes: > after i type apachectl startssl then it display : > > Syntax error on line 142 of /usr/local/etc/apache2/httpd.conf: > SSLCertificateFile: file '/path/to/this/server.crt' does not exist or is > empty > > i don't what's the problem it is. Try replacing "/path/to/this/server.crt" with the actual path? Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: bsd
On 4/1/07, Robert Rue <[EMAIL PROTECTED]> wrote: hello free bsd, have time for internet and am wondering if free bsd now supports nvidia nforce4 motherboards. please respond yes. http://www.freebsd.org/platforms/amd64/motherboards.html ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: not able to install some ports
dbetts wrote: > Mikhail Goriachev wrote: >> dbetts wrote: >> >>> I have been trying to install amavisd-new, portgrey, and portupgrade. I >>> get the same error on all ports when they try to install >>> dependencies:(this is an example from trying to install the port >>> portupgrade) [ trim ] >> >> Check your connection. Maybe your firewall is a bit tight (NAT >> problems?). Check what FTP mode you're using. Try to ftp into >> ftp.freebsd.org. Let us know how it goes. >> >> >> Regards, >> Mikhail. >> >> > I am able to ftp into freebsd.org > Firewall shouldn't be tight at all, as it is a fresh install of freebsd > and I haven't done anything with the firewall. I am running ATT DSL on a > 2wire router. Please make sure you also reply to the list. Just a shot in the dark. Try to ftp into ftp.freebsd.org and fetch files manually. If that fails (you're able to ftp, but not download anything) then your router does some blocking. You'd have to start tweaking there. Let us know how it goes. Regards, Mikhail. -- Mikhail Goriachev Webanoide Telephone: +61 (0)3 62252501 Mobile Phone: +61 (0)4 38255158 E-Mail: [EMAIL PROTECTED] Web: www.webanoide.org ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How Write To Win Drive?
Szakacsits Szabolcs <[EMAIL PROTECTED]> wrote: > Your problem seems to be not hibernation but FreeBSD ports related. > Something thinks that you don't have permission to do what you want. > Ntfs-3g doesn't have EPERM errors besides hibernation related > problems during mount but your problem is indeed not that. Then I assume the proper authority has been apprised of the situation and I will wait until it is fixed. Thanks, Stan - It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
i can't start my ssl
hi, after i type apachectl startssl then it display : Syntax error on line 142 of /usr/local/etc/apache2/httpd.conf: SSLCertificateFile: file '/path/to/this/server.crt' does not exist or is empty i don't what's the problem it is. regard, By Frank ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Printer issue
On 4/1/07, Warren Block <[EMAIL PROTECTED]> wrote: On Sun, 1 Apr 2007, Ivan Zenzerovię wrote: >> zenzo|line|HP6L|lp|Hewlett z Packard Laser Jet6L:\ >> :sh:sd=/var/spool/zenzo:\ >> :lp=/dev/lpt0:\ >> :if=/usr/local/libexec/if-simple:\ >> # :if=/usr/local/libexec/hpif: > still the same, I put the device ljet5, because there is no ljet6. I just > don't get it, why is doing that! Please edit your posts to remove unneeded text, and post your reply after the section you're replying to. This makes it easier to read and respond. First, you can't use comments inside a printcap entry. Those backslashes at the end of the line are line continuation characters; the whole thing is really just one long line. Second, the default printer is usually called "lp". Unless you have that, you'll have to tell lpr the printer name with -P each time you use it. Given that, here's an edit of your printcap: lp:\ :lp=/dev/lpt0:\ :sh:\ :sd=/var/spool/zenzo:\ :if=/usr/local/libexec/if-simple: This requires that /usr/local/libexec/if-simple is in place and executable, too. Now you should be able to print with lpr. However, your printer still doesn't know that linefeed also means carriage return. So we'll include carriage returns with a test print: lptest 66 79 | perl -ne 's/\n/\r\n/; print' | lpr This should print one page. If it works, you're almost there. -Warren Block * Rapid City, South Dakota USA Hi, I configured it as you said. But, there is another problem, the printer always prints the same trash, and I can't stop it. When I sent him a pdf file it started printing trash and after a lot of restarts and stops and reboots it always prints ther same without stop. Ivan -- --- "Correr, competir, eu levo isso no sangue, é parte da minha vida." - Ayrton Senna ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
pw generates error when creating new user.
Hi all, I'm new to FreeBSD and this is my first attempt to setup a FreeBSD network server (DNS, NIS, DHCP). Everything went well so far. although I have a question/issue with adding new users on the NIS master server. I have a separate /var/yp/master.passwd and I have also created an entry in /etc/pw.conf (nispasswd=/var/yp/master.passwd). From what I understand from the man pages that "pw" will update both "/var/yp/master.passwd" and "/etc/master.passwd" when a new user is created and/or modified. However when I try to add a new user using "pw", an error message is generated: [EMAIL PROTECTED] ~]# pw useradd -c ",,," -u -g -s /bin/csh -d /usr/users/velle pw: NIS passwd update: Unknown error: 0 Both "/var/yp/master.passwd" and "/etc/master.passwd" seems to be correctly modified, but I'm wondering about the cause of this error. Does anyone have some idea? Regards, W. PS: I also had problems search the archives of the mailing list. Everytime I got "no results" ... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"