Re: Problem with Totem?

2010-10-19 Thread Camaleón
On Mon, 18 Oct 2010 23:19:33 +0200, Merciadri Luca wrote:

 Camaleón writes:

 It might be the sampling frequency. 28000 Hz is quite big, even if we
 can hear until 20 Hz.

 You seem to be on the right track :-P:

 gstreamer/totem is unable to play 48000Hz *.wav
 https://bugzilla.redhat.com/show_bug.cgi?id=559692

 Try with another non-gstreamer based player.

 Thanks. Actually, VLC plays it fine. But VLC always plays anything!

Good :-)

You can try with other players, Banshee, Rhymthbox, RealPlayer, XMMS, 
xine based...

 Note that ~28000 Hz  48000 Hz. As a result, my sound should not cause
 any trouble!

Well, make your own tests to see what is the frequency limit :-). If 
gstreamer has some problems for playing that kind of wave files, it can 
also fail with other samples.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.10.19.09.39...@gmail.com



Re: Problem with Totem?

2010-10-19 Thread Camaleón
On Mon, 18 Oct 2010 17:26:33 -0500, John Hasler wrote:

 Camaleón wrote:

(Hey, I didn't say that. Please, care your quoting) :-)

 It might be the sampling frequency. 28000 Hz is quite big, even if we
 can hear until 20 Hz.
 
 No you can't.  Perhaps to 2Hz or a bit above if you are small and
 young.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.10.19.09.41...@gmail.com



Problem with Totem?

2010-10-18 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Howdy,

I'm using a MATLAB function which basically outputs the sampling rate, say `fs'
(depending on different operations and on Shannon's theorem) and a
vector, say `song', which contains notes.

`song' can be played at a normal speed using
==
soundsc(song,fs)
==
under MATLAB

Now, I would like to save it to a wav file, say `mynewsong.wav'. Well, this is 
not quite
difficult:

==
wavwrite(song/max(song),fs,32,'mynewsong')
==
under MATLAB

where the normalization is done to avoid the saturation of the
amplifier.

I used this process hundreds of times, but, now, it generates a wav
file (`mynewsong.wav') which cannot be interpreted by `Totem music
player' (which is part of GNOME's front-end for Debian Linux). Yet,
VLC plays it nicely. The message that Totem gives me is

==
GStreamer encountered a general stream error.
==

Under Microsoft Windows Media Player, people can listen to my file
without any issues.

Any idea?

Thanks.

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

Education is not the filling of a pail, but rather the lighting of a
 fire. (William Butler Yeats)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iEYEARECAAYFAky8VzkACgkQM0LLzLt8Mhy1vACcD6iOcAYG9wvOAkYBSgeyntuo
5U0An1HkPygobwQVRtBgFw/iVP51P/1q
=Qo68
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/87vd4zbn46@merciadriluca-station.merciadriluca



Re: Problem with Totem?

2010-10-18 Thread Boyd Stephen Smith Jr.
In 87vd4zbn46@merciadriluca-station.merciadriluca, Merciadri Luca wrote:
I used this process hundreds of times, but, now, it generates a wav
file (`mynewsong.wav') which cannot be interpreted by `Totem music
player' (which is part of GNOME's front-end for Debian Linux). Yet,
VLC plays it nicely. The message that Totem gives me is

==
GStreamer encountered a general stream error.
==

Under Microsoft Windows Media Player, people can listen to my file
without any issues.

Does sound like a bug in GStreamer or the GStreamer plugin in use.  I would 
suggest generating a test file that can be shared with the Totem team and 
filing a bug with them.  Hopefully they will be able to help you locate the 
misbehaving GStreamer plugin and get the test data to the correct 
developer(s).  Be sure the test file works correctly in as many free-software 
players as possible and DOESN'T work in the latest release of Totem.

It may be possible that you discover along the way that Debian is affected 
because of old versions or packaging bugs or both.  If that's the case, fling 
a bug against the proper Debian package (probably one of the GStream plugins) 
would be appreciated.

I suggest going to upstream with this first because it seems unlikely that the 
GStreamer packaging process would break totem, but that's just my guess.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net   ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/


signature.asc
Description: This is a digitally signed message part.


Re: Problem with Totem?

2010-10-18 Thread Camaleón
On Mon, 18 Oct 2010 16:18:33 +0200, Merciadri Luca wrote:

(...)

 I used this process hundreds of times, but, now, it generates a wav file
 (`mynewsong.wav') which cannot be interpreted by `Totem music player'
 (which is part of GNOME's front-end for Debian Linux). Yet, VLC plays it
 nicely. The message that Totem gives me is
 
 ==
 GStreamer encountered a general stream error. ==
 
 Under Microsoft Windows Media Player, people can listen to my file
 without any issues.
 
 Any idea?

First, identify the file:

file mynewsong.wav

Then, try with another player that does not use the GNOME's stock 
GStreamer :-?

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.10.18.14.59...@gmail.com



Re: Problem with Totem?

2010-10-18 Thread Merciadri Luca
Boyd Stephen Smith Jr. wrote:
 Does sound like a bug in GStreamer or the GStreamer plugin in use.  I would 
 suggest generating a test file that can be shared with the Totem team and 
 filing a bug with them.  Hopefully they will be able to help you locate the 
 misbehaving GStreamer plugin and get the test data to the correct 
 developer(s).  Be sure the test file works correctly in as many free-software 
 players as possible and DOESN'T work in the latest release of Totem.
   
The fact is that I'm using Debian Lenny, and thus

$ totem --version
GNOME totem 2.22.2

Another problem is that the sound is done for an university project, and
I can't share it. Do you know if some modifications were made to Totem,
on this particular subject? I might try deforming the sound sufficiently
to share it.
 It may be possible that you discover along the way that Debian is affected 
 because of old versions or packaging bugs or both.  If that's the case, fling 
 a bug against the proper Debian package (probably one of the GStream plugins) 
 would be appreciated.

 I suggest going to upstream with this first because it seems unlikely that 
 the 
 GStreamer packaging process would break totem, but that's just my guess.
   
Thanks for the info.


-- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.






signature.asc
Description: OpenPGP digital signature


Re: Problem with Totem?

2010-10-18 Thread Merciadri Luca
Camaleón wrote:
 On Mon, 18 Oct 2010 16:18:33 +0200, Merciadri Luca wrote:

 (...)

   

 First, identify the file:

 file mynewsong.wav

 Then, try with another player that does not use the GNOME's stock 
 GStreamer :-?

 Greetings,

   
file song.wav
song.wav: RIFF (little-endian) data, WAVE audio, mono 27657 Hz

Another of mine which works:

$ file beat1.wav
beat1.wav: RIFF (little-endian) data, WAVE audio, mono 8000 Hz

It might be the sampling frequency. 28000 Hz is quite big, even if we
can hear until 20 Hz.

-- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.






signature.asc
Description: OpenPGP digital signature


Re: Problem with Totem?

2010-10-18 Thread Camaleón
On Mon, 18 Oct 2010 22:11:08 +0200, Merciadri Luca wrote:

 Camaleón wrote:

 First, identify the file:

 file mynewsong.wav

 Then, try with another player that does not use the GNOME's stock
 GStreamer :-?



 file song.wav
 song.wav: RIFF (little-endian) data, WAVE audio, mono 27657 Hz
 
 Another of mine which works:
 
 $ file beat1.wav
 beat1.wav: RIFF (little-endian) data, WAVE audio, mono 8000 Hz
 
 It might be the sampling frequency. 28000 Hz is quite big, even if we
 can hear until 20 Hz.

You seem to be on the right track :-P:

gstreamer/totem is unable to play 48000Hz *.wav
https://bugzilla.redhat.com/show_bug.cgi?id=559692

Try with another non-gstreamer based player.

Greetings,

-- 
Camaleón


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/pan.2010.10.18.20.18...@gmail.com



Re: Problem with Totem?

2010-10-18 Thread Merciadri Luca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Camaleón noela...@gmail.com writes:

 On Mon, 18 Oct 2010 22:11:08 +0200, Merciadri Luca wrote:

 Camaleón wrote:

 First, identify the file:

 file mynewsong.wav

 Then, try with another player that does not use the GNOME's stock
 GStreamer :-?



 file song.wav
 song.wav: RIFF (little-endian) data, WAVE audio, mono 27657 Hz
 
 Another of mine which works:
 
 $ file beat1.wav
 beat1.wav: RIFF (little-endian) data, WAVE audio, mono 8000 Hz
 
 It might be the sampling frequency. 28000 Hz is quite big, even if we
 can hear until 20 Hz.

 You seem to be on the right track :-P:

 gstreamer/totem is unable to play 48000Hz *.wav
 https://bugzilla.redhat.com/show_bug.cgi?id=559692

 Try with another non-gstreamer based player.
Thanks. Actually, VLC plays it fine. But VLC always plays anything!

Note that ~28000 Hz  48000 Hz. As a result, my sound should not
cause any trouble!

- -- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
- -- 

It is possible to be born an aristocrat without ever becoming a
 gentleman. (Nicholas Ridley)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.8 http://mailcrypt.sourceforge.net/

iEYEARECAAYFAky8ueUACgkQM0LLzLt8MhxCaACcDxhWpgKEaFvUPqTAJO/wjN01
6ZkAoJrxPM15nvCYBwvyiBrYVZ05vKZm
=iv4X
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/87ocar9p22@merciadriluca-station.merciadriluca



Re: Problem with Totem?

2010-10-18 Thread owens



 Original Message 
From: luca.mercia...@student.ulg.ac.be
To: debian-user@lists.debian.org
Subject: Re: Problem with Totem?
Date: Mon, 18 Oct 2010 22:11:08 +0200

Camaleón wrote:
 On Mon, 18 Oct 2010 16:18:33 +0200, Merciadri Luca wrote:

 (...)

   

 First, identify the file:

 file mynewsong.wav

 Then, try with another player that does not use the GNOME's stock 
 GStreamer :-?

 Greetings,

   
file song.wav
song.wav: RIFF (little-endian) data, WAVE audio, mono 27657 Hz

Another of mine which works:

$ file beat1.wav
beat1.wav: RIFF (little-endian) data, WAVE audio, mono 8000 Hz

It might be the sampling frequency. 28000 Hz is quite big, even if
we
can hear until 20 Hz.

-- 
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.


A sampling rate of 28000 for quality sound is NOT quite big.  This
will handle sound up to 14000Hz according to Harry Nyquist.  Also I'm
sure you have an extra zero in your hearing limit of 20Hz
Larry





--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/380-220101011822169...@netptc.net



Re: Problem with Totem?

2010-10-18 Thread John Hasler
Merciadri Luca writes:
 Note that ~28000 Hz  48000 Hz. As a result, my sound should not
 cause any trouble!

28000 is more than half of 48000.  You need at least two samples per
cycle.

Camaleón wrote:
 It might be the sampling frequency. 28000 Hz is quite big, even if we
 can hear until 20 Hz.

No you can't.  Perhaps to 2Hz or a bit above if you are small and
young.
-- 
John Hasler


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87mxqbi1d2@thumper.dhh.gt.org



Re: Problem using totem

2010-03-09 Thread John Salmon
On Mon, 2010-03-08 at 22:26 +, Liam O'Toole wrote:
 On 2010-03-08, John Salmon salmo...@comcast.net wrote:
  I'm running Lenny on a PC. When I try to use totem to display a .mpg
  file I get the fpllowing;
 
  epc_publisher_create_server: listening on http://peace:58293/
  ** (totem:12145): DEBUG: Init of Python module
  ** (totem:12145): DEBUG: Registering Python plugin instance: YouTube
  +TotemPythonPlugin
  ** (totem:12145): DEBUG: Creating object of type YouTube
  +TotemPythonPlugin
  ** (totem:12145): DEBUG: Creating Python plugin instance
  The program 'totem' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 60 error_code 11 request_code 140 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the --sync command line
 option to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error()
  function.)
 
  My system memory is maxed out (indicated as 377.3 mb). Could this be the
  problem?
 
  John Salmon
  salmo...@comcast.net
 
 
 
 Are you using totem-xine or totem-gstreamer? With or without compiz? I
 ask because I had to take special measures to get both of them working
 with compiz.
 
 -- 
 Liam O'Toole
 Birmingham, United Kingdom
 
 
 
I;m running totem-gstreamer but not compiz. My old Dell OptiPlex
wouldn't handle anything that nice.

John Salmon
salmo...@comcast.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1268147392.12667.7.ca...@peace.salhome.net.



Re: Problem using totem

2010-03-09 Thread Liam O'Toole
On 2010-03-09, John Salmon salmo...@comcast.net wrote:
 On Mon, 2010-03-08 at 22:26 +, Liam O'Toole wrote:
 On 2010-03-08, John Salmon salmo...@comcast.net wrote:
  I'm running Lenny on a PC. When I try to use totem to display a .mpg
  file I get the fpllowing;
 
--- SNIP ---
  The program 'totem' received an X Window System error.
  This probably reflects a bug in the program.
  The error was 'BadAlloc (insufficient resources for operation)'.
(Details: serial 60 error_code 11 request_code 140 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
 that is, you will receive the error a while after causing it.
 To debug your program, run it with the --sync command line
 option to change this behavior. You can then get a meaningful
 backtrace from your debugger if you break on the gdk_x_error()
  function.)
 
  My system memory is maxed out (indicated as 377.3 mb). Could this be the
  problem?
 
  John Salmon
  salmo...@comcast.net
 
 
 
 Are you using totem-xine or totem-gstreamer? With or without compiz? I
 ask because I had to take special measures to get both of them working
 with compiz.
 
 
 I;m running totem-gstreamer but not compiz. My old Dell OptiPlex
 wouldn't handle anything that nice.


Try running gstreamer-properties, click on the 'Video' tab, and
experiment with the output settings. Hopefully you will find one which
tests succesfully.

-- 
Liam O'Toole
Birmingham, United Kingdom



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnhpd6qa.6d3.liam.p.oto...@dipsy.selfip.org



Re: Problem using totem

2010-03-09 Thread Aioanei Rares

Liam O'Toole wrote:

On 2010-03-09, John Salmon salmo...@comcast.net wrote:
  

On Mon, 2010-03-08 at 22:26 +, Liam O'Toole wrote:


On 2010-03-08, John Salmon salmo...@comcast.net wrote:
  

I'm running Lenny on a PC. When I try to use totem to display a .mpg
file I get the fpllowing;



--- SNIP ---
  

The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 60 error_code 11 request_code 140 minor_code 19)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error()
function.)

