DSL router when what I need is a bridge; ARP problem?

2003-05-29 Thread Gary Aitken
Grrr My only choice for a DSL isp will only do G.lite in routing mode, not bridging. So... I want the dsl modem to essentially act as a bridge, feeding into one ethernet card on my freebsd box via a crossed cat5 cable, and the freebsd box handling routing and other duties

Re: DSL router when what I need is a bridge; ARP problem?

2003-05-30 Thread Gary Aitken
If i've understood you correctly you want to join two seperate physical network segments on the same subnet using the freebsd box. Since the join is the Freebsd box then getting that to bridge the two nics should work (assigning and IP to one if needed.) Otherwise you'll need some more routes

ipfw final rule

2003-06-03 Thread Gary Aitken
I was considering turning on bridging, which requires the final ipfw rule to be allow, not deny. So I added a deny rule at 65534, but temporarily left the default deny rule in place in the kernel. Interestingly, my log shows the following: 65534 582 58547 deny ip from any to

Booting using serial console

2003-06-10 Thread Gary Aitken
Well, nothing like feeling like a blind person... I'm trying to boot / install 4.5 on a headless system. I've made the serial console boot floppies, but get no response when I try to use them. I've got a vt220 plugged into com1; I know the cable is good because I plugged it into com1 on a

Re: Booting using serial console

2003-06-10 Thread Gary Aitken
The serial ports are ok. However, in checking that out I discovered that it will boot from the serial console if there is also a keyboard plugged in (no monitor). So then I put the monitor on and unplugged the keyboard. The boot sequence shows: keyboard error during the

Re: Booting using serial console

2003-06-10 Thread Gary Aitken
I don't see one in this one. It's a pretty old BIOS in a micron P200. Bummer. Thanks. Dan Nelson wrote: In the last episode (Jun 10), Gary Aitken said: The serial ports are ok. However, in checking that out I discovered that it will boot from the serial console

Re: Booting using serial console

2003-06-10 Thread Gary Aitken
Unfortunately, this is the model just before the Millennia. Looks like the only boot options are the order for floppy vs hard disk. Pooey. Dan Nelson wrote: In the last episode (Jun 10), Gary Aitken said: I don't see one in this one. It's a pretty old BIOS in a micron

de0 recognized but not configurable

2003-06-13 Thread Gary Aitken
I'm building a kernel with two ethernet devices, an ed0 and a de0. Both devices are recognized during the hardware probe at system startup: de0: Digital 21041 Ethernet irq 9 at device 18.0 on pci 0 device_probe_and_attach: de0 attach returned 6 ed0: Netgear EA201 Ethernet Card at port

Re: de0 recognized but not configurable

2003-06-13 Thread Gary Aitken
Pretty old. It's a micron p200, pre mellinium. 1997? I'm not sure what you mean by changing the BIOS setting for an irq. Do some bios allow you to change irqs of add in boards? I don't see any way to do that in the Phoenix bios on this system. I rearranged the boards and managed to get the

Re: USB/NE2000 IRQ conflict?

2003-06-16 Thread Gary Aitken
system configuration in a custom kernel. I'm not sure I needed to get rid of the parallel port, but I'm not using it anyway. It's a real hack, but doing so allowed my two NE2000 cards to be placed at irq 3 and 5, and then everything worked. Gary Aitken [EMAIL PROTECTED] wrote: I have an old

Re: USB/NE2000 IRQ conflict?

2003-06-17 Thread Gary Aitken
In my case, I have one Netgear card which I can manually configure, and one generic card which I cannot, plus an SMC Etherpower (dec 21041 chip) card which also cannot be configured (the mfg configuration program only allows configuration of the media type). By manually configuring the

sendmail MX complaint

2003-06-19 Thread Gary Aitken
Hello all, What does the following mean, and where did I screw up? It seems to me like the complaint is what I want -- MX says nightmare, which is nightmare.dreamchaser.org, which is 12.32.36.65. Obviously something here I don't understand (nothing new there...) Jun 19 14:28:33 nightmare

Re: Make XFree86-4-Server = can't fetch Wraphelp.c

