M audio 24/96 driver

2005-11-01 Thread Makisupa
Has anyone successfully got a Maudio Delta 24/96 soundcard working in
6.0 or 5.4 for that matter?

If so, what sound driver or kernel parameters where used?  Help is much
appreciated...i think this is the only thing holding me back from moving
my workstation to FreeBSD (currently running linux).  Google only yields
people asking the same questions.

THanks,

Mak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


gxine seg fault

2005-10-22 Thread makisupa
Anybody ever get a segmentation fault (core dump) whenever going to full
screen while playing a dvd with gxine?  xine works though...that's
really wierd.  I tried to run through the dump with bug buddy but it
keeps freezing.  This happens no matter what video plugin i select and
nearly every time i go to fullscreen.  There is no error generated in a
terminal.  While googling i found a bloke who had the same problem but
no solution was found...So i'm hoping someone can point me in the right
direction.

FreeBSD newbie.  gxine installed from an up to date ports tree.  Please
helpAnd thanks.  Loving freebsd more everyday.

/mak.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: gxine seg fault

2005-10-22 Thread makisupa
Don't know if this helps (because i'm not sure how to turn the debug
flags on), but I have the output from bug buddy for the core dump.
Large block of text forthcoming.

Thanks again everybody,
mak

Backtrace was generated from '/usr/X11R6/bin/gxine'

