Re: [arch-general] Check for update in script

2014-09-12 Thread Savyasachee Jha
pacman -Si --dbpath /tmp/pacman-update/ package-name. I think that this is the same mechanism as used by the check-updates script. That script just cleans up a bit more, but fundamentally uses this same switch. -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

Re: [arch-general] Check for update in script

2014-09-11 Thread Savyasachee Jha
using the --dbpath switch in pacman. In this case, I believe RTFM is an appropiate response. :) Hope it helps. -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

Re: [arch-general] Btrfs blues - lack of space

2014-08-31 Thread Savyasachee Jha
On Aug 31, 2014 1:54 AM, Jakub Klinkovský j@gmx.com wrote: On 30.08.14 at 21:58, Temlin Olivér wrote: Whenever I start my laptop up, /home takes ~17-19 seconds to mount You can always use x-systemd.automount in fstab, which delays the mount to the first access (ie. non-root login), or

Re: [arch-general] Btrfs blues - lack of space

2014-08-31 Thread Savyasachee Jha
benefits. I guess XFS and Ext4 really are better for this use case. I'd like to thank everyone for the help I got on this issue, especially Oliver Temlin, whose inputs managed to help me solve this neatly. I also got to learn a lot about btrfs, which is a big plus. Cheers, Savya -- Savyasachee

[arch-general] Btrfs blues - lack of space

2014-08-30 Thread Savyasachee Jha
. Is there any way of recovering this space? Thank you, Savya -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

Re: [arch-general] Btrfs blues - lack of space

2014-08-30 Thread Savyasachee Jha
On Sun, Aug 31, 2014 at 12:29 AM, Jakub Klinkovský j@gmx.com wrote: On 30.08.14 at 23:09, Savyasachee Jha wrote: Hello, all The contents of my /etc/fstab are as follows: /dev/sda3 / btrfs rw,relatime,space_cache,autodefrag0 0 /dev/sda1

Re: [arch-general] Meetup in Paris

2014-08-29 Thread Savyasachee Jha
On Aug 29, 2014 9:24 PM, Bill O'Dwyer bill.odwyer...@gmail.com wrote: Would definitely be up for a London meetup! On 29 August 2014 16:52, James Bulmer neki...@gmail.com wrote: When a meetup in London? On 08/29/2014 04:44 PM, tlux wrote: On 29/08, Yamakaky wrote: Too bad, I'm not

Re: [arch-general] Arch curiosity

2014-08-19 Thread Savyasachee Jha
[1] http://www.forbes.com/sites/marcochiappetta/2014/07/31/amd-opteron-64-bit-arm-based-seattle-dev-kits-are-shipping/?partner=yahootix -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

Re: [arch-general] Arch curiosity

2014-08-19 Thread Savyasachee Jha
On Tue, Aug 19, 2014 at 10:14 PM, James cc...@tampabay.rr.com wrote: Savyasachee Jha savya.jha91 at gmail.com writes: So, specifically, here is what I'm interested in testing on Arch. Mesos, Chronos, Spark, Hadoop Lxqt(5?) and whatever file system to run (HDFS)? I believe all

Re: [arch-general] 3.15 kernel breaking X ?

2014-07-06 Thread Savyasachee Jha
.. Anyone has any idea ? Thanks! Have you tried this with any other WM/DE? Like twm, for instance? -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

Re: [arch-general] Network configuration

2014-06-13 Thread Savyasachee Jha
on my raspberry pi. What would you use and why ? Additional question : it seems systemd-timesyncd requires systemd-networkd, is it true ? Thanks Yamakaky -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

[arch-general] Coredumps in zsh

2014-06-04 Thread Savyasachee Jha
-coredumpctl but to no avail. However, when I repeated this on bash, I got: segmentation fault (core dumped) and I got the coredump on systemd-coredumpctl. Is there any particular reason why this might be happening? I don't want to change shells only when I'm debugging. -- Savyasachee Jha

Re: [arch-general] Coredumps in zsh

2014-06-04 Thread Savyasachee Jha
On Wed, Jun 4, 2014 at 8:38 PM, Jens Adam j...@byte.cx wrote: Wed, 4 Jun 2014 20:02:48 +0900 Savyasachee Jha savya.jh...@gmail.com: Is there any particular reason why this might be happening? Output of 'limit core' in your zsh? And 'cat /proc/sys/kernel/core_pattern'? --byte $ limit

Re: [arch-general] GNU IceCat should be in the official repos

2014-05-22 Thread Savyasachee Jha
repos. -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

[arch-general] Cantata gives error after Qt-5.3 upgrade

2014-05-20 Thread Savyasachee Jha
, minimalegl, offscreen, xcb. Reinstalling the application may fix this problem. However, reinstalling did not fix the problem. Downgrading qt to the version 5.2.1 in [extra] did. I believe that recompiling cantata with qt 5.3 might be required? Thanks! -- Savyasachee Jha *Aerodynamics

Re: [arch-general] Cantata gives error after Qt-5.3 upgrade

