Re: [gentoo-user] No trace of installed simpleagenda

2013-12-23 Thread Jeremi Piotrowski
 Does anybody know how one can start  this extremely humble program

Use equery f simpleagenda to find files installed by this package (equery
is part of the gentoolkit package).
Cheers


Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Khumba
On Mon, 23 Dec 2013 00:53:16 -0700
Joseph syscon...@gmail.com wrote:

 I'm upgrading the system and running out of disk space to compile webkit-gtk
 
 * Checking for at least 18 gigabytes disk space at 
 /var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp ... 
  
 [ !! ]
  * There is NOT at least 18 gigabytes disk space at 
 /var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp
 
 df -h
 Filesystem  Size  Used Avail Use% Mounted on
 rootfs   28G   16G   11G  61% /
 /dev/root28G   16G   11G  61% /
 tmpfs   506M  540K  505M   1% /run
 udev 10M 0   10M   0% /dev
 shm 506M 0  506M   0% /dev/shm
 /dev/hda484G   51G   29G  65% /home
 
 How do I tell the system to use /home partition to use for compiling temp 
 tiles?

See the PORTAGE_TMPDIR variable in man make.conf.

Cheers,
Khumba



Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Wang Xuerui
在 2013-12-23 下午3:54,Joseph syscon...@gmail.com写道:

 I'm upgrading the system and running out of disk space to compile
webkit-gtk

 How do I tell the system to use /home partition to use for compiling temp
tiles?

For such a change to apply only to webkit-gtk (or any other package you
want, actually), you can try package.env. Checkout make.conf's manpages to
see how it is used.

Hope that helps!


[gentoo-user] Re: out of disk space to compile webkit-gtk

2013-12-23 Thread Holger Hoffstätte
On Mon, 23 Dec 2013 00:53:16 -0700, Joseph wrote:

 I'm upgrading the system and running out of disk space to compile
 webkit-gtk
 [..]
 How do I tell the system to use /home partition to use for compiling
 temp tiles?

portage.env allows per-package environment variables.

This will use two special configurations for libreoffice:

holgergrep libreoffice /etc/portage/package.env
app-office/libreoffice clang.conf no-tmpfs.conf

A configuration is simply a set of variables:

holgercat /etc/portage/env/no-tmpfs.conf 
PORTAGE_TMPDIR=/var/tmp

So replace libreoffice with webkit-gtk and whatever path you want for 
PORTAGE_TEMPDIR.

-h




Re: [gentoo-user] No trace of installed simpleagenda

2013-12-23 Thread Neil Bothwick
On Mon, 23 Dec 2013 07:00:31 +0200, Gevisz wrote:

 However, I cannot find it in any FXCE menus and there is
 no simpleagenda command in shell. Moreover, there are no
 simpleagenda folder in /usr/share/doc and no man page for it.

qlist simpleagenda will show you what it installed where.

qlist is part of portage-utils, which you may well already have installed.


-- 
Neil Bothwick

I have seen things you lusers would not believe.
I've seen Sun monitors on fire off the side of the multimedia lab.
I've seen NTU lights glitter in the dark near the Mail Gate.
All these things will be lost in time, like the root partition last
week. Time to die.


signature.asc
Description: PGP signature


Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Bruce Hill
On Mon, Dec 23, 2013 at 12:53:16AM -0700, Joseph wrote:
 I'm upgrading the system and running out of disk space to compile webkit-gtk
 
 * Checking for at least 18 gigabytes disk space at 
 /var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp ... 
  
 [ !! ]
  * There is NOT at least 18 gigabytes disk space at 
 /var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp
 
 df -h
 Filesystem  Size  Used Avail Use% Mounted on
 rootfs   28G   16G   11G  61% /
 /dev/root28G   16G   11G  61% /
 tmpfs   506M  540K  505M   1% /run
 udev 10M 0   10M   0% /dev
 shm 506M 0  506M   0% /dev/shm
 /dev/hda484G   51G   29G  65% /home
 
 How do I tell the system to use /home partition to use for compiling temp 
 tiles?