2003-06-30 Thread Gary Aitken
Hmmm. Attempting to fetch this manually yields Permission denied. An attempt to ls any of the directories does the same. Hints? Thanks, Gary When attempting to build XFree86-4-Server, the main bundle fetches fine, but all attempts to fetch Wraphelp.c fail (not found, permission denied,

Re: Make XFree86-4-Server = can't fetch Wraphelp.c

2003-06-30 Thread Gary Aitken
Hmmm. Never mind. I think I've got something blocked on one system and not the others. Thanks. Hmmm. Attempting to fetch this manually yields Permission denied. An attempt to ls any of the directories does the same. ___ [EMAIL PROTECTED] mailing

qpopper, make failure, COMMENTFILE

2004-07-28 Thread Gary Aitken
I just upgraded (I think :-)) from 4.5 to 4.10. Initially tried an upgrade, which failed because of an undefined reference in the X11 font server library (libfontconfig.so.1, FT_Get_BDF_Property). Not to be deterred, I then attempted to do a complete install over the top of everything. This

Re: qpopper, make failure, COMMENTFILE

2004-07-28 Thread Gary Aitken
Many thanks. I ended up doing a tar xzf /cdrom/ports/ports.tgz to restore it, then did the necessary rebuilding. On Wed, 28 Jul 2004 16:31:05 -0600 Gary Aitken [EMAIL PROTECTED] wrote: I just upgraded (I think :-)) from 4.5 to 4.10. Initially tried an upgrade, which failed because

Asus A7N8X-E w/SATA and SCSI, 4.10 sys install snafu

2004-09-10 Thread Gary Aitken
Just built a new system: Asus A7N8X-E motherboard, Athlon XP 2600+ 2 SATA seagate drives Old buslogic SCSI controller with 2 drives, a cd, and a tape. ATI compatible radeon 9000 agp 4x video card The scsi disks have win nt images on them, from a previous system so I can continue running it

shared irqs and performance

2004-09-14 Thread Gary Aitken
On my 4.10 system, I added in a third ethernet device. However, I see from dmesg that the irq assigned is shared with my scsi controller: de1: Digital 21041 Ethernet port 0xf880-0xf8ff mem 0xfdfffc00-0xfdfffc7f irq 9 at device 16.0 on pci0 bt0: Buslogic Multi-Master SCSI Host Adapter port

npx0 and irq 13

2004-09-14 Thread Gary Aitken
It's my understanding that npx0 is still required. Will it actually use irq 13, or may irq 13 be used for something else? Thanks, Gary ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

pcmcia flash card mounting / reading?

2004-09-14 Thread Gary Aitken
This has to be covered in the docs somewhere, but my searches there and on questions, hackers, and fs turned up zip. Installed an old pcmcia card device, plugged in a flashcard reader w/card. 4.10 kernel contains device ata device card device pcic0 rc.conf contains pccard_enable=YES I see

Re: Fwd: Re: pcmcia flash card mounting / reading?

2004-09-15 Thread Gary Aitken
Richard P. Williamson wrote: On Tue, Sep 14, 2004 at 09:14:00PM -0600, Gary Aitken wrote: This has to be covered in the docs somewhere, but my searches there and on questions, hackers, and fs turned up zip. Installed an old pcmcia card device, plugged in a flashcard reader w/card. 4.10 kernel

Re: What to backup

2004-09-15 Thread Gary Aitken
Scott Gerhardt wrote: On Sep 15, 2004, at 12:19 PM, Curtis Vaughan wrote: I have a question about what exactly I should backup on my 5.3 FreeBSD Server. So far I have chosen the following directories for full backup. But perhaps some is overkill. /etc /boot /home /var/log /usr/ports /root

Re: pcmcia flash card mounting / reading?

2004-09-15 Thread Gary Aitken
Answered my own question... mount -t msdos /dev/ad0s1 /pccard I also (finally) found the following great reference, which explains the ata / scsi difference, among other things: http://ezine.daemonnews.org/200305/cfmount.html Thanks for your help. Gary The card now comes up: ad0: 15MB SanDisk

packet pass through vs ftp -- performance weirdity

2004-09-16 Thread Gary Aitken
I'm seeing some weird network performance I don't understand. If I sit at an NT box and using a web browser, go through my fbsd 4.10 firewall to someplace out in the world through a slow dsl connection, I get download speeds of 20KB - 45KB/sec, pretty much the max my DSL connection can deliver.

Re: Fixit floppy/CD

2004-09-22 Thread Gary Aitken
From backup basics in the handbook: Try looking in the floppies directory of your distribution for fixit.flp image. Gary Henrik W Lund wrote: Greetings, list! I've been reading about a fixit floppy that is supposed to exist somewhere, and a fixit CD too, but I can't for the life me find out

5.3b7 tweaking mbr without permission?