(no debugging symbols found)...Core was generated by `gxine'.
Program terminated with signal 11, Segmentation fault.
(no debugging symbols found)...(no debugging symbols found)...(no
debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...(no debugging symbols
found)...(no debugging symbols found)...#0  0x284e72b7 in
pthread_testcancel () from /usr/lib/libpthread.so.2
[New Thread 0x811d800 (sleeping)]
[New Thread 0x9449c00 (runnable)]
[New Thread 0x9377000 (sleeping)]
[New Thread 0x8ba7c00 (runnable)]
[New Thread 0x8ba7800 (LWP 100161)]
[New Thread 0x8ba7600 (LWP 100160)]
[New Thread 0x8ba7400 (LWP 100159)]
[New Thread 0x8379c00 (LWP 100158)]
[New Thread 0x822d000 (sleeping)]
[New Thread 0x8224e00 (LWP 100155)]
[New Thread 0x80d3000 (runnable)]
[New LWP 100163]
#0  0x284e72b7 in pthread_testcancel () from /usr/lib/libpthread.so.2
#1  0x284dfdac in pthread_mutexattr_init ()
from /usr/lib/libpthread.so.2
#2  0x in ?? ()

Thread 12 (LWP 100163):
#0  0x284e72b7 in pthread_testcancel () from /usr/lib/libpthread.so.2
No symbol table info available.
#1  0x284dfdac in pthread_mutexattr_init ()
from /usr/lib/libpthread.so.2
No symbol table info available.
#2  0x in ?? ()
No symbol table info available.

Thread 11 (Thread 0x80d3000 (runnable)):
#0  0x28530973 in poll () from /lib/libc.so.6
No symbol table info available.
#1  0x284d0b02 in read () from /usr/lib/libpthread.so.2
No symbol table info available.
#2  0x287524a1 in _XWaitForReadable () from /usr/X11R6/lib/libX11.so.6
No symbol table info available.
#0  0x284e7277 in pthread_testcancel () from /usr/lib/libpthread.so.2

On Sat, 2005-10-22 at 18:31 -0500, makisupa wrote:
 Anybody ever get a segmentation fault (core dump) whenever going to full
 screen while playing a dvd with gxine?  xine works though...that's
 really wierd.  I tried to run through the dump with bug buddy but it
 keeps freezing.  This happens no matter what video plugin i select and
 nearly every time i go to fullscreen.  There is no error generated in a
 terminal.  While googling i found a bloke who had the same problem but
 no solution was found...So i'm hoping someone can point me in the right
 direction.
 
 FreeBSD newbie.  gxine installed from an up to date ports tree.  Please
 helpAnd thanks.  Loving freebsd more everyday.
 
 /mak.
 
 ___
 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]


loader.conf question

2005-10-21 Thread makisupa
Got k3b installed and trying to sort out some issues. This is a 6.0RC1
with a custom kernel box.  In /boot/loader.conf i pass a
'load_atapicam=YES'.  This is the only argument there...but its not
working.  Once booted if I simply 'kldload atapicam' everything works
like a charm -- scanbus, k3b (minus permissions but that's not the issue
right now).  What gives?  Why is my system skipping the loader.conf?
Where else should i put the argument?

THanks,

mak

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: loader.conf question

2005-10-21 Thread makisupa
That was a serious id10T error

THanks,

mak
(i must need more coffee)

On Fri, 2005-10-21 at 09:47 -0400, Lowell Gilbert wrote:
 makisupa [EMAIL PROTECTED] writes:
 
  Got k3b installed and trying to sort out some issues. This is a 6.0RC1
  with a custom kernel box.  In /boot/loader.conf i pass a
  'load_atapicam=YES'.  This is the only argument there...but its not
  working.  Once booted if I simply 'kldload atapicam' everything works
  like a charm -- scanbus, k3b (minus permissions but that's not the issue
  right now).  What gives?  Why is my system skipping the loader.conf?
  Where else should i put the argument?
  
 
 You mean atapicam_load rather than load_atapicam, right?
 ___
 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]


A simple ports question...

2005-10-20 Thread makisupa
How would you install a port that had dependencies that were older than
identical items on your system?  

For example, you install portx that requires depend1.1 -- you have
depend1.2 on your system.  Running 'make install clean' will generate an
error code stating that you have an OLDER version -- despite the fact
that you actually have a newer version.  I believe this is simply
because version numbers don't match.  'FORCE_PACKAGE_REGISTER' will
install and register the older version as well as the newer version.
THis is less than desirable behavior.  I looked through the ports man
page to find a variable that would ignore dependencies.  If such a
variable exists would the port most likely still run (assuming all
dependencies are present albeit newer versions)?

Thanks,
Mak.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: A simple ports question...

2005-10-20 Thread makisupa
Thanks for the reply...

My ports tree is up to date -- i believe the problem (if you want to
call it that) is that I installed gnome 2.12 from package at marcuscom
(on a 6.0 RC1 system -- i needed 6.0 for some HW issues).  I therefore
have newer versions of certain files than many of the ports in the
current tree are expecting.  Does this sound like a reasonable
explanation?  

Your answer is the one everyone has been telling me for the last week.
And i truly appreciate the response.  I keep thinking i'm asking the
question wrong :)  I would understand this answer if the dependencies i
had were OLDER than what the port was looking for...but I have a NEWER
version.  For example, while installing pan2 it needs glib-2.6.6.  I
have glib-2.8.3.  How can i properly get this port installed?

===  Installing for glib-2.6.6
===   glib-2.6.6 depends on file: /usr/local/bin/perl5.8.7 - found
===   glib-2.6.6 depends on executable: pkg-config - found
===   glib-2.6.6 depends on shared library: intl - found
===   Generating temporary packing list
===  Checking if devel/glib20 already installed
===   An older version of devel/glib20 is already installed
(glib-2.8.3)
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of devel/glib20
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/devel/glib20.
*** Error code 1

Thanks,
I'm really not trying to beat a dead horse here.  I have read all
relevant sections of the handbook and man pages but the obvious seems to
be escaping me.  I truly appreciate the help

mak.

On Thu, 2005-10-20 at 16:06 +0100, RW wrote:
 On Thursday 20 October 2005 15:25, makisupa wrote:
  How would you install a port that had dependencies that were older than
  identical items on your system?
 
  For example, you install portx that requires depend1.1 -- you have
  depend1.2 on your system.  
 
 This will happen if you have an out-of-date ports tree, and have installed 
 packages built against a newer tree. Try bringing your tree up-to-date with 
 cvsup or portsnap. See the handbook for details. 
 
 ___
 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]


newbie ports question

2005-10-13 Thread makisupa
I seem to be getting myself in trouble repeatedly...I'm sure someone can
help...

Fresh install of 6.0 RC1, gnome 2.12 from marcus's tb, freshly cvsupped
ports.  I need to install some little apps like gaim and pan.  when
running 'make install clean' for these ports i'll get a message that the
correct version of port X is not installed.  Problem is make says i need
a newer version but the version numbers indicate i've got a newer
version than what its looking for.  Then a little part about
'FORCE_PACKAGE_REGISTER.'  There is an example of this below this
message.  If i use this it will install the older version of the
dependencies or at least register them.  I say this on the last system
that i hosed...2 copies of the same package would be registered.  Not
good. How should i *properly* install these ports?  As in what's not
going to get me in trouble?


===  Installing for glib-2.6.6
===   glib-2.6.6 depends on file: /usr/local/bin/perl5.8.7 - found
===   glib-2.6.6 depends on executable: pkg-config - found
===   glib-2.6.6 depends on shared library: intl - found
===   Generating temporary packing list
===  Checking if devel/glib20 already installed
===   An older version of devel/glib20 is already installed
(glib-2.8.3)
  You may wish to ``make deinstall'' and install this port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of devel/glib20
  without deleting it first, set the variable FORCE_PKG_REGISTER
  in your environment or the make install command line.
*** Error code 1

Stop in /usr/ports/devel/glib20.
*** Error code 1

Stop in /usr/ports/accessibility/atk.
*** Error code 1

Stop in /usr/ports/textproc/gtkspell2.
*** Error code 1

Stop in /usr/ports/net/gaim.


Thanks for the help.  Loving my BSD laptop so far...just straightening
some things out.

/mak. 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: newbie ports question

2005-10-13 Thread makisupa
On Thu, 2005-10-13 at 14:21 -0400, Robert Huff wrote:
 Andrew P. writes:
 
===  Installing for glib-2.6.6
===   glib-2.6.6 depends on
file: /usr/local/bin/perl5.8.7 - found
===   glib-2.6.6 depends on executable: pkg-config -
found
===   glib-2.6.6 depends on shared library: intl - found
===   Generating temporary packing list
===  Checking if devel/glib20 already installed
===   An older version of devel/glib20 is already
installed
(glib-2.8.3)
  You may wish to ``make deinstall'' and install this
port again
  by ``make reinstall'' to upgrade it properly.
  If you really wish to overwrite the old port of
devel/glib20
  without deleting it first, set the variable
FORCE_PKG_REGISTER
  in your environment or the make install command
line.
   
   I'd start with installing portupgrade, and trying to
   portupgrade -arR. I'm sure there's another solution,
   though.

What good will portupgrade it do here?  Obviously I must not
properly understand what its doing...but in the error message I
have a newer version of the dependency than the port calls for
and the port misidentifies this.  If there was a newer port of
say 'pan' that had newer dependencies .. ie. the one's i already
have than i'd be golden.  But why wouldn't cvsup'ing take care
of that?  Like i said...you're dealing with a newb here.  I am
obviously missunderstanding something...
 
   Installing (and using) portupgrade is a good idea;
 unfortunately, it will not stop you from getting bit by this
problem
 occasionally.
   My quick fix:
 
   pd /usr/ports/devel/glib20
   make deinstall
   make install
   assuming in stall finished correctly make distclean
   popd
   
   (Assumes *csh as the shell.)
 
 
   Robert Huff
 
Can we teach a man to fish here?  I with you until after
'deinstall'. What does make distclean and popd do?  Googled a
bit and got unsatisfactory answers. I am simply using the
default shell.  This is how i got in trouble before...make
deinstall and then make install clean of glib20.  Then gnome
will be unable to start complaining of missing a libgtk.so.o
file (that's not the exact name).  Since there was a new rc1 and
i was just experimenting i blew the install away and went with
the new.  I'm not too keen on doing that again...

Thanks again,
Mak.

 ___
 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]


Firefox problem...another newbie question

2005-10-11 Thread makisupa
Been messing with FreeBSD for a week and a half or so now.  Getting my
laptop all setup to play DVDs and something wierd happened to Firefox
(probably unrelated I know).  As an aside, xine works well but i'm
not a fan of the gui, gxine core dumps a few seconds after going
fullscreen or toggling a couple of times.  They use the same engine
right?  Wierd...both installed from recently upgraded ports tree on a
gnome 2.12 6.0-beta5 system.  The firefox problem...

I can replicate this as at will and epiphany works fine.  If i click
a .tbz file or something that calls another app and i get a core dump.
Any ideas what's going on here?

$ firefox

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: g_hash_table_lookup: assertion
`hash_table != NU LL' failed