It appears to only require such a ridiculous amount if you build with
debugging flags.
-- 
List replies preferred.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting



[gentoo-user] Re: syslog-ng configs for separating warnings/errors and different types of traffic

2013-12-23 Thread James
Tanstaafl tanstaafl at libertytrek.org writes:


 I'm very interested in what are best practices, and what others do as 
 far as separating out different types of messages in their logs.
 I'm also open to some additional separation, and like I said, I'm 
 interested in what others do with theirs...
 Specific config examples welcome!
 Charles

You might find this document useful:

https://wiki.archlinux.org/index.php/syslog-ng#
Have_syslog-ng_reload_the_configuration_file

hth,
James





[gentoo-user] VPN question

2013-12-23 Thread Timur Aydin
Hello everybody,

I have a gentoo linux PC at home that I am using as my internet gateway.
It is also running a web server and a mail server with a static IP.
Everything is working fine.

Now I have installed a VPN server on this system (OpenVPN) and I am
using a VPN service provider to get a USA IP address. This, in its own,
works fine as well. But once I bring up the VPN tunnel, the web server
and the mail server become unavailable.

So, I need a way to have both the VPN tunnel and my web/mail servers
available simultaneously. I think some ip routing magic is required to
accomplish this, but all my experiments so far didn't yield any result.
I would appreciate if somebody can put me in the right direction for
finding a solution.

-- 
Timur



Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Joseph

On 12/23/13 08:56, Bruce Hill wrote:

On Mon, Dec 23, 2013 at 12:53:16AM -0700, Joseph wrote:

I'm upgrading the system and running out of disk space to compile webkit-gtk

* Checking for at least 18 gigabytes disk space at 
/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp ...
[ !! ]
 * There is NOT at least 18 gigabytes disk space at 
/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp

df -h
Filesystem  Size  Used Avail Use% Mounted on
rootfs   28G   16G   11G  61% /
/dev/root28G   16G   11G  61% /
tmpfs   506M  540K  505M   1% /run
udev 10M 0   10M   0% /dev
shm 506M 0  506M   0% /dev/shm
/dev/hda484G   51G   29G  65% /home

How do I tell the system to use /home partition to use for compiling temp tiles?


It appears to only require such a ridiculous amount if you build with
debugging flags.


This would be an easy solution but debug flags are off:
[ebuild  N ] net-libs/webkit-gtk-1.8.3-r300:3  USE=geoloc gstreamer 
introspection jit spell webgl (-aqua) -coverage -debug -doc {-test} -webkit2 7,631 
kB

It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
net-libs/libproxy-0.4.10-r1 (webkit ? =net-libs/webkit-gtk-1.6:3)

--
Joseph



[gentoo-user] VPN question

2013-12-23 Thread Timur Aydin
Hello everybody,

I have a gentoo linux PC at home that I am using as my internet gateway.
It is also running a web server and a mail server with a static IP.
Everything is working fine.

Now I have installed a VPN server on this system (OpenVPN) and I am
using a VPN service provider to get a USA IP address. This, in its own,
works fine as well. But once I bring up the VPN tunnel, the web server
and the mail server become unavailable.

So, I need a way to have both the VPN tunnel and my web/mail servers
available simultaneously. I think some ip routing magic is required to
accomplish this, but all my experiments so far didn't yield any result.
I would appreciate if somebody can put me in the right direction for
finding a solution.

-- 
Timur



[gentoo-user] Re: out of disk space to compile webkit-gtk

2013-12-23 Thread James
Joseph syscon780 at gmail.com writes:

 
 I'm upgrading the system and running out of disk space to compile webkit-gtk


I'm not sure you have usb3, but if you do and you have a usb3 stick,
it's useful for this temporary expanded space need and so much more. Sure
it probably will not run as fast as your native HD, but, it's
a very handy device for this and many other needs. Or you can move
something big from the partition where you compile, on a temporary
basis.