2004-10-14 Thread Gary Aitken
Hello all, I just did a 5.3b7 standard install on the second partition of an sata disk. The first partition had an ntfs file system on it, with an mbr and standard microsoft boot mgr which reads boot.ini to display the boot menu. I specifically told the 5.3 install to leave the boot mgr alone, I

installation of sendmail milters, security questions

2004-10-16 Thread Gary Aitken
Hello all, Searches on freebsd.org, google and sendmail.org didn't really resolve this to my satisfaction; probably my lack of brain cells... Trying to install milter-greylist. After configuring sendmail, and without the milter-greylist daemon running, maillog contains messages of the type:

4.10 startup sequencing

2004-10-17 Thread Gary Aitken
Hello all, Since 4.10 doesn't use /etc/rc.d to merge standard and local startup sequencing, I'm wondering what the right way is to get a daemon to start up before one of the standard daemons. Specifically, I would like to start a milter before sendmail. I know it will work if started afterwards,

Re: 4.10 startup sequencing

2004-10-17 Thread Gary Aitken
? rc.local fires after sendmail has been started On Sunday 17 October 2004 18:31, Gary Aitken wrote: Since 4.10 doesn't use /etc/rc.d to merge standard and local startup sequencing, I'm wondering what the right way is to get a daemon to start up before one of the standard daemons. Specifically, I

Re: Booting to CD and the handing off to HD

2004-10-20 Thread Gary Aitken
Cristobal, I may have missed some followups to this thread, hope this isn't redundant. If you copy /boot/boot1 to someplace like /root, chmod 500 to make it executable and do an exec /root/boot1 the system will reboot the hard drive, eleminating all bios checks for boot sequence and bypassing

structure of res_query answer

2004-10-23 Thread Gary Aitken
Can anyone give me a pointer to what the structure is of the answer returned by res_query? The man page is kinda useless in this regard. The particular query of interest is an MX record lookup. Thanks, Gary ___ [EMAIL PROTECTED] mailing list

oops... sysinstall from X

2004-10-30 Thread Gary Aitken
I made the mistake of trying to build and install the gimp port from an xterm. When I came back to it, it had started sysinstall to configure the ghostscript driver. Sysinstall looks great in an xterm, but unfortunately keystrokes aren't mapped in a manner which works. e.g. The down arrow is

xhost problem

2004-10-30 Thread Gary Aitken
I can't get an xterm from another machine to display on my 5.3 system. I've tried xhost with the ip of the machine I want to allow in, and finally tried xhost + to allow any machine in, but attempts to display still fail with Can't open display w.x.y.z:0.0 firewall_enable and ipfilter_enable are

Re: oops... sysinstall from X

2004-10-30 Thread Gary Aitken
Already tried tabbing, but it doesn't work; it just tabs off the end of the line. Out past the confines of the config painted window, to the edge of the xterm window. Any other ideas? Thanks, Gary Matthew Seaman wrote: On Sat, Oct 30, 2004 at 09:25:49AM -0600, Gary Aitken wrote: I made

Re: oops... sysinstall from X

2004-10-30 Thread Gary Aitken
Ahhh. Figured out what it was. I had run the make and piped it into tee to have a hard copy of the log. Apparently something about the pipe screws up the input. The log is full of vty escape sequences, obviously from the screen painting. Seems like this is a bug of sorts. Not sure the screen

Re: Boot Loader

2004-11-02 Thread Gary Aitken
I had a similar problem after installing 5.3b7. My solution (win2K 5.3) was to use the ms boot manager. To do this, copy /boot/boot1 to c:\, naming it whatever you want, eg FreeBSD_boot1.bsd. Edit boot.ini to contain a line like: c:\FreeBSD_boot1.bsd=Freebsd 5.3 In order to edit boot.ini

gimp help files

2004-11-18 Thread Gary Aitken
Hello all, After installing gimp, I discovered the help files for the running program were not present. Tried to add them using make WITH_HTML_HELP_BROWSER=yes install but they didn't show up. (I did a deinstall / clean but still no help) /usr/X11R6/share/gimp/help is never created. What am I

firefox thunderbird upgrade problem

2004-11-18 Thread Gary Aitken
Hello all, I upgraged thunderbird and firefox via portupgrade. Things kinda work ok, except I cannot modify preferences, and it doesn't see any of my old mail, which leads me to believe it doesn't like my .thunderbird and .mozilla directory hierarchy. All of the subdirectories and files in the

Re: firefox thunderbird upgrade problem

2004-11-19 Thread Gary Aitken
I tried removing the directories, uninstalling, reinstalling, etc. All to no avail. It's clearly looking at somethig else. I also see the same problem Kirk Strauser is seeing with # firefox *** nsExtensionManager::_disableObsoleteExtensions - failure, catching exception so finalize