My system memory is maxed out (indicated as 377.3 mb). Could this be the
problem?

John Salmon
salmo...@comcast.net




Are you using totem-xine or totem-gstreamer? With or without compiz? I
ask because I had to take special measures to get both of them working
with compiz.


  

I;m running totem-gstreamer but not compiz. My old Dell OptiPlex
wouldn't handle anything that nice.




Try running gstreamer-properties, click on the 'Video' tab, and
experiment with the output settings. Hopefully you will find one which
tests succesfully.

  
It's either a defective allocation of memory or really insufficient RAM. 
I quote :


The error was 'BadAlloc (insufficient resources for operation)'.

To the OP : how much swap do you have?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4b969cc7.6010...@gmail.com



Re: Problem using totem

2010-03-09 Thread Liam O'Toole
On 2010-03-09, Aioanei Rares debian.dev.l...@gmail.com wrote:

---SNIP---

 It's either a defective allocation of memory or really insufficient RAM. 

If the latter, the xshm output option will might help.

-- 
Liam O'Toole
Birmingham, United Kingdom



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnhpda9a.6d3.liam.p.oto...@dipsy.selfip.org



Problem using totem

2010-03-08 Thread John Salmon
I'm running Lenny on a PC. When I try to use totem to display a .mpg
file I get the fpllowing;

