Re: mount store in a separated partition

2019-07-04 Thread Jesse Gibbons
Though I'm not as familiar with this issue, I think I can help. GRUB is looking for the kernel and other boot info in your OS's root partition, /dev/vda1. However, your actual kernel is in /dev/sda1. To get GRUB to boot properly, you need to specify in grub.cfg to look in /dev/sda1. I do not know

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread pelzflorian (Florian Pelz)
On Thu, Jul 04, 2019 at 08:50:19PM +, zna...@disroot.org wrote: > yes. I ran, but thinkfan cannot use module: > > […] > > should I somehow define this modules file in thinkfan.conf? > > This is strange. I can only do a Web search because I own no Thinkpad. I find

Re: bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-04 Thread pelzflorian (Florian Pelz)
On Thu, Jul 04, 2019 at 06:08:55PM +0200, pelzflorian (Florian Pelz) wrote: > On Thu, Jul 04, 2019 at 04:46:32PM +0200, pelzflorian (Florian Pelz) wrote: > > (git > reset --hard master, then git am this-new-patch and reconfigure.) > Sorry, I meant to write `git reset --hard master^` with a ^ to

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
yes. I ran, but thinkfan cannot use module: # modprobe thinkpad_acpi fan_control=1 # # thinkfan ERROR: SensorDriver: Initializing fan control in /proc/acpi/ibm/thermal: No such file or directory Say me how to type thinkpad.conf to use thinkpad_acpi module? # modinfo thinkpad_acpi filename:

mount store in a separated partition

2019-07-04 Thread Reza Alizadeh Majd
Hi Guix, I want to try `/gnu/store` to a separated partition, which has more capacity for packages, for this I use following configuration: --8<---cut here---start->8--- (operating-system ... (bootloader (bootloader-configuration

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread pelzflorian (Florian Pelz)
On Thu, Jul 04, 2019 at 08:13:44PM +, zna...@disroot.org wrote: > As there [1] said have no fan control module: > I assume you did try the modprobe command from the message: https://lists.gnu.org/archive/html/guix-devel/2016-04/msg01231.html Regards, Florian

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
As there [1] said have no fan control module: pwm_fan sysfs-path Control a sysfs PWM fan. Many hwmon drivers that provide a `temp*_input' file also allow fan control, although there may also be drivers that are specific to either temperature reading or fan control. You can search for a

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
With thinkfan.conf.simple having this: # thinkfan ERROR: TpFanDriver: Initializing fan control in /proc/acpi/ibm/fan: No such file or directory With thinkfan.conf.complex this: # thinkfan ERROR: SensorDriver: Initializing fan control in /proc/acpi/ibm/thermal: No such file or directory

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread Efraim Flashner
I often turn to Debian when I have a problem like this one. In the source (I assume in ours and not just in theirs) There's an example folder with two example configs¹ so I'd suggest checking them out and seeing if they look right. ¹https://sources.debian.org/src/thinkfan/0.9.3-2/examples/ --

Re: bug#36498: modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-04 Thread pelzflorian (Florian Pelz)
On Thu, Jul 04, 2019 at 04:46:32PM +0200, pelzflorian (Florian Pelz) wrote: > I suppose the attached patch could help. It builds, but I could not > test. > > Adam, could you try it? Just follow the Guix manual’s instructions on > Contributing and `git am the-attached-patch`. > Only if

modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-04 Thread pelzflorian (Florian Pelz)
On Thu, Jul 04, 2019 at 03:48:11PM +0200, Adam Mazurkiewicz wrote: > I am geeting the error > > modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary > > when choosing a modem connection i nm. > > Here you are details: > > s@s:~$ cat ~/Dropbox/Guix/export/txt/grep1 > Jul 4

Re: guix pull behind proxy not working

2019-07-04 Thread martin
> Could you try "https" instead of "http"? That is "https://ipaddress:por > t". Because,based on this report (https://issues.guix.gnu.org/issue/228 > 83), I think "guix pull" uses https by default now. My proxy uses the same definition entry "http://…; for all the environment variables

modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary

2019-07-04 Thread Adam Mazurkiewicz
I am geeting the error modem["ttyUSB0"]: error starting PPP: Could not find "pppd" binary when choosing a modem connection i nm. Here you are details: s@s:~$ cat ~/Dropbox/Guix/export/txt/grep1 Jul 4 14:50:04 localhost ModemManager[419]: (ttyUSB0): port attributes not fully set Jul 4

Re: guix pull behind proxy not working

2019-07-04 Thread Raghav Gururajan
> > (define %my-services > (modify-services %desktop-services > (guix-service-type config => >(guix-configuration > (inherit config) > (http-proxy "http://:;") > Could you try "https"

Re: guix pull behind proxy not working

2019-07-04 Thread znavko
If you want any idea, I use freevpn.me and vpnbook.com accounts with 'openvpn' package. All guix commands download normally. And in terminal I have vpn ip (for freevpn.me): $ curl ifconfig.io 51.15.151.165 But really I am not sure which is my ip when guix downloads. July 4, 2019 12:53 PM,

guix pull behind proxy not working

2019-07-04 Thread martin
Hi there! This is my first contact with Guix System and I managed to install it as Virtualbox guest system behind a corporate proxy. Well, this was already quite a challenge and succeeded only due the workaround (https://guix-devel.gnu.narkive.com/k3oBoFqW/changing-http-proxy-settings-in-guixsd),

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
I see this now: # pwmconfig # pwmconfig revision $Revision$ ($Date$) This program will search your sensors for pulse width modulation (pwm) controls, and test each one to see if it controls a fan on your motherboard. Note that many motherboards do not have pwm circuitry installed, even if your

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
Hello, Efraim Flashner! I want your support cause my question is not figuring out from the web. For typing my config for 'thinkfan' need to write thinkfan.conf, and there, I think, it is necessary to define temperature control kernel module. After running `sensors-detect` (from 'lmsensors'

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread Efraim Flashner
On Thu, Jul 04, 2019 at 06:42:40AM +, zna...@disroot.org wrote: > Hello! Sometimes I need my laptop Lenovo G50-30 is silent, need to switch off > CPU fan. > Basically this laptop had no cpu fan but only passive cooling system. I had > inserted cpu fan by my hands and there were fan power

Re: switch off cpu fan on lenovo g50-30

2019-07-04 Thread pelzflorian (Florian Pelz)
On Thu, Jul 04, 2019 at 06:42:40AM +, zna...@disroot.org wrote: > Hello! Sometimes I need my laptop Lenovo G50-30 is silent, need to switch off > CPU fan. > Basically this laptop had no cpu fan but only passive cooling system. I had > inserted cpu fan by my hands and there were fan power

switch off cpu fan on lenovo g50-30

2019-07-04 Thread znavko
Hello! Sometimes I need my laptop Lenovo G50-30 is silent, need to switch off CPU fan. Basically this laptop had no cpu fan but only passive cooling system. I had inserted cpu fan by my hands and there were fan power joint on the motherboard. This is nice. I hope Guix Linux-Libre has necessary