just a thought,
hth,
James







Re: [gentoo-user] VPN question

2013-12-23 Thread Michael Orlitzky
On 12/23/2013 07:47 AM, Timur Aydin wrote:
 Hello everybody,
 
 I have a gentoo linux PC at home that I am using as my internet gateway.
 It is also running a web server and a mail server with a static IP.
 Everything is working fine.
 
 Now I have installed a VPN server on this system (OpenVPN) and I am
 using a VPN service provider to get a USA IP address.

Can you give us a better idea of what is running where? Who is the VPN
client, who is the server, what are the IP addresses, hostnames, etc?




Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Bruce Hill
On Mon, Dec 23, 2013 at 08:44:46AM -0700, Joseph wrote:
 
 It appears to only require such a ridiculous amount if you build with
 debugging flags.
 
 This would be an easy solution but debug flags are off:
 [ebuild  N ] net-libs/webkit-gtk-1.8.3-r300:3  USE=geoloc gstreamer 
 introspection jit spell webgl (-aqua) -coverage -debug -doc {-test} -webkit2 
 7,631 kB
 
 It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
 net-libs/libproxy-0.4.10-r1 (webkit ? =net-libs/webkit-gtk-1.6:3)

You might need to sync your system before emerging to get the latest version:

mingdao@baruch ~ $ eshowkw net-libs/webkit-gtk
Keywords for net-libs/webkit-gtk:
  |   | u  |  
  | a a p s   | n  |  
  | l m   h i m m   p s   p   | u s| r
  | p d a p a 6 i p c 3   a x | s l| e
  | h 6 r p 6 8 p p 6 9 s r 8 | e o| p
  | a 4 m a 4 k s c 4 0 h c 6 | d t| o
--+---++---
   1.8.3-r200 | + + + o + o o + + o o + + | o 2| gentoo
[I]1.8.3-r201 | + + + o + o o + + o o ~ + | o  | gentoo
--+---++---
   1.8.3-r300 | + + + o + o o + + o o + + | o 3| gentoo
  1.10.2-r300 | ~ ~ + o ~ o o ~ ~ o o ~ ~ | o  | gentoo
--+---++---
[I]2.0.4  | ~ + ~ o ~ o o ~ ~ o o ~ + | o 3/25 | gentoo
-- 
List replies preferred.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting



Re: [gentoo-user] VPN question

2013-12-23 Thread Timur Aydin
On 12/23/13 17:55, Michael Orlitzky wrote:
 On 12/23/2013 07:47 AM, Timur Aydin wrote:
 Hello everybody,

 I have a gentoo linux PC at home that I am using as my internet gateway.
 It is also running a web server and a mail server with a static IP.
 Everything is working fine.

 Now I have installed a VPN server on this system (OpenVPN) and I am
 using a VPN service provider to get a USA IP address.
 Can you give us a better idea of what is running where? Who is the VPN
 client, who is the server, what are the IP addresses, hostnames, etc?



I am located in Turkey. The VPN service provider is
http://www.strongvpn.com and they have servers all over the world. I am
using their server located in New York. Once I establish the SSL VPN
tunnel, the NY server effectively becomes my internet gateway. I need to
do this to get around websites that impose geographical restrictions on
their service (example, netflix.com, pandora.com). With the tunnel, I
look like I am located in NY and the website has no way of knowing that
I am in Turkey.

Regarding IP address, do you mean the USA IP address I receive from the
VPN service provider or my ISP assigned static IP?

Timur




Re: [gentoo-user] VPN question

