Re: [gentoo-user] what's wrong with pulseaudio?

2012-06-01 Thread Easior
 CPV == Canek Peláez Valdés can...@gmail.com writes:

CPV On Wed, May 30, 2012 at 10:09 PM, Easior eas...@tom.com wrote:
  CPV == Canek Peláez Valdés can...@gmail.com writes:
 
     CPV On Wed, May 30, 2012 at 4:35 AM, Easior eas...@tom.com
CPV wrote:
       CPV == Canek Peláez Valdés can...@gmail.com writes:
     
          CPV On Tue, May 29, 2012 at 5:51 PM, Easior
CPV eas...@tom.com
     CPV wrote:
            Hi, all!
          
            I found that there were some strange files or
CPV directories
     CPV under root
          CPV directory. Let's
            see what happened?
          
            $ ls -a
            .    boot  home        media  opt     .pulse-cookie
CPV  sbin
     CPV  usr
            ..   dev   lib         mnt    proc    root          
CPV sys
     CPV var
            bin  etc   lost+found  null   .pulse  run          
CPV  tmp
          
            As to my experience, .pulse and .pulse-cookie should
CPV be in
     CPV the $HOME
          CPV directory. How to
            resovle this problem?
     
          CPV Delete them. Look at the date, they probably got
CPV created a
     CPV long time
          CPV ago under weird circumstances (perhaps booting using
CPV a
     CPV livecd), and
          CPV they remained there.
     
          CPV Just delete them.
     
          CPV Regards.
          CPV --
          CPV Canek Peláez Valdés
          CPV Posgrado en Ciencia e Ingeniería de la Computación
          CPV Universidad Nacional Autónoma de México
     
       Thanks.
     
       I have tried to delete them. However, It didn't take any
CPV effect.
       They will apear again in that place every time the Gentoo is
CPV booted.
       As a fact, let's see:
     
       # ls -al .pulse*
       -rw--- 1 root root  256 May 27 20:53 .pulse-cookie
     
       .pulse:
       total 8
       drwx--  2 root root 4096 May 30 15:59 .
       drwxr-xr-x 21 root root 4096 May 27 20:53 ..
       lrwxrwxrwx  1 root root   23 May 30 15:59
     CPV ceba4124b7a0c408493ce5bb001e-runtime -
       /tmp/pulse-PKdhtXMmr18n
     
       what happened?
 
     CPV I don't know. What desktop do you use? Do you run it as
CPV root? What
     CPV version of PulseAudio do you have installed? Do you have
     CPV /etc/init.d/pulseaudio in any of your runlevels?
 
  I use Gnome 3 as my DE and also run it as normal user. I use
CPV PulseAudio 2.0:
 
  $ eix media-sound/pulseaudio
  [I] media-sound/pulseaudio
      Available versions:  0.9.22 0.9.22-r2 (~)0.9.23-r1 (~)1.1 1.1-r1
CPV (~)2.0 ** {{+X +alsa +asyncns avahi bluetooth +caps dbus doc
CPV equalizer +gdbm +glib gnome ipv6 jack libsamplerate lirc +orc oss
CPV realtime ssl system-wide tcpd test +udev +webrtc-aec}}
      Installed versions:  2.0(06:44:00 AM 05/27/2012)(X alsa asyncns
CPV caps dbus gdbm glib gnome lirc orc ssl tcpd udev webrtc-aec -avahi
CPV -bluetooth -doc -equalizer -ipv6 -jack -libsamplerate -oss -realtime
CPV -system-wide -test)
      Homepage:            http://www.pulseaudio.org/    
CPV Description:         A networked sound server with an advanced plugin
CPV system
 
  And pulseaudio is not in the runleves, even not in /etc/init.d.
 
  Maybe, the pulseaudio is misconfigured. But I couldn't find any
CPV useful information on
  how to generate the run-time file /.pulse in the configuration
CPV directory /etc/pulse.
  Do you know how to generate them?

CPV Could you do:

CPV $ ps aux | grep pulse

Thanks again. My result is as follows:

$ ps aux | grep pulse
easior2989  0.0  0.6 100052  5472 ?Sl   15:47   0:00 
/usr/bin/pulseaudio --start --log-target=syslog
easior2993  0.0  0.3  12636  2708 ?S15:47   0:00 
/usr/libexec/pulse/gconf-helper

CPV In my system, the result is:

CPV canek  752  0.0  0.1 320096  4164 ?Sl   May27   0:03
CPV /usr/bin/pulseaudio --start --log-target=syslog

CPV which means that the PulseAudio daemon is running as my user (canek).
CPV To write into /, the daemon should be running as root; if the result
CPV from ps aux shows that, it means that your system is starting
CPV pulseaudio as the superuser.

I think that the runtime files should be in the /var/somewhere or /root/ even 
if the
pulseaudio is been running as the superuser. Do you?

CPV Regards.
CPV -- 
CPV Canek Peláez Valdés
CPV Posgrado en Ciencia e Ingeniería de la Computación
CPV Universidad Nacional Autónoma de México