package install problem on 9.0

2012-02-07 Thread Gary Aitken
Hi all, I installed 9-RELEASE on an SDD. Hadn't done one since 6.2 so the new install process was... different. Was surprised not to have the x-user type install scenario. Since the handbook install doc says to use sysinstall for ports and packages, I started up sysinstall and told it to

package install problem on 9.0

2012-02-07 Thread Gary Aitken
Hi all, Apologies if this is a duplicate, first one had the wrong from addr. I installed 9-RELEASE on an SDD. Hadn't done one since 6.2 so the new install process was... different. Was surprised not to have the x-user type install scenario. Since the handbook install doc says to use

Re: FreeBSD 9, GPT and gmirror

2012-02-08 Thread Gary Aitken
I can't speak to the mirror issue, but I had difficulty trying to tweak the defaults in the install on a 128G SSD: When manually configuring the SSD, I tried to leave some extra space at the end of the SSD. Not sure that is necessary or not. In any case, I had a 128GB SSD, reported as

ATI Radeon HD5500 driver question

2012-05-18 Thread Gary Aitken
Trying to set up a new box 9.0-RELEASE w/ X; has ATI Radeon HD5500 card. X.org -config says: Missing output drivers. Configuration failed. From X.org I see one is supposed to get linux drivers from ati/amd, but this info is over 2 years old and

Re: ATI Radeon HD5500 driver question

2012-05-19 Thread Gary Aitken
it to exit? On 5/19/2012 8:00 AM, Warren Block wrote: On Fri, 18 May 2012, Gary Aitken wrote: Trying to set up a new box 9.0-RELEASE w/ X; has ATI Radeon HD5500 card. X.org -config says: Missing output drivers. Configuration failed. From X.org I see one is supposed to get linux drivers from ati

Re: ATI Radeon HD5500 driver question

2012-05-22 Thread Gary Aitken
Thanks for the pointers and hints, I'm over that hurdle. On 5/19/2012 5:28 PM, Warren Block wrote: On Sat, 19 May 2012, Polytropon wrote: 3. The Xorg man page notes that ctrlaltbksp should cause it to exit. However, it doesn't, and I had to use kill -TERM. Any hints on why ctrlaltbksp doesn't

gimp 2.8?

2012-05-22 Thread Gary Aitken
Can anyone tell me the status of gimp 2.8 for FreeBSD? I just assumed it would be in the ports tree but I don't see it. Thanks, Gary ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

hard link identification

2012-05-22 Thread Gary Aitken
Is there any way to tell if something is a hard link, other than ls -i of relevant files and seeing that the inode is the same? or a better way? I was a bit confused when looking at /root/.cshrc and then discovering a .cshrc in / as well. Thanks, Gary

openoffice on 9.0

2012-05-22 Thread Gary Aitken
I was trying to pkg_add openoffice and it fails (file not found) when trying to fetch the openoffice.org tarball. 1. I'm assuming that since pkg_add looks for the tarball, it is supposed to exist. Is that a valid assumption? 2. Anyone know why the tarball isn't there? Should I be trying

portsnap update won't update original /usr/ports

2012-05-22 Thread Gary Aitken
According to the handbook, one can do portsnap fetch portsnap update and the update will work with a previously created ports tree; I presume this includes one created during system install. However, when I attempted this, portsnap complained: /usr/ports was not created by portsnap. You

Re: openoffice on 9.0 (JDK issues)

2012-05-23 Thread Gary Aitken
On 05/22/12 14:45, Gökşin Akdeniz wrote: The OpenOffice.org package is a big one and consumes a lot of bandwith. Therefore some may not be available. Try to build OpenOffice.org from ports. It takes time, be patient. ok, attempting that... After copying the jdk-6u3-fcs... files that it

Re: openoffice on 9.0 (JDK issues)

2012-05-23 Thread Gary Aitken
Never mind... Not sure how to get around the issue posted, but a portupdate solved the problem -- now building apache-oo instead of oo On 05/23/12 18:06, Gary Aitken wrote: On 05/22/12 14:45, Gökşin Akdeniz wrote: The OpenOffice.org package is a big one and consumes a lot of bandwith

multiple versions of pcre needed with pkgs and ports

2012-05-24 Thread Gary Aitken
I had an old version of ports and installed xorg and gnome2-lite using pkg_add. Then tried to build (make) openoffice-3. The make croaked with some missing java licensing files which were old. So... I updated the ports tree via portsnap fetch portsnap extract portsnap update Following