(Gecko:1985): libgnomevfs-WARNING **: Internal error: the configuration
system w as not initialized. Did you call _gnome_vfs_configuration_init?

(Gecko:1985): GLib-CRITICAL **: 

Re: Newbie Questions

2005-10-09 Thread makisupa
On Fri, 2005-10-07 at 20:00 -0500, Kevin Kinsey wrote:
 makisupa wrote:
 
 Been using Linux awhile...recently migrated a laptop to FreeBSD.  Its a
 bit old and BSD runs nicely on the deprecated hardware.  I am using
 6.0-BETA 5 despite warning to the contrary because my atheros based wifi
 card works well -- i had all kinds of trouble in 5.4.  Running gnome
 2.12.
 My newbie questions:
 
 1.  I am pretty sure that FAM is not running.  The newest version of the
 package is installed. I followed the directions from the gnome FAQ and
 the pkg_message. 'killall -HUP inetd' gives me 'no matching processes
 were found.'  
 
   
 
 
 What does `ps -aux | grep inetd` tell you?  Inetd doesn't run
 unless enabled in /etc/rc.conf... and IIRC (I've switched to
 xfce4 from Gnome2), fam runs from inetd, so that could be
 a root (no pun intended) cause of these issues, perhaps?
 IANAE
 
 