2013-12-23 Thread Michael Orlitzky
On 12/23/2013 11:01 AM, Timur Aydin wrote:
 
 I am located in Turkey. The VPN service provider is
 http://www.strongvpn.com and they have servers all over the world. I am
 using their server located in New York. Once I establish the SSL VPN
 tunnel, the NY server effectively becomes my internet gateway. I need to
 do this to get around websites that impose geographical restrictions on
 their service (example, netflix.com, pandora.com). With the tunnel, I
 look like I am located in NY and the website has no way of knowing that
 I am in Turkey.
 
 Regarding IP address, do you mean the USA IP address I receive from the
 VPN service provider or my ISP assigned static IP?
 

Anything you can provide, it's not clear to the rest of us how many
computers are involved. Is the web/mail server only the gatway, or is
that the workstation that you're using (when, for example, trying to
access the website)?

What IP address are you using to access the web server? Its internal
one, or its external one? Is the website supposed to be visible externally?

It might also help to know which routes are set up by the VPN. Once
you've connected to an OpenVPN server, it usually pushes a bunch of
routes to the client (so that the client knows how to route to the VPN
without caring about the details). A `sudo route -n` or `sudo ip route
show` should suffice once we know which IPs belong to whom.




Re: [gentoo-user] VPN question

2013-12-23 Thread Burak Arslan
Selamlar,

On 12/23/13 18:01, Timur Aydin wrote:
 On 12/23/13 17:55, Michael Orlitzky wrote:
 On 12/23/2013 07:47 AM, Timur Aydin wrote:
 Hello everybody,

 I have a gentoo linux PC at home that I am using as my internet gateway.
 It is also running a web server and a mail server with a static IP.
 Everything is working fine.

 Now I have installed a VPN server on this system (OpenVPN) and I am
 using a VPN service provider to get a USA IP address.
 Can you give us a better idea of what is running where? Who is the VPN
 client, who is the server, what are the IP addresses, hostnames, etc?


 I am located in Turkey. The VPN service provider is
 http://www.strongvpn.com and they have servers all over the world. I am
 using their server located in New York. Once I establish the SSL VPN
 tunnel, the NY server effectively becomes my internet gateway. I need to
 do this to get around websites that impose geographical restrictions on
 their service (example, netflix.com, pandora.com). With the tunnel, I
 look like I am located in NY and the website has no way of knowing that
 I am in Turkey.

 Regarding IP address, do you mean the USA IP address I receive from the
 VPN service provider or my ISP assigned static IP?


Note that as we don't have actual data, the following is mostly
speculation:

Once the VPN connection is established, among the routes pushed by your
OpenVPN provider is also a default gateway entry which routes every
non-local packet through the vpn.

Your daemons at home receive a packet via your static Turkish address
but, because you got your default gw configured to be your vpn provider,
the response packet goes through NY. Due to reverse-path filtering or
some other fact of nature, it's dropped somewhere along the way.

If that's the case (big if :)), here's what you need to do:
http://lartc.org/lartc.html#AEN267

Hope that helps.

Best,
Burak



Re: [gentoo-user] No trace of installed simpleagenda

2013-12-23 Thread gevisz
2013/12/23 Jeremi Piotrowski jeremi.piotrow...@gmail.com

  Does anybody know how one can start  this extremely humble program

 Use equery f simpleagenda to find files installed by this package (equery
 is part of the gentoolkit package).

Thank you for the help. (Or you and Neil Bothwick, to be precise and
thankful. :-)

I found out that to start simpleagenda, I should type SimpleAgenda instead
of just simpleagenda

However, after this command, it shows only a one very small frame with a
digit 9 inside it and prints
the following error message:

$ SimpleAgenda
2013-12-23 18:01:11.694 SimpleAgenda[3800] Exception occured while loading
model: expected array

count 12 and got 201479017
2013-12-23 18:01:11.695 SimpleAgenda[3800] Failed to load Gorm
2013-12-23 18:01:11.696 SimpleAgenda[3800] Cannot load the main model file
'Agenda.gorm'

Does anybody use this humorous application and can explain what number 9 in
the frame
should mean at 6pm on December 23?

Of course, I do not expect anything from it any more but I am just curious.
:-)