epc_publisher_create_server: listening on http://peace:58293/
** (totem:12145): DEBUG: Init of Python module
** (totem:12145): DEBUG: Registering Python plugin instance: YouTube
+TotemPythonPlugin
** (totem:12145): DEBUG: Creating object of type YouTube
+TotemPythonPlugin
** (totem:12145): DEBUG: Creating Python plugin instance
The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 60 error_code 11 request_code 140 minor_code 19)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error()
function.)

My system memory is maxed out (indicated as 377.3 mb). Could this be the
problem?

John Salmon
salmo...@comcast.net


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1268078730.12156.9.ca...@peace.salhome.net.



Re: Problem using totem

2010-03-08 Thread Aioanei Rares

On 03/08/2010 10:05 PM, John Salmon wrote:

I'm running Lenny on a PC. When I try to use totem to display a .mpg
file I get the fpllowing;

epc_publisher_create_server: listening on http://peace:58293/
** (totem:12145): DEBUG: Init of Python module
** (totem:12145): DEBUG: Registering Python plugin instance: YouTube
+TotemPythonPlugin
** (totem:12145): DEBUG: Creating object of type YouTube
+TotemPythonPlugin
** (totem:12145): DEBUG: Creating Python plugin instance
The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
   (Details: serial 60 error_code 11 request_code 140 minor_code 19)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
