Re: [gentoo-user] Linux friendly tablets?

2014-10-09 Thread Nilesh Govindrajan
On 10-Oct-2014 1:59 am, behrouz khosravi bz.khosr...@gmail.com wrote: Hello everyone. I am going to buy a mid range (under 250$) tablet. It will be an android based, but I want to buy something that I will be able to boot linux natively on it and see what happens when all that java crap is

Re: [gentoo-user] Is systemd-journald a complete replacement for sysklogd?

2014-09-17 Thread Nilesh Govindrajan
On Thu, Sep 18, 2014 at 8:26 AM, walt w41...@gmail.com wrote: I'm trying to track down a bad bug in dhcpcd-6.4.4, so (unlike most days ;) I'm paying close attention to the output of journalctl. The confusing part is that the output of journalctl is *very* different depending on whether

[gentoo-user] [OT] installing sabayon from stage3 gentoo

2014-09-15 Thread Nilesh Govindrajan
I'm trying to install sabayon from gentoo amd64 stage3 as per https://wiki.sabayon.org/index.php?title=HOWTO:_Install_from_an_existing_Linux_system but for some reason equo rescue generate hangs on futex(0x88e650, FUTEX_WAIT_PRIVATE, 0, NULL Why does this happen? Some search directed me toward

Re: [gentoo-user] unix2dos blocks dos2unix

2014-09-14 Thread Nilesh Govindrajan
or ***vice versa*** dos2unix handles both, that's why. -- Nilesh Govindrajan m...@nileshgr.com

[gentoo-user] Hardened Kernel and UKSM

2014-08-23 Thread Nilesh Govindrajan
‘uksm_cow_pte’: include/linux/uksm.h:80:9: error: ‘struct vm_area_struct’ has no member named ‘uksm_vma_slot’ include/linux/uksm.h:81:6: error: ‘struct vm_area_struct’ has no member named ‘uksm_vma_slot’ make[1]: *** [kernel/fork.o] Error 1 make: *** [kernel] Error 2 -- Nilesh Govindrajan m

[gentoo-user] Re: Hardened Kernel and UKSM

2014-08-23 Thread Nilesh Govindrajan
On Sat, Aug 23, 2014 at 12:03 PM, Nilesh Govindrajan m...@nileshgr.com wrote: Hi, I'm trying to patch Gentoo Hardened sources 3.15.5r2 with UKSM. It patched fine, got some rejects on fork.c, mmap.c and exec.c. I saw the code, they were trivial so I added the changes manually. But I need

Re: [gentoo-user] PAM auto-adding .db suffix: feature or bug?

2014-08-23 Thread Nilesh Govindrajan
(for /etc/mail/aliases.db). -- Nilesh Govindrajan m...@nileshgr.com

Re: [gentoo-user] distfiles contains extra files?

2014-08-13 Thread Nilesh Govindrajan
On Wed, Aug 13, 2014 at 8:37 PM, James wirel...@tampabay.rr.com wrote: I previously thought that /usr/portage/distfiles only contains tar files. I have not clean up the system, as I'm moving (dupicating some files for my /usr/local/ needs. But I do not remember ever seeing any types of

Re: [gentoo-user] Portage metadata cache backend: sqlite or not?

2014-08-12 Thread Nilesh Govindrajan
On Tue, Aug 12, 2014 at 11:40 PM, Marc Joliet mar...@gmx.de wrote: Hi list For the longest time I've had portage configured to use the sqlite metadata cache backend as per an old HOWTO [0], however, I thought that it would be a good idea to revisit that decision. Now apparently, this was

[gentoo-user] su hangs