automating menu options in ports (and other ports build questions)

2012-05-24 Thread Gary Aitken
1. When building a port, the system uses sysinstall to set options for the build. How does one configure those options so make can be run unattended? I didn't see anything in the ports documentation, but maybe I'm blind. In particular, how does one configure a dependent port for the options

Re: automating menu options in ports (and other ports build questions)

2012-05-24 Thread Gary Aitken
I didn't see anything in the ports documentation, but maybe I'm blind. Check man 7 ports. Doh. I'm blind. I've read that at least three times looking at other stuff. Makes sense now. Thanks especially because it's illegal to listen to MP3 in the U. S. :-) g... 5. It looks

Re: automating menu options in ports (and other ports build questions)

2012-05-24 Thread Gary Aitken
On 05/24/12 23:34, Adam Vande More wrote: On Thu, May 24, 2012 at 8:51 PM, Polytroponfree...@edvax.de wrote: On Thu, 24 May 2012 19:28:58 -0600, Gary Aitken wrote: 3. Do the package builds use the defaults set in the ports tree? If not, how are the options for packages chosen, and how does

ghostscript build problem

2012-05-25 Thread Gary Aitken
My build of gnome2-lite failed building ghostscript. Went to ports/ghostscript and did make clean make install and I still get the same error. After make install attempt, work/ghostscript-9.05/epag-3.09 exists and has files with original dates, except ert.c gdevpag.c were freshly

portupgrade ... doesn't

2012-05-25 Thread Gary Aitken
Has to be something stupid: 347 /usr/ports#pkg_version -v | grep updating p5-XML-Twig-3.39 needs updating (port has 3.40) 348 /usr/ports#portupgrade -Rv P5-XML-Twig --- Session started at: Fri, 25 May 2012 10:03:54 -0600 [Exclude up-to-date packages done] ** None has

ports build and synchronization issues

2012-05-25 Thread Gary Aitken
I've had a number of failures attempting to build things, but on several occasions builds have failed with what looks like may be threading / subprocess synchronization issues. I'm running 9.0-RELEASE on a 4-processor amd64 system w/ 16GB. For example, an attempt to build openoffice-3 failed

removing /var/empty on a non-system disk

2012-05-25 Thread Gary Aitken
something I'm not seeing I've got a disk previously used as a sys disk I'm trying to clean up. What's the key to removing /var/empty? 280 /hd1/var#sysctl kern.securelevel kern.securelevel: -1 281 /hd1/var#ls -l total 4 dr-xr-xr-x 2 root wheel 512 Jan 3 00:55 empty 282 /hd1/var#chflags noschg

Re: removing /var/empty on a non-system disk

2012-05-25 Thread Gary Aitken
On 05/25/12 14:21, Polytropon wrote: On Fri, 25 May 2012 14:04:50 -0600, Gary Aitken wrote: something I'm not seeing I've got a disk previously used as a sys disk I'm trying to clean up. What's the key to removing /var/empty? 280 /hd1/var#sysctl kern.securelevel kern.securelevel: -1 281

Re: removing /var/empty on a non-system disk

2012-05-25 Thread Gary Aitken
On 05/25/12 14:38, Wojciech Puchar wrote: chflags noschg is your friend. Not in this case. If you look at the commands attempted, that was already tried (line 282) Topmost login had to be as root. On Fri, 25 May 2012, Gary Aitken wrote: something I'm not seeing I've got a disk previously

Re: ports build and synchronization issues

2012-05-25 Thread Gary Aitken
This was the result of a conflict with building another port at the same time, and is a known issue. See: http://wiki.freebsd.org/IdeasPage#Parallelization_in_the_Ports_Collection On 05/25/12 12:16, Gary Aitken wrote: I've had a number of failures attempting to build things, but on several

[ports] why no libXXX after make install of libXXX?

2012-05-26 Thread Gary Aitken
I'm trying to install audacious, which depends on libmowgli. The port fails to build because of a missing library. Shouldn't the build of a library result in the library being placed in /usr/local/lib? cd multimedia/audacious make -v install results in: ... === libmcs-0.7.2_1 depends

Re: [ports] why no libXXX after make install of libXXX?

2012-05-26 Thread Gary Aitken
On 05/26/12 14:03, Gary Aitken wrote: I'm trying to install audacious, which depends on libmowgli. The port fails to build because of a missing library. Shouldn't the build of a library result in the library being placed in /usr/local/lib? I notice that /var/db/pkg/libmowgli-1.0.0/+CONTENTS

