Re: [vox-tech] K3B problem

2006-05-31 Thread Micah J. Cowan
On Tue, May 30, 2006 at 10:53:09PM -0700, Chris Horsting wrote:
 Micah J. Cowan wrote:
  On Mon, May 29, 2006 at 10:16:13PM -0700, Chris Horsting wrote:

  Hi,
  I am using Fedora 4.0 and when I tried to copy a CD with k3B I was 
  unsuccessful.
  I got an error the following error:
 Unable to eject media
  
 
  It sounds to me like your desktop may be attempting to automatically
  mount the CD while it's being burned. Have you made sure to disable
  that?
  No, I have not tried to disable that. Do I do that through K3B or KDE?

^^^

Careful: I almost didn't spot your input in there, since it was hidden
with your quote of my message.

I'm afraid I don't actually know how you would go about doing that;
probably a control panel somewhere. Can someone else give pointers?

-- 
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] K3B problem

2006-05-31 Thread Jan W


--- Micah J. Cowan [EMAIL PROTECTED] wrote:

 On Tue, May 30, 2006 at 10:53:09PM -0700, Chris Horsting wrote:
  Micah J. Cowan wrote:
   On Mon, May 29, 2006 at 10:16:13PM -0700, Chris Horsting wrote:
 
   Hi,
   I am using Fedora 4.0 and when I tried to copy a CD with k3B I
 was 
   unsuccessful.
   I got an error the following error:
  Unable to eject media
   
  
   It sounds to me like your desktop may be attempting to
 automatically
   mount the CD while it's being burned. Have you made sure to
 disable
   that?
   No, I have not tried to disable that. Do I do that through K3B or
 KDE?
 
 ^^^
 
 Careful: I almost didn't spot your input in there, since it was
 hidden
 with your quote of my message.
 
 I'm afraid I don't actually know how you would go about doing that;
 probably a control panel somewhere. Can someone else give pointers?
 

There are a couple of things to do:

1.  /etc/rc.d/init.d/autofs stop

This will stop automounter services.  But the service will probably
come up again on reboot, so you would want to do:

2. chkconfig --level 2345 autofs off

This will remove autofs from starting in runlevels 2, 3, 4 and 5.

You could always kill the pid, but with alot of these daemons, a HUP
signal merely means reread config file and restart... 

Also, if you're into the GUI config thingys, you could try
'serviceconf' as root (I dunno if it's included in FC4, it's on my FC5
box).

Fedora is alright, but I wish redhat would include documentation on
this stuff, because they change it seemingly with every new release.

But chkconfig has been around as long as I have been playing with
redhat, and I think it will almost always be around, so that is the way
that I usually configure services.

HTHO

jan



I believe that unarmed truth and unconditional love will have the final word in 
reality. That is why right, temporarily defeated, is stronger than evil 
triumphant.
Martin Luther King Jr., Accepting Nobel Peace Prize, Dec. 10, 1964


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] K3B problem

2006-05-31 Thread Micah J. Cowan
On Wed, May 31, 2006 at 12:16:34PM -0700, Jan W wrote:
 
 
 --- Micah J. Cowan [EMAIL PROTECTED] wrote:
 
  On Tue, May 30, 2006 at 10:53:09PM -0700, Chris Horsting wrote:
   Micah J. Cowan wrote:
   
It sounds to me like your desktop may be attempting to
  automatically
mount the CD while it's being burned. Have you made sure to
  disable
that?
   No, I have not tried to disable that. Do I do that through K3B or
   KDE?
  
  I'm afraid I don't actually know how you would go about doing that;
  probably a control panel somewhere. Can someone else give pointers?
  
 
 There are a couple of things to do:
 
 1.  /etc/rc.d/init.d/autofs stop
 
 This will stop automounter services.  But the service will probably
 come up again on reboot, so you would want to do:

I was thinking that might not be enough on some setups. Don't some
desktops actually use helper daemons of their own, or somesuch, to
achieve the desired automounting? Or do they all just use autofs at some
level?

-- 
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer...
http://micah.cowan.name/
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


[vox-tech] [Semi-OT] cygwin ssh and home directory

2006-05-31 Thread Bill Kendrick

I'm setting up OpenSSH server under Cygwin on my WinXP box at work.
My home directory on my system is a mounted folder:

  //someserver/users/billk

When I open a normal cygwin terminal shell, I land at the mountpoint I have
for that folder, my H: drive.  In cygwin lingo, that's:

  /cygdrive/h/

However, when I try to ssh into my box (e.g,:  ssh localhost from within
a cygwin terminal), I get complaints that my home directory is inaccessible:

  Could not chdir to home directory //someserver/users/billk: Permission denied
  mkdir: cannot create directory `//someserver/users/billk': File exists
  Copying skeleton files.
  These files are for the user to personalise
  their cygwin experience.
  
  These will never be overwritten.
  
  /usr/bin/install: cannot create directory `//someserver/users/billk': File 
exists
  /usr/bin/install: cannot create directory `//someserver/users/billk': File 
exists
  /usr/bin/install: cannot create directory `//someserver/users/billk': File 
exists
  -bash: cd: //someserver/users/billk: Permission denied


I've Googled and found references to SYSTEM (uh...?) and messing with
cygwin's mount command, but I've had little luck, and am not sure what
a good _permanent_ solution is.  (In other words, when I come in tomorrow
and reboot, I can simply ssh without manually mucking with things
beforehand.)