Especially taking into account that, to emerge it, I had to recompile gcc
with objc use flag,
that took *a lot* of time. :-(

P.S. It seems to me that the application does not have any docs.

Does anybody have any ideas why it has been included in the main portage
tree?


Re: [gentoo-user] VPN question

2013-12-23 Thread Timur Aydin
On 12/23/13 18:12, Michael Orlitzky wrote:
 Anything you can provide, it's not clear to the rest of us how many
 computers are involved. Is the web/mail server only the gatway, or is
 that the workstation that you're using (when, for example, trying to
 access the website)?

This is my home network, 10.2.0.0/16. Multiple computers with
Windows/Linux/Mac. On some subnets, I have gadgets that also need access
to the internet.

The linux PC is the internet gateway with a static IP from my ISP. But
it is also used as my Linux workstation. The web server and email server
must be accessible from the internet and they are accessible if the
tunnel isn't up.

 What IP address are you using to access the web server? Its internal
 one, or its external one? Is the website supposed to be visible externally?

I can access both the web server and the mail server from the internal
network, no problems there. But, when the VPN tunnel comes up, all
external accesses stop working.

 It might also help to know which routes are set up by the VPN. Once
 you've connected to an OpenVPN server, it usually pushes a bunch of
 routes to the client (so that the client knows how to route to the VPN
 without caring about the details). A `sudo route -n` or `sudo ip route
 show` should suffice once we know which IPs belong to whom.

bonsai ~ # ip route show
default via 92.44.0.41 dev ppp0  metric 4007
10.2.1.0/24 dev eno1  proto kernel  scope link  src 10.2.1.254
10.2.2.0/24 dev enp1s0  proto kernel  scope link  src 10.2.2.254
10.2.3.0/24 dev enp8s0  proto kernel  scope link  src 10.2.3.254
92.44.0.41 dev ppp0  proto kernel  scope link  src 176.41.233.165
127.0.0.0/8 dev lo  scope host
127.0.0.0/8 via 127.0.0.1 dev lo

Here, 10.2.1.0 is the main subnet with the various Windows/Linux/Mac
PC's. The other two subnets have electronic gadgets that also need
internet access. I keep them on separate subnets while I do embedded
software development on them so that the are isolated them from the main
subnet.



Re: [gentoo-user] VPN question

2013-12-23 Thread Timur Aydin
On 12/23/13 18:24, Burak Arslan wrote:
 Once the VPN connection is established, among the routes pushed by your
 OpenVPN provider is also a default gateway entry which routes every
 non-local packet through the vpn.

Here is the routing setup after the tunnel is up:

bonsai ~ # /etc/init.d/openvpn start
 * Starting openvpn
 * WARNING: openvpn has started, but is inactive
bonsai ~ # ip route show
0.0.0.0/1 via 10.8.2.213 dev tun0
default via 92.44.0.41 dev ppp0  metric 4007
10.2.1.0/24 dev eno1  proto kernel  scope link  src 10.2.1.254
10.2.2.0/24 dev enp1s0  proto kernel  scope link  src 10.2.2.254
10.2.3.0/24 dev enp8s0  proto kernel  scope link  src 10.2.3.254
10.8.2.209 via 10.8.2.213 dev tun0  metric 1
10.8.2.213 dev tun0  proto kernel  scope link  src 10.8.2.214
92.44.0.41 dev ppp0  proto kernel  scope link  src 176.41.233.165
127.0.0.0/8 dev lo  scope host
127.0.0.0/8 via 127.0.0.1 dev lo
128.0.0.0/1 via 10.8.2.213 dev tun0
173.195.6.91 via 92.44.0.41 dev ppp0

 Your daemons at home receive a packet via your static Turkish address
 but, because you got your default gw configured to be your vpn provider,
 the response packet goes through NY. Due to reverse-path filtering or
 some other fact of nature, it's dropped somewhere along the way.

 If that's the case (big if :)), here's what you need to do:
 http://lartc.org/lartc.html#AEN267