[ports] Need help for port which claims to install but doesn't; package installs ok

2012-05-27 Thread Gary Aitken
First, my apologies for previous posts which hijacked an existing thread. I thought changing the subject line was ok and had forgotten about in-reply-to. So my apologies for a repost; I've gotten no replies and am not sure others actually saw / processed it or just ignored because of the bad

Re: removing /var/empty on a non-system disk

2012-05-28 Thread Gary Aitken
On 5/25/2012 4:01 PM, Polytropon wrote: On Fri, 25 May 2012 15:04:50 -0600, Gary Aitken wrote: On 05/25/12 14:21, Polytropon wrote: On Fri, 25 May 2012 14:04:50 -0600, Gary Aitken wrote: something I'm not seeing I've got a disk previously used as a sys disk I'm trying to clean up. What's

mount refused, no journal

2012-05-28 Thread Gary Aitken
I mounted a previous system disk, cleaned everything off it using rm, then stuck a bunch of files on it. Used it for a day or so, including at least one shutdown -r then halted the system to swap a CD. Upon reboot, the system refuses to mount the drive: mount -o rw -t ufs /dev/ada0p2 /hd1

Re: removing /var/empty on a non-system disk

2012-05-28 Thread Gary Aitken
On 5/28/2012 3:08 PM, Robert Bonomi wrote: On 5/25/2012 4:01 PM, Polytropon wrote: I should have mentioned that I did the (successful) test logging in as root (real console login). If you use su - or su root, the effect should be the same. You can always check the success of your operation

Re: mount refused, no journal (solved)

2012-05-28 Thread Gary Aitken
Not sure why it happened in the first place, but the failure to re-establish the journal using tunefs was a result of su root and not su - root On 05/28/12 14:34, Gary Aitken wrote: I mounted a previous system disk, cleaned everything off it using rm, then stuck a bunch of files on it. Used

Re: removing /var/empty on a non-system disk

2012-05-28 Thread Gary Aitken
On 05/28/12 15:08, Robert Bonomi wrote: From owner-freebsd-questi...@freebsd.org Mon May 28 14:10:55 2012 Date: Mon, 28 May 2012 13:05:45 -0600 From: Gary Aitkenfree...@dreamchaser.org.r-bonomi.com To: Polytroponfree...@edvax.de Cc: freebsd-questions@freebsd.org Subject: Re: removing

Re: kde4 on 8.3 and laptop