(Oh, and FWIW, I'm doing this on my desktop as a sandbox for something we'll
be running on *ugh* a Windows-based server here at work.)

Thx in advance!

-- 
-bill!
[EMAIL PROTECTED]
http://www.newbreedsoftware.com/
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] K3B problem

2006-05-31 Thread Jan W


--- Micah J. Cowan [EMAIL PROTECTED] wrote:

snip
 I was thinking that might not be enough on some setups. Don't some
 desktops actually use helper daemons of their own, or somesuch, to
 achieve the desired automounting? Or do they all just use autofs at
 some
 level?
 

I believe the way that those KDE/Gnome thingys work is that they see if
autofs is running, then use it.  If not, then the autofs utilities
provided by the [gui-autofs-thingy] do not work.  But in short, yes, I
think the guis all use facilities provided by autofs.  I could be
wrong, but at least, when I turn off the autofs, the automounty-type
thingys in KDE don't work anymore (e.g. the CD icon showing up on the
desktop when I insert a CD into the drive, and Konqueror opening the
contents of the CD)...

The autofs thing is a problem for those that wish to burn CD/DVD.  I
set up the burning stations here at work, and turning off autofs is now
part of my installation process.  (I could use a custom kickstart to
not install the rpms, but there are network drives that we sometimes
mount via autofs, so I just turn off the service, b/c sometimes they do
use autofs, and it's easy to start and stop for single use).

Is that clear?  

Damn.  That's a long explanation.  How did I get so long-winded? :)

--jan




I believe that unarmed truth and unconditional love will have the final word in 
reality. That is why right, temporarily defeated, is stronger than evil 
triumphant.
Martin Luther King Jr., Accepting Nobel Peace Prize, Dec. 10, 1964


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech


Re: [vox-tech] Fwd: sound card doesn't work on Debian

2006-05-31 Thread Peter Jay Salzman
yeah.  you generally have to subscribe to mailing lists before you can post
to them.

from your output, i see that the sound infrastructure is loaded (soundcore)
but i don't see any soundcard/soundchip drivers.

i'm very unfamiliar with debian supplied kernels because i've always
compiled my own, but i'll try to help.

can you show the output of:

   $ locate '/sound/pci/' | intel

also, show the output of:

   $ ls /lib/modules

and:

   $ uname -a

pete




On Wed 31 May 06, 10:34 PM, Hai Yi [EMAIL PROTECTED] said:
hello, pete:
 
It looks that I'm still learning how to work with vox-tech :-); before
I can post/reply thread in there, I just respond in this private email
hopefully you can help me - thank you so much!
 
Hai
 
[EMAIL PROTECTED]:~$ lsmod
Module  Size  Used byNot tainted
soundcore   3268   0 (autoclean)
orinoco_cs  3860   0 (unused)
orinoco29172   0 [orinoco_cs]
hermes  4708   0 [orinoco_cs orinoco]
ds  5844   2 [orinoco_cs]
af_packet  11048   1 (autoclean)
mousedev3604   1
hid19076   0 (unused)
input   3040   0 [mousedev hid]
usb-ohci   16488   0 (unused)
usbcore52268   1 [hid usb-ohci]
ide-scsi8272   0
scsi_mod   86052   1 [ide-scsi]
e100   42868   1
yenta_socket8804   2
pcmcia_core38020   0 [orinoco_cs ds yenta_socket]
agpgart39108   0 (unused)
ide-cd 27072   0
cdrom  26212   0 [ide-cd]
rtc 5768   0 (autoclean)
ext3   65388   1 (autoclean)
jbd34628   1 (autoclean) [ext3]
ide-detect   288   0 (autoclean) (unused)
piix7784   1 (autoclean)
ide-disk   12448   2 (autoclean)
ide-core   91832   2 (autoclean) [ide-scsi ide-cd ide-detect
piix id e-disk]
unix   12752 220 (autoclean)
 
debian:/home/hai# modprobe -a snd-intel8x0
modprobe: Can't locate module snd-intel8x0
 
On 5/29/06, Peter Jay Salzman [EMAIL PROTECTED] wrote:
 
  Could you post the output of:
 
 $ lsmod
 
  Can you cut and paste the output of this command:
 
 # modprobe -a snd-intel8x0
 
  Pete
 
 On Mon 29 May 06,  3:56 PM, Bill Kendrick  [EMAIL PROTECTED] said:
 
  Hai Yi attempted to post this to vox, but is not subscribed to that list,
  so the message was discarded.  I'm passing it along to vox-tech (a more
  appropriate list for this kind of question).
 
  Hai - please consider subscribing to vox-tech, so that you can actually
  see people's responses! :^)
 
  -bill!
 
 
  - Forwarded message -
 
  Date: Sun, 28 May 2006 00:55:29 -0400
  From: Hai Yi [EMAIL PROTECTED]
  Subject: sound card doesn't work on Debian
  To: [EMAIL PROTECTED]
 
  Hello, there:
 
  This is my first time to install Debian on my laptop (Toshiba 5205 s119). I
  have an audio issue: it does make a sound,
 
  I checked with
 
  lsmod | grep sound
  soundcore   3268   0 (autoclean)
 
  lsmod | grep audio   nothing is returned
 
 
  lspci | grep audio
  :00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97
  Audio Controller (rev 02)
 
  my sound card is YMF753, and I didn't find its driver for Linux, so  I
  presumed that the Debian didn't install any module for it -  does it mean
  that this card cannot work for Linux?
 
  Thanks a lot for your answer,
  Hai
___
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech