Re: "System Package" vs "System Service"

2019-05-09 Thread Raghav Gururajan
> The Linux kernel logs information in a ring buffer as it runs. That log > can be viewed by invoking the "dmesg" tool. The tool is available in > the "util-linux" package. > > The same messages will eventually be logged to syslog, and on Guix > System I think the default place they are stored is

Re: "System Package" vs "System Service"

2019-05-08 Thread Chris Marusich
"Raghav Gururajan" writes: >> I'm sorry to hear that Tor is giving you such trouble. Maybe there is >> some helpful information in one of the files in /var/log? Perhaps dmesg >> has some useful output? > > I will check the log and get back to you. > How do I use dmesg? Should I install any packag

Re: "System Package" vs "System Service"

2019-05-08 Thread Raghav Gururajan
> I'm sorry to hear that Tor is giving you such trouble. Maybe there is > some helpful information in one of the files in /var/log? Perhaps dmesg > has some useful output? I will check the log and get back to you. How do I use dmesg? Should I install any package and use any specific command? > As

Re: "System Package" vs "System Service"

2019-05-08 Thread Chris Marusich
Hi Raghav, "Raghav Gururajan" writes: > Hello Chris! > > Thank you for your email. I have already tried configuring my browser > to use localhost's tor port as proxy, but getting error "proxy is > refusing connection". When I check tor service with "herd status", tor > wasn't running. When I did

Re: "System Package" vs "System Service"

2019-05-06 Thread Raghav Gururajan
Hello Chris! Thank you for your email. I have already tried configuring my browser to use localhost's tor port as proxy, but getting error "proxy is refusing connection". When I check tor service with "herd status", tor wasn't running. When I did "herd start tor", I am getting error "service to

Re: "System Package" vs "System Service"

2019-05-05 Thread Chris Marusich
Raghav Gururajan writes: > Thank you very much for your clear explanation. I did add Tor Service > with Default Configuration to my system config; ans also added the user > to Tor group. But it seems that the traffic is not routed when I > checked with "check.torproject.org". What should I do? >

Re: "System Package" vs "System Service"

2019-04-29 Thread Raghav Gururajan
8:41 +0200, Danny Milosavljevic wrote: > > Error verifying signature: Failed to execute gpg. > Hi, > On Sun, 28 Apr 2019 11:59:59 -0400Raghav Gururajan > wrote: > I have this confusion/doubt. What is the difference between > declaringsomething as "System Packag

Re: "System Package" vs "System Service"

2019-04-28 Thread Danny Milosavljevic
Hi, On Sun, 28 Apr 2019 11:59:59 -0400 Raghav Gururajan wrote: > I have this confusion/doubt. What is the difference between declaring > something as "System Package" vs "System Service" in the Guix System > Configuration? A package is a thing that is present in y

"System Package" vs "System Service"

2019-04-28 Thread Raghav Gururajan
Hello Guix! I have this confusion/doubt. What is the difference between declaring something as "System Package" vs "System Service" in the Guix System Configuration? For example, if I have application[s] (installed as user or in system) that uses Tor to connect to Internet vi