Re: Possible store corrumption

2019-05-21 Thread Jack Hill
On Tue, 21 May 2019, Giovanni Biscuolo wrote: Could be a full disk issue? In this case that was not true. It turned out to be bad memory. When I ran a memory test, it aborted do to too many errors, which is not a good sign ☺. Therefore, I expect what was happening was that data was being

Re: error in bootloader config while system init

2019-05-21 Thread znavko
Sorry, for this flow. I've got normal output of `guix system init ...` but after reboot into my newly installed system I've seen that filesystem check on sdb2 failed. And seeing bournish guile shell. I think I was wrong with partitioning. On step partitioning I wish to say, 'parted' works bad,

Re: How to start Guix on Asus K50C ?

2019-05-21 Thread znavko
Yes, this works, and I've got console installer menu. Thanks! May 21, 2019 8:18 AM, "Giovanni Biscuolo" wrote: > Hello znavko, > > zna...@disroot.org writes: > >> nomodeset not helped. > > can you please try using "vga=791" > > I had a similar issue recently and setting vga as above solved

Re: error in bootloader config while system init

2019-05-21 Thread znavko
I have another error with Grub bootloader here: # guix system init /mnt/etc/config.scm /mnt 2>1 # cat 1 | nc termbin.com 999 error: '/gnu/store/9kvnp0vp24vplnwxd7svr8mlcbxa2f0l-grub-2.02/sbin/grub-install --no-floppy --target=i386-pc --boot-directory /mnt/boot /dev/sdb' exited with status 1;

Re: Youtube Viewer

2019-05-21 Thread Raghav Gururajan
Anyway, please find the configs attached with this email. Not sure if all "PATH"s are generated correctly as guix's directories are different from other distros. #!/usr/bin/perl # GTK YouTube Viewer 3.5.4 - configuration file our $CONFIG = { active_channel_type_combobox=> 0,

Re: Youtube Viewer

