Re: Kwintv won't save channels anymore

2002-01-30 Thread Joel Hammer

Keep in mind, this all used to work.

I have finally gotten around to trying your suggestions, since I
want to keep watching cable TV while I surf without a lot of aggravation.
ldd didn't show any missing libraries.

kwintv runs apparently ok, BUT, either as a regular user or as root, when
I try to exit, it tries to save my channels to default.ch.  It creates
a file with 0 bytes, and then the program crashes with the following
error while running strace.

open(/root/.kwintvrc/default.ch, O_WRONLY|O_CREAT|O_TRUNC, 0664) = 8
write(2, Warning: main: Can\'t save progra..., 73Warning: main: Can't save
programs to file /root/.kwintvrc/default.ch!
) = 73
close(8)= 0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++   

Now, prior to this failure, it creates a file:
/root/.kde/share/config/kwintvrc
without a problem.

I don't find anything of interest in /var/log/messages.

It looks like it tries to create the file default.ch (it does actually),
and it has the permissions specified in the strace. Here is the file
it creates:

-rw-r--r-- 1 root root 0 Jan 30 19:29 default.ch   

It seems to fail in writing to the file. So, it seems to be some internal
program error.

The most annoying thing is that the audio of the cable channel stays
on. I don't know how to kill that. If I could kill it, without having
to shut down kde, I could live with the shut down problem.

Now, I am using version .8.0. I recompiled it, and got the same result.
I tried to compile version .8.5, which is optimized for kde2, and used
the --with-kde-version=1 option with configure, but the make eventually
failed with:

wizScanData.cpp: In method `wizScanData::wizScanData(class QWidget * = 0,
const char * = 0)':
wizScanData.cpp:154: no matching function for call to
`QProgressBar::setIndicatorFollowsStyle (bool)'
wizScanData.cpp:155: no matching function for call to
`QProgressBar::setCenterIndicator (bool)'   

So, I guess I am missing a widget or something.

(I am going to look into the Mac.)

As usual, any insight appreciated.

Joel

On Tue, Jan 01, 2002 at 05:14:12PM -0800, Net Llama wrote:
 --- Joel Hammer [EMAIL PROTECTED] wrote:
  Not as far as I can recall.
  This is the only program acting funny.
 
 Try running an strace on it and see if it complains about a missing file
 or an attempt to write to something.  Also, what does ldd have to say? 
 Are any libraries that it needs missing?
 
 =
 
 Lonni J. Friedman  [EMAIL PROTECTED]
 
 Linux Step-by-step help:   http://netllama.ipfox.com
 
  .
 
 __
 Do You Yahoo!?
 Send your FREE holiday greetings online!
 http://greetings.yahoo.com
 ___
 Linux-users mailing list
 Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users
___
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Kwintv won't save channels anymore

2002-01-30 Thread Joel Hammer

 The most annoying thing is that the audio of the cable channel stays
 on. I don't know how to kill that. If I could kill it, without having
 to shut down kde, I could live with the shut down problem.
 

Well, I have at least found that my removing the module bttv, the sound
stops. Reinstalling the module is not big deal. So, I may have found the
work around for this problem. 

Now, if I could just get a working default.ch file, I could solve this
whole thing without even knowing why kwintv can't write that file.

Joel

___
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Kwintv won't save channels anymore

2002-01-01 Thread Joel Hammer

Not as far as I can recall.
This is the only program acting funny.
Joel

___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users