Thanks for this link! I will need some time to digest this information
and will report back with my progress.

-- 
Timur



Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Joseph

On 12/23/13 00:18, Khumba wrote:

On Mon, 23 Dec 2013 00:53:16 -0700
Joseph syscon...@gmail.com wrote:


I'm upgrading the system and running out of disk space to compile webkit-gtk

* Checking for at least 18 gigabytes disk space at 
/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp ...
[ !! ]
 * There is NOT at least 18 gigabytes disk space at 
/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp

df -h
Filesystem  Size  Used Avail Use% Mounted on
rootfs   28G   16G   11G  61% /
/dev/root28G   16G   11G  61% /
tmpfs   506M  540K  505M   1% /run
udev 10M 0   10M   0% /dev
shm 506M 0  506M   0% /dev/shm
/dev/hda484G   51G   29G  65% /home

How do I tell the system to use /home partition to use for compiling temp tiles?


See the PORTAGE_TMPDIR variable in man make.conf.

Cheers,
Khumba


I have changed in make.conf:
PORTAGE_TMPFS=/home/joseph/tmp 


but trying to compile webkit-gtk-2.0.4 I'm running out of disk space
* Checking for at least 18 gigabytes disk space at /var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp ...  
[ !! ]

* There is NOT at least 18 gigabytes disk space at 
/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp

Why is it checking for disk space at: 
/var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp


--
Joseph



Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Joseph

On 12/23/13 09:57, Bruce Hill wrote:

On Mon, Dec 23, 2013 at 08:44:46AM -0700, Joseph wrote:


It appears to only require such a ridiculous amount if you build with
debugging flags.

This would be an easy solution but debug flags are off:
[ebuild  N ] net-libs/webkit-gtk-1.8.3-r300:3  USE=geoloc gstreamer 
introspection jit spell webgl (-aqua) -coverage -debug -doc {-test} -webkit2 7,631 
kB

It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
net-libs/libproxy-0.4.10-r1 (webkit ? =net-libs/webkit-gtk-1.6:3)


You might need to sync your system before emerging to get the latest version:

mingdao@baruch ~ $ eshowkw net-libs/webkit-gtk
Keywords for net-libs/webkit-gtk:
 |   | u  |
 | a a p s   | n  |
 | l m   h i m m   p s   p   | u s| r
 | p d a p a 6 i p c 3   a x | s l| e
 | h 6 r p 6 8 p p 6 9 s r 8 | e o| p
 | a 4 m a 4 k s c 4 0 h c 6 | d t| o
--+---++---
  1.8.3-r200 | + + + o + o o + + o o + + | o 2| gentoo
[I]1.8.3-r201 | + + + o + o o + + o o ~ + | o  | gentoo
--+---++---
  1.8.3-r300 | + + + o + o o + + o o + + | o 3| gentoo
 1.10.2-r300 | ~ ~ + o ~ o o ~ ~ o o ~ ~ | o  | gentoo
--+---++---
[I]2.0.4  | ~ + ~ o ~ o o ~ ~ o o ~ + | o 3/25 | gentoo


I just did, but it doesn't help webkit-gtk-2.0.4 still asking 18GB disk space to compile. 