OK...after a reading up a bit more i did a 'make deinstall' and 'make
reinstall' of the /devel/fam port.  Before this the output of 'ps -aux |
grep inetd' as user was:
makisupa  3330  0.0  0.1   512   392  p0  R+8:45PM   0:00.00 grep
inetd 

There was no output as root.  Now there is no output as user and as root
the output is:
root  1895  0.0  0.0   348   228  p0  L+1:04PM   0:00.00 grep
inetd

Still getting FAM errors and same weirdness...starting to drive me nuts!
Thanks everyone for your help...

mak


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Newbie Questions

2005-10-07 Thread makisupa
Been using Linux awhile...recently migrated a laptop to FreeBSD.  Its a
bit old and BSD runs nicely on the deprecated hardware.  I am using
6.0-BETA 5 despite warning to the contrary because my atheros based wifi
card works well -- i had all kinds of trouble in 5.4.  Running gnome
2.12.
My newbie questions:

1.  I am pretty sure that FAM is not running.  The newest version of the
package is installed. I followed the directions from the gnome FAQ and
the pkg_message. 'killall -HUP inetd' gives me 'no matching processes
were found.'  When i launch something like gnome-menu-editor i get a
'failed to connect to the FAM server' message in the terminal.
Similiarly, whenever i gedit a file su'd as root i get a
'gnomeUI-WARNING **: While connecting to the session manage:
authentication rejected, reason:  None of the authentication protocols
specified are supported and host based authentication failed.'  Please
help...its very annoying as the gnome does not update worth a damn as
you move, add, and delete files.  I realize the instructions were for
gnome 2.10 and i probably missed something obvious.

2.  Is there a way to turn DMA on for a certain device or devices and
not every ATAPI drive?  I got permissions and whatnot straight to allow
a users to mount CD/DVD drives -- my CD drive does not work correctly in
DMA mode. BUT, i will need DMA in order to play DVDs correctly (see
below). I passed the hw.ata.atapi_dma=1 option in my /boot/loader.conf
file. is there a option i can pass that only enables DMA on my acd1
(dvd) and ad0 (hd) but NOT acd0 (CD)?