2012-05-29 Thread Gary Aitken
On 05/29/12 22:15, Jim Pazarena wrote: I had kde3 running just fine on 8.2 on my laptop. I have now installed 8.3 -and- kde4 on my laptop, and the kde system will not work as expected. when I type kdm (which is at /usr/local/kde4/bin/kdm) I get the expected login screen (however the mouse

Audio CD issue -- most everything but noise

2012-05-31 Thread Gary Aitken
I'm having trouble getting an audio cd to make any (pleasant) noise (9.0 release). The cd mounts a regular file system ok and audio generally works ok -- playing from a file works. cdcontrol eject (works) cdcontrol info (displays reasonable TOC) cdcontrol play (returns to prompt but I

Re: Audio CD issue -- most everything but noise ASUS M4A89TD mobo

2012-05-31 Thread Gary Aitken
On 05/31/12 05:54, Polytropon wrote: On Thu, 31 May 2012 00:38:46 -0600, Gary Aitken wrote: The cd mounts a regular file system ok and audio generally works ok -- playing from a file works. You're sure it's a normal audio CD? How actually is one supposed to mount audio CDs? They're _audio_

Re: How to use an external USB3.0 drive with 4k sectors?

2012-05-31 Thread Gary Aitken
On 05/31/12 09:57, Jens Schweikhardt wrote: so I decided to try two HW technology advancements in one go. I have a brand new shiny 1TB USB3.0 external disk, that when plugged to an USB2(two!) reports da5 at umass-sim2 bus 2 scbus6 target 0 lun 0 da5:ST1000LM 024 HN-M101MBB

Re: Audio CD issue -- most everything but noise ASUS M4A89TD mobo

2012-05-31 Thread Gary Aitken
On 05/31/12 12:56, Polytropon wrote: This functionality is not present on modern boards anymore. Also note it's not digital. It's analog. GND plus two channels. Audio transmission using the 40/80 pin (P)ATA cable would have been digital. Thanks for the correction, I thought I knew that.

HP networked printer -- hp-setup won't use, hp-probe finds

2012-05-31 Thread Gary Aitken
I've got an HP printer directly connected to the local network. hp-probe finds it: #hp-probe -bnet HP Linux Imaging and Printing System (ver. 3.12.2) Printer Discovery Utility ver. 4.1 ... Device URI Model Name

Re: HP networked printer -- hp-setup won't use, hp-probe finds

2012-06-01 Thread Gary Aitken
On 06/01/12 10:51, Gary Aitken wrote: On 05/31/12 17:59, Thomas Mueller wrote: From Gary Aitkena...@dreamchaser.org : I've got an HP printer directly connected to the local network. hp-probe finds it: #hp-probe -bnet HP Linux Imaging and Printing System (ver. 3.12.2) Printer

Re: How to use an external USB3.0 drive with 4k sectors?

2012-06-01 Thread Gary Aitken
On 06/01/12 04:01, Jens Schweikhardt wrote: My goal is to get it recognized on one of the two USB3 ports I have. All I get there is Jun 1 11:43:45 hal9000 kernel: ugen4.2:Jmicron Corp. at usbus4 Jun 1 11:43:45 hal9000 kernel: umass0:Jmicron Corp. Usb production, class 0/0, rev 3.00/1.00,

Re: Audio CD issue -- most everything but noise ASUS M4A89TD mobo

2012-06-01 Thread Gary Aitken
On 05/31/12 16:16, Polytropon wrote: Impedance and level mismatch would be the typical reason for this. But basically, it's not _much_ worse than using an internal analog connection. Probably ok if you soldered it up so you didn't have the mismatch from crappy high impedance plug-in

Re: HP networked printer -- hp-setup won't use, hp-probe finds

2012-06-02 Thread Gary Aitken
On 06/02/12 02:29, Wojciech Puchar wrote: seems you like to incredibly complicated things. No, but it does seem like I did, hopefully unnecessarily... Thanks. /usr/ports/print/hplip (make config and disable GUI trash) is enough. ... printing works fine with this lpr filter #!/bin/sh

Re: HP networked printer -- hp-setup won't use, hp-probe finds

2012-06-03 Thread Gary Aitken
On 06/02/12 18:35, Polytropon wrote: On Sat, 02 Jun 2012 18:08:55 -0600, Gary Aitken wrote: I've deinstalled cups and its dependencies and rebuilt only hpijs. You could have kept it installed (maybe some ports will want it as a dependency), just disable it in /etc/rc.conf. I'm probably

umount device busy

2012-06-03 Thread Gary Aitken
Something I'm overlooking here and a lot of questions I can't seem to find the answers to... I mounted a usb drive mount -t ntfs /dev/da0s1 /mnt/goflex Then, as nearly as I can remember... I then poked around a bit using the xfce4 browser. I tried to mkdir from the mount point as a

Re: umount device busy

2012-06-03 Thread Gary Aitken
dir.On 06/03/12 09:24, Polytropon wrote: On Sun, 03 Jun 2012 08:59:11 -0600, Gary Aitken wrote: Something I'm overlooking here and a lot of questions I can't seem to find the answers to... I mounted a usb drive mount -t ntfs /dev/da0s1 /mnt/goflex Then, as nearly as I can remember... I

Re: Strange case of vanishing disk

2012-06-04 Thread Gary Aitken
On 06/03/12 20:59, Kaya Saman wrote: this is a very strange issue but I guess will either be related to 2 things, PSU not being powerful enough or disk controller simply being crap. Here's what's going on. I have a little Chenbro 4 disk mini-ITX NAS server with 2x 2TB disks and 2x4TB disks

Re: umount device busy

2012-06-04 Thread Gary Aitken
On 06/03/12 21:05, Polytropon wrote: Good idea. However, you can do efficient backups of Windows data by using the ntfsprogs tools. This makes sure they can even be read under non-Windows systems. I'll look into that. if you are using xfce4, then you have most likely got gamin running as

bsdlabel geometry params

2012-06-04 Thread Gary Aitken
According the the handbook, one should do the following to set up a new disk: 1 dd if=/dev/zero of=/dev/da1 bs=1k count=1 2 fdisk -BI da1 #Initialize your new disk 3 bsdlabel -B -w da1s1 auto #Label it. 4 bsdlabel -e da1s1 # Edit the bsdlabel just created and add any partitions. 5 mkdir -p /1 6

Re: umount device busy

2012-06-04 Thread Gary Aitken
On 06/04/12 08:15, Warren Block wrote: gamin opens the directory (of the newly-mounted device) so it can check for new files being created or files being renamed, and then notify the window manager, which updates the user's desktop. The open makes the device in-use, preventing an unmount.

Re: umount device busy

2012-06-04 Thread Gary Aitken
On 06/04/12 02:28, Lars Eighner wrote: This almost always means someone (i.e. you) is sitting in the directory. If you tried this while su'ed and the un-su'ed you were still in the directory /mnt/goflex, you'd get this message. This may also happen if someone (i.e. you) is in the directory on

Re: bsdlabel geometry params

2012-06-04 Thread Gary Aitken
On 06/04/12 08:42, Polytropon wrote: In step #4, bsdlabel gives you a label with zeros for fsize, bsize, bps/cpg Is it necessary to fill these in, or is there a way to get some reasonable defaults? newfs -N will give you numbers for bsize and fsize, but what about bps/cpg? What does the

Re: umount device busy

2012-06-04 Thread Gary Aitken
On 06/04/12 13:40, Polytropon wrote: On Mon, 04 Jun 2012 13:15:33 -0600, Gary Aitken wrote: Can you tell me where any of this is documented? I can't find squat about gamin. no man page and no docs in the /usr/local tree Welcome to the realm of modern software and its aversion against

Re: starting xfce4 reboots machine

2012-06-04 Thread Gary Aitken
I updated to xfce4.10 using amd64 packages and everything seems to work, except for some reason startxfce4 is missing but i can get it to start fine by putting exec xfce4-session in my .xinitrc.. anyone else experience this issue? %which startxfce4 /usr/local/bin/startxfce4 installed

Re: bsdlabel geometry params

2012-06-04 Thread Gary Aitken
On 06/04/12 14:26, Warren Block wrote: On Mon, 4 Jun 2012, Gary Aitken wrote: According the the handbook, one should do the following to set up a new disk: 1 dd if=/dev/zero of=/dev/da1 bs=1k count=1 2 fdisk -BI da1 #Initialize your new disk 3 bsdlabel -B -w da1s1 auto #Label it. 4

Re: bsdlabel geometry params

2012-06-05 Thread Gary Aitken
On 06/04/12 15:25, Warren Block wrote: On Mon, 4 Jun 2012, Gary Aitken wrote: What part of the Handbook? I would suggest using gpart(8), it makes GPT partitions easy, and nasty old MBR partitions aren't any worse than with fdisk/bsdlabel. 19.3.2 That's the Storage chapter, section

mount failure

2012-06-06 Thread Gary Aitken
Running under X with xfce, just did this: gpart show -l da0 gpart delete -i 1 da0 gpart destroy da0 gpart create -s GPT da0 gpart bootcode -b /boot/pmbr da0 gpart add -t freebsd-boot -i 1 -s 512K -l gptboot da0 gpart bootcode -b /boot/gptboot -i 1 da0 gpart add -t

dumping file system subtree (/var)

2012-06-07 Thread Gary Aitken
When I originally set up my SSD, the stuff I was following indicated there was no need to put anythng on a separate filesystem. I'm now trying to build a backup system on a usb drive and I want a separate /var and /tmp. I had originally set the nodump flag on /tmp and /var, so my snapshot is

prune ports tree?

2012-06-09 Thread Gary Aitken
Is it possible to specify that parts of the ports tree should never be used? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

ran out of inodes on /var, recommended value?

2012-06-09 Thread Gary Aitken
I reconfigured my ssd filesystem with the /var partition of size 512M. Unfortunately, something in portsnap or the ports tree in general uses a boatload of small files, and i ran out of inodes. Can anyone recommend an appropriate size for the newfs -i value? 1024? less? Thanks, Gary

ports: make config-recursive doesn't really

2012-06-10 Thread Gary Aitken
I'm trying to build a script to rebuild and reinstall everything I have installed from ports. I don't want to have to keep checking on it and filling out the appropriate check boxes for options. I naively assumed: for port in $ports do cd /usr/port/$port make config-recursive

altfn going to X

2012-06-10 Thread Gary Aitken
What's the trick to allow altfn to still be used to switch vtys when running X? At first I thought it was the wm grabbing it, but I've disabled that and now it goes to whatever app has the focus. Seems like something in the kernel has to grab it before it gets passed on to X.

Re: altfn going to X

2012-06-10 Thread Gary Aitken
On 06/10/12 10:47, Gary Aitken wrote: What's the trick to allow altfn to still be used to switch vtys when running X? At first I thought it was the wm grabbing it, but I've disabled that and now it goes to whatever app has the focus. Seems like something in the kernel has to grab

  1   2   3   >