--
Joseph



Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Khumba
On Mon, 23 Dec 2013 11:52:56 -0700
Joseph syscon...@gmail.com wrote:

 On 12/23/13 09:57, Bruce Hill wrote:
 On Mon, Dec 23, 2013 at 08:44:46AM -0700, Joseph wrote:
  
  It appears to only require such a ridiculous amount if you build with
  debugging flags.
 
  This would be an easy solution but debug flags are off:
  [ebuild  N ] net-libs/webkit-gtk-1.8.3-r300:3  USE=geoloc gstreamer 
  introspection jit spell webgl (-aqua) -coverage -debug -doc {-test} 
  -webkit2 7,631 kB
 
  It appears that only libproxy-0.4.10-r1 needs webkit-gtk-1.6:3
  net-libs/libproxy-0.4.10-r1 (webkit ? =net-libs/webkit-gtk-1.6:3)
 
 You might need to sync your system before emerging to get the latest version:
 
 mingdao@baruch ~ $ eshowkw net-libs/webkit-gtk
 Keywords for net-libs/webkit-gtk:
   |   | u  |
   | a a p s   | n  |
   | l m   h i m m   p s   p   | u s| r
   | p d a p a 6 i p c 3   a x | s l| e
   | h 6 r p 6 8 p p 6 9 s r 8 | e o| p
   | a 4 m a 4 k s c 4 0 h c 6 | d t| o
 --+---++---
1.8.3-r200 | + + + o + o o + + o o + + | o 2| gentoo
 [I]1.8.3-r201 | + + + o + o o + + o o ~ + | o  | gentoo
 --+---++---
1.8.3-r300 | + + + o + o o + + o o + + | o 3| gentoo
   1.10.2-r300 | ~ ~ + o ~ o o ~ ~ o o ~ ~ | o  | gentoo
 --+---++---
 [I]2.0.4  | ~ + ~ o ~ o o ~ ~ o o ~ + | o 3/25 | gentoo
 
 I just did, but it doesn't help webkit-gtk-2.0.4 still asking 18GB disk space 
 to compile. 
 

Note that as Holger says, you need to use /etc/portage/package.env
to ensure that you're not setting debugging flags like CFLAGS=-g
either, to stop webkit-gtk from wanting 18GB.

/etc/portage/package.env:
net-libs/webkit-gtk no-debug.conf

/etc/portage/env/no-debug.conf:
CFLAGS=put your normal CFLAGS without -g, -ggdb, etc.
CXXFLAGS=ditto

Cheers,
Khumba



Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Bruce Hill
On Mon, Dec 23, 2013 at 11:52:56AM -0700, Joseph wrote:
 
 I just did, but it doesn't help webkit-gtk-2.0.4 still asking 18GB disk space 
 to compile. 

Checking for sufficient disk space to build ${PN} with debugging CFLAGS

None here and 2.0.4 has built with 7G, and on the other box with 12G.
-- 
List replies preferred.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

Don't top-post: http://en.wikipedia.org/wiki/Top_post#Top-posting



Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Joseph

On 12/23/13 11:20, Khumba wrote:

[snip]


Note that as Holger says, you need to use /etc/portage/package.env
to ensure that you're not setting debugging flags like CFLAGS=-g
either, to stop webkit-gtk from wanting 18GB.

/etc/portage/package.env:
   net-libs/webkit-gtk no-debug.conf

/etc/portage/env/no-debug.conf:
   CFLAGS=put your normal CFLAGS without -g, -ggdb, etc.
   CXXFLAGS=ditto

Cheers,
Khumba


Thanks for the pointer. That was it!
CFLAGS=-O2 -march=athlon-xp -pipe -ggdb

I must have been running some debugging in the past and forgot to reset the 
-ggdb flag.

Thanks.
--
Joseph



Re: [gentoo-user] out of disk space to compile webkit-gtk

2013-12-23 Thread Neil Bothwick
On Mon, 23 Dec 2013 11:09:17 -0700, Joseph wrote:

 I have changed in make.conf:
 PORTAGE_TMPFS=/home/joseph/tmp 

 Why is it checking for disk space at: 
 /var/tmp/portage/net-libs/webkit-gtk-2.0.4/temp

Because you should have set PORTAGE_TMPDIR


-- 
Neil Bothwick

If you don't pay your exorcist, you get repossessed.


signature.asc
Description: PGP signature


Re: [gentoo-user] No trace of installed simpleagenda