3.  DVD playback.  Just trying to use the totem default in my gnome
install.  I get a 'failed to retrieve capabilities of device /dev/acd1:
inappropriate ioctl for device'.  I've googled the hell out of this and
came up with little helpful info.  Any ideas?

Thanks for your help.  I think i'm doing fairly well for only running
BSD for a couple of days...but if i could get these minor things
straightened out i'd be set (and have a rockin' little laptop).  FreeBSD
definately seems more intuitive than most of the linux distros i've
used...

Thanks,

Mak.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie Questions

2005-10-07 Thread makisupa
Added inetd_enable=YES to rc.conf and made sure the rest of the steps
from the pkg-message where followed.  'killall -HUP inetd' does not give
an error.  the output of 'ps -aux | grep inetd' (as user, no output as
root):
makisupa  3330  0.0  0.1   512   392  p0  R+8:45PM   0:00.00 grep
inetd

So i missed something real obvious, inetd not running, but its still not
working...same behavior as before (after a reboot).

Thanks for your help (it is truly appreciated),
Mak

  
On Fri, 2005-10-07 at 20:00 -0500, Kevin Kinsey wrote:
 makisupa wrote:
 
 Been using Linux awhile...recently migrated a laptop to FreeBSD.  Its a
 bit old and BSD runs nicely on the deprecated hardware.  I am using
 6.0-BETA 5 despite warning to the contrary because my atheros based wifi
 card works well -- i had all kinds of trouble in 5.4.  Running gnome
 2.12.
 My newbie questions:
 
 1.  I am pretty sure that FAM is not running.  The newest version of the
 package is installed. I followed the directions from the gnome FAQ and
 the pkg_message. 'killall -HUP inetd' gives me 'no matching processes
 were found.'  
 
   
 
 
 What does `ps -aux | grep inetd` tell you?  Inetd doesn't run
 unless enabled in /etc/rc.conf... and IIRC (I've switched to
 xfce4 from Gnome2), fam runs from inetd, so that could be
 a root (no pun intended) cause of these issues, perhaps?
 IANAE
 
 
 When i launch something like gnome-menu-editor i get a
 'failed to connect to the FAM server' message in the terminal.
 Similiarly, whenever i gedit a file su'd as root i get a
 'gnomeUI-WARNING **: While connecting to the session manage:
 authentication rejected, reason:  None of the authentication protocols
 specified are supported and host based authentication failed.'  Please
 help...its very annoying as the gnome does not update worth a damn as
 you move, add, and delete files.  I realize the instructions were for
 gnome 2.10 and i probably missed something obvious.
 
 2.  Is there a way to turn DMA on for a certain device or devices and
 not every ATAPI drive?  I got permissions and whatnot straight to allow
 a users to mount CD/DVD drives -- my CD drive does not work correctly in
 DMA mode. BUT, i will need DMA in order to play DVDs correctly (see
 below). I passed the hw.ata.atapi_dma=1 option in my /boot/loader.conf
 file. is there a option i can pass that only enables DMA on my acd1
 (dvd) and ad0 (hd) but NOT acd0 (CD)?
 
   
 
 
 Hrm, I'm not much good from here out.  I note that there are two
 sysctl's hw.ata.ata.dma and hw.ata.atapi.dma, dunno if that'd
 help.  Maybe see ata(4) for a little more detail.  Being as the DVD
 and CD are on the same bus, I'd say it's not too likely, but, again,
 IANAE
 
 3.  DVD playback.  Just trying to use the totem default in my gnome
 install.  I get a 'failed to retrieve capabilities of device /dev/acd1:
 inappropriate ioctl for device'.  I've googled the hell out of this and
 came up with little helpful info.  Any ideas?
 
 Thanks for your help.  I think i'm doing fairly well for only running
 BSD for a couple of days...but if i could get these minor things
 straightened out i'd be set (and have a rockin' little laptop).  FreeBSD
 definately seems more intuitive than most of the linux distros i've
 used...
 
 Thanks,
 
 Mak.
   
 
 
 
 Best o' luck,
 
 Kevin Kinsey
 ___
 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]