bug#20433: guixsd on macbook

2016-01-29 Thread Alex Kost
ren...@openmailbox.org (2016-01-29 05:32 +0300) wrote:

> hi,
>
> On 2016-01-22 00:13, Alex Kost wrote:
>> ren...@openmailbox.org (2016-01-22 00:39 +0300) wrote:
>>
>>> On 2016-01-20 16:47, l...@gnu.org wrote:
 Hi,

 ren...@openmailbox.org skribis:

> I've finished installing correctly GuixSD on macbook. There are some
> issue with touchpad.
>
> If anyone has problems with the keyboard when boot guixsd, fix with
> the following commands:
>
> rmmod usbhid
> rmmod usbkbd
>
> or use an external usb keyboard.

 Interesting!  We were discussing this at ,
 and it seems that only ‘usbkbd’ was at fault.

 Could you check if removing ‘usbkbd’ alone is enough?

 I would expect ‘usbhid’ to be required since the internal keyboard
 appears to be a USB device.

 Thanks,
 Ludo’.
>>>
>>>
>>> Hi Ludo,
>>>
>>> is correct, removing 'usbkbd'.
>>>
>>> I only use 'rmmod usbhid' to reload the module of the internal
>>> keyboard.
>>>
>>> i test configuring from the scratch the machine and it´s working:
>>>
>>> (operating-system
>>>   (host-name "antelope")
>>>   (timezone "Europe/Paris")
>>>   (locale "en_US.UTF-8")
>>>   (kernel-arguments '("modprobe.blacklist=usbkbd"))
>>> .
>>>
>>>
>>> if i reconfigure:
>>>
>>>   sudo guix system reconfigure /path/to/configuration.scm
>>>
>>> is not working.
>>
>> Did you do "guix pull" before reconfiguring?  Support for
>> "modprobe.blacklist" arguments was added several days ago, so you need
>> to have a recent guix code.
>
>
> apologies for my late reply, i test run "guix pull" before
> reconfiguring, and its don`t working.

Since a system is configured from root, you also need to run "guix pull"
as root.  Did you do it, did you just run "guix pull" from your user?

-- 
Alex





bug#20433: guixsd on macbook

2016-01-29 Thread rennes

On 2016-01-29 09:46, Alex Kost wrote:

ren...@openmailbox.org (2016-01-29 05:32 +0300) wrote:


hi,

On 2016-01-22 00:13, Alex Kost wrote:

ren...@openmailbox.org (2016-01-22 00:39 +0300) wrote:


On 2016-01-20 16:47, l...@gnu.org wrote:

Hi,

ren...@openmailbox.org skribis:

I've finished installing correctly GuixSD on macbook. There are 
some

issue with touchpad.

If anyone has problems with the keyboard when boot guixsd, fix 
with

the following commands:

rmmod usbhid
rmmod usbkbd

or use an external usb keyboard.


Interesting!  We were discussing this at 
,

and it seems that only ‘usbkbd’ was at fault.

Could you check if removing ‘usbkbd’ alone is enough?

I would expect ‘usbhid’ to be required since the internal keyboard
appears to be a USB device.

Thanks,
Ludo’.



Hi Ludo,

is correct, removing 'usbkbd'.

I only use 'rmmod usbhid' to reload the module of the internal
keyboard.

i test configuring from the scratch the machine and it´s working:

(operating-system
  (host-name "antelope")
  (timezone "Europe/Paris")
  (locale "en_US.UTF-8")
  (kernel-arguments '("modprobe.blacklist=usbkbd"))
.


if i reconfigure:

  sudo guix system reconfigure /path/to/configuration.scm

is not working.


Did you do "guix pull" before reconfiguring?  Support for
"modprobe.blacklist" arguments was added several days ago, so you 
need

to have a recent guix code.



apologies for my late reply, i test run "guix pull" before
reconfiguring, and its don`t working.


Since a system is configured from root, you also need to run "guix 
pull"

as root.  Did you do it, did you just run "guix pull" from your user?



Thanks Alex,

now works!.








bug#22492: create new user guixsd

2016-01-29 Thread rennes

Hi,

i run 'guix system reconfigure config.scm --falback', and add new user: 
tron.


When i try to login such as tron does not allow login and slim restart.

i check secure and slim.log log files, this message appears in slim.log:

slim: pam_authentication(): User not known to the underlying 
authentication module


The solution to fix this issue was: changing the owner:group for the 
home user.


cd /home
chown -Rf 30019:users tron

and works.