2014-08-11 Thread Nilesh Govindrajan
I have pam_pgsql and libnss-pgsql installed. On one server su works perfectly, but on the other one when I try to su (both, with and without -l) it hangs. Both are using systemd and the same kernel (they are same config except # of HDDs). Here's the strace - fstat(4, {st_mode=S_IFREG|0644,

[gentoo-user] Re: su hangs

2014-08-11 Thread Nilesh Govindrajan
On Mon, Aug 11, 2014 at 9:14 PM, Nilesh Govindrajan m...@nileshgr.com wrote: I have pam_pgsql and libnss-pgsql installed. On one server su works perfectly, but on the other one when I try to su (both, with and without -l) it hangs. Both are using systemd and the same kernel (they are same

[gentoo-user] grub-mkconfig doesn't pick UUID/LABEL

2014-08-09 Thread Nilesh Govindrajan
When I run grub-mkconfig (it's grub2, -multislot), it generates root=/dev/md127p2. md arrays get assembled at boot so their numbers aren't fixed. So far I've been manually editing the generated config. But I don't want a non-booting server some time in future because of this bug. My rootfs has a

[gentoo-user] Re: grub-mkconfig doesn't pick UUID/LABEL

2014-08-09 Thread Nilesh Govindrajan
On Sun, Aug 10, 2014 at 12:06 AM, Nilesh Govindrajan m...@nileshgr.com wrote: When I run grub-mkconfig (it's grub2, -multislot), it generates root=/dev/md127p2. md arrays get assembled at boot so their numbers aren't fixed. So far I've been manually editing the generated config. But I don't

Re: [gentoo-user] Compiling for different CPU but same architecture

2014-08-01 Thread Nilesh Govindrajan
On Fri, 2014-08-01 at 08:53 +0100, Neil Bothwick wrote: On Fri, 01 Aug 2014 15:59:56 +1000, wraeth wrote: systemd-nspawn is quite a useful utility for working in a chroot - almost a complete virtual machine without the overhead. I also came across a handy introduction to it [1] too, by

Re: [gentoo-user] Compiling for different CPU but same architecture

2014-08-01 Thread Nilesh Govindrajan
On Fri, 2014-08-01 at 18:23 +1000, wraeth wrote: On Fri, 2014-08-01 at 13:31 +0530, Nilesh Govindrajan wrote: systemd-nspawn seems to be interesting. But will it work on my i5? Because I prefer to use -march=native. For using distcc I copied all the flags that gcc selects in march=native

Re: [gentoo-user] Compiling for different CPU but same architecture

2014-08-01 Thread Nilesh Govindrajan
On Fri, 2014-08-01 at 06:00 -0600, Jc García wrote: 2014-08-01 5:51 GMT-06:00 Neil Bothwick n...@digimed.co.uk: On Fri, 1 Aug 2014 05:45:36 -0600, Jc García wrote: systemd-nspawn seems to be interesting. But will it work on my i5? Because I prefer to use -march=native. For using distcc

Re: [gentoo-user] Compiling for different CPU but same architecture

2014-08-01 Thread Nilesh Govindrajan
On Fri, 2014-08-01 at 06:00 -0600, Jc García wrote: 2014-08-01 5:51 GMT-06:00 Neil Bothwick n...@digimed.co.uk: On Fri, 1 Aug 2014 05:45:36 -0600, Jc García wrote: systemd-nspawn seems to be interesting. But will it work on my i5? Because I prefer to use -march=native. For using distcc

Re: [gentoo-user] Ideapad-laptop

2014-07-31 Thread Nilesh Govindrajan
On Wed, 2014-07-30 at 16:32 +0530, Nilesh Govindrajan wrote: On 30-Jul-2014 4:30 pm, Mick michaelkintz...@gmail.com wrote: On Wednesday 30 Jul 2014 11:53:25 Nilesh Govindrajan wrote: So I got a new Lenovo G50. I found all the required drivers in kernel itself. Seems to be quite Linux

Re: [gentoo-user] Ideapad-laptop

2014-07-31 Thread Nilesh Govindrajan
On Thu, 2014-07-31 at 20:22 +0200, J. Roeleveld wrote: On 31 July 2014 19:40:07 CEST, Nilesh Govindrajan m...@nileshgr.com wrote: On Wed, 2014-07-30 at 16:32 +0530, Nilesh Govindrajan wrote: On 30-Jul-2014 4:30 pm, Mick michaelkintz...@gmail.com wrote: On Wednesday 30 Jul 2014 11:53:25

[gentoo-user] Compiling for different CPU but same architecture

2014-07-31 Thread Nilesh Govindrajan
What's the easiest way to compile Gentoo for another amd64 machine? I have a i5 desktop, and the laptop I have seems to be a subset of corei7 as per GCC native option. The basic installation was done using distcc, but it's not as fast as compiling completely on my machine. May be I should not put

[gentoo-user] Ideapad-laptop

2014-07-30 Thread Nilesh Govindrajan
So I got a new Lenovo G50. I found all the required drivers in kernel itself. Seems to be quite Linux friendly so far (not installed desktop yet). There's one problem though. The kernel module ideapad-laptop which apparently recognizes the hotkey stuff, backlight and some other things doesn't let

Re: [gentoo-user] Ideapad-laptop

2014-07-30 Thread Nilesh Govindrajan
On 30-Jul-2014 4:30 pm, Mick michaelkintz...@gmail.com wrote: On Wednesday 30 Jul 2014 11:53:25 Nilesh Govindrajan wrote: So I got a new Lenovo G50. I found all the required drivers in kernel itself. Seems to be quite Linux friendly so far (not installed desktop yet). There's one

Re: [gentoo-user] 'Heartbleed' bug

2014-04-10 Thread Nilesh Govindrajan
On Thu, Apr 10, 2014 at 4:22 PM, Matthew Finkel matthew.fin...@gmail.com wrote: On Thu, Apr 10, 2014 at 05:53:44PM +0800, J?n Zahornadsk? wrote: On 04/10/2014 05:03 PM, Adam Carter wrote: What surprises me here is OpenSSH. It's not supposed to use OpenSSL but Debian update process

Re: [gentoo-user] emerge ---p --depclean - check me...

2014-04-10 Thread Nilesh Govindrajan
On Apr 10, 2014 4:48 PM, Tanstaafl tansta...@libertytrek.org wrote: Hi all, I rarely do this (I know, I should do it periodically at least), so I'd like someone to check these... These are the packages that would be unmerged: dev-python/python-exec selected: 1.1 1.2

Re: [gentoo-user] my gnome-shell break

2014-04-04 Thread Nilesh Govindrajan
On Fri, Apr 4, 2014 at 8:55 AM, 林守磊 linxiu...@gmail.com wrote: What the path of gnome-shell log, maybe some error log can trace the problem PS: I use journal 2014-04-03 21:28 GMT+08:00 Nilesh Govindrajan m...@nileshgr.com: Did you try deleting ~/. *? Sometimes simple things like those

Re: [gentoo-user] my gnome-shell break

2014-04-04 Thread Nilesh Govindrajan
On Fri, Apr 4, 2014 at 9:19 PM, AR aleiphoe...@gmail.com wrote: On Fri, Apr 4, 2014 at 11:31 PM, Nilesh Govindrajan m...@nileshgr.com wrote: On Fri, Apr 4, 2014 at 8:55 AM, 林守磊 linxiu...@gmail.com wrote: What the path of gnome-shell log, maybe some error log can trace the problem PS: I

Re: [gentoo-user] my gnome-shell break

2014-04-03 Thread Nilesh Govindrajan
Did you try deleting ~/. *? Sometimes simple things like those help. Take a backup first. Sorry for top post, sent from mobile. On 03-Apr-2014 6:48 am, 林守磊 linxiu...@gmail.com wrote: Hi all I use gnome-shell-3.10.4-r1 some problem happen when I upgrade from 3.8, such as wall-picture

Re: [gentoo-user] Portage did not remerge dev-perl/XML-Parser after upgrading perl,

2014-04-03 Thread Nilesh Govindrajan
On 04-Apr-2014 6:55 am, 林守磊 linxiu...@gmail.com wrote: Portage did not remerge dev-perl/XML-Parser after I upgrade perl, which case new perl can't require XML::Parser do revdep-rebuild will sovle it ? perl-cleaner --all

Re: [gentoo-user] systemd-networkd: simpler config for my network

2014-03-31 Thread Nilesh Govindrajan
On 31-Mar-2014 5:45 pm, Stefan G. Weichinger li...@xunil.at wrote: Aside from all the discussions around systemd, I simply gave the new systemd-networkd a try. It helped me to simplify my config for my main machine where I run KVM for virtualization and need a network bridge:

Re: [gentoo-user] Portable Gentoo (Pen Drive Linux)

2014-03-28 Thread Nilesh Govindrajan
On 28-Mar-2014 8:55 pm, Francisco Ares fra...@gmail.com wrote: Also, as for a bootable flash drive, if you use logical volumes for mount partitions, it works like a charm. If not, depending on the other physical drives, during boot, drive letters may change (I believe during the initramfs part

Re: [gentoo-user] Local Mail with Procmail and Thunderbird (or similar)

2014-03-27 Thread Nilesh Govindrajan
On 27-Mar-2014 4:12 pm, wraeth wra...@privatdemail.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Greetings all! I have several IMAP mail accounts that I want to be able to synchronize locally (on several machines - two-way sync would be a bonus but not necessarily required)

Re: [gentoo-user] Making XEN functional

2014-03-23 Thread Nilesh Govindrajan
On 23-Mar-2014 5:46 pm, J. Roeleveld jo...@antarean.org wrote: On Sunday, March 23, 2014 07:53:22 AM Facundo Curti wrote: Hi list! :) First at all, I apologize if my english is not perfect, I know i'm not the only non-english speak on list, but I apologize any way jeje :P I'm trying to

Re: [gentoo-user] Portable Gentoo (Pen Drive Linux)

2014-03-22 Thread Nilesh Govindrajan
On 22-Mar-2014 5:42 pm, Brian Hesdorfer zerop...@gmail.com wrote: On 3/21/2014 9:53 PM, Nilesh Govindrajan wrote: Hi, Since I don't have a laptop, I'm thinking of installing Gentoo on my USB 3 pen drive. I'll use binpkgs from my desktop so that pen drive lives long. Has anybody tried

Re: [gentoo-user] Portable Gentoo (Pen Drive Linux)

2014-03-22 Thread Nilesh Govindrajan
On 22-Mar-2014 6:39 pm, Alan McKinnon alan.mckin...@gmail.com wrote: On 22/03/2014 15:00, Nilesh Govindrajan wrote: On 22-Mar-2014 5:42 pm, Brian Hesdorfer zerop...@gmail.com mailto:zerop...@gmail.com wrote: On 3/21/2014 9:53 PM, Nilesh Govindrajan wrote: Hi, Since I don't have

Re: [gentoo-user] Portable Gentoo (Pen Drive Linux)

2014-03-22 Thread Nilesh Govindrajan
On 22-Mar-2014 6:56 pm, Alan McKinnon alan.mckin...@gmail.com wrote: On 22/03/2014 15:12, Nilesh Govindrajan wrote: On 22-Mar-2014 6:39 pm, Alan McKinnon alan.mckin...@gmail.com mailto:alan.mckin...@gmail.com wrote: On 22/03/2014 15:00, Nilesh Govindrajan wrote: On 22-Mar-2014 5:42 pm

Re: [gentoo-user] Re: Unable to access USB3 HDD / Pen drive

2014-03-21 Thread Nilesh Govindrajan
On 21-Mar-2014 9:12 pm, Tom Wijsman tom...@gentoo.org wrote: On Tue, 4 Mar 2014 07:47:47 +0530 Nilesh Govindrajan m...@nileshgr.com wrote: Works perfectly. Looks like I've to downgrade to geek sources 3.13.4 in this case. Remember some thread about this on LKML; think this would have

[gentoo-user] Portable Gentoo (Pen Drive Linux)

2014-03-21 Thread Nilesh Govindrajan
Hi, Since I don't have a laptop, I'm thinking of installing Gentoo on my USB 3 pen drive. I'll use binpkgs from my desktop so that pen drive lives long. Has anybody tried Samsung's F2FS? I heard it performs better than the traditional ext4/xfs/etc on flash drives. Also the pen drive will be

[gentoo-user] sys-apps/gentoo-functions

2014-03-18 Thread Nilesh Govindrajan
What is sys-apps/gentoo-functions (seems to have appeared since 10 March 2014) and how is getting installed (as part of emerge -uNDv @world) when it's hard masked?

Re: [gentoo-user] Re: Where is /etc/conf.d/net.example?

2014-03-17 Thread Nilesh Govindrajan
On Mon, Mar 17, 2014 at 6:45 PM, Alan McKinnon alan.mckin...@gmail.com wrote: On 17/03/2014 10:18, Mick wrote: On Monday 17 Mar 2014 03:21:38 eroen wrote: On Sun, 16 Mar 2014 22:15:59 +0200, Alan McKinnon alan.mckin...@gmail.com wrote: You have various choices - an orthodox network manager

Re: [gentoo-user] [OT?] How to get WebDAV going on Apache?

2014-03-15 Thread Nilesh Govindrajan
On 15-Mar-2014 8:22 pm, Peter Humphrey pe...@prh.myzen.co.uk wrote: On Saturday 01 Mar 2014 11:07:07 cov...@ccs.covici.com wrote: I installed owncloud, but I could not sync an iphone -- at least not to the calendar part of owncloud. It didn't complain about the password or anything, but

Re: [gentoo-user]

2014-03-04 Thread Nilesh Govindrajan
On 04-Mar-2014 11:50 pm, Guido Budack gla...@yandex.com wrote: Hi, actually I am reading the handbook because I intend to change from debian to gentoo. I am some sort of a 'purist'.. however... I just ask myself while reading chapter 3 very carefully: isn't it necessary to modify any fstab

[gentoo-user] Unable to access USB3 HDD / Pen drive

2014-03-03 Thread Nilesh Govindrajan
Something weird is happening, I'm unable to access my USB3 HDD on geek-sources 3.13.5 and 3.10 (both compiled with same .config; patches enabled: fedora, gentoo, optimize, uksm). But it works on 3.13.2. [ 124.985666] xhci_hcd :00:14.0: xHCI xhci_drop_endpoint called with disabled ep

Re: [gentoo-user] Re: Unable to access USB3 HDD / Pen drive

2014-03-03 Thread Nilesh Govindrajan
On 04-Mar-2014 7:14 am, walt w41...@gmail.com wrote: On 03/03/2014 10:02 AM, Nilesh Govindrajan wrote: Something weird is happening, I'm unable to access my USB3 HDD on geek-sources 3.13.5 and 3.10 (both compiled with same .config; patches enabled: fedora, gentoo, optimize, uksm

Re: [gentoo-user] [OT?] How to get WebDAV going on Apache?

2014-03-02 Thread Nilesh Govindrajan
On Sun, Mar 2, 2014 at 5:01 PM, Mick michaelkintz...@gmail.com wrote: On Sunday 02 Mar 2014 02:47:09 Peter Humphrey wrote: I must thank you for the work you put into that, Mick, You're welcome. :-) but Nilesh has said I don't need DAV in Apache because it comes bundled with owncloud.

Re: [gentoo-user] [OT?] How to get WebDAV going on Apache?

2014-03-01 Thread Nilesh Govindrajan
On Sat, Mar 1, 2014 at 4:43 PM, Peter Humphrey pe...@prh.myzen.co.ukwrote: On Friday 28 Feb 2014 16:31:39 Nilesh Govindrajan wrote: You don't need moddav for owncloud. Owncloud implements it via php. Now I am confused. Do I need to add or remove a USE flag from php or owncloud? # emerge

Re: [gentoo-user] [OT?] How to get WebDAV going on Apache?

2014-03-01 Thread Nilesh Govindrajan
On 02-Mar-2014 7:05 am, Peter Humphrey pe...@prh.myzen.co.uk wrote: On Saturday 01 Mar 2014 16:09:16 Mick wrote: On Saturday 01 Mar 2014 15:21:48 Peter Humphrey wrote: APACHE2_OPTS=-D DEFAULT_VHOST -D INFO -D SSL -D SSL_DEFAULT_VHOST -D LANGUAGE -D SUEXEC -D PHP5 -D PHP -D DAV

Re: [gentoo-user] [OT?] How to get WebDAV going on Apache?

2014-02-28 Thread Nilesh Govindrajan
On 28 Feb 2014 16:26, Peter Humphrey pe...@prh.myzen.co.uk wrote: Hello list, Apologies if this is off-topic here but I don't know where else to ask. I'm having trouble getting owncloud installed on my LAN mini-server. Its post-inst check complains the WebDAV interface seems to be broken.

Re: [gentoo-user] Modifying Suspend Script?

2014-02-26 Thread Nilesh Govindrajan
On 27 Feb 2014 08:06, Lee ny6...@gmail.com wrote: Hi, I always need to reconnect my laptop pcmcia wireless card to my WAP when awaking from suspend. It would be nice if I could add two commands, ifconfig and dhpcd, to the script which controls awaking from suspend. Anyone know which file I can

Re: [gentoo-user] vixie cron: PAM ERROR

2014-02-25 Thread Nilesh Govindrajan
On Tue, Feb 25, 2014 at 9:29 PM, Grant Edwards grant.b.edwa...@gmail.comwrote: On a newly installed system, I'm getting error messages from vixie cron about PAM authentication errors: Feb 25 09:52:01 alpha crond[23085]: (root) PAM ERROR (Authentication failure) Feb 25 09:52:01 alpha

Re: [gentoo-user] Re: vixie cron: PAM ERROR

2014-02-25 Thread Nilesh Govindrajan
On Tue, Feb 25, 2014 at 10:52 PM, Grant Edwards grant.b.edwa...@gmail.comwrote: On 2014-02-25, Grant Edwards grant.b.edwa...@gmail.com wrote: On a newly installed system, I'm getting error messages from vixie cron about PAM authentication errors: Feb 25 09:52:01 alpha crond[23085]:

Re: [gentoo-user] problem upgrading to apache 2.4.7 from 2.2.26

2014-02-24 Thread Nilesh Govindrajan
On 24 Feb 2014 13:43, cov...@ccs.covici.com wrote: Hi. I am having problems upgrading to apache 2.4.7 from 2.2.26. It seems mod_perl and mod_python require apache2.4 in their ebuilds. Anyway to fix this or am I stuck with the apache2.2 series? I was doing this in my normal upgrade process

Re: [gentoo-user] Fwd: How about the gentoo server or cluster in production environment?

2014-02-20 Thread Nilesh Govindrajan
On 21 Feb 2014 06:33, Facundo Curti facu.cu...@gmail.com wrote: the advantage of clustering servers though is you can take one out and update it. if you use a distributed compliation [1] and tell portage to keep the binaries [2] you can take a few out and do them together, then the remainder

Re: [gentoo-user] Fwd: How about the gentoo server or cluster in production environment?

2014-02-19 Thread Nilesh Govindrajan
On 20 Feb 2014 05:12, Franklin Wang touch2...@gmail.com wrote: and what about slackware for server? Original Message Subject: How about the gentoo server or cluster in production environment? Date: Fri, 29 Nov 2013 09:41:28 +0800 From: Franklin Wang touch2...@gmail.com

Re: [gentoo-user] Fwd: How about the gentoo server or cluster in production environment?

2014-02-19 Thread Nilesh Govindrajan
2014-02-19 21:36 GMT-03:00 Franklin Wang touch2...@gmail.com: Maybe it's intresting, although I prefer to use red hat, suse or ubuntu in datacenter as Google. Slackware servers're not very poppular here On 2014年02月20日 08:14, Nilesh Govindrajan wrote: On 20 Feb 2014 05:12, Franklin Wang

Re: [gentoo-user] systemd as a Profile - practical or not?

2014-02-18 Thread Nilesh Govindrajan
On Tuesday 18 February 2014 09:54 PM, Tanstaafl wrote: Hi all, Ok, before I go and open up a bug requesting this... I know there have to be a lot of people on this list who can answer this question... Is making the use of systemd or not based on a selected Profile, as opposed to

Re: [gentoo-user] systemd as a Profile - practical or not?

2014-02-18 Thread Nilesh Govindrajan
On Tuesday 18 February 2014 10:46 PM, Yohan Pereira wrote: Burst out laughing reading this mail after reading this thread and the other systemd one. Anyways you'll find instructions here http://www.gentoo.org/main/en/lists.xml. Don't you like jokers? ;-) No offense, but RTFM!

Re: [gentoo-user] [OT] easy to use proxy server

2014-02-17 Thread Nilesh Govindrajan
On 17 Feb 2014 16:15, pat p...@xvalheru.org wrote: Hi, Please, could someone suggest easy to use proxy server which supports SSL? Thanks Pat Freehosting PIPNI - http://www.pipni.cz/ Forward - squid, apache. Reverse - squid, apache, nginx

Re: [gentoo-user] JDK 7 on server

2014-02-17 Thread Nilesh Govindrajan
On Monday 17 February 2014 04:12 AM, Edward M wrote: On Sun, 16 Feb 2014 14:14:24 +0530 Nilesh Govindrajan m...@nileshgr.com wrote: rvices to customers, so compatibility is definitely a concern. I'm not exactly sure what the differences are between Oracle JDK OpenJDK; the differences I

Re: [gentoo-user] JDK 7 on server

2014-02-17 Thread Nilesh Govindrajan
on server On Monday 17 February 2014 04:12 AM, Edward M wrote: On Sun, 16 Feb 2014 14:14:24 +0530 Nilesh Govindrajan m...@nileshgr.com wrote: rvices to customers, so compatibility is definitely a concern. I'm not exactly sure what the differences are between Oracle JDK OpenJDK

[gentoo-user] JDK 7 on server

2014-02-16 Thread Nilesh Govindrajan
Hello, I'm planning to run GlassFish on my server. I'm pondering whether I should just go away with the default icedtea-bin package or use oracle-jdk-bin. I'll be renting out services to customers, so compatibility is definitely a concern. I'm not exactly sure what the differences are between

Re: [gentoo-user] to install portage on other gentoo installs

2014-02-14 Thread Nilesh Govindrajan
On 14 Feb 2014 12:46, Edward M edwardm.gentoo.j...@live.com wrote: On Thu, 13 Feb 2014 19:11:44 +0100 J. Roeleveld jo...@antarean.org wrote: If you want to do NFS. Let us know. It can be done easier then Alan makes out. But you then need to ensure only your machines are connected to the

Re: [gentoo-user] to install portage on other gentoo installs

2014-02-13 Thread Nilesh Govindrajan
On Thursday 13 February 2014 11:41 PM, J. Roeleveld wrote: On 13 February 2014 17:55:19 CET, Alan McKinnon alan.mckin...@gmail.com wrote: On 13/02/2014 18:35, Edward M wrote: On Thu, 13 Feb 2014 02:44:02 +0200 Alan McKinnon alan.mckin...@gmail.com wrote: On 13/02/2014 02:40, Edward M

Re: [gentoo-user] Updated to gnome 3.10 using overlay and menu item icons disappeared

2014-02-12 Thread Nilesh Govindrajan
On Wed, Feb 12, 2014 at 1:10 PM, Nilesh Govindrajan m...@nileshgr.com wrote: On Wed, Feb 12, 2014 at 1:07 PM, Canek Peláez Valdés can...@gmail.comwrote: On Wed, Feb 12, 2014 at 12:50 AM, Nilesh Govindrajan m...@nileshgr.com wrote: Hello there, I updated to gnome 3.10 from the gnome

Re: [gentoo-user] acroread 9.5.5 segfault

2014-02-12 Thread Nilesh Govindrajan
On Thursday 13 February 2014 07:06 AM, Tim wrote: I am trying to use acroread 9.5.5 only for its ability to display animations. If I run: $ ACRODEBUG=1 ACRO_CRASHLOG=1 acroread and then try to open a file (or include the filename on the command line), I simply get Segmentation fault. If I

Re: [gentoo-user] to install portage on other gentoo installs

2014-02-12 Thread Nilesh Govindrajan
On Thursday 13 February 2014 06:14 AM, Alan McKinnon wrote: On 13/02/2014 02:40, Edward M wrote: Howdy, Been busy learning Linux :-) got new email other was getting crowded. I'm planing on installing Gentoo on a few systems and I was wondering to save bandwidth, i could install portage to

[gentoo-user] Updated to gnome 3.10 using overlay and menu item icons disappeared

2014-02-11 Thread Nilesh Govindrajan
Hello there, I updated to gnome 3.10 from the gnome overlay (was using 3.8 earlier from the default portage tree) yesterday. Now, in various applications the icons in menu items have disappeared. Like the new tab icon in Firefox menu, new document icon in libreoffice file menu and so on. For all

Re: [gentoo-user] Updated to gnome 3.10 using overlay and menu item icons disappeared

2014-02-11 Thread Nilesh Govindrajan
On Wed, Feb 12, 2014 at 1:07 PM, Canek Peláez Valdés can...@gmail.comwrote: On Wed, Feb 12, 2014 at 12:50 AM, Nilesh Govindrajan m...@nileshgr.com wrote: Hello there, I updated to gnome 3.10 from the gnome overlay (was using 3.8 earlier from the default portage tree) yesterday. Now

[gentoo-user] Re: KVM networking help (solved)

2013-07-19 Thread Nilesh Govindrajan
On Jul 17, 2013 11:58 PM, Nilesh Govindrajan m...@nileshgr.com wrote: Hi, I need some help settling up networking with KVM machines. I have one public interface with four publicly accessible IPs. I want to run a private virtual network for the VMs, such that every VM can access every other

[gentoo-user] KVM networking help

2013-07-17 Thread Nilesh Govindrajan
Hi, I need some help settling up networking with KVM machines. I have one public interface with four publicly accessible IPs. I want to run a private virtual network for the VMs, such that every VM can access every other VM and host, also host can access every VM (required for NAT). So far I

Re: [gentoo-user] New firefox-bin-21.0: bug or feature?

2013-05-16 Thread Nilesh Govindrajan
On Thursday 16 May 2013 08:02:48 PM IST, walt wrote: Portage just updated firefox-bin to 21.0, and after that I had no firefox plugins. Finally I discovered that the new version apparently ignores the traditional symlink /opt/firefox/plugins-/usr/lib64/nsbrowser/plugins I worked around it by

[gentoo-user] app-accessibility/speech-dispatcher won't compile

2013-05-07 Thread Nilesh Govindrajan
Can someone help me with this? http://bpaste.net/show/96717/

Re: [gentoo-user] app-accessibility/speech-dispatcher won't compile

2013-05-07 Thread Nilesh Govindrajan
On Tuesday 07 May 2013 05:15:16 PM IST, Mateusz Kowalczyk wrote: On 07/05/13 12:17, Nilesh Govindrajan wrote: Can someone help me with this? http://bpaste.net/show/96717/ On the very same log you posted it says: * If you need support, post the output of `emerge --info '=app-accessibility

Re: [gentoo-user] {OT} laptops for a developing country (Vanuatu)

2013-04-27 Thread Nilesh Govindrajan
On Saturday 27 April 2013 07:06:41 AM IST, Grant wrote: My wife and I recently visited Vanuatu (island of Santo) and fell in love with it. We got to know some locals pretty well and everybody is pining for laptops. Internet service is becoming widely available due to Digicel and TVL cell phone

Re: [gentoo-user] How to run Firefox Beta?

2013-04-26 Thread Nilesh Govindrajan
On Friday 26 April 2013 11:05:05 AM IST, Alecks Gates wrote: On Thu, Apr 25, 2013 at 11:57 PM, Nilesh Govindrajan m...@nileshgr.com wrote: I downloaded Firefox Beta official tbz2 from mozilla.org and extract into ~ But, ldd libxul.so says libasound.so.2 not found, even though /usr/lib where

Re: [gentoo-user] How to run Firefox Beta?

2013-04-26 Thread Nilesh Govindrajan
On Friday 26 April 2013 11:36:51 AM IST, Nilesh Govindrajan wrote: On Friday 26 April 2013 11:05:05 AM IST, Alecks Gates wrote: On Thu, Apr 25, 2013 at 11:57 PM, Nilesh Govindrajan m...@nileshgr.com wrote: I downloaded Firefox Beta official tbz2 from mozilla.org and extract into ~ But, ldd

Re: [gentoo-user] How to run Firefox Beta?

2013-04-26 Thread Nilesh Govindrajan
On Friday 26 April 2013 12:09 PM, Nilesh Govindrajan wrote: On Friday 26 April 2013 11:36:51 AM IST, Nilesh Govindrajan wrote: On Friday 26 April 2013 11:05:05 AM IST, Alecks Gates wrote: On Thu, Apr 25, 2013 at 11:57 PM, Nilesh Govindrajan m...@nileshgr.com wrote: I downloaded Firefox Beta

Re: [gentoo-user] How to run Firefox Beta?

2013-04-26 Thread Nilesh Govindrajan
On Friday 26 April 2013 12:10:34 PM IST, Nilesh Govindrajan wrote: On Friday 26 April 2013 12:09 PM, Nilesh Govindrajan wrote: On Friday 26 April 2013 11:36:51 AM IST, Nilesh Govindrajan wrote: On Friday 26 April 2013 11:05:05 AM IST, Alecks Gates wrote: On Thu, Apr 25, 2013 at 11:57 PM

Re: [gentoo-user] {OT} laptops for a developing country (Vanuatu)

2013-04-26 Thread Nilesh Govindrajan
On Saturday 27 April 2013 06:33:24 AM IST, Grant wrote: My wife and I recently visited Vanuatu (island of Santo) and fell in love with it. We got to know some locals pretty well and everybody is pining for laptops. Internet service is becoming widely available due to Digicel and TVL cell phone

Re: [gentoo-user] Server system date synchronizaion

2013-04-25 Thread Nilesh Govindrajan
On Thursday 25 April 2013 08:09 PM, Dale wrote: Nick Khamis wrote: Hello Everyone, We are trying to sync our server's time with an accurate ntp server, and was wondering which of the many solutions are considered viable. I did see the http://en.gentoo-wiki.com/wiki/Time_Synchronization. Our

[gentoo-user] How to run Firefox Beta?

2013-04-25 Thread Nilesh Govindrajan
I downloaded Firefox Beta official tbz2 from mozilla.org and extract into ~ But, ldd libxul.so says libasound.so.2 not found, even though /usr/lib where libasound.so.2 exists is in LD_LIBRARY_PATH. How to run it? smime.p7s Description: S/MIME Cryptographic Signature

Re: [gentoo-user] Firefox/Adobe Flashplayer: Playback hangs

2013-04-23 Thread Nilesh Govindrajan
On Apr 23, 2013 2:32 PM, Shalom Ben-Zvi Kazaz shalom...@gmail.com wrote: I'm having the same problem. noticed it with youtube. have to refresh the page for the video to play again. On 04/21/2013 08:29 PM, meino.cra...@gmx.de wrote: Hi, I am using Adobes Flashplayer with Firefox (both

[gentoo-user] A torrent client which can listen to interface

2013-04-22 Thread Nilesh Govindrajan
Hi, I'm looking for a torrent client which can listen to an interface instead of ips. Any pointers?

Re: [gentoo-user] A torrent client which can listen to interface

2013-04-22 Thread Nilesh Govindrajan
On Apr 22, 2013 11:14 PM, staticsafe m...@staticsafe.ca wrote: On 4/22/2013 13:18, Nilesh Govindrajan wrote: Hi, I'm looking for a torrent client which can listen to an interface instead of ips. Any pointers? I don't understand, why would a torrent *client* listen on anything

Re: [gentoo-user] Re: [gentoo-user] A torrent client which can listen to interface

2013-04-22 Thread Nilesh Govindrajan
On Apr 22, 2013 11:19 PM, the guard the.gu...@mail.ru wrote: Понедельник, 22 апреля 2013, 22:48 +05:30 от Nilesh Govindrajan m...@nileshgr.com: Hi, I'm looking for a torrent client which can listen to an interface instead of ips. Any pointers? ammm. configure transmission to use

Re: [gentoo-user] bus error during compilation of gcc

2013-04-20 Thread Nilesh Govindrajan
On Saturday 20 April 2013 10:59:09 PM IST, the guard wrote: Hello, gentlemen The package i decided to install required a gcc rebuild so I started rebuilding it and got a bus error. I've googled and found suggestions to lower makeopts, but it didn't help. Quite interestingly, I had the

Re: [gentoo-user] Re[2]: [gentoo-user] bus error during compilation of gcc

2013-04-20 Thread Nilesh Govindrajan
On Saturday 20 April 2013 11:28:06 PM IST, the guard wrote: Суббота, 20 апреля 2013, 23:24 +05:30 от Nilesh Govindrajan m...@nileshgr.com: On Saturday 20 April 2013 10:59:09 PM IST, the guard wrote: Hello, gentlemen The package i decided to install required a gcc rebuild so I started

Re: [gentoo-user] GCC 4.7.2-r1 build failing with bus error

2013-04-15 Thread Nilesh Govindrajan
On Tuesday 16 April 2013 02:47:54 AM IST, Paul Hartman wrote: On Fri, Apr 12, 2013 at 11:37 PM, Nilesh Govindrajan m...@nileshgr.com wrote: Hi, For some weird reason, I'm unable to build gcc 4.7.2-r1. This is the error - /bin/sh: line 1: 3871 Bus error build/genautomata /var/tmp

[gentoo-user] GCC 4.7.2-r1 build failing with bus error

2013-04-12 Thread Nilesh Govindrajan
Hi, For some weird reason, I'm unable to build gcc 4.7.2-r1. This is the error - /bin/sh: line 1: 3871 Bus error build/genautomata /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/gcc-4.7.2/gcc/config/i386/i386.md insn-conditions.md tmp-automata.c The thing is, I had downloaded a

[gentoo-user] Re: GCC 4.7.2-r1 build failing with bus error

2013-04-12 Thread Nilesh Govindrajan
On Saturday 13 April 2013 10:07:16 AM IST, Nilesh Govindrajan wrote: Hi, For some weird reason, I'm unable to build gcc 4.7.2-r1. This is the error - /bin/sh: line 1: 3871 Bus error build/genautomata /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/gcc-4.7.2/gcc/config/i386/i386.md

Re: [gentoo-user] which machine to buy for perfect gentoo machine?!

2013-04-12 Thread Nilesh Govindrajan
On Saturday 13 April 2013 10:39:08 AM IST, Kvothe Tech wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tamer Higazi th9...@googlemail.com wrote: Hi people! My old core2duo machine says slowly goodbye and I am at this lever after 7 years for buying myself a new developer machine, that

Re: [gentoo-user] Re: -march=? for this cpu

2013-04-11 Thread Nilesh Govindrajan
On Thursday 11 April 2013 06:33:17 PM IST, Nikos Chantziaras wrote: On 09/04/13 06:50, Nilesh Govindrajan wrote: [...] This is the /proc/cpuinfo: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 2 model name : QEMU Virtual CPU version 1.0 [...] Any

Re: [gentoo-user] -march=? for this cpu

2013-04-09 Thread Nilesh Govindrajan
On Tuesday 09 April 2013 12:31:44 PM IST, Pandu Poluan wrote: On Apr 9, 2013 1:16 PM, Michael Hampicke gentoo-u...@hadt.biz mailto:gentoo-u...@hadt.biz wrote: Am 09.04.2013 05:50, schrieb Nilesh Govindrajan: I have two Gentoo VMs at Hetzner and the CPU supports 64 bit (grep lm /proc

Re: [gentoo-user] Pidgin, gtalk and jingle

2013-04-08 Thread Nilesh Govindrajan
On Apr 8, 2013 9:07 PM, Michael Hampicke gentoo-u...@hadt.biz wrote: Am 08.04.2013 17:20, schrieb Michael Mol: So, I'm trying to verify whether or not Pidgin can talk to Google Voice on my laptop. When searching around for instructions, I get the impression that this is supposed to just

[gentoo-user] -march=? for this cpu

2013-04-08 Thread Nilesh Govindrajan
I have two Gentoo VMs at Hetzner and the CPU supports 64 bit (grep lm /proc/cpuinfo = true). But something funny, gcc -march=native -mtune=native -v -E - 21 /dev/null returns this: Using built-in specs. COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.6.3/gcc

Re: [gentoo-user] ntp-daemons

2013-04-03 Thread Nilesh Govindrajan
On Wednesday 03 April 2013 05:06:00 AM IST, Stefan G. Weichinger wrote: I always used net-misc/ntp for syncing time. Now I found net-misc/chrony and set it up looks good so far. Any opinions and experiences on the various ways of getting THE TIME? Stefan I use busybox :D

Re: [gentoo-user] Unable to compile chromium 26

2013-04-01 Thread Nilesh Govindrajan
=463550 On Monday 01 April 2013 20:57:43 Nilesh Govindrajan wrote: I'm unable to compile chromium. It somewhere exits with not able to find libspeechd.h, but it exists in /usr/include/speech-dispatcher. I have attached build log. Can anybody tell what's going wrong? Thanks a lot

Re: [gentoo-user] Re: Is 'MAKEOPTS=--jobs --load-average=5' silly?

2013-03-30 Thread Nilesh Govindrajan
11:36 PM, Michael Mol mike...@gmail.com wrote: On 03/29/2013 01:46 PM, Dale wrote: »Q« wrote: On Fri, 29 Mar 2013 16:54:37 + Stroller strol...@stellar.eclipse.co.uk wrote: On 29 March 2013, at 03:36, Nilesh Govindrajan wrote: ... I can only imagine he was pointing out that you

Re: [gentoo-user] Is 'MAKEOPTS=--jobs --load-average=5' silly?

2013-03-28 Thread Nilesh Govindrajan
/. -- Peter Cores or CPUs.. in this context it's *almost*, __NOT EXACTLY__ same. -- Nilesh Govindrajan http://nileshgr.com

Re: [gentoo-user] Is 'MAKEOPTS=--jobs --load-average=5' silly?

2013-03-27 Thread Nilesh Govindrajan
On Wed, Mar 27, 2013 at 7:50 PM, gottl...@nyu.edu wrote: On Tue, Mar 26 2013, Neil Bothwick wrote: On Tue, 26 Mar 2013 20:43:25 +0530, Nilesh Govindrajan wrote: It's better to limit the number of jobs to 2*CPUs (or cores) with a load control like --load-average=N where N is number of CPUs

Re: [gentoo-user] Is 'MAKEOPTS=--jobs --load-average=5' silly?

2013-03-26 Thread Nilesh Govindrajan
jobs that make --jobs spawns. It's better to limit the number of jobs to 2*CPUs (or cores) with a load control like --load-average=N where N is number of CPUs. https://bugs.gentoo.org/show_bug.cgi?id=452942 -- Nilesh Govindrajan http://nileshgr.com

  1   2   3   >