2014-05-20 Thread Savyasachee Jha
On Tue, May 20, 2014 at 9:18 PM, A Rojas nqn1976l...@gmail.com wrote: Savyasachee Jha wrote: After updating to qt 5.3 in [testing], I found that cantata does not start up. Upon running from the terminal, I get the error: $ cantata This application failed to start because it could

Re: [arch-general] Cantata gives error after Qt-5.3 upgrade

2014-05-20 Thread Savyasachee Jha
On Tue, May 20, 2014 at 9:55 PM, A Rojas nqn1976l...@gmail.com wrote: Savyasachee Jha wrote: Have you checked the output of pacman and installed all needed qt5 optdepends? There are no optdepends for cantata or any of the qt5 packages it depends on. Are you sure about

Re: [arch-general] systemd-run --user does not work

2014-05-13 Thread Savyasachee Jha
explanation makes a lot of sense. -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

Re: [arch-general] systemd-run --user does not work

2014-05-12 Thread Savyasachee Jha
/ls Failed to create bus connection: Connection refused And yes, running it with --system works perfectly well. It is very odd. -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

Re: [arch-general] How to disable systemd-tmpfiles-clean.timer

2014-05-08 Thread Savyasachee Jha
with tmpfiles-clean config file but I am just not interested in the service at all. What is the sure way method to disable it for good? thank you, Try: systemctl mask systemd-tmpfiles-clean.timer Should definitely work. -- Savyasachee Jha *Aerodynamics is for people whodon't know how

Re: [arch-general] makepkg, curl no route to host

2014-05-07 Thread Savyasachee Jha
for http downloads while using makepkg. -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

Re: [arch-general] Comment on: Use systemd timers instead of /etc/cron.{hourly, daily, weekly, monthly}?

2014-05-07 Thread Savyasachee Jha
directly trigger a target yet... They can, do refer to https://wiki.archlinux.org/index.php/Systemd/cron_functionality where you can find some examples of the same. -- Savyasachee Jha *Aerodynamics is for people whodon't know how to build engines.*

Re: [arch-general] Invitation to connect on LinkedIn

2014-04-14 Thread Savyasachee Jha
That's okay. I think we can forgive him. This time. -- Savyasachee Jha Sent from my Nexus 5 On Apr 14, 2014 10:20 PM, Sean Greenslade s...@seangreenslade.com wrote: On April 14, 2014 2:28:05 AM EDT, Dany De Bontridder dany...@gmail.com wrote: Hi, You want to connect linkedin

Re: [arch-general] [arch-dev-public] Trimming down our default kernel configuration

2014-03-27 Thread Savyasachee Jha
://github.com/Siosm/siosm-selinux/issues/6#issuecomment-32793261 [4] https://wiki.archlinux.org/index.php/SELinux [5] https://github.com/nning/linux-grsec/blob/master/PKGBUILD#L32 -- Savyasachee Jha *Without a sign his sword a brave man draws, And asks no omen but his country's cause.*

Re: [arch-general] Incremental update for TeXLive 2013

2014-03-12 Thread Savyasachee Jha
supply the relevant error messages from my side too. -- Savyasachee Jha *Without a sign his sword a brave man draws, And asks no omen but his country's cause.*

Re: [arch-general] ppp 2.4.6 in testing breaks pptp connections in NetworkManager

2014-02-23 Thread Savyasachee Jha
I downgraded for the moment, though thanks. Will the affected packages be recompiled in testing, or should I recompile using the abs myself? -- Savyasachee Jha Sent from my Nexus 5 On Feb 23, 2014 6:40 PM, Thomas Bächler tho...@archlinux.org wrote: Am 23.02.2014 08:42, schrieb Savyasachee Jha

Re: [arch-general] ppp 2.4.6 in testing breaks pptp connections in NetworkManager

2014-02-23 Thread Savyasachee Jha
Thank you very much. -- Savyasachee Jha Sent from my Nexus 5 On Feb 23, 2014 7:06 PM, Thomas Bächler tho...@archlinux.org wrote: Am 23.02.2014 11:05, schrieb Savyasachee Jha: I downgraded for the moment, though thanks. Will the affected packages be recompiled in testing This will be done

Re: [arch-general] ppp 2.4.6 in testing breaks pptp connections in NetworkManager

2014-02-23 Thread Savyasachee Jha
Thank you. It works perfectly now. On Sunday, February 23, 2014 12:04:11 PM Thomas Bächler wrote: Am 23.02.2014 11:07, schrieb Savyasachee Jha: Thank you very much. -- Savyasachee Jha Sent from my Nexus 5 On Feb 23, 2014 7:06 PM, Thomas Bächler tho...@archlinux.org wrote: Am

[arch-general] ppp 2.4.6 in testing breaks pptp connections in NetworkManager

2014-02-22 Thread Savyasachee Jha
changed: stopped (6) Feb 23 16:06:06 Empire NetworkManager[285]: info VPN plugin state change reason: 10 I went to /usr/lib/pppd and found 2 folders, 2.4.5 and 2.4.6. Should I recompile networkmanager-pptp and pptpclient? -- Savyasachee Jha Rather than offering you the illusion of the free