-- 
自从你离开了以后,我一直等待着你回来
我等着你回来,我等着你回来~~
My homepage:[http://]


Re: [gentoo-user] what's wrong with pulseaudio?

2012-05-30 Thread Easior
 CPV == Canek Peláez Valdés can...@gmail.com writes:

CPV On Tue, May 29, 2012 at 5:51 PM, Easior eas...@tom.com wrote:
  Hi, all!
 
  I found that there were some strange files or directories under root
CPV directory. Let's
  see what happened?
 
  $ ls -a
  .    boot  home        media  opt     .pulse-cookie  sbin  usr
  ..   dev   lib         mnt    proc    root           sys   var
  bin  etc   lost+found  null   .pulse  run            tmp
 
  As to my experience, .pulse and .pulse-cookie should be in the $HOME
CPV directory. How to
  resovle this problem?

CPV Delete them. Look at the date, they probably got created a long time
CPV ago under weird circumstances (perhaps booting using a livecd), and
CPV they remained there.

CPV Just delete them.

CPV Regards.
CPV -- 
CPV Canek Peláez Valdés
CPV Posgrado en Ciencia e Ingeniería de la Computación
CPV Universidad Nacional Autónoma de México

Thanks.

I have tried to delete them. However, It didn't take any effect.
They will apear again in that place every time the Gentoo is booted.
As a fact, let's see:

# ls -al .pulse*
-rw--- 1 root root  256 May 27 20:53 .pulse-cookie

.pulse:
total 8
drwx--  2 root root 4096 May 30 15:59 .
drwxr-xr-x 21 root root 4096 May 27 20:53 ..
lrwxrwxrwx  1 root root   23 May 30 15:59 
ceba4124b7a0c408493ce5bb001e-runtime -
/tmp/pulse-PKdhtXMmr18n

what happened?


-- 
自从你离开了以后,我一直等待着你回来
我知道寻找你需要经历很多的困难,但我会努力的
My homepage:[http://]



Re: [gentoo-user] what's wrong with pulseaudio?

2012-05-30 Thread Easior
 CPV == Canek Peláez Valdés can...@gmail.com writes:

CPV On Wed, May 30, 2012 at 4:35 AM, Easior eas...@tom.com wrote:
  CPV == Canek Peláez Valdés can...@gmail.com writes:
 
     CPV On Tue, May 29, 2012 at 5:51 PM, Easior eas...@tom.com
CPV wrote:
       Hi, all!
     
       I found that there were some strange files or directories
CPV under root
     CPV directory. Let's
       see what happened?
     
       $ ls -a
       .    boot  home        media  opt     .pulse-cookie  sbin
CPV  usr
       ..   dev   lib         mnt    proc    root           sys  
CPV var
       bin  etc   lost+found  null   .pulse  run            tmp
     
       As to my experience, .pulse and .pulse-cookie should be in
CPV the $HOME
     CPV directory. How to
       resovle this problem?
 
     CPV Delete them. Look at the date, they probably got created a
CPV long time
     CPV ago under weird circumstances (perhaps booting using a
CPV livecd), and
     CPV they remained there.
 
     CPV Just delete them.
 
     CPV Regards.
     CPV --
     CPV Canek Peláez Valdés
     CPV Posgrado en Ciencia e Ingeniería de la Computación
     CPV Universidad Nacional Autónoma de México
 
  Thanks.
 
  I have tried to delete them. However, It didn't take any effect.
  They will apear again in that place every time the Gentoo is booted.
  As a fact, let's see:
 
  # ls -al .pulse*
  -rw--- 1 root root  256 May 27 20:53 .pulse-cookie
 
  .pulse:
  total 8
  drwx--  2 root root 4096 May 30 15:59 .
  drwxr-xr-x 21 root root 4096 May 27 20:53 ..
  lrwxrwxrwx  1 root root   23 May 30 15:59
CPV ceba4124b7a0c408493ce5bb001e-runtime -
  /tmp/pulse-PKdhtXMmr18n
 
  what happened?

CPV I don't know. What desktop do you use? Do you run it as root? What
CPV version of PulseAudio do you have installed? Do you have
CPV /etc/init.d/pulseaudio in any of your runlevels?

I use Gnome 3 as my DE and also run it as normal user. I use PulseAudio 2.0:

$ eix media-sound/pulseaudio
[I] media-sound/pulseaudio
 Available versions:  0.9.22 0.9.22-r2 (~)0.9.23-r1 (~)1.1 1.1-r1 (~)2.0 
** {{+X +alsa +asyncns avahi bluetooth +caps dbus doc equalizer +gdbm +glib 
gnome ipv6 jack libsamplerate lirc +orc oss realtime ssl system-wide tcpd test 
+udev +webrtc-aec}}
 Installed versions:  2.0(06:44:00 AM 05/27/2012)(X alsa asyncns caps dbus 
gdbm glib gnome lirc orc ssl tcpd udev webrtc-aec -avahi -bluetooth -doc 
-equalizer -ipv6 -jack -libsamplerate -oss -realtime -system-wide -test)
 Homepage:http://www.pulseaudio.org/
 Description: A networked sound server with an advanced plugin 
system

And pulseaudio is not in the runleves, even not in /etc/init.d.

Maybe, the pulseaudio is misconfigured. But I couldn't find any useful 
information on
how to generate the run-time file /.pulse in the configuration directory 
/etc/pulse.
Do you know how to generate them?

CPV Regards.
CPV -- 
CPV Canek Peláez Valdés
CPV Posgrado en Ciencia e Ingeniería de la Computación
CPV Universidad Nacional Autónoma de México

Best wishes,

Easior

-- 
自从你离开了以后,我一直等待着你回来
心痛的时候,真是好辛苦
My homepage:[http://]



[gentoo-user] what's wrong with pulseaudio?

2012-05-29 Thread Easior
Hi, all!

I found that there were some strange files or directories under root directory. 
Let's
see what happened?

$ ls -a
.boot  homemedia  opt .pulse-cookie  sbin  usr
..   dev   lib mntprocroot   sys   var
bin  etc   lost+found  null   .pulse  runtmp

As to my experience, .pulse and .pulse-cookie should be in the $HOME directory. 
How to
resovle this problem?

-- 
自从你离开了以后,我一直等待着你回来
心痛的时候,真是好辛苦
My homepage:[http://]



[gentoo-user] gtk-engines-2.91.1 couldn't be compiled!

2012-04-14 Thread easior
 clearlooks_rc_style.lo
  CC clearlooks_theme_main.lo
  CC support.lo
./src/clearlooks_style.c:721:2: 警告:#warning Assuming non-pulsing
  #progress bars because there is
  #currently no way to query them
  #in GTK+ 3.0.
./src/clearlooks_style.c:747:2: 警告:#warning Assuming non-pulsing
  #progress bars because there is
  #currently no way to query them
  #in GTK+ 3.0.
./src/clearlooks_style.c: 在函数‘clearlooks_style_draw_shadow’中:
./src/clearlooks_style.c:218:3: 警告:不建议使用
‘gtk_style_apply_default_background’(声明于
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:384):Use
GtkStyleContext' instead
./src/clearlooks_style.c: 在函数‘clearlooks_style_draw_box’中:
./src/clearlooks_style.c:519:3: 警告:不建议使用
‘gtk_style_apply_default_background’(声明于
/usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:384):Use
GtkStyleContext' instead
./src/clearlooks_style.c:1038:4: 警告:不建议使用‘gtk_paint_hline’(声
明于 /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:411):Use
GtkStyleContext' instead
./src/clearlooks_style.c:1042:4: 警告:不建议使用‘gtk_paint_vline’(声
明于 /usr/include/gtk-3.0/gtk/deprecated/gtkstyle.h:420):Use
GtkStyleContext' instead
  CC animation.lo
./src/clearlooks_rc_style.c: 在函数‘clearlooks_gtk2_rc_parse_color’中:
./src/clearlooks_rc_style.c:208:2: 警告:不建议使用
‘gtk_rc_parse_color_full’(声明于
/usr/include/gtk-3.0/gtk/deprecated/gtkrc.h:296):Use
GtkStyleContext' instead
  CC clearlooks_draw.lo
  CC clearlooks_draw_glossy.lo
  CC clearlooks_draw_inverted.lo
In file included from ./src/animation.c:31:0:
/usr/include/glib-2.0/glib/gtimer.h:28:2: error: #error Only glib.hbr  
   #can be includedbr #directly.
  CC clearlooks_draw_gummy.lo
make[2]: *** [animation.lo] Error 1
make[2]: *** Waiting for unfinished jobs
make[2]: Leaving directory
/var/tmp/portage/x11-themes/gtk-engines-2.91.1/work/gtk-engines-2.91.1/engines/clearlooks'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
/var/tmp/portage/x11-themes/gtk-engines-2.91.1/work/gtk-engines-2.91.1/engines'
make: *** [all-recursive] Error 1
emake failed
 * ERROR: x11-themes/gtk-engines-2.91.1 failed (compile phase):
 *   compile failure
 * 
 * Call stack:
 * ebuild.sh, line   85:  Called src_compile
 *   environment, line 2682:  Called gnome2_src_compile
 *   environment, line 2040:  Called die
 * The specific snippet of code:
 *   emake || die compile failure
 * 
 * If you need support, post the output of 'emerge --info
=x11-themes/gtk-engines-2.91.1',
 * the complete build log and the output of 'emerge -pqv
=x11-themes/gtk-engines-2.91.1'.
 * This ebuild used the following eclasses from overlays:
 *   /var/lib/layman/gnome/eclass/gnome2.eclass
 * This ebuild is from an overlay named 'gnome':
/var/lib/layman/gnome/'
 * The complete build log is located at
/var/tmp/portage/x11-themes/gtk-engines-2.91.1/temp/build.log'.
 * The ebuild environment file is located at
/var/tmp/portage/x11-themes/gtk-engines-2.91.1/temp/environment'.
 * S:
/var/tmp/portage/x11-themes/gtk-engines-2.91.1/work/gtk-engines-2.91.1'



Maybe, some patchs are wanted.

Thanks in advance.

Easior