00:17
alp has quit [Ping timeout: 246 seconds]
01:33
LnL- has quit [Ping timeout: 260 seconds]
01:34
LnL has joined #nixos-aarch64
01:34
LnL has joined #nixos-aarch64
01:34
LnL has quit [Changing host]
01:39
rajivr has joined #nixos-aarch64
01:58
h0m1 has quit [Ping timeout: 244 seconds]
02:00
h0m1 has joined #nixos-aarch64
02:00
justanotheruser has quit [Ping timeout: 240 seconds]
02:14
knerten2 has joined #nixos-aarch64
02:16
LnL has quit [Quit: exit 1]
02:16
LnL has joined #nixos-aarch64
02:17
knerten1 has quit [Ping timeout: 256 seconds]
02:19
patagonicus3 has joined #nixos-aarch64
02:23
orivej has quit [Ping timeout: 240 seconds]
02:24
orivej has joined #nixos-aarch64
02:36
justanotheruser has joined #nixos-aarch64
02:37
LnL has quit [Quit: exit 1]
02:38
LnL has joined #nixos-aarch64
02:38
LnL has joined #nixos-aarch64
02:38
LnL has quit [Changing host]
02:42
swim has joined #nixos-aarch64
02:44
orivej_ has joined #nixos-aarch64
02:47
orivej has quit [Ping timeout: 240 seconds]
03:15
orivej_ has quit [Ping timeout: 260 seconds]
03:21
orivej has joined #nixos-aarch64
03:28
orivej has quit [Ping timeout: 240 seconds]
03:47
cole-h has joined #nixos-aarch64
03:47
orivej has joined #nixos-aarch64
04:43
zupo has joined #nixos-aarch64
04:49
Darkmatter66_ has joined #nixos-aarch64
04:49
Darkmatter66 has quit [Ping timeout: 260 seconds]
05:17
orivej has quit [Ping timeout: 240 seconds]
05:18
orivej has joined #nixos-aarch64
05:23
orivej has quit [Ping timeout: 246 seconds]
05:23
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
05:23
orivej has joined #nixos-aarch64
05:41
orivej has quit [Ping timeout: 256 seconds]
06:03
LnL has joined #nixos-aarch64
06:03
LnL has joined #nixos-aarch64
06:52
justanotheruser has quit [Ping timeout: 260 seconds]
07:16
cole-h has quit [Quit: Goodbye]
07:25
juliosueiras has quit [Ping timeout: 265 seconds]
07:27
alp has joined #nixos-aarch64
07:50
alp has quit [Remote host closed the connection]
07:50
alp has joined #nixos-aarch64
08:02
alp has quit [Ping timeout: 272 seconds]
08:08
stiell has quit [Ping timeout: 260 seconds]
09:02
alp has joined #nixos-aarch64
09:19
alp has quit [Ping timeout: 272 seconds]
09:25
alp has joined #nixos-aarch64
09:56
alp has quit [Ping timeout: 272 seconds]
10:22
stiell has joined #nixos-aarch64
10:42
alp has joined #nixos-aarch64
11:30
misuzu_ has quit [Quit: leaving]
11:30
misuzu has joined #nixos-aarch64
11:40
zupo has joined #nixos-aarch64
11:44
zupo has quit [Ping timeout: 240 seconds]
11:52
superherointj has joined #nixos-aarch64
11:55
alp has quit [Ping timeout: 272 seconds]
11:58
<
pinage404[m] >
Hey, i have installed NixOS on a SD card for my Raspberry Pi 3, the SSH service doesn't start, here is my configurarion, (i sent too soon)
11:59
dguibert has quit [Remote host closed the connection]
12:01
<
pinage404[m] >
i don't know well systemd, i don't understand why SSH doesn't start automatically, i don't know what to do, i can do `sudo systemctl start sshd.service` and the service start well
12:03
<
leonardp >
what does `systemctl status network.target`
12:03
<
pinage404[m] >
before starting ssh service or whatever ?
12:04
<
leonardp >
well, the sshd.service depends on it. a problem might be that your network isn't configured properly
12:05
<
pinage404[m] >
i will reboot my Pi to see the difference
12:06
<
leonardp >
then maybe also show a `journalctl -b0 -u sshd` after your reboot
12:10
zupo has joined #nixos-aarch64
12:10
<
pinage404[m] >
i just rebooted, here is the output
12:11
<
pinage404[m] >
```sh
12:12
FRidh has joined #nixos-aarch64
12:12
<
leonardp >
have you done a `nixos-rebuild switch`?
12:14
<
pinage404[m] >
almost, i did `nixos-rebuild boot` and reboot several times since i did this
12:14
zupo has quit [Ping timeout: 258 seconds]
12:19
<
leonardp >
seems weird
12:20
alp has joined #nixos-aarch64
12:22
<
leonardp >
oh i see... your sshd service isnt enabled O_o...
12:22
<
pinage404[m] >
but i have `services.openssh.enable = true;` in the `configuration.nix`, i don't understand
12:23
<
leonardp >
`systemctl status sshd.service` show linked and not enabled
12:24
<
pinage404[m] >
yeap, but i don't know the difference, i don't really know `systemd`
12:27
<
leonardp >
do a `nixos-rebuild switch`
12:27
<
leonardp >
that should start it technically
12:33
Darkmatter66 has joined #nixos-aarch64
12:33
<
pinage404[m] >
yes it did leonardp
12:33
orivej has joined #nixos-aarch64
12:33
<
leonardp >
and it should also do that after rebooting
12:33
<
pinage404[m] >
i will reboot to see if this still started
12:34
Darkmatter66_ has quit [Ping timeout: 258 seconds]
12:35
<
leonardp >
you can do `nix-env --list-generations` to see the active configuration with a timestamp
12:36
<
pinage404[m] >
i restarted with `shutdown -r` but ssh is still not started
12:38
<
pinage404[m] >
`nix-env --list-generations` display 1 empty line
12:38
<
pinage404[m] >
and nothing else
12:39
<
pinage404[m] >
same as root
12:43
<
leonardp >
`nix-channel --list` ?
12:46
<
pinage404[m] >
should i use another channel for aarch64 ?
12:49
<
leonardp >
no it's all fine
12:49
<
leonardp >
your configuration might be broken
12:50
<
pinage404[m] >
how can i know if it broken ?
12:51
<
leonardp >
can you show it completely?
12:51
<
pinage404[m] >
sure
12:55
<
leonardp >
take it as a starting point for your config
12:55
alp has quit [Ping timeout: 272 seconds]
12:57
<
pinage404[m] >
thanks
12:57
<
pinage404[m] >
i'm trying
12:59
<
leonardp >
you might also consider flashing a fresh sd-card :)
12:59
<
leonardp >
good luck
12:59
<
pinage404[m] >
why "a fresh sd-card" ? if i reuse the same card it won't be good ?
13:00
<
leonardp >
i mean reflashing onto the same one, if your new configuration doesn't work
13:01
<
leonardp >
idk what broke there, no clue at all, but i guess it had something to do with the rpi firmware
13:01
<
pinage404[m] >
i plan to find a working configuration, then i save the configuration and reflash and reformat everything to have a clean base
13:02
<
pinage404[m] >
i didn't understood the role of this firmware
13:08
<
DigitalKiwi >
did linuxPackages_latest start working on rpi ???
13:09
<
DigitalKiwi >
i have to use 4_19 though someone said another newer one also works for them but i didn't note which
13:09
<
DigitalKiwi >
oh you have them both commented
13:09
<
clever >
pinage404[m]: on an rpi, the maskrom always starts by executing bootcode.bin from the fat32 fs, that brings dram online and executes start.elf, that then loads linux (or uboot) and spins up the arm cores
13:12
orivej has quit [Ping timeout: 258 seconds]
13:18
FRidh has quit [Quit: Konversation terminated!]
13:37
superherointj has quit [Quit: Leaving]
13:42
jumper149 has joined #nixos-aarch64
13:54
kloenk has joined #nixos-aarch64
14:42
noonien has joined #nixos-aarch64
14:49
jumper149 has quit [Quit: WeeChat 2.9]
15:51
h0m1 has quit [Ping timeout: 272 seconds]
15:52
h0m1 has joined #nixos-aarch64
16:24
orivej has joined #nixos-aarch64
16:44
shad has joined #nixos-aarch64
16:56
zupo has joined #nixos-aarch64
17:00
zupo has quit [Ping timeout: 240 seconds]
17:10
bennofs_ has joined #nixos-aarch64
17:14
bennofs__ has quit [Ping timeout: 264 seconds]
17:26
zupo has joined #nixos-aarch64
17:36
cole-h has joined #nixos-aarch64
17:41
noonien has quit [Quit: Connection closed for inactivity]
17:55
Guest19238 has quit [Remote host closed the connection]
17:57
AmandaC has joined #nixos-aarch64
18:05
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
18:11
rajivr has quit [Quit: Connection closed for inactivity]
18:43
juliosueiras has joined #nixos-aarch64
18:48
Thra11 has joined #nixos-aarch64
18:54
Darkmatter66_ has joined #nixos-aarch64
18:54
quinn has joined #nixos-aarch64
18:55
Darkmatter66 has quit [Ping timeout: 258 seconds]
18:59
zupo has joined #nixos-aarch64
19:29
Darkmatter66 has joined #nixos-aarch64
19:29
Darkmatter66_ has quit [Ping timeout: 256 seconds]
19:42
cole-h has quit [Quit: Goodbye]
20:01
orivej has quit [Ping timeout: 260 seconds]
20:04
zupo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
20:05
orivej has joined #nixos-aarch64
20:21
<
colemickens >
I don't know if La-S is here, but I see you fixing aarch64 desktop stuff :) thank you
21:40
<
samueldr >
colemickens: thanks
21:40
<
samueldr >
colemickens: so you have your pinephone?
21:40
<
samueldr >
did you check Mobile NixOS?
21:41
<
colemickens >
I did, it didn't work.
21:41
<
samueldr >
red LED?
21:42
<
colemickens >
I'm afraid to say, been a long few days. I'm going to try again in a few hours and can play with adding that patch too.
21:43
<
samueldr >
should be trivial with the patchwork ID
21:43
<
samueldr >
1312857 as shown to the top right of the page
21:44
<
samueldr >
might be what julio//sueiras was seeing
22:09
<
juliosueiras >
most likely
22:26
justanotheruser has joined #nixos-aarch64
22:35
<
colemickens >
my audio on my PBP seems to work today for some reason
23:13
swim has quit [Quit: leaving]
23:19
orivej has quit [Ping timeout: 246 seconds]