function.)

My system memory is maxed out (indicated as 377.3 mb). Could this be the
problem?

 John Salmon
salmo...@comcast.net


   

So, to be sure : how much RAM do you have ?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/4b955b44.7060...@gmail.com



Re: Problem using totem

2010-03-08 Thread Liam O'Toole
On 2010-03-08, John Salmon salmo...@comcast.net wrote:
 I'm running Lenny on a PC. When I try to use totem to display a .mpg
 file I get the fpllowing;

 epc_publisher_create_server: listening on http://peace:58293/
 ** (totem:12145): DEBUG: Init of Python module
 ** (totem:12145): DEBUG: Registering Python plugin instance: YouTube
 +TotemPythonPlugin
 ** (totem:12145): DEBUG: Creating object of type YouTube
 +TotemPythonPlugin
 ** (totem:12145): DEBUG: Creating Python plugin instance
 The program 'totem' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadAlloc (insufficient resources for operation)'.
   (Details: serial 60 error_code 11 request_code 140 minor_code 19)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
 function.)

 My system memory is maxed out (indicated as 377.3 mb). Could this be the
 problem?

 John Salmon
 salmo...@comcast.net



Are you using totem-xine or totem-gstreamer? With or without compiz? I
ask because I had to take special measures to get both of them working
with compiz.

-- 
Liam O'Toole
Birmingham, United Kingdom



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/slrnhpaubp.6d3.liam.p.oto...@dipsy.selfip.org



Problem with Totem

2005-07-31 Thread Michal Hejduk

Hallo,
I have a problem with Totem. When I try to start it from a console, a 
message:

/GnomeUI-WARNING **: While connecting to session manager:
Authentication Rejected, reason : None of the authentication protocols 
specified are supported and host-based authentication failed.
ERROR: Could not determine network interfaces, you must use a interfaces 
config line
/appears. I had played with pppconfig before this message began 
appearing, but I'm not sure whether this is the reason. Does anyone know 
what  measure I should take?

I'm looking forward to you answers. Thank you.
Nezumi


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]