Re: [gentoo-user] What MTA to use to receiving mail for local users?

2014-04-10 Thread Carlos Sura
I would say postfix for sure.


On 10 April 2014 16:52, Alan McKinnon alan.mckin...@gmail.com wrote:

 On 10/04/2014 17:41, Volker Armin Hemmann wrote:
  Am 10.04.2014 17:32, schrieb Grant Edwards:
  I use msmtp for outgoing mail, and plan to continue to do so.
 
  However, I need to temporarily set up an SMTP server to accept
  incoming mail from the Internet for local users.  It is not going to
  handle sending of email, and I need it _not_ to install something as
  /usr/bin/sendmail (that's already taken by msmtp).  It doesn't need to
  handle queueing, relaying, or anything other than acting as an SMTP
  server and delivering mail locally to mbox or maildir destinations.
 
  What's the easiest/simplest MTA to set up for that?
 
  sendmail? (No... just no.)
 
  qmail? (Seems a bit overly complex for my use case).
 
  postfix?
 
  exim?
 
  It's been a long time since I've used either postfix or exim, but I
  don't remember either of them being too complex to configure.
 
  I'm guessing that Portgage is going to object to installing both msmtp
  and postfix/exim, so I'll probably have to build the rx-only MTA from
  sources and install it in a non-standard location?
 
  Maybe I should just write a simple SMTP server in Python. [That's
  actually a lot easier than it sounds.  Python's standard library has
  an smtpd class that's pretty simple to use.]
 
  well, IMHO postfix is pretty easy to setup up. While sendmail is a
  complete nightmare.

 Agreed. Postfix is about as simple as defining MYDESTINATION and you are
 good to go

 
  Eximqmail - never touched those.

 isn't qmail abandonware? Either that or Dan considers is 100% bug free
 and not in need of maintenance.Plus it has that horrible license.



 --
 Alan McKinnon
 alan.mckin...@gmail.com





-- 
Carlos Sura.-
www.carlossura.com
www.carlossura.com/blog


Re: [gentoo-user] SystemD + Gnome 3.8 I can log in as root but not as normal user

2013-10-05 Thread Carlos Sura
Hi,

I do have -consolekit systemd policykit and yes, my kernel is properly
configured.
To avoid playing around I did reinstalled it again! and guess what?
After installing gnome-tweak-tools and shell-extensions and use the tweak
tools to do some changes, after reboot, again: blank screen trying to start
gnome.

So, I unmerged the packages and did:
emerge @preserved-rebuild
revdep-rebuild
emerge -1 gnome

but seems not to work, again, I can log in as root, not as user.


On 1 October 2013 06:49, Canek Peláez Valdés can...@gmail.com wrote:

 On Tue, Oct 1, 2013 at 1:30 AM, Carlos Sura carlos.su...@googlemail.com
 wrote:
  Hello Mates,
 
  I finally thought that I got this working, so now I am dealing this
 issue:
  I choose the latest kernel with systemd and GDM starts good, but I cannot
  log in to gnome as a normal user, I can only log in to gnome as root.
 
  What I have done before this started:
 
  emerge -uDvaN world
  emerge --depclean --ask
  emerge @preserved-rebuild
 
  Then it just happened.
 
  What I've tried so far:
  - .xinitrc with exec gnome-session for user and root
  -  emerge -1 $( qlist -IC x11-drivers/ )
  - emerge @x11-module-rebuild
  -  X -configure
 
 
  Another note:
  Starting gnome as normal user just hang, apparently it wants to start
 but it
  cannot start. Neither doing: startx.
 
  I am using for xorg:
  VIDEO_CARDS=intel vesa
 
  Any help?

 Could you please boot up your machine, let GDM start, and then from a
 console do systemctl --all --full, and post here its output? Also,
 can you try to do:

 USE=systemd -consolekit policykit emerge -uDNvp world

 Does any package wants to be reemerged?

 Lastly, does your kernel contains all the configuration options
 required by systemd/udev?

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




-- 
Carlos Sura.-
www.carlossura.com
www.carlossura.com/blog


Re: [gentoo-user] SystemD + Gnome 3.8 I can log in as root but not as normal user

2013-10-05 Thread Carlos Sura
Update:

I was desperate trying to rebuild everything or reinstalling or whatever
idea I had. So, my logic said: if root works why others users wont?, then I
decided to create another user, and guess what? it worked.

So I removed my user and then created a new one and it worked.

Yeah this is fine and great that worked, but I would like to know: Why?

Thanks.


On 5 October 2013 17:10, Carlos Sura carlos.su...@googlemail.com wrote:

 Hi,

 I do have -consolekit systemd policykit and yes, my kernel is properly
 configured.
 To avoid playing around I did reinstalled it again! and guess what?
 After installing gnome-tweak-tools and shell-extensions and use the tweak
 tools to do some changes, after reboot, again: blank screen trying to start
 gnome.

 So, I unmerged the packages and did:
 emerge @preserved-rebuild
 revdep-rebuild
 emerge -1 gnome

 but seems not to work, again, I can log in as root, not as user.


 On 1 October 2013 06:49, Canek Peláez Valdés can...@gmail.com wrote:

 On Tue, Oct 1, 2013 at 1:30 AM, Carlos Sura carlos.su...@googlemail.com
 wrote:
  Hello Mates,
 
  I finally thought that I got this working, so now I am dealing this
 issue:
  I choose the latest kernel with systemd and GDM starts good, but I
 cannot
  log in to gnome as a normal user, I can only log in to gnome as root.
 
  What I have done before this started:
 
  emerge -uDvaN world
  emerge --depclean --ask
  emerge @preserved-rebuild
 
  Then it just happened.
 
  What I've tried so far:
  - .xinitrc with exec gnome-session for user and root
  -  emerge -1 $( qlist -IC x11-drivers/ )
  - emerge @x11-module-rebuild
  -  X -configure
 
 
  Another note:
  Starting gnome as normal user just hang, apparently it wants to start
 but it
  cannot start. Neither doing: startx.
 
  I am using for xorg:
  VIDEO_CARDS=intel vesa
 
  Any help?

 Could you please boot up your machine, let GDM start, and then from a
 console do systemctl --all --full, and post here its output? Also,
 can you try to do:

 USE=systemd -consolekit policykit emerge -uDNvp world

 Does any package wants to be reemerged?

 Lastly, does your kernel contains all the configuration options
 required by systemd/udev?

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




 --
 Carlos Sura.-
 www.carlossura.com
 www.carlossura.com/blog




-- 
Carlos Sura.-
www.carlossura.com
www.carlossura.com/blog


Re: [gentoo-user] SystemD + Gnome 3.8 I can log in as root but not as normal user

2013-10-02 Thread Carlos Sura
This did not worked out:

USE=suid emerge -pv --update --changed-use world

it did not showed anything to emerge.


On 1 October 2013 02:29, Walter Dnes waltd...@waltdnes.org wrote:

 On Tue, Oct 01, 2013 at 12:30:51AM -0600, Carlos Sura wrote
  Hello Mates,
 
  I finally thought that I got this working, so now I am dealing this
 issue:
  I choose the latest kernel with systemd and GDM starts good, but I cannot
  log in to gnome as a normal user, I can only log in to gnome as root.
 
  What I have done before this started:
 
  emerge -uDvaN world
  emerge --depclean --ask
  emerge @preserved-rebuild
 
  Then it just happened.
 
  What I've tried so far:
  - .xinitrc with exec gnome-session for user and root
  -  emerge -1 $( qlist -IC x11-drivers/ )
  - emerge @x11-module-rebuild
  -  X -configure
 
 
  Another note:
  Starting gnome as normal user just hang, apparently it wants to start but
  it cannot start. Neither doing: startx.

   Can you temporarily rename your Gnome config file/directory on your
 system, and see if it'll work with a fresh start?

   Another option to try, just as a test only, is...

 USE=suid emerge -pv --update --changed-use world

   Does that bring up anything related to Gnome?

 --
 Walter Dnes waltd...@waltdnes.org
 I don't run desktop environments; I run useful applications




-- 
Carlos Sura.-
www.carlossura.com
www.carlossura.com/blog


[gentoo-user] SystemD + Gnome 3.8 I can log in as root but not as normal user

2013-10-01 Thread Carlos Sura
Hello Mates,

I finally thought that I got this working, so now I am dealing this issue:
I choose the latest kernel with systemd and GDM starts good, but I cannot
log in to gnome as a normal user, I can only log in to gnome as root.

What I have done before this started:

emerge -uDvaN world
emerge --depclean --ask
emerge @preserved-rebuild

Then it just happened.

What I've tried so far:
- .xinitrc with exec gnome-session for user and root
-  emerge -1 $( qlist -IC x11-drivers/ )
- emerge @x11-module-rebuild
-  X -configure


Another note:
Starting gnome as normal user just hang, apparently it wants to start but
it cannot start. Neither doing: startx.

I am using for xorg:
VIDEO_CARDS=intel vesa

Any help?

Regards

-- 
Carlos Sura.-
www.carlossura.com
www.carlossura.com/blog


Re: [gentoo-user] SystemD + Gnome 3.8 I can log in as root but not as normal user

2013-10-01 Thread Carlos Sura
Hello Jochen,

Thank you for your help.

Here is the Xorg log: http://tny.cz/69b4662a

Regarding the gdm session.log I don't have it. Here is
the /var/log/gdm/:0.log : http://tny.cz/35e886e2

Here is my emerge --info: http://tny.cz/10262247




On 1 October 2013 00:52, Jochen Kirchner j...@acidc0re.info wrote:

  Am 01.10.2013 08:30, schrieb Carlos Sura:

 Hello Mates,

  I finally thought that I got this working, so now I am dealing this
 issue:
 I choose the latest kernel with systemd and GDM starts good, but I cannot
 log in to gnome as a normal user, I can only log in to gnome as root.

  What I have done before this started:

  emerge -uDvaN world
 emerge --depclean --ask
 emerge @preserved-rebuild

  Then it just happened.

  What I've tried so far:
 - .xinitrc with exec gnome-session for user and root
 -  emerge -1 $( qlist -IC x11-drivers/ )
 - emerge @x11-module-rebuild
 -  X -configure


  Another note:
 Starting gnome as normal user just hang, apparently it wants to start but
 it cannot start. Neither doing: startx.

  I am using for xorg:
 VIDEO_CARDS=intel vesa

  Any help?

  Regards

  --
 Carlos Sura.-
 www.carlossura.com
 www.carlossura.com/blog


 Hi,

 have you looked in your /var/log/Xorg.0.log?

 And I think the GDM session log is in /home/*user*/.cache/gdm/session.log.

 Regards,

 Jochen

 --
 There is only one god, and his name is Death.
 And there is only one thing we say to Death: 'Not today'.
 - Syrio Forel, Game of Thrones
 http://acidc0re.info




-- 
Carlos Sura.-
www.carlossura.com
www.carlossura.com/blog


Re: [gentoo-user] SystemD + Gnome 3.8 I can log in as root but not as normal user

2013-10-01 Thread Carlos Sura
In another note:

I've just installed enlightenment and it works fine. Gnome works fine ONLY
as root, but not as normal user.


On 1 October 2013 01:06, Carlos Sura carlos.su...@googlemail.com wrote:

 Hello Jochen,

 Thank you for your help.

 Here is the Xorg log: http://tny.cz/69b4662a

 Regarding the gdm session.log I don't have it. Here is
 the /var/log/gdm/:0.log : http://tny.cz/35e886e2

 Here is my emerge --info: http://tny.cz/10262247




 On 1 October 2013 00:52, Jochen Kirchner j...@acidc0re.info wrote:

  Am 01.10.2013 08:30, schrieb Carlos Sura:

 Hello Mates,

  I finally thought that I got this working, so now I am dealing this
 issue:
 I choose the latest kernel with systemd and GDM starts good, but I cannot
 log in to gnome as a normal user, I can only log in to gnome as root.

  What I have done before this started:

  emerge -uDvaN world
 emerge --depclean --ask
 emerge @preserved-rebuild

  Then it just happened.

  What I've tried so far:
 - .xinitrc with exec gnome-session for user and root
 -  emerge -1 $( qlist -IC x11-drivers/ )
 - emerge @x11-module-rebuild
 -  X -configure


  Another note:
 Starting gnome as normal user just hang, apparently it wants to start but
 it cannot start. Neither doing: startx.

  I am using for xorg:
 VIDEO_CARDS=intel vesa

  Any help?

  Regards

  --
 Carlos Sura.-
 www.carlossura.com
 www.carlossura.com/blog


 Hi,

 have you looked in your /var/log/Xorg.0.log?

 And I think the GDM session log is in /home/*user*/.cache/gdm/session.log.

 Regards,

 Jochen

 --
 There is only one god, and his name is Death.
 And there is only one thing we say to Death: 'Not today'.
 - Syrio Forel, Game of Thrones
 http://acidc0re.info




 --
 Carlos Sura.-
 www.carlossura.com
 www.carlossura.com/blog




-- 
Carlos Sura.-
www.carlossura.com
www.carlossura.com/blog


[gentoo-user] You need at least GCC 4.7.x or Clang = 3.0 for C++11-specific compiler flags

2013-07-27 Thread Carlos Sura
Hello mates,

I am facing the following issue, not sure why I have been trying to fix it
for 3 days now.

I've also installed Clang, but the same results.

Additional information:
~AMD64

emerge --info
here: http://tny.cz/c2210f24


Build log:

^[[32;01m * ^[[39;49;00mPackage:net-libs/webkit-gtk-2.0.4
^[[32;01m * ^[[39;49;00mRepository: gentoo
^[[32;01m * ^[[39;49;00mMaintainer: gn...@gentoo.org
^[[32;01m * ^[[39;49;00mUSE:amd64 elibc_glibc geoloc gstreamer
introspection jit kernel_linux userland_GNU webgl
^[[32;01m * ^[[39;49;00mFEATURES:   preserve-libs sandbox userpriv
usersandbox
 ^[[31;01m*^[[0m ERROR: net-libs/webkit-gtk-2.0.4::gentoo failed (pretend
phase):
 ^[[31;01m*^[[0m   You need at least GCC 4.7.x or Clang = 3.0 for
C++11-specific compiler flags
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m Call stack:
 ^[[31;01m*^[[0m ebuild.sh, line  93:  Called pkg_pretend
 ^[[31;01m*^[[0m   webkit-gtk-2.0.4.ebuild, line  93:  Called die
 ^[[31;01m*^[[0m The specific snippet of code:
 ^[[31;01m*^[[0mdie You need at least GCC 4.7.x or Clang
= 3.0 for C++11-specific compiler flags
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m If you need support, post the output of `emerge --info
'=net-libs/webkit-gtk-2.0.4::gentoo'`,
 ^[[31;01m*^[[0m the complete build log and the output of `emerge -pqv
'=net-libs/webkit-gtk-2.0.4::gentoo'`.
 ^[[31;01m*^[[0m The complete build log is located at
'/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp/build.log'.
 ^[[31;01m*^[[0m The ebuild environment file is located at
'/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp/die.env'.
 ^[[31;01m*^[[0m Working directory: '/usr/lib64/portage/pym'
 ^[[31;01m*^[[0m S:
'/var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4'



Any help?

-- 
Carlos Sura.-
www.carlossura.com
www.carlossura.com/blog


[gentoo-user] Re: You need at least GCC 4.7.x or Clang = 3.0 for C++11-specific compiler flags

2013-07-27 Thread Carlos Sura
Nevermind mates,

I've just upgraded the GCC to latest and it worked out.

Thanks!


On 27 July 2013 20:55, Carlos Sura carlos.su...@googlemail.com wrote:

 Hello mates,

 I am facing the following issue, not sure why I have been trying to fix it
 for 3 days now.

 I've also installed Clang, but the same results.

 Additional information:
 ~AMD64

 emerge --info
 here: http://tny.cz/c2210f24


 Build log:

 ^[[32;01m * ^[[39;49;00mPackage:net-libs/webkit-gtk-2.0.4
 ^[[32;01m * ^[[39;49;00mRepository: gentoo
 ^[[32;01m * ^[[39;49;00mMaintainer: gn...@gentoo.org
 ^[[32;01m * ^[[39;49;00mUSE:amd64 elibc_glibc geoloc gstreamer
 introspection jit kernel_linux userland_GNU webgl
 ^[[32;01m * ^[[39;49;00mFEATURES:   preserve-libs sandbox userpriv
 usersandbox
  ^[[31;01m*^[[0m ERROR: net-libs/webkit-gtk-2.0.4::gentoo failed (pretend
 phase):
  ^[[31;01m*^[[0m   You need at least GCC 4.7.x or Clang = 3.0 for
 C++11-specific compiler flags
  ^[[31;01m*^[[0m
  ^[[31;01m*^[[0m Call stack:
  ^[[31;01m*^[[0m ebuild.sh, line  93:  Called pkg_pretend
  ^[[31;01m*^[[0m   webkit-gtk-2.0.4.ebuild, line  93:  Called die
  ^[[31;01m*^[[0m The specific snippet of code:
  ^[[31;01m*^[[0mdie You need at least GCC 4.7.x or Clang
 = 3.0 for C++11-specific compiler flags
  ^[[31;01m*^[[0m
  ^[[31;01m*^[[0m If you need support, post the output of `emerge --info
 '=net-libs/webkit-gtk-2.0.4::gentoo'`,
  ^[[31;01m*^[[0m the complete build log and the output of `emerge -pqv
 '=net-libs/webkit-gtk-2.0.4::gentoo'`.
  ^[[31;01m*^[[0m The complete build log is located at
 '/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp/build.log'.
  ^[[31;01m*^[[0m The ebuild environment file is located at
 '/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp/die.env'.
  ^[[31;01m*^[[0m Working directory: '/usr/lib64/portage/pym'
  ^[[31;01m*^[[0m S:
 '/var/tmp/portage/net-libs/webkit-gtk-2.0.4/work/webkitgtk-2.0.4'



 Any help?

 --
 Carlos Sura.-
 www.carlossura.com
 www.carlossura.com/blog




-- 
Carlos Sura.-
www.carlossura.com
www.carlossura.com/blog


Re: [gentoo-user] Re: chromium print bug?

2012-11-13 Thread Carlos Sura
I am experimenting the same issue, when I try to print with it, I have to
use Firefox to print.

Any fix?


On 11 November 2012 19:13, walt w41...@gmail.com wrote:

 On 11/11/2012 11:49 AM, Grant wrote:

 Does anyone else's chromium get a little crazy when they try to bring
 up the print dialog without a printer attached?


 Thanks for the workaround :)  Whenever I try to print to a file from
 chromium, the browser freezes and I need to kill the process to continue.

 I normally don't start cupsd unless I intend to print to my printer, but I
 tried starting cupsd just now and powering on my printer and that fixed the
 problem with printing to a file.

 This seems to be a bug in chromium.  Anyone have any experience with
 filing chromium bugs upstream?  Does it ever really get things fixed?  (I
 gave up on firefox bugs long ago.)




-- 
Carlos Sura.-
www.carlossura.com
www.carlossura.com/blog


Re: [gentoo-user] Apache + mod_suphp

2012-05-02 Thread Carlos Sura
On 2 May 2012 05:35, Michael Hampicke gentoo-u...@hadt.biz wrote:



 Am 02.05.2012 06:58, schrieb Carlos Sura:
  I get the following error:
 
  Internal Server Error
 
  Mismatch between target UID (81) and UID (1000) of file
  /home/username/public_html/anything/index.php

 Have you tried turning of safe_mode in the php.ini file?




safe_mode is off
-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Re: Apache + mod_suphp

2012-05-02 Thread Carlos Sura
On 2 May 2012 06:59, Nikos Chantziaras rea...@gmail.com wrote:

 On 02/05/12 07:58, Carlos Sura wrote:

 Hello Mates,

 Quick question:

 I've installed apache + mod_suphp (I am using on apache configuration:
 USERDIR), so, when I go to the path: http://localhost/~username/**
 anything http://localhost/~username/anything

 I get the following error:


  Internal Server Error

 Mismatch between target UID (81) and UID (1000) of file
 /home/username/public_html/**anything/index.php


 Take a look at the suphp log file in /var/log.  Does it say anything?




 tail /var/log/apache2/suphp_log
[Tue May 01 22:44:05 2012] [warn] Mismatch between target UID (81) and UID
(1000) of file /home/username/public_html/directory/index.php


-- 
Carlos Sura.-
www.carlossura.com


[gentoo-user] Apache + mod_suphp

2012-05-01 Thread Carlos Sura
Hello Mates,

Quick question:

I've installed apache + mod_suphp (I am using on apache configuration:
USERDIR), so, when I go to the path: http://localhost/~username/anything

I get the following error:

Internal Server Error

Mismatch between target UID (81) and UID (1000) of file
/home/username/public_html/anything/index.php
--
suPHP 0.7.1


The only thing I changed after installing mod_suphp was:

/etc/suphp.conf

;Check wheter script is within DOCUMENT_ROOT
check_vhost_docroot=false


I set to FALSE, because I am using: USERDIR (as I said before)

Any help would be appreciated.

Thank you!
-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] lvm failed to start

2012-04-07 Thread Carlos Sura
On 5 April 2012 15:42, Neil Bothwick n...@digimed.co.uk wrote:

 On Thu, 05 Apr 2012 17:59:42 +0200, Dan Johansson wrote:

I have a similar thing on my ~x86, but the difference is that I know
why I get it. I have successfully be able to create an initramfs
that does a vgscan, vgchange -a y and mounts /usr (which is on
LVM). But now I (naturally) I get LVM failed to start (and of
cause failed to mount /usr) when openrc processes the
init-scripts.
  
   This is not down to your initramfs, see the previously linked bug.
 
  What do you mean by This is not down to your initramfs?
  With the new C:\ concept of udev /usr needs to be mounted
  before /sbin/init is run and as I am using LVM, LVM needs to be started
  before /sbin/init as well - or have I missed something here?

 You are getting this error from openrc, which means the initramfs
 has already done its stuff and passed control to init on the real root
 partition. At this point /usr is already mounted, it is the openrc
 startup of LVM that is failing, because it is trying to write a lockfile
 to a read-only filesystem, which would be the case even if you were not
 using an initramfs.

 The problem is that it is trying to write to /var/lock, which is on / at
 this point, rather than /run/lock, which is on a writeable tmpfs.


 --
 Neil Bothwick

 Bus: (n.) a connector you plug money into, something like a slot machine.



I got this error, and saw a bugfile on Gentoo, just downgrade to your
previous working version and you will get it working again.
-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Is Gentoo for me?

2012-02-24 Thread Carlos Sura
On 24 February 2012 22:04, John irgu...@gmail.com wrote:

 On Friday, February 24, 2012 21:12 Pandu Poluan wrote:
  On Feb 25, 2012 10:06 AM, John irgu...@gmail.com wrote:

  snip

 
  Have a look at Sabayon. It's Gentoo-based, but it comes with binary
  repository (although you can easily use portage if you want).
 
  It offers 'out of the box' support for KDE4, xfce, or gnome3. Others are
  available but you have to compile them yourself (via portage).
 
  Rgds,

  Will do. Thank you!


 --
 There is no such thing as a hyphenated American who is a good American.
 The only man who
 is a good American is the man who is an American and nothing else.
  -Theodore Roosevelt,
 1915


Gentoo is for everyone. And I love it!

-- 
Carlos Sura.-
www.carlossura.com


[gentoo-user] Gnome 3 + Online Accounts

2012-02-22 Thread Carlos Sura
Hello,

I am using now Gnome 3, and I found very intesting and useful the option
for online accounts however, I would like to add my Google account, but I
just can't. I've been searching thru Google and Gentoo Forums on how to fix
the error I am getting, but I have not found any useful or any fix yet. I
want to know if any of you has suceffuly added a Google account or isn't
working at all on Gentoo? Since, I tried on Fedora and seems to be working
cool.


Here is the picture of the error I am getting when I try to add my account:
http://img715.imageshack.us/img715/4636/errorty.jpg

I am using ~AM64, and I've set the gnome-desktop profile (as in the Gentoo
Forum suggested)


Is there something missing?

Thanks.

-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Re: kernel-3.2.1-gentoo + Broadcom-STA = Could not get rssi (-22)

2012-01-15 Thread Carlos Sura
On 15 January 2012 04:01, Mick michaelkintz...@gmail.com wrote:

 On Sunday 15 Jan 2012 01:38:08 Carlos Sura wrote:
  On 14 January 2012 18:14, Carlos Sura carlos.su...@googlemail.com
 wrote:
   Hello Mates,
  
   I have updated my kernel to 3.2.1, using my old config, when I boot my
   laptop with the new kernel, my wireless was not working, I thought that
   it was my mistake, but after a google search I found the following
   article: http://en.gentoo-wiki.com/wiki/Broadcom_43xx

 I'm not sure that this article is up to date.

 Have you been through this:

 http://wireless.kernel.org/en/users/Drivers/b43


   Since, my wireless card is: Broadcom Corporation BCM4313 802.11b/g/n
   Wireless LAN Controller
  
   That should work, right?

 I'm running stable kernels and actually I'm still with 3.0.6 because the
 3.1.6
 crashes when I suspend to RAM.  Also my wireless card is BCM4312 802.11b/g
 LP-
 PHY and it works fine with the b43 driver on the older kernels - which
 driver
 was yours using?

 (from lspci -k)

 05:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY
 (rev
 01)
Subsystem: Dell Wireless 1397 WLAN Mini-Card
Kernel driver in use: b43-pci-bridge
Kernel modules: ssb


   Then I did the Open Source Kernel Driver, and installed the package
   broadcom-sta.

 The broadcom-sta is Broadcom's proprietary driver - not Open Source!

 According to the URL I mention above the BCM4313 chipset uses unsupported
 LCN
 PHY, and the kernel developers are working on it.  May be worth talking to
 them on #bcm-users in irc.freenode.net to see what they recommend.  I
 suspect
 your choices are wl (which I don't think is in kernel) and the staging
 driver
 brcmsmac (because the mac80211 does not work with Broadcom's proprietary
 ieee80211 stack).


   Boot the laptop again, and 'voila' wireless was working again, but
 after
   25-30 minutes using it, it stopped working, show me a blank screen with
   the following error:
  
   Fixing recursive fault but reboot is needed!
   Jan 14 18:12:14 gentoo-b0x kernel: [  614.214017] ERROR
   @wl_cfg80211_get_station : Could not get rssi (-22)
  
   with a loop of that message, I could not do anything, just ctrl + alt +
   supr  to reboot
  
   Second time, took 15-20 minutes and the same mistake, this is my third
   time with the new kernel, I'm 15 minutes now, and nothing happened.

 See if the module has any options for power saving and switch them off.


   Any help?
  
   Regards
  
   --
   Carlos Sura.-
   www.carlossura.com
 
  I'm back in the old kernel, and removed the broadcom-sta package and
  wireless seems to works.
 
  So, there is no need of broadcom-sta at this moment in the old kernel,
  maybe the new kernel works too without that package, I will update later,
  after testing.

 It may help if you were to tell us which driver you are now using.
 --
 Regards,
 Mick



Hello Mick,

Thank you for your answer.

I'm using the following driver:
lspci -k
03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g/n
Wireless LAN Controller (rev 01)
Subsystem: Hewlett-Packard Company Device 1483
Kernel driver in use: wl
Kernel modules: wl

You were right, there is no need to have broadcom-sta I have unistalled and
seems to be working fine (with my old kernel); now, it seems to improve in
the new kernel too 3.2.1, but the issue persist, I'm not sure why is
happening, it does not show the message based on time now, it shows when
the load of my pc is heavy and when I'm doing important stuff or many tabs
opened in Chrome, there is no way to get back to X, because it shows that
message, so I have to reeboot.

Now, about this:
According to the URL I mention above the BCM4313 chipset uses unsupported
LCN
PHY, and the kernel developers are working on it.  May be worth talking to
them on #bcm-users in irc.freenode.net to see what they recommend.  I
suspect
your choices are wl (which I don't think is in kernel) and the staging
driver
brcmsmac (because the mac80211 does not work with Broadcom's proprietary
ieee80211 stack).

You are right, my chipset uses unsopported LCN PHY. but, in my old kernel
never happened this, that's why I'm more interested in know more about this
issue.

I'm on ~AMD64 this is my emerge --info : http://tinypaste.com/5ee0e0a4

Also, I forgot to mention, my old kernel was working fine, when I tried to
use the old config, it was not working, so I have to deactive some things
in the new kernel (related to the wireless card) I will send it in the next
email.

Thanks for helping me-

Regards

-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] [OT] opendns.org

2012-01-14 Thread Carlos Sura
On 14 January 2012 10:57, Pandu Poluan pa...@poluan.info wrote:


 On Jan 14, 2012 7:28 AM, Paul Hartman paul.hartman+gen...@gmail.com
 wrote:
 
  On Fri, Jan 13, 2012 at 6:06 PM, walt w41...@gmail.com wrote:
   I just heard about opendns.org for the first time today, but their
   website makes it seem that I'm the only person in the solar system
   who's not already on the bandwagon.
  
   Anyone know if they are as wonderful as they sound?
 
  If you are using ISP DNS and it is slow, or hijacking domains like
  search engines, and if you like your DNS to be a content filter, then
  sure. :) Google DNS is similar thing.
 
  Personally I just run unbound on my PC and don't want it to block any
  look-ups anyway.
 

 Or, in my case, all ISPs in my country are required to use a DNS server
 called Nawala that performs web censorship. And, as one would expect,
 that totally breaks DNSSEC. Not to mention making DNS resolves becoming
 very slow.

 So, I used Google DNS and the famous 4.2.2.[1-6] servers.

 Rgds,


I am using OpenDNS in my Home Network, besides of going faster, I can block
certains websites for my little brothers and in my work, we use it to
prevent people to use IM and such things.

I don't have problems with my ISP, nothing to complaint, but using OpenDNS
seems to go a little bit faster.

Anyway, you may want to take a look by yourself.

Regards

-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Libre Office failing to build

2012-01-14 Thread Carlos Sura
On 14 January 2012 12:09, Paul Hartman paul.hartman+gen...@gmail.comwrote:

 On Sat, Jan 14, 2012 at 11:26 AM, Andrew Lowe a...@wht.com.au wrote:
  Hi all,
 Are people currently building Libre Office successfully? I'm
  attempting to do so and getting it failing with an error 65280 and it
  failing within tail_build. Going into the appropriate dir and running
 make
  results in some error about viewuno  and a file format not being
  recognised. This has now happened with two attempts at emerging V3.4.99.3
 
 It's currently 1:19 Sunday morning here in Perth, Australia, so
 I'm
  about to go to bed so I'll post all of the usual stuff about build
  environments etc in the morning, this is just a bit of a heads up and to
 see
  if anyone else had come across this problem and possibly had a fix.

 Hi Andrew,

 I last built LO successfully:
 Wed Jan 11 10:24:41 2012  app-office/libreoffice-3.4.99.3
   merge time: 46 minutes and 44 seconds.

 Here are my USE flags:
 app-office/libreoffice-3.4.99.3  USE=branding dbus graphite gtk java
 jemalloc kde mysql nsplugin opengl svg vba webdav xmlsec (-aqua)
 -binfilter -debug -eds -gnome -gstreamer -gtk3 (-kdeenablefinal) -odk
 -pdfimport -postgres -test



Hello,

I build sucefully LibreOffice yesterday, the new version in Portage
(~AMD64), no problems found. Well, there is one minimun thing, I'm using
Gnome 3 and LibreOffice is not showing any ICON in the Application Menu.
Anyone with this problem? a quick fix?

Regards.

-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Managing rDNS with BIND

2012-01-14 Thread Carlos Sura
On 8 January 2012 16:02, Alan McKinnon alan.mckin...@gmail.com wrote:

 On Sat, 7 Jan 2012 09:45:44 -0600
 Carlos Sura carlos.su...@googlemail.com wrote:

  Hello mates,
 
  I have a problem, my provider does not want to set rDNS to my IP's
  since I have 5 IP's rotating for my server, I don't know why. So he
  told me I can do this manually.
 
  So I've added this as a master zone:
  $ttl 38400
  80.236.109.in-addr.arpa. IN SOA dominio.dominio.com.
  abuse.dominio.com. (notice that last digits are miss)
  1325905990
  10800
  3600
  604800
  38400 )
  80.236.109.in-addr.arpa. IN NS dominio.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR ns1.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR ns2.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
 
 
  But it does not reflect any change in any machine, just in the local
  machine I get the answer, when I try in any other machine, it still
  showing me the rDNS of my provider.


 The reason is quite simple and most sane ISPs will do it that way.

 rDNS is NOT your A records in reverse, and you have no right of access
 to the zone.

 in-addr.arpa serves an entirely different purpose, it documents the
 layout of the ISPs address space. Your 5 IPs have not been delegated to
 you and you do not own them per whois, they still belong to your ISP and
 are merely recorded in the ISP record as assigned for your use.

 Therefore the ISP will use their own documentation standards to
 determine what is in the rDNS zone.

 Additionally, delegating out a /29 is a gigantic pain in the arse and
 leads to an unmaintainable mess in very short order (so says the poor
 sucker that's had to fix it...). At work we never sub-delegate out rDNS
 to customers; but we do do it for downstream re-sellers as they are
 ISPs in the in own right.

 So your ISP is quite correct in what they are saying. However, I would
 like to see a clarification of what your support contact means when he
 says do it manually - that doesn't make any sense

 --
 Alan McKinnon



Hello Alan McKinnon,

Thank you for your answer, I get you now you explained everything I needed
to know. About my ISP, they changed it for me, since I was sending a lot of
ticket support to them, because they have a poor support, I understand they
don't manage and help me with a lot of things, basically I don't need them,
the only thing I was asking for is to set the rDNS for me, hopefully they
did, cause I told them, that I really don't understand what they mean by
do it by myself and I was reading all BIND ebook to understad how
delegation works.

Regards

-- 
Carlos Sura.-
www.carlossura.com


[gentoo-user] kernel-3.2.1-gentoo + Broadcom-STA = Could not get rssi (-22)

2012-01-14 Thread Carlos Sura
Hello Mates,

I have updated my kernel to 3.2.1, using my old config, when I boot my
laptop with the new kernel, my wireless was not working, I thought that it
was my mistake, but after a google search I found the following article:
http://en.gentoo-wiki.com/wiki/Broadcom_43xx

Since, my wireless card is: Broadcom Corporation BCM4313 802.11b/g/n
Wireless LAN Controller

That should work, right?

Then I did the Open Source Kernel Driver, and installed the package
broadcom-sta.

Boot the laptop again, and 'voila' wireless was working again, but after
25-30 minutes using it, it stopped working, show me a blank screen with the
following error:

Fixing recursive fault but reboot is needed!
Jan 14 18:12:14 gentoo-b0x kernel: [  614.214017] ERROR
@wl_cfg80211_get_station : Could not get rssi (-22)

with a loop of that message, I could not do anything, just ctrl + alt +
supr  to reboot

Second time, took 15-20 minutes and the same mistake, this is my third time
with the new kernel, I'm 15 minutes now, and nothing happened.


Any help?

Regards

-- 
Carlos Sura.-
www.carlossura.com


[gentoo-user] Re: kernel-3.2.1-gentoo + Broadcom-STA = Could not get rssi (-22)

2012-01-14 Thread Carlos Sura
On 14 January 2012 18:14, Carlos Sura carlos.su...@googlemail.com wrote:

 Hello Mates,

 I have updated my kernel to 3.2.1, using my old config, when I boot my
 laptop with the new kernel, my wireless was not working, I thought that it
 was my mistake, but after a google search I found the following article:
 http://en.gentoo-wiki.com/wiki/Broadcom_43xx

 Since, my wireless card is: Broadcom Corporation BCM4313 802.11b/g/n
 Wireless LAN Controller

 That should work, right?

 Then I did the Open Source Kernel Driver, and installed the package
 broadcom-sta.

 Boot the laptop again, and 'voila' wireless was working again, but after
 25-30 minutes using it, it stopped working, show me a blank screen with the
 following error:

 Fixing recursive fault but reboot is needed!
 Jan 14 18:12:14 gentoo-b0x kernel: [  614.214017] ERROR
 @wl_cfg80211_get_station : Could not get rssi (-22)

 with a loop of that message, I could not do anything, just ctrl + alt +
 supr  to reboot

 Second time, took 15-20 minutes and the same mistake, this is my third
 time with the new kernel, I'm 15 minutes now, and nothing happened.


 Any help?

 Regards

 --
 Carlos Sura.-
 www.carlossura.com



I'm back in the old kernel, and removed the broadcom-sta package and
wireless seems to works.

So, there is no need of broadcom-sta at this moment in the old kernel,
maybe the new kernel works too without that package, I will update later,
after testing.


-- 
Carlos Sura.-
www.carlossura.com


[gentoo-user] Managing rDNS with BIND

2012-01-07 Thread Carlos Sura
Hello mates,

I have a problem, my provider does not want to set rDNS to my IP's since I
have 5 IP's rotating for my server, I don't know why. So he told me I can
do this manually.

So I've added this as a master zone:
$ttl 38400
80.236.109.in-addr.arpa. IN SOA dominio.dominio.com. abuse.dominio.com.
(notice that last digits are miss)
1325905990
10800
3600
604800
38400 )
80.236.109.in-addr.arpa. IN NS dominio.dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR ns1.dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR ns2.dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.


But it does not reflect any change in any machine, just in the local
machine I get the answer, when I try in any other machine, it still showing
me the rDNS of my provider.

Any help?

Thanks.
-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Managing rDNS with BIND

2012-01-07 Thread Carlos Sura
On 7 January 2012 10:08, Duane Hill duih...@gmail.com wrote:

 On Saturday, January 07, 2012 at 15:45:44 UTC, 
 carlos.sura1@googlemail.comconfabulated:

  Hello mates,

  I have a problem, my provider does not want to set rDNS to my IP's since
 I
  have 5 IP's rotating for my server, I don't know why. So he told me I can
  do this manually.

  So I've added this as a master zone:
  $ttl 38400
  80.236.109.in-addr.arpa. IN SOA dominio.dominio.com. abuse.dominio.com.
  (notice that last digits are miss)
  1325905990
  10800
  3600
  604800
  38400 )
  80.236.109.in-addr.arpa. IN NS dominio.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR ns1.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR ns2.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
  xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.


  But it does not reflect any change in any machine, just in the local
  machine I get the answer, when I try in any other machine, it still
 showing
  me the rDNS of my provider.

  Any help?

 The  setting  up  rDNS  on  the one server would only be for that local
 server.   All   other  servers that are not using the one local server
 for  DNS resolution would look to your provider. You would either have
 to 1) get your provider to delegate rDNS to you, 2) duplicate the rDNS
 setup   on  the  additional  servers, or 3) point DNS (resolv.conf) to
 the one server that is working locally.

 Without   your   provider   delegating   rDNS to you, the rest of the
 world would still be looking to your provider for rDNS, regardless.

 --
 If at first you don't succeed...
 ...so much for skydiving.



Hello Duane,

Thank your for answer. I just have one question: What you mean that my
provider has to delegate rDNS to me? I have the resolv.conf with my own
nameservers.

Locally it shows as I want, but not on the Internet. What would I need to
ask to my provider?

Thanks!


-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Managing rDNS with BIND

2012-01-07 Thread Carlos Sura
On 7 January 2012 10:28, Duane Hill duih...@gmail.com wrote:

 On Saturday, January 07, 2012 at 16:15:47 UTC, 
 carlos.sura1@googlemail.comconfabulated:

  On 7 January 2012 10:08, Duane Hill duih...@gmail.com wrote:

  On Saturday, January 07, 2012 at 15:45:44 UTC,
 carlos.sura1@googlemail.comconfabulated:
 
   Hello mates,
 
   I have a problem, my provider does not want to set rDNS to my IP's
 since
  I
   have 5 IP's rotating for my server, I don't know why. So he told me I
 can
   do this manually.
 
   So I've added this as a master zone:
   $ttl 38400
   80.236.109.in-addr.arpa. IN SOA dominio.dominio.com.
 abuse.dominio.com.
   (notice that last digits are miss)
   1325905990
   10800
   3600
   604800
   38400 )
   80.236.109.in-addr.arpa. IN NS dominio.dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR ns1.dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR ns2.dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR dominio.com.
   xx.xx.xxx.xxx.in-addr.arpa. IN PTR mail.dominio.com.
 
 
   But it does not reflect any change in any machine, just in the local
   machine I get the answer, when I try in any other machine, it still
  showing
   me the rDNS of my provider.
 
   Any help?
 
  The  setting  up  rDNS  on  the one server would only be for that local
  server.   All   other  servers that are not using the one local server
  for  DNS resolution would look to your provider. You would either have
  to 1) get your provider to delegate rDNS to you, 2) duplicate the rDNS
  setup   on  the  additional  servers, or 3) point DNS (resolv.conf) to
  the one server that is working locally.
 
  Without   your   provider   delegating   rDNS to you, the rest of the
  world would still be looking to your provider for rDNS, regardless.
 
  --
  If at first you don't succeed...
  ...so much for skydiving.
 
 
 
  Hello Duane,

  Thank your for answer. I just have one question: What you mean that my
  provider has to delegate rDNS to me? I have the resolv.conf with my own
  nameservers.

  Locally it shows as I want, but not on the Internet. What would I need to
  ask to my provider?

  Thanks!

 You  would  have  to find out if your provider would delegate rDNS for
 the  IP  address range to you. You would have to provide them with the
 name server IP addresses that would be serving rDNS. I can only assume
 if  they  will not set up the rDNS for you, they may not delegate rDNS
 either.

 If you are trying to set up an email server and your provider will not
 delegate  or  set  up the rDNS, just set up your email server to relay
 outbound  messages  through  your  provider. That is exactly what I am
 doing here and have been for 5+ years without any issues.

 --
 If at first you don't succeed...
 ...so much for skydiving.



This is quite interesting. Yes, what I'm trying to set up is a email
server. But I'm not sure how to set that configuration, can you send me a
link or resource? because I'm having emails issue because rDNS.

In any case, I will do a research.

Thanks.

-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Managing rDNS with BIND

2012-01-07 Thread Carlos Sura
On 7 January 2012 10:30, Michael Hampicke gentoo-u...@hadt.biz wrote:

  Thank your for answer. I just have one question: What you mean that my
  provider has to delegate rDNS to me? I have the resolv.conf with my own
  nameservers.
 
  Locally it shows as I want, but not on the Internet. What would I need to
  ask to my provider?

 You have to set the rdns entries on the 'authoritative name server' of
 your domain (it's the nameserver that manages your domain).


Well, I think I did, but it only works or shows that it's working on the
same machine. In any other machine, rDNS not working it shows my provider's
configuration.

-- 
Carlos Sura.-
www.carlossura.com


[gentoo-user] Gnome 3 + Notification Daemon [OFFTOPIC]

2011-12-30 Thread Carlos Sura
Hello mates,

I'm using now Gnome 3,
Whenever I login and when I'm connected to my wifi router I get a
notification message, I clicked Don't show this message again.

Is there a way to revert this action, I mean I want to be notified when
connected to a network.

But I clicked accidentally in don't show this message again

-- 
Carlos Sura.-
www.carlossura.com


[gentoo-user] Re: Gnome 3 + Notification Daemon [OFFTOPIC]

2011-12-30 Thread Carlos Sura
On 30 December 2011 08:51, Carlos Sura carlos.su...@googlemail.com wrote:

 Hello mates,

 I'm using now Gnome 3,
 Whenever I login and when I'm connected to my wifi router I get a
 notification message, I clicked Don't show this message again.

 Is there a way to revert this action, I mean I want to be notified when
 connected to a network.

 But I clicked accidentally in don't show this message again

 --
 Carlos Sura.-
 www.carlossura.com


I found a way:

/apps/nm-applet/suppress-wireless-networks-available

set the value to FALSE (untick) with GCONF-EDITOR


-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Gentoo + HP + Quickmedia

2011-12-15 Thread Carlos Sura
On 4 December 2011 04:50, Mick michaelkintz...@gmail.com wrote:

 On Tuesday 29 Nov 2011 06:51:30 Carlos Sura wrote:
  Hello Mates,
 
  I have a new HP laptop i5, this came with Windows 7 pre-installed with HP
  quickweb (a tool that let me skype, check my email and navigate Interne,
  whitout loading WINDOWS).

 I believe that HP are using Splashtop OS to achieve 'Instant-on'
 functionality, which is running an embedded Linux kernel from ROM, with
 bootsplash, squashfs, and blackbox as the main binaries.  Asus, Acer and
 others also joined in the fun.


  I'm wondering if there any way to leave quickweb with gentoo, or windows
 +
  quickweb + gentoo would be fine...

 Unless I got this wrong, the PC is essentially dual booting between the ROM
 resident OS and the disk OS.  The latter can be any OS inc. Gentoo of
 course.


  Also if someone has suceffuly installed gentoo in HP DM4-1190la please
 let
  me know or a document of WHAT WORKS AND WHAT DO NOT WORKS would be fine.
 
  Regards

 --
 Regards,
 Mick



Well, Thank you for your answer Mick, but after numerous test also many
times I've tried, could't make this happen, because quick media is without
the HD (or at least I think) because I don't need to get to windows, is a
OS very light to use, email, navigation, skype and some others things.

Also, I have to delete RECOVERY partition, because it did not work (I tried
with extended partition, same results)

Now, I'm running Gentoo +  Windows 7 (Dual Boot) a little problems, but for
now, I can work in both systems very well.

Regards


-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Gentoo + HP + Quickmedia

2011-12-15 Thread Carlos Sura
On 15 December 2011 18:44, Matthew Finkel matthew.fin...@gmail.com wrote:

 On Thu, Dec 15, 2011 at 7:24 PM, Carlos Sura 
 carlos.su...@googlemail.comwrote:

 Well, Thank you for your answer Mick, but after numerous test also many
 times I've tried, could't make this happen, because quick media is without
 the HD (or at least I think) because I don't need to get to windows, is a
 OS very light to use, email, navigation, skype and some others things.


 Correct, so it should be completely independent of Windows or Gentoo or
 whichever OS you have installed on your hard drive.



 Also, I have to delete RECOVERY partition, because it did not work (I
 tried with extended partition, same results)


 Those partitions are pretty useless anyway :)



 Now, I'm running Gentoo +  Windows 7 (Dual Boot) a little problems, but
 for now, I can work in both systems very well.


 Awesome! Glad to hear you have Gentoo working! Just out of curiosity, what
 types of problems are you still having?


 Regards
 --
 Carlos Sura.-
 www.carlossura.com


 - Matt

 --
 Matthew Finkel


Well,

My laptop has 2 video cards INTEL (integrated video card) That's the only
one that works.

And Ati Mobility Radeon Premium Graphics:

lspci:
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
01:00.0 VGA compatible controller: ATI Technologies Inc Manhattan [Mobility
Radeon HD 5400 Series]

I tried with switchero but it just only work with INTEL not for ATI, also
I've tried to use just ATI (ati-drivers) package, but when I try to:
X -configure

it says something like:
Screen found, but driver:
fxglrs (not found)

I tried following all gentoo wiki about ATI, but it just simply don't work.
I don't care to use both video cards, but I would like to use ATI insted
INTEL.

If there any way or someone who knows how to solve this, it would be great
for me!

Regards




-- 
Carlos Sura.-
www.carlossura.com


[gentoo-user] Gentoo + HP + Quickmedia

2011-11-28 Thread Carlos Sura
Hello Mates,

I have a new HP laptop i5, this came with Windows 7 pre-installed with HP
quickweb (a tool that let me skype, check my email and navigate Interne,
whitout loading WINDOWS).

I'm wondering if there any way to leave quickweb with gentoo, or windows +
quickweb + gentoo would be fine...

Also if someone has suceffuly installed gentoo in HP DM4-1190la please let
me know or a document of WHAT WORKS AND WHAT DO NOT WORKS would be fine.

Regards

-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] I'm getting this error when I log into PHPMYADMIN (/htdocs/phpmyadmin/libraries/Error.class.php on line 179)

2011-11-21 Thread Carlos Sura
On 21 November 2011 00:49, Mick michaelkintz...@gmail.com wrote:

 On Monday 21 Nov 2011 02:53:20 Michael Mol wrote:
  Check php.net for docs around error handling, specifically where to send
  errors (you want it going to a log file, not the web browser), and what
  severity of error to stop the script at; normally, NOTICE and WARNING
  grade errors still leave most apps functioning...but that's tunable in
  php.ini.
 
  It's also very likely that there's something else wrong, but I don't have
  any good first guesses.
 
  ZZ

 Also go to line 179 (referred to in the error you get) and look for any
 obvious missing files, links, etc. that may be causing this.

 --
 Regards,
 Mick



Hello,

Thank you for your answers!

Well, what I did: I just downgrade PHP to: 5.3.9_rc1 and re-emerged PHP
with PHPMYADMIN.

And everything seems to be working fine.. (at least for now)

Maybe later I will try to upgrade again to see what's wrong.

Regards
-- 
Carlos Sura.-
www.carlossura.com


[gentoo-user] I'm getting this error when I log into PHPMYADMIN (/htdocs/phpmyadmin/libraries/Error.class.php on line 179)

2011-11-20 Thread Carlos Sura
Hello mates,

I'm having this problem: I'm trying to access to phpmyadmin:
http://localhost/phpmyadmin and the ONLY thing I can see is the following
error:
*Notice*: Array to string conversion in *
/var/www/localhost/htdocs/phpmyadmin/libraries/Error.class.php* on line *179
*
*
*
*
*
I don't know why is this happening, since I've just updated PHP, but also,
I'm using both version of PHP 5.3.9 and 5.4.0

Any help?

I tried re-emerging (does not work)

I tried: /usr/sbin/webapp-config -C -h localhost -u root -d /phpmyadmin
phpmyadmin 3.4.7 (does not work)

I'm using Gentoo ~AMD64 here is my information file:
http://tinypaste.com/78c37811


Regards
-- 
Carlos Sura.-
www.carlossura.com


[gentoo-user] Error using safely remove for every USB DEVICE.

2011-10-31 Thread Carlos Sura
Hello Mates,

I'm getting this error: http://img684.imageshack.us/img684/5359/usberror.jpg

Everytime I try to use: Safely Remove option, in every USB device, I'm
not losing data -I guess- because I have not noticed, but, I really don't
know why is this happening, and well.. I would like to know if there any
way to fix it, and why is this happening. (I've already googled, nothing
interesting).

Regards,

-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] Error using safely remove for every USB DEVICE.

2011-10-31 Thread Carlos Sura
On 31 October 2011 19:30, Felix Kuperjans fe...@desaster-games.com wrote:

  Hello Carlos,

 this error is just telling you that udisks did not succeed in powering
 down the USB device, but actually it was unmounted cleanly (so no data will
 be lost).

 The reason is most likely a missing kernel option:

 USB runtime power management (autosuspend) and wakeup in Device
 Drivers - USB support.
 Note that this option only shows up when Run-time PM core functionality
 in Power management and ACPI options is enabled.

 Maybe someone could make the ebuild check for this option and issue a
 warning if it is unset?

 Regards,
 Felix


Hello Felix,

Thank you for your answer and your explanation, I was a little bit confused
about this; I will check my Kernel configuration and rebuild with these
options, to avoid this messages.

It would be great if it could show a warning if this  options are unset (to
let us know)

Regards,

-- 
Carlos Sura.-
www.carlossura.com


Re: [gentoo-user] emake die by compling

2011-09-29 Thread Carlos Sura
On 28 September 2011 15:12, Alex Sla 4k3...@googlemail.com wrote:



 On Wed, Sep 28, 2011 at 10:32 PM, Alex Sla 4k3...@googlemail.com wrote:



 On Wed, Sep 28, 2011 at 10:28 PM, Todd Goodman t...@bonedaddy.net wrote:

 * Florian Philipp li...@binarywings.net [110928 16:05]:
  Am 28.09.2011 21:39, schrieb Alex Sla:
   I can't just compile anything. Getting all the time:
  
   * Call stack:
* ebuild.sh, line   56:  Called src_compile
*   environment, line 3450:  Called gnome2_src_compile
*   environment, line 2736:  Called die
* The specific snippet of code:
*   emake || die compile failure
  
   don't have any idea
  
  
  
 
  Usually, the actual error message is a few lines above this one. Please
  post it.
 
  Want a blind guess? My bet is you updated gcc from 4.4 to 4.5, then
  unmerged 4.4 but forgot to activate the new one using gcc-config.
 
  Regards,
  Florian Philipp
 

 And to add a bit more to that (as I managed to do just that recently):

 First do a:

 # gcc-config -l
  [1] i686-pc-linux-gnu-4.5.3 *

 if you don't see a '*' next to any of the entries then none is
 selected.

 To select one do:

gcc-config [CC Profile]

 For example,

 # gcc-config i686-pc-linux-gnu-4.5.3

 Todd



 Arg, i rember that there was something with the gcc  got to mutch
 Gentoo System ~.~... i try it now again


 I think it;s really to the libpng:

 emerge --search libpng

 Searching...
 [ Results for search key : libpng ]
 [ Applications found : 2 ]

 *  media-libs/libpng
   Latest version available: 1.5.5
   Latest version installed: 1.5.5
   Size of files: 679 kB
   Homepage:  http://www.libpng.org/
   Description:   Portable Network Graphics library
   License:   as-is


 I just read in the Internet something about 1.2 - 1.4 should i do this
 like this ? http://gentoo-pr.org/node/22




Hello,

I've read all emails -I Think-, This is what yo get:

---

 * Messages for package x11-libs/gtk+-3.0.12-r1:

 * ERROR: x11-libs/gtk+-3.0.12-r1 failed (compile phase):
 *   emake failed
 *
 * If you need support, post the output of 'emerge --info
=x11-libs/gtk+-3.0.12-r1',
 * the complete build log and the output of 'emerge -pqv
=x11-libs/gtk+-3.0.12-r1'.
 * The complete build log is located at
'/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/temp/environment'.
 * S: '/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/work/gtk+-3.0.12'


Right?

Perhaps, we could help you out, if we could see what's on:
/var/tmp/portage/x11-libs/gtk+-3.0.12-r1/temp/build.log

Also, I've already merged GTK+-3.0.12-r1 in ~AMD64 and no errors found.

Regards,



-- 
Carlos Sura.-
http://www.carlossura.com/


[gentoo-user] Gentoo + Moonlight

2011-09-14 Thread Carlos Sura
Hello mates,


I want to use moonlight, because I've reciently started using Netflix.

I did not found in portage tree... Also, I remember that it was marked to be
removed from portage... So, I wonder, is there any way to install it?
layman? ebuild?

Someone has moonlight installed and working? any problems?

Regards

-- 
Carlos Sura.-


Re: [gentoo-user] Gentoo + Moonlight

2011-09-14 Thread Carlos Sura
On 14 September 2011 13:42, Michael Mol mike...@gmail.com wrote:

 On Wed, Sep 14, 2011 at 3:35 PM, Carlos Sura
 carlos.su...@googlemail.com wrote:
  Hello mates,
 
  I want to use moonlight, because I've reciently started using Netflix.
  I did not found in portage tree... Also, I remember that it was marked to
 be
  removed from portage... So, I wonder, is there any way to install it?
  layman? ebuild?
  Someone has moonlight installed and working? any problems?
  Regards

 Haven't tried moonlight, but AFAIK, the DRM bits you'd need aren't
 available in Moonlight.

 --
 :wq


Hello Michael Mol,

Thank you for your answer.


Well... Right now, I'm using virtualbox, Windows 7, Internet Explorer 8;
with a hdmi output, but I don't like to use virtualbox just to watch movies
on netflix.

Also, this article:
http://how-to.wikia.com/wiki/How_to_watch_Netflix_(Watch_Instantly)_in_Linux
mentions that, I could use moonlight to get netflix working on linux.

But, now that I would like to try moonlight; isn't in portage tree nor
gentoo wiki.

I would like to know is there is a layman or ebuild (working). I'm in ~AMD64

Regards

-- 
Carlos Sura.-


Re: [gentoo-user] Gentoo + Moonlight

2011-09-14 Thread Carlos Sura
On 14 September 2011 14:09, Paul Hartman paul.hartman+gen...@gmail.comwrote:

 On Wed, Sep 14, 2011 at 2:56 PM, Carlos Sura
 carlos.su...@googlemail.com wrote:
  Also, this
  article:
 http://how-to.wikia.com/wiki/How_to_watch_Netflix_(Watch_Instantly)_in_Linux
  mentions that, I could use moonlight to get netflix working on linux.

 It lists Mono/Moonlight under the Other methods that DON'T work
 section. Meaning you can't use it to watch Netflix. :)

 There are rumors that Netflix is working on a proper Linux client, but
 as of right now emulation/virtualization is the only way to do it
 AFAIK.


Oh, I see... My mistake, did not read all the article neither well...

So... I might be using virtualbox if I want to watch movies on Netflix
What a shame...

Anyway, thank you for your answer.

Regards,

-- 
Carlos Sura.-


[gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts

2011-08-11 Thread Carlos Sura
Hello,

I'm using Gentoo  LVM2, ~AMD64, and I'm trying to install:
media-gfx/imagemagick.

[ebuild  N ] media-gfx/imagemagick-6.7.1.0  USE=X bzip2 cxx jpeg openmp
perl png svg zlib -autotrace -corefonts -djvu -fftw -fontconfig -fpx
-graphviz -gs -hdri -jbig -jpeg2k -lcms -lqr -lzma -opencl -openexr -q32
-q64 -q8 -raw -static-libs -tiff -truetype -webp -wmf -xml

But, I'm getting the following error(s):

make[2]: Leaving directory
`/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/work/ImageMagick-6.7.1-0'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory
`/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/work/ImageMagick-6.7.1-0'
make: *** [install] Error 2
 * ERROR: media-gfx/imagemagick-6.7.1.0 failed (install phase):
 *   emake failed
 *
 * If you need support, post the output of 'emerge --info
=media-gfx/imagemagick-6.7.1.0',
 * the complete build log and the output of 'emerge -pqv
=media-gfx/imagemagick-6.7.1.0'.
 * The complete build log is located at
'/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/temp/environment'.
 * S:
'/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/work/ImageMagick-6.7.1-0'
 * QA Notice: Unrecognized configure options:
 *
 * configure: WARNING: unrecognized options: --without-corefonts
 * configure: WARNING: unrecognized options: --without-corefonts


The full error log, here:http://tinypaste.com/0b1f1c


Huh... I've tried with -corefonts, but nothing happened, same mistake.. Any
help?

By the way, my emerge --info is here: http://tinypaste.com/b9857f

Regards

-- 
Carlos Sura.-


Re: [gentoo-user] media-gfx/imagemagick-6.7.1.0 emake failed configure: WARNING: unrecognized options: --without-corefonts

2011-08-11 Thread Carlos Sura
On 11 August 2011 20:07, Alex Schuster wo...@wonkology.org wrote:

 Carlos Sura writes:

  I'm using Gentoo  LVM2, ~AMD64, and I'm trying to install:
  media-gfx/imagemagick.
 [...]
   * ERROR: media-gfx/imagemagick-6.7.1.0 failed (install phase):
   *   emake failed
   *
   * If you need support, post the output of 'emerge --info
  =media-gfx/imagemagick-6.7.1.0',
   * the complete build log and the output of 'emerge -pqv
  =media-gfx/imagemagick-6.7.1.0'.
   * The complete build log is located at
  '/var/tmp/portage/media-gfx/imagemagick-6.7.1.0/temp/build.log'.


 The solution to such problems is: Scan the build log for the first
 occurrence of 'Error'. It happens early, due to parallel makes (you have
 MAKEOPTS=-j3) you do not see it at the bottom.

  /usr/bin/install -c -m 644 ./www/api/decorate.html /var/tmp/portage/media-
  gfx/imagemagick-6.7.1.0/image//usr/share/doc/imagemagick-6.7.1.0//www/api
  Could not find a typemap for C type 'Image::Magick' in Magick.xs, line
  2404

 Then just google for Could not find a typemap for C type 'Image::Magick'
 in
 Magick.xs, line 2404. In this case, it will find this forum thread that
 has
 a solution:
 http://forums.gentoo.org/viewtopic-p-6780342.html

Wonko



Thank you Wonko, that's the answer to my problem, now I have installed
Imagemagick without any problem.

I just did:

echo =perl-core/ExtUtils-ParseXS-3.20.0  /etc/portage/package.mask
emerge -1v perl-core/ExtUtils-ParseXS




-- 
Carlos Sura.-


Re: [gentoo-user] Lexmark X5650 working in Gentoo Linux?

2011-07-09 Thread Carlos Sura
On 7 July 2011 22:51, Dale rdalek1...@gmail.com wrote:

 Carlos Sura wrote:

 Hello,

 I've been looking how to get working this printer in my gentoo-b0x,
 searched in gentoo wiki, but those ebuilds and links are not updated, they
 are a little bit old and none of that worked for me.

 I was thinking if there was any chance if anyone of you have this printer
 installed to tell me how to get it work for me... Or a howto, tutorial,
 manual?

 Regards,

 --
 Carlos Sura.-



 From what I have read in the past, very few Lexmark printers work in Linux.
  The last time I checked, the ones that did claim to work had a lot of
 things missing.  I like some things about Lexmark but as a Linux only user,
 I had to pick something else for my printer.  I would check here before
 buying to see what is supported:

 http://www.openprinting.org/**printershttp://www.openprinting.org/printers

 Dale

 :-)  :-)


Thank you for your answers,

As you recommended, I visited www.openprintin.org/printers there is my
printer: Lexmark X5650 (fax, copier, scanner and printer)

Also, lexmark support website, claim there is a driver for Debian users and
RPM (32 bits only)

You can check it here:
http://support.lexmark.com/index?segment=SUPPORTuserlocale=EN_USlocale=enproductCode=LEXMARK_X5650page=productfrompage=null

As you can see there is a 32 bits driver, I'm on a gentoo box using: ~AMD64

So, I downloaded Debian 32 bits driver (.sh) and I tried to Run, by a minute
I thought it was fine, but when it's about to finish, it shows me an error,
so this mean there is something wrong, I can't use this driver, besides,
rpm, does not work to, it just run splash screen.

Is there anyway to convert RPM or (.sh) to .TAR.GZ with depencys of course.

*This printer does not have wireless


P.S. If this printer works in Debian, Fedora, OpenSuse, why will not work in
Gentoo (best distribution for me)

Regards,

-- 
Carlos Sura.-


[gentoo-user] Lexmark X5650 working in Gentoo Linux?

2011-07-07 Thread Carlos Sura
Hello,

I've been looking how to get working this printer in my gentoo-b0x, searched
in gentoo wiki, but those ebuilds and links are not updated, they are a
little bit old and none of that worked for me.

I was thinking if there was any chance if anyone of you have this printer
installed to tell me how to get it work for me... Or a howto, tutorial,
manual?

Regards,

-- 
Carlos Sura.-




-- 
Carlos Sura.-


[gentoo-user] Lexmark X5650 working in Gentoo Linux?

2011-07-06 Thread Carlos Sura
Hello,

I've been looking how to get working this printer in my gentoo-b0x, searched
in gentoo wiki, but those ebuilds and links are not updated, they are a
little bit old and none of that worked for me.

I was thinking if there was any chance if anyone of you have this printer
installed to tell me how to get it work for me... Or a howto, tutorial,
manual?

Regards,

-- 
Carlos Sura.-


Re: [gentoo-user] HAL or UDEV...

2011-05-02 Thread Carlos Sura
On 2 May 2011 08:21, Indi thebeelzebubtrig...@gmail.com wrote:

 On Sun, May 01, 2011 at 10:20:03PM +0200, Alex Schuster wrote:
  Carlos Sura writes:
 
   I just have one question, reciently I read in a forum that HAL might be
   deprecated on Gentoo, so, I started using UDEV:
  
   USE= -hal  udev
  
   But, then I have this problem, updating xorg-server won't work, every
   new version of xorg-server just give me a blank screen, so I thought it
   might be something with HAL or UDEV.
 
  Did you rebuild all xorg modules with emerge @x11-module-rebuild or
  emerge -1 $( qlist -IC x11-drivers/ ) after building xorg-server?
  Are there errors in /var/log/Xorg.0.log?
 
   I would like to know if someone could tell me if I should be using HAL
   or UDEV? I want to know more, differences, etc.
 
  You should use udev. All versions of xorg-server in the current portage
  tree already no longer have the hal use flag, so I assume HAL is not
  being used at all anyway.
 
Wonko

 Yep, use udev. Works fine here, even on my ~x86 thinkpad.
 Refer to this:
 http://www.gentoo.org/doc/en/udev-guide.xml

 --
 If only my interface to the time-space continuum could be unix-like... With
 vim keybindings, cron, and everything!



Thank you for your answer and information.

I will be using UDEV.

-- 
Carlos Sura.-


[gentoo-user] HAL or UDEV...

2011-05-01 Thread Carlos Sura
Hello,

I just have one question, reciently I read in a forum that HAL might be
deprecated on Gentoo, so, I started using UDEV:

USE= -hal  udev

But, then I have this problem, updating xorg-server won't work, every new
version of xorg-server just give me a blank screen, so I thought it might be
something with HAL or UDEV.

I would like to know if someone could tell me if I should be using HAL or
UDEV? I want to know more, differences, etc.

Anyway, my system is: ~AMD64
My current xorg-server version: x11-base/xorg-server-1.9.5

I have masked the following xorg-server versions, because they don't work
for me:
=x11-base/xorg-server-1.10.0.901
=x11-base/xorg-server-1.10.0.902
=x11-base/xorg-server-1.10.1


Thank you for your help and answer.
Regards,

-- 
Carlos Sura.-


Re: [gentoo-user] HAL or UDEV...

2011-05-01 Thread Carlos Sura
On 1 May 2011 14:09, Alex Schuster wo...@wonkology.org wrote:

 Carlos Sura writes:

  I just have one question, reciently I read in a forum that HAL might be
  deprecated on Gentoo, so, I started using UDEV:
 
  USE= -hal  udev
 
  But, then I have this problem, updating xorg-server won't work, every
  new version of xorg-server just give me a blank screen, so I thought it
  might be something with HAL or UDEV.

 Did you rebuild all xorg modules with emerge @x11-module-rebuild or
 emerge -1 $( qlist -IC x11-drivers/ ) after building xorg-server?
 Are there errors in /var/log/Xorg.0.log?

  I would like to know if someone could tell me if I should be using HAL
  or UDEV? I want to know more, differences, etc.

 You should use udev. All versions of xorg-server in the current portage
 tree already no longer have the hal use flag, so I assume HAL is not
 being used at all anyway.

Wonko



Hello, thank you for your answers.

That's exactly what I read, every version of xorg-server does not have hal
use flag. That's why I changed to udev.

I'm not sure about using both use flags, but with my current version of
xorg-server  -hal+udev   everything seems to be working fine, I will
unmask next xorg-server versions, and rebuild xorg modules, I'm almost sure
I did that, but I'm going to try again, and let's see..

Anyway, I'm thinking to keep  -hal  and +udev

Regards,
-- 
Carlos Sura.-


Re: [gentoo-user] Re: LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed

2011-04-20 Thread Carlos Sura
On 19 April 2011 13:38, walt w41...@gmail.com wrote:

 On 04/17/2011 05:32 PM, Carlos Sura wrote:



 On 17 April 2011 16:14, walt w41...@gmail.com mailto:w41...@gmail.com
 wrote:

On 04/17/2011 11:38 AM, Carlos Sura wrote:


But, trying as a normal user, isn't working and I dont have any
 clue
about what is making this problem, there is no log or error to
trace.

So, I've unistalled libreoffice, and installed again, but... Isn't
working yet... I'm not really sure what's this problem, since I
 don't
have any clue or any idea to trace this error.


Try strace this way (as normal user):

$strace -f -o outputfile /usr/bin/libreoffice

The -f flag allows strace to follow as the shell-script starts the real
binary executable.  Look through 'outputfile' for messages that look
fatal :)





 Hello Walt, thank you for your answer

 This is the paste: http://tinypaste.com/dde0e1


 The trace clearly shows a segfault, which is what you would expect given
 how
 the program behaves -- but I can't tell what's causing it.  Maybe someone
 else
 can tell us.

 I can suggest a few things to check, though.  I'd try moving or deleting
 your
 ~/.libreoffice directory to see if something in there is corrupted.  If LO
 wants to import old settings from OO try saying no.

 I notice you're using iced-tea for java.  Have you used java-config-2 to
 make sure it's all set up correctly?  Note that the java settings in LO
 need to be edited by hand if you change java versions :(Dumb, but doesn't
 cause a segfault for me.)

 Are you running python-3 instead of python-2?

 Do you get the same segfault by running
 /usr/lib64/libreoffice/program/soffice.bin
 directly?

 Good idea to create a new (ordinary) user account so you can try failing
 programs
 with a completely fresh environment -- not at all the same as running
 something
 as root, of course, and very safe if you use a strong password for the new
 user.

 Out of ideas for the moment.




Hello Walt, thank you for your answer, after several days without
libreoffice working, you told me the answer,  I'd try deleting your
~/.libreoffice directory, after that, LibreOffice was working fine again.

Thank you...

Also it would be nice to know the cause of this problem.

Regards


-- 
Carlos Sura.-


Re: [gentoo-user] I can't understand an emerge error. Help, please!

2011-04-18 Thread Carlos Sura
On 18 April 2011 10:21, Alan Mackenzie a...@muc.de wrote:

 Hi, gentoo.

 When I try to run an emerge world, I get this error:

 # emerge --update --deep -p world

 These are the packages that would be merged, in order:

 Calculating dependencies... done!

 emerge: there are no ebuilds built with USE flags to satisfy
 dev-libs/libgcrypt[static-libs].
 !!! One of the following packages is required to complete your request:
 - dev-libs/libgcrypt-1.4.6 (Change USE: +static-libs)
 (dependency required by sys-fs/cryptsetup-1.1.3-r3[-dynamic] [ebuild])
 (dependency required by sys-apps/hal-0.5.14-r4[crypt] [ebuild])
 (dependency required by @selected [set])
 (dependency required by @world [argument])

 What is this saying?  That I need to locate a use flag static-libs and
 change it for package libgcrypt?  Presumably it is libgcrypt which is
 dissatisfied.  I'm having difficulty parsing the mssage.

 Next question: what should I do about it?

 Thanks for the help!

 --
 Alan Mackenzie (Nuremberg, Germany).

 Hello Alan,

You should: nano /etc/make.conf

and add the flag: static-libs

USE=static-libs

Then try again: emerge -uDvaN world

Regards,


-- 
Carlos Sura.-


Re: [gentoo-user] Re: LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed

2011-04-17 Thread Carlos Sura
On 15 April 2011 16:08, Neil Bothwick n...@digimed.co.uk wrote:

 On Fri, 15 Apr 2011 13:37:50 -0700, walt wrote:

  You can try re-emerging dbus-glib if you haven't already done it.

 This whole glib-dbus thing is a red herring. That error was caused by
 trying to run LO as root, without an available dbus session. It has
 nothing to do with the fact that LO won't run as a user.


 --
 Neil Bothwick

 Barth's Distinction:
 There are two types of people: those who divide people into two types, and
 those who don't.


Hello, This error: GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init:
assertion failed

That is caused by trying to run libreoffice as root (from terminal) I know.

But, trying as a normal user, isn't working and I dont have any clue about
what is making this problem, there is no log or error to trace.

So, I've unistalled libreoffice, and installed again, but... Isn't working
yet... I'm not really sure what's this problem, since I don't have any clue
or any idea to trace this error.

Again, as I said before, I know that I can't run libreoffice as root (from
console), but I've tried as normal user, and clicking at the icon... And no
luck, no error, no logs, no trace, no clue.



-- 
Carlos Sura.-


Re: [gentoo-user] Re: LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed

2011-04-17 Thread Carlos Sura
On 17 April 2011 16:14, walt w41...@gmail.com wrote:

 On 04/17/2011 11:38 AM, Carlos Sura wrote:


  But, trying as a normal user, isn't working and I dont have any clue
 about what is making this problem, there is no log or error to
 trace.

 So, I've unistalled libreoffice, and installed again, but... Isn't
 working yet... I'm not really sure what's this problem, since I don't
 have any clue or any idea to trace this error.


 Try strace this way (as normal user):

 $strace -f -o outputfile /usr/bin/libreoffice

 The -f flag allows strace to follow as the shell-script starts the real
 binary executable.  Look through 'outputfile' for messages that look
 fatal :)





Hello Walt, thank you for your answer

This is the paste: http://tinypaste.com/dde0e1

Maybe someone can help me... I'm looking right now for errors.

-- 
Carlos Sura.-


Re: [gentoo-user] emerge --depclean removed python 2.6

2011-04-15 Thread Carlos Sura
On 15 April 2011 04:16, dhk dhk...@optonline.net wrote:

 After a recent update I got python 2.7 installed.  The emerge --depclean
 command removed python 2.6 which I thought would be alright since I now
 have 2.7.  I also used eselect python to set 2.7 as my default.  Now
 revdep-rebuild has a load of broke links that are due to 2.6 being
 missing.  Now vi and other stuff doesn't work.  What should be done next?

 Thanks,

 dhk


Hello, I'm using ~amd64 profile, and updated to python 2.7 without any
problem.

-- 
Carlos Sura.-


Re: [gentoo-user] LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed

2011-04-14 Thread Carlos Sura
On 13 April 2011 01:49, Daniel Pielmeier bil...@gentoo.org wrote:

 2011/4/12 Carlos Sura carlos.su...@googlemail.com:
 
  It might be GLIB? (I've reciently updated)

 Do you also use the ~amd64 version of glib? What about downgradeing it
 to the version you had before, should be worth a try and quicker than
 rebuiding libreoffice on and on.

 --
 Daniel Pielmeier


Hello Daniel Pielmeier,

Yes, I'm using ~amd64 version of glib, I tried to downgrade glib, but it
show me this error: *downgrading glibc is not supported and a sure way to
destruction.*
*
*
So, I'm searching a way to make a safe downgrade.

Any suggestion would be great.

Regards,

P.S. I did rebuild LibreOffice, but It's not working.

-- 
Carlos Sura.-


Re: [gentoo-user] LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed

2011-04-14 Thread Carlos Sura
On 13 April 2011 01:49, Daniel Pielmeier bil...@gentoo.org wrote:

 2011/4/12 Carlos Sura carlos.su...@googlemail.com:
 
  It might be GLIB? (I've reciently updated)

 Do you also use the ~amd64 version of glib? What about downgradeing it
 to the version you had before, should be worth a try and quicker than
 rebuiding libreoffice on and on.

 --
 Daniel Pielmeier


Also, I've tried strace, and this is the output:
http://tinypaste.com/e025e0

-- 
Carlos Sura.-


Re: [gentoo-user] LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed

2011-04-12 Thread Carlos Sura
On 12 April 2011 00:00, Stroller strol...@stellar.eclipse.co.uk wrote:


 On 12/4/2011, at 5:49am, Carlos Sura wrote:
  ...
  When I try to run LibreOffice as normal user, I can see the splash (of
 libreoffice) but nothing more... Cannot use any libreoffice application, it
 just don't work, fas as I can see is the libreoffice splash. No errors (as
 normal user), after the libreoffice splash it closes.

 Is this when you click on the libreoffice icon, or are you opening a
 terminal window and running `/path/to/bin/libreoffice`?

 The latter should (hopefully) output some error messages.

 Stroller.



This happens when I click on the libreoffice icon, and as a normal user in a
terminal: libreoffice (no output) as root: 
*GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed:
(connection-initialization_error == NULL)*

By the way, as a normal user either root, it just show me the splash screen
of libreoffice, but, when it finish loading the splash bar, nothing happens,
it just closes... No outputs, no errors, nothing...

It might be GLIB? (I've reciently updated)

-- 
Carlos Sura.-


Re: [gentoo-user] LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed

2011-04-12 Thread Carlos Sura
On 12 April 2011 04:09, Philip Webb purs...@ca.inter.net wrote:

 110412 Carlos Sura wrote:
  On 12 April 2011 00:00, Stroller strol...@stellar.eclipse.co.uk wrote:
  Is this when you click on the libreoffice icon, or are you opening
  terminal window and running `/path/to/bin/libreoffice`?
  The latter should (hopefully) output some error messages.

 I agree : make sure you start it from a command line in a user terminal
 -- just forget all about running it as root --
  tell us if there are any error messages in the terminal,
 eg warning that it can't find a particular library file.

 But first, make sure you remerge LibreOffice: that often solves problems.

 --
 ,,
 SUPPORT ___//___,   Philip Webb
 ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
 TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Hello, thank you for answer me.

Yes, running as root cause me that message.

Anyway, I reinstalled LibreOffice, and isn't working yet.

As I try to run as (normal) user -terminal-, does not show me any output, no
errors, no message.

Is there any log I can look for?

Isn't working yet, and I do not have any clue about what could cause me
this.

Regards
-- 
Carlos Sura.-


[gentoo-user] LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed

2011-04-11 Thread Carlos Sura
Hello mates,

I cannot use LibreOffice, when I try as root, got this message:
*GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init:
assertion failed: (connection-initialization_error == NULL)*
*
*
I have tried: revdep-rebuild and re emerging: glibc glibmm

# revdep-rebuild
 * Configuring search environment for revdep-rebuild

 * Checking reverse dependencies
 * Packages containing binaries and libraries broken by a package update
 * will be emerged.

 * Collecting system binaries and libraries
 * Generated new 1_files.rr
 * Collecting complete LD_LIBRARY_PATH
 * Generated new 2_ldpath.rr
 * Checking dynamic linking consistency
[ 100% ]

 * Dynamic linking on your system is consistent... All done.



this is my info: http://tinypaste.com/7ccc27


For now, the problem just happen with LibreOffice Should I downgrade ??

Regards,
-- 
Carlos Sura.-


Re: [gentoo-user] LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed

2011-04-11 Thread Carlos Sura
On 11 April 2011 18:05, Neil Bothwick n...@digimed.co.uk wrote:

 On Mon, 11 Apr 2011 16:44:40 -0600, Carlos Sura wrote:

  I cannot use LibreOffice, when I try as root, got this message:
  *GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init:
  assertion failed: (connection-initialization_error == NULL)*

 Are you running it from a root desktop, or from a root terminal on a user
 desktop? Why are you running it as root in the first place? What happens
 when you try it as root?

 Also, is this libreoffice or libreoffice-bin, and which version?


 --
 Neil Bothwick

 Will we ever get out of this airport? asked Tom interminably.



Hello Neil Bothwick,

Thank you for answer me.

Let me explain you a little bit more... I am trying to execute from a root
terminal, because as a normal user, it justs show me the splash screen (of
libre office) but, it does not open the program.

So, in a root terminal it shows me the error above.

I'm using libreoffice, ~amd64

Before updating world everything was working fine...
-- 
Carlos Sura.-


Re: [gentoo-user] LibreOffice + GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init: assertion failed

2011-04-11 Thread Carlos Sura
On 11 April 2011 22:23, Philip Webb purs...@ca.inter.net wrote:

 110411 Carlos Sura wrote:
  I cannot use LibreOffice, when I try as root, got this message:
*GLib-GIO:ERROR:gdbusconnection.c:2279:initable_init:
assertion failed: (connection-initialization_error == NULL)*
  I have tried: revdep-rebuild and re emerging: glibc glibmm

 First  usually best bet, enter the error msg in Google.
 When I did that just now I got :

  https://bbs.archlinux.org/viewtopic.php?pid=837847
  http://fedoraforum.org/forum/showthread.php?p=1423295
  http://lists.opensuse.org/opensuse-bugs/2011-02/msg03139.html

 These suggest that the problem described above is caused
 by trying to run a GUI app as root, which is never a good idea anyway,
 so that's not your real problem.

 Go back to running LO as user, tell us the details of what happens
  hopefully someone wb able to help you make progress.

 --
 ,,
 SUPPORT ___//___,   Philip Webb
 ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
 TRANSIT`-O--O---'   purslowatchassdotutorontodotca




Hello Philip Webb,

Thank you for answer me, I know it is not good to run applications as root,
but I tried to see error logs.

When I try to run LibreOffice as normal user, I can see the splash (of
libreoffice) but nothing more... Cannot use any libreoffice application, it
just don't work, fas as I can see is the libreoffice splash. No errors (as
normal user), after the libreoffice splash it closes.

By the way, I've already checked Google, and none of those are my problem,
it just happen with LibreOffice, after a world update.
-- 
Carlos Sura.-


Re: [gentoo-user] Gentoo + NetworkManager Applet + Modem ZTE MF180

2011-04-05 Thread Carlos Sura
On 18 December 2010 10:46, Gary Golden m...@garygolden.me wrote:

 I'm not sure about Fedora, but since /dev/ttyUSB* doesn't exist then
 option driver isn't loaded. I have a ZTE device and did make it work
 with this driver.

 Try lsmod | grep option to make sure.

 It's there:

 Device Drivers
  - USB support (USB_SUPPORT [=y])│
- USB Serial Converter support (USB_SERIAL [=m]

 --

 Gary Golden

 On 12/18/2010 08:10 PM, Carlos Sura wrote:
 
  On 17 December 2010 10:54, Gary Golden m...@garygolden.me
  mailto:m...@garygolden.me wrote:
 
  Try option kernel driver.
  Can you see it with lsusb?
  Is there any /dev/ttyUSB* ?
 
  ---
 
  Gary Golden
 
  On 12/14/2010 11:03 PM, Carlos Sura wrote:
   Hello mates,
  
   I'm on a Gentoo Box (my laptop) and I have a usb modem (ZTE
  MF180), but
   it just don't work with my Gentoo Box, I've been searching in
  Google and
   I found this: http://christian.amsuess.com/tutorials/zte_mf180/
  
   I tried, but, I ejected my cdrom and even my usb modem (eject
  /dev/sr1)
   and none of this worked for me.
  
   Does anyone have this Modem working on Gentoo Linux? if so, please
 let
   me know how!
  
   However, I tried this modem with a livecd (Fedora) and it worked
 with
   the networkmanager, easy as pie!!... Is there any way to get that
  config
   (or drivers) to make it work in my gentoo box?
  
   Regards,
   Carlos Sura.
  
   --
   Carlos Sura.-
  
 
 
  Hello Gary Golden,
 
  Thank you for answer me.
 
  Yes I can see it with: *lusb *and no there is nothing in*/dev/ttyUSB**
  *
  *
  The link above explains how to make it works, but I've been following
  those instructions and isn't working for me. Do I need to install
  *usbswitchmode*? by the way: Is there anyway to know what drivers and
  configuration is using Fedora 14, to make it easier and just take it
  from Fedora 14 and use it in my Gentoo ?
 
  Regards,
 
  --
  Carlos Sura.-
 


Hi, I've already found a way to make it work.

Here:
We need to configure the kernel of our gentoo b0x, we give support to ip and
ppp

Networking ---
Networking options ---
* Unix domain sockets[*] TCP/IP networking
Device Drivers ---
Network device support ---[*] Network device support
* PPP (point-to-point protocol) support
* PPP support for async serial ports
* PPP support for sync tty ports
* PPP Deflate compression
* PPP BSD-Compress compression


then we make active:
Device Drivers ---
SCSI device support ---
* SCSI CDROM support
USB support ---
* Support for Host-side USB
* UHCI HCD (most Intel and VIA) support
* USB Mass Storage support
USB Serial Converter support ---
* USB Serial Converter support
* USB driver for GSM and CDMA modems

finally we compile our kernel and reboot the system, and then we add our
modem with our Network Manager (gnome) and it will work fine

By the way, after reboot, as root : eject /dev/sr0 (to make it work)

Regards

-- 
Carlos Sura.-


Re: [gentoo-user] Compiz-Fusion does not show windows border

2011-01-28 Thread Carlos Sura
On 27 January 2011 15:09, PK pkugri...@gmail.com wrote:

 Don't forget to enable window decoration feature (run ccsm) and select your
 decorator. I'd recommend using fusion-icon, makes things much more
 accessible.

 Cheers,
 P.

 On Thu, Jan 27, 2011 at 9:01 PM, Carlos Sura 
 carlos.su...@googlemail.comwrote:

 Hello mates,

 I'm running Gentoo ~amd64

 I try to install compiz-fusion, following the wiki, everything seems to be
 fine, but when I try to run compiz-fusion, it works but not so well, because
 does not show me windows border, also I put compiz-fusion to use indirect
 rendering and loose binding but none of this works. I'm stuck.

 Here is my emerge --info: http://tinypaste.com/43af1

 Extra: INTEL GMA
 VIDEO_CARDS= intel

 I'm using i915 driver (enabled modesetting on intel by default)

 What is wrong??

 Regards,

 --
 Carlos Sura.-




Hello, I've already did that, but isn't working yet... Is there something
else?? I really want to have compiz-fusion working.
-- 
Carlos Sura.-


[gentoo-user] Doubt about Python.

2011-01-27 Thread Carlos Sura
Hello,

I'm running a Gentoo Box ~amd64, so, upgrading my system I could notice that
there was 3 python versions.

I have:

Python 2.6
Python 2.7
Python 3.1

It is safe if I use as main Python 2.7 and as active version of Python;
Python 3.1???

Or should I stay in Python 2.6?

Regards,
-- 
Carlos Sura.-


Re: [gentoo-user] Re: Doubt about Python.

2011-01-27 Thread Carlos Sura
On 27 January 2011 14:21, Neil Bothwick n...@digimed.co.uk wrote:

 On Thu, 27 Jan 2011 18:31:13 + (UTC), Grant Edwards wrote:

  You can use any version you want for your own apps, but as of a couple
  weeks ago, I know that switching the Gentoo system apps to Python 3
  would break things.  If the system apps are still using 2.6 insteadof
  2.7, there's probably a reason...

 They don't, they use python:2. This box still works correctly without
 python 2.6, nothing complains. It did require a quite lengthy
 python-updater run before removing 2.6.


 --
 Neil Bothwick

 I am NOT a NUMBER! I am a DEMOGRAPHIC!


So It is safe or not? I'm currently using python 2.7 with no problems
right now or at least I think so... 2.6 and 2.7 are safe, right.

Ok, thank you all, I'm going to stay with python 2.7 to see what happens
next.

Regards,

-- 
Carlos Sura.-


[gentoo-user] Compiz-Fusion does not show windows border

2011-01-27 Thread Carlos Sura
Hello mates,

I'm running Gentoo ~amd64

I try to install compiz-fusion, following the wiki, everything seems to be
fine, but when I try to run compiz-fusion, it works but not so well, because
does not show me windows border, also I put compiz-fusion to use indirect
rendering and loose binding but none of this works. I'm stuck.

Here is my emerge --info: http://tinypaste.com/43af1

Extra: INTEL GMA
VIDEO_CARDS= intel

I'm using i915 driver (enabled modesetting on intel by default)

What is wrong??

Regards,

-- 
Carlos Sura.-


Re: [gentoo-user] Gentoo + NetworkManager Applet + Modem ZTE MF180

2010-12-18 Thread Carlos Sura
On 17 December 2010 10:54, Gary Golden m...@garygolden.me wrote:

 Try option kernel driver.
 Can you see it with lsusb?
 Is there any /dev/ttyUSB* ?

 ---

 Gary Golden

 On 12/14/2010 11:03 PM, Carlos Sura wrote:
  Hello mates,
 
  I'm on a Gentoo Box (my laptop) and I have a usb modem (ZTE MF180), but
  it just don't work with my Gentoo Box, I've been searching in Google and
  I found this: http://christian.amsuess.com/tutorials/zte_mf180/
 
  I tried, but, I ejected my cdrom and even my usb modem (eject /dev/sr1)
  and none of this worked for me.
 
  Does anyone have this Modem working on Gentoo Linux? if so, please let
  me know how!
 
  However, I tried this modem with a livecd (Fedora) and it worked with
  the networkmanager, easy as pie!!... Is there any way to get that config
  (or drivers) to make it work in my gentoo box?
 
  Regards,
  Carlos Sura.
 
  --
  Carlos Sura.-
 


Hello Gary Golden,

Thank you for answer me.

Yes I can see it with: *lusb *and no there is nothing in* /dev/ttyUSB**
*
*
The link above explains how to make it works, but I've been following those
instructions and isn't working for me. Do I need to install *usbswitchmode*?
by the way: Is there anyway to know what drivers and configuration is using
Fedora 14, to make it easier and just take it from Fedora 14 and use it in
my Gentoo ?

Regards,

-- 
Carlos Sura.-


[gentoo-user] Gentoo + NetworkManager Applet + Modem ZTE MF180

2010-12-14 Thread Carlos Sura
Hello mates,

I'm on a Gentoo Box (my laptop) and I have a usb modem (ZTE MF180), but it
just don't work with my Gentoo Box, I've been searching in Google and I
found this: http://christian.amsuess.com/tutorials/zte_mf180/

I tried, but, I ejected my cdrom and even my usb modem (eject /dev/sr1) and
none of this worked for me.

Does anyone have this Modem working on Gentoo Linux? if so, please let me
know how!

However, I tried this modem with a livecd (Fedora) and it worked with the
networkmanager, easy as pie!!... Is there any way to get that config (or
drivers) to make it work in my gentoo box?

Regards,
Carlos Sura.

-- 
Carlos Sura.-