2013-12-23 Thread Alan McKinnon
On 23/12/13 07:00, Gevisz wrote:
 I have emerged simpleagenda. Everything went on smoothly,
 no errors or warnings appeared. emerge --search simpleagenda
 shows that version 0.43 of the package is installed.
 
 However, I cannot find it in any FXCE menus and there is
 no simpleagenda command in shell. Moreover, there are no
 simpleagenda folder in /usr/share/doc and no man page for it.
 
 Application Finder also does not see it.
 
 Does anybody know how one can start this extremely humble program?
 
 
 



Please don't hijack threads like this.

You replied to a thread with Subject New Gnome Systemd Upgrade
Question and changed the subject line. This badly breaks the display of
mails in mail apps that understand the In-Reply-To header.

To start a new thread, please do not edit an old one. Rather send a
brand new mail to gentoo-user@lists.gentoo.org

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




Re: [gentoo-user] VPN question

2013-12-23 Thread Michael Orlitzky
On 12/23/2013 12:39 PM, Timur Aydin wrote:
 On 12/23/13 18:12, Michael Orlitzky wrote:
 Anything you can provide, it's not clear to the rest of us how many
 computers are involved. Is the web/mail server only the gatway, or is
 that the workstation that you're using (when, for example, trying to
 access the website)?
 
 This is my home network, 10.2.0.0/16. Multiple computers with
 Windows/Linux/Mac. On some subnets, I have gadgets that also need access
 to the internet.
 
 The linux PC is the internet gateway with a static IP from my ISP. But
 it is also used as my Linux workstation. The web server and email server
 must be accessible from the internet and they are accessible if the
 tunnel isn't up.
 
 What IP address are you using to access the web server? Its internal
 one, or its external one? Is the website supposed to be visible externally?
 
 I can access both the web server and the mail server from the internal
 network, no problems there. But, when the VPN tunnel comes up, all
 external accesses stop working.
 

Ah, OK. Suppose the external IP address of your gateway is 1.2.3.4. Then
that's the external address of your web/mail server as well. As a
visitor, if I send a packet to 1.2.3.4, I get a response from 1.2.3.4,
and everything is great.

When you turn on the VPN on the gateway, it begins routing all outgoing
traffic through some host in the USA. Now, as a visitor, if I send a
packet to 1.2.3.4, here's what happens:

  me - 1.2.3.4 (request)
 - Your server's VPN IP (response)
 - VPN server in the USA (response)
 - me

Now my TCP/IP stack wonders what a random packet from the USA is doing,
and drops it, because I expected a response from 1.2.3.4.

To see why there's no simple fix for this, imagine what happens if
someone at Netflix HQ tries to visit your website via 1.2.3.4. If your
routes would send the response back over 1.2.3.4, then they would also
send your browser traffic there over 1.2.3.4. But that won't work. And
if your routes would send your browser traffic over the VPN, then the
web server response will go over the VPN as well. And that breaks the
website.

The not-simple solutions are probably going to involve reorganizing your
network a bit; having a workstation, web server, and VPN client all on
one box is giving you conflicting requirements. But maybe if you're
lucky, you have a static public IP address on the VPN. In that case you
can always access the website via the VPN address.




Re: [gentoo-user] VPN question

2013-12-23 Thread Michael Orlitzky
On 12/23/2013 07:04 PM, Michael Orlitzky wrote:
 
 The not-simple solutions are probably going to involve reorganizing your
 network a bit; having a workstation, web server, and VPN client all on
 one box is giving you conflicting requirements. But maybe if you're
 lucky, you have a static public IP address on the VPN. In that case you
 can always access the website via the VPN address.

The thing that you really want to enforce is that incoming packets go
out over the same connection that they came in on. Ignoring the fact
that the last sentence doesn't really make sense, it can be done for
multiple (redundant) upstream providers:

  http://www.lartc.org/howto/lartc.rpdb.multiple-links.html

However, the routing table in that scenario is fixed. I wouldn't bet on
OpenVPN being able to add its routes without messing something up.