2019-05-21 Thread Tobias Geerinckx-Rice
Pierre Neidhardt wrote: As far as I know, youtube-dl is used as a backend for mpv. Yup. (It's even an absolute store reference now.) Not sure about youtube-viewer. It doesn't refer to ytdl, and the pure environment, at least, doesn't propagate ytdl, so I don't *think* it's used here.

Re: btrfs raid configuration vs mdraid

2019-05-21 Thread Fredrik Salomonsson
Hi Giovanni, Giovanni Biscuolo writes: [...] >>> Assuming I'm going to format the root filesystem as: >>> >>> mkfs.btrfs -m raid1 -d raid1 /dev/sda3 /dev/sdb3 >>> >>> how should I configure (file-system...)? this way: >>> >>> (file-system >>> (mount-point "/") >>> (type "btrfs") >>>

Re: Youtube Viewer

2019-05-21 Thread Raghav Gururajan
> yes but the config file for the GTK version is > .config/youtube-viewer/gtk-youtube-viewer.conf > > Raghav can you please check that it contains > > --8<---cut here---start->8--- > > video_player_selected => "mpv", > > --8<---cut

Re: Youtube Viewer

2019-05-21 Thread Raghav Gururajan
Actually, without the pure environment, youtube-viewer works just fine in CUI mode. The media open automatically in mpv. But the issue is, in GUI mode, when I play a video, it doesn't open.

Re: Youtube Viewer

2019-05-21 Thread Giovanni Biscuolo
Hi "Raghav Gururajan" writes: [...] >> Anyway, both the GTK and CLI versions invoke MPV just fine here. yes but the config file for the GTK version is .config/youtube-viewer/gtk-youtube-viewer.conf Raghav can you please check that it contains --8<---cut

Re: Youtube Viewer

2019-05-21 Thread Raghav Gururajan
> Right. My bad. Seems that --pure is a bit too pure for the GTK > version. > > What does the regular ‘youtube-viewer’ say when run in that pure > environment? Please find the error inside this output. =>> Search for YouTube videos (:h for help) > test 1. What's Your True Spirit Animal?

Re: Youtube Viewer

2019-05-21 Thread Tobias Geerinckx-Rice
Raghav Gururajan wrote: Yes. Please find the following error. Right. My bad. Seems that --pure is a bit too pure for the GTK version. What does the regular ‘youtube-viewer’ say when run in that pure environment? Kind regards, T G-R signature.asc Description: PGP signature

Re: Youtube Viewer

2019-05-21 Thread Raghav Gururajan
> You might need to update youtube-dl. It seems that Youtube breaks its > API once in a while. youtube-viewer and youtube-dl are different applications right?

Re: Youtube Viewer

2019-05-21 Thread Raghav Gururajan
> Please run the entire command (also the part after --) on one line > (see my follow-up mail). > Anyway, both the GTK and CLI versions invoke MPV just fine here. > Could you try running both in a pure environment? Yes. Please find the following error. address@hidden ~ [env]$ gtk-youtube-viewer

Re: Youtube Viewer

2019-05-21 Thread Tobias Geerinckx-Rice
Raghav Gururajan wrote: guix environment --pure --ad-hoc youtube-viewer mpv -- youtube-viewer I did this and I was led to "hidden@address ~ [env]$". Anyway, I never used command-line for this app. Please run the entire command (also the part after --) on one line (see my follow-up mail).

Re: Youtube Viewer

2019-05-21 Thread Raghav Gururajan
> I can't reproduce this (as it happens, I have both youtube-viewer > and mpv installed in my regular profile): > > Terminal Time > = > ~ λ grep video_player_selected > .config/youtube-viewer/youtube-viewer.conf > video_player_selected =>

Re: Youtube Viewer

2019-05-21 Thread Tobias Geerinckx-Rice
Tobias Geerinckx-Rice wrote: guix environment --pure --ad-hoc youtube-viewer mpv -- \ youtube-viewer My line breaks were off. That's one command on one line. Kind regards, T G-R signature.asc Description: PGP signature

Re: Youtube Viewer

2019-05-21 Thread Tobias Geerinckx-Rice
Raghav, Raghav Gururajan wrote: I have both youtube-viewer and mpv installed. Under preferences of youtube-viewer, there is "video_player_selected => "mpv",". But when I click play in youtube-viewer, the media is not opening in mpv. What should I do to make this work? I can't

Youtube Viewer

2019-05-21 Thread Raghav Gururajan
Hello Guix! I have both youtube-viewer and mpv installed. Under preferences of youtube-viewer, there is "video_player_selected => "mpv",". But when I click play in youtube-viewer, the media is not opening in mpv. What should I do to make this work? Regards, RG.

Re: error in bootloader config while system init

2019-05-21 Thread Ludovic Courtès
Hi znavko, Giovanni Biscuolo skribis: > In gnu/system.scm: >974:26 0 (operating-system-bootcfg #< kernel:…> …) > > gnu/system.scm:974:26: In procedure operating-system-bootcfg: > In procedure struct_vtable: Wrong type argument in position 1 (expecting > struct): #f [...] >

Re: When you mess up submission to guix-patches

2019-05-21 Thread Tobias Geerinckx-Rice
Tk, Tk wrote: The last moment changes I made to the RMassBank package submission to guix-pathes cause installation error (license variable is a typo). How do I fix this? Should I make another unrelated patch submission, or follow a patch series approach, or .. Please send (a) revised

When you mess up submission to guix-patches

2019-05-21 Thread Tk
The last moment changes I made to the RMassBank package submission to guix-pathes cause installation error (license variable is a typo). How do I fix this? Should I make another unrelated patch submission, or follow a patch series approach, or .. just wait for someone to pick up that package?

Re: error in bootloader config while system init

2019-05-21 Thread Giovanni Biscuolo
Hi znavko, cannot help now, just a quick reply to inline error log and config for ml archiving purposes zna...@disroot.org writes: > Hello! I want to install guix, but have troubles with bootloader > configuration. I parted my disk this way: > > # fdisk -l /dev/sdb > > Disk /dev/sdb:

Re: Possible store corrumption

2019-05-21 Thread Giovanni Biscuolo
Hi Jack, Jack Hill writes: > I've run guix gc --verify and received the following output: > > $ guix gc --verify > reading the store... > checking path existence... > path `/gnu/store/k5qxpr9wswli6lskpp433mrk0ffvxa9q-gcc-6.5.0.tar.xz.drv' > disappeared, but it still has valid referrers! [...]

Re: btrfs raid configuration vs mdraid

2019-05-21 Thread Giovanni Biscuolo
Hi Fredrik, Fredrik Salomonsson writes: [...] >> Assuming I'm going to format the root filesystem as: >> >> mkfs.btrfs -m raid1 -d raid1 /dev/sda3 /dev/sdb3 >> >> how should I configure (file-system...)? this way: >> >> (file-system >> (mount-point "/") >> (type "btrfs") >> (device

Re: How to start Guix on Asus K50C ?

2019-05-21 Thread Giovanni Biscuolo
Hello znavko, zna...@disroot.org writes: > nomodeset not helped. can you please try using "vga=791" I had a similar issue recently and setting vga as above solved it HTH! Gio'. [...] -- Giovanni Biscuolo Xelera IT Infrastructures signature.asc Description: PGP signature