Re: pypi import certs issues caused by clock synchronisation issue [fixed]

2023-05-10 Thread c4droid
Yep, problems resolved. :) On Tue, May 09, 2023 at 02:51:53PM +0100, James R. Haigh (+ML.GNU.Guix subaddress) wrote: > Hi c4droid, > > At Z+0800=2023-05-09Tue08:55:12, c4droid sent: > > Thanks for the hint, I just checked my system services noticed the ntp is > > not

Re: pypi import certs issues

2023-05-08 Thread c4droid
Hi, James. On Mon, May 08, 2023 at 12:55:57PM +0100, James R. Haigh (+ML.GNU.Guix subaddress) wrote: > Hi c4droid, > > At Z+0800=2023-05-08Mon23:55:06, c4droid sent: > > […] > Thanks for the hint, I just checked my system services noticed the ntp is not install on my syste

Re: pypi import certs issues

2023-05-08 Thread c4droid
Hi, Maxim On Sun, May 07, 2023 at 09:18:25PM -0400, Maxim Cournoyer wrote: > Hi, > > c4droid writes: > > > Hi, Guix! > > > > on commit dc5430c9dc20ee53441995d9a89a90b0a86aeed3 pypi import has > > issues: > > > > Backtrace: > > In ice-9/eva

Re: pypi import certs issues

2023-05-08 Thread c4droid
On Sun, May 07, 2023 at 09:18:25PM -0400, Maxim Cournoyer wrote: Hi, Maxim > Hi, > > c4droid writes: > > > Hi, Guix! > > > > on commit dc5430c9dc20ee53441995d9a89a90b0a86aeed3 pypi import has > > issues: > > > > Backtrace: > > In ice-9/eva

pypi import certs issues

2023-05-06 Thread c4droid
Hi, Guix! on commit dc5430c9dc20ee53441995d9a89a90b0a86aeed3 pypi import has issues: Backtrace: In ice-9/eval.scm: 619:8 19 (_ #(#(#))) In guix/ui.scm: 2300:7 18 (run-guix . _) 2263:10 17 (run-guix-command _ . _) In guix/scripts/import.scm: 89:11 16 (guix-import . _) In

Re: Setting link file permission in home-files-service-type

2023-03-19 Thread c4droid
Hi, Felix I'll take a look and try opensmtpd, if possible, I'll let opensmtpd become a home service. On Sun, Mar 19, 2023 at 06:15:18PM -0700, Felix Lechner wrote: > Hi, > > On Sun, Mar 19, 2023 at 5:57 PM c4droid wrote: > > > > I'm changing my mailing workflow [...]

Setting link file permission in home-files-service-type

2023-03-19 Thread c4droid
Hi, Guix! I'm changing my mailing workflow from fetchmail + procmail + msmtp + mutt to fdm + msmtp + mutt, configuration file is already prepared, the fdm and msmtp configuration file need 600 permission, guix home home-files-service-type give 644 default, have workaround for when symlinking

SSL Certificates generation when reconfigure system

2023-02-09 Thread c4droid
Hi, I'm using guix deploy to manage my cloud server from NixOS with deploy-rs, I deployed some web application in server and using nginx as reverse proxy. After setup certbot-service-type and deploy, the nginx not started, I found not certificates in /etc/letsencrypt. In NixOS, NixOS will

Re: Pack busybox using guix, but make check have fail tests

2021-05-24 Thread c4droid
Hi, Joshua! Joshua Branson writes: > c4droid writes: > >> Hi, >> >> I'm working on the using busybox to provide the guix bootstrap recipes >> for my building Linux From Scratch system using GNU Guix projects. when >> I pack the busybox using guix, I copy the

Pack busybox using guix, but make check have fail tests

2021-05-23 Thread c4droid
Hi, I'm working on the using busybox to provide the guix bootstrap recipes for my building Linux From Scratch system using GNU Guix projects. when I pack the busybox using guix, I copy the original package definitions from gnu/packages/busybox.scm, I add enable-static-link build phases to make

Re: How to repair/reinstall guix on foreign distro

2021-05-18 Thread c4droid
mains ro and busy. Short of booting another system (say an USB > stick), is there a way to clear /gnu/store? Or to safely replace its > content? Hi, Thorsten I was install guix on a ubuntu server and work right, can you reproduce you guix installation process? maybe the fault happen in install guix process. -- Best reguards, c4droid

System reconfigures guile module error

2021-05-18 Thread c4droid
-exception _ #:continuable? _) 1685:16 0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1685:16: In procedure raise-exception: no code for module (system repl error-handling) Maybe this error is guile bug? -- Best reguards, c4droid

Re: Using bootstrap seeds write package definitions

2021-05-18 Thread c4droid
Julien Lepiller writes: > Hi c4droid, > > Le Sun, 16 May 2021 10:50:36 +0800, > "c4droid" a écrit : > >> Hello guix! >> I was using the Linux From Scratch for a while as my mainly linux >> distro, use soft link as package management. when I heard g

Re: interactively debugging os configuration

2021-05-17 Thread c4droid
c4droid writes: > Hi, Kevin. > > kevinbanjo writes: > >> Hi everyone: >> >> I think I might be on the verge of getting the guix system (or something >> closely resembling it) running fairly simply under wsl 2 but this sample os >> config file: >>

Re: interactively debugging os configuration

2021-05-17 Thread c4droid
s of debugging it from the windows command > line tool running character based emacs which I installed in guix (and I'm > reluctant to go configuring guix too much more incase I break something and > have to just jettison it all and start over since I can't get the system > reconfigure going). > > TIA, > -Kevin -- Best reguards c4droid

Re: Using bootstrap seeds write package definitions

2021-05-17 Thread c4droid
Julien Lepiller writes: > Hi c4droid, > > Le Sun, 16 May 2021 10:50:36 +0800, > "c4droid" a écrit : > >> Hello guix! >> I was using the Linux From Scratch for a while as my mainly linux >> distro, use soft link as package management. when I heard g

Using bootstrap seeds write package definitions

2021-05-16 Thread c4droid
is kernel and initramfs (stage 3). after that is build Beyond LFS (stage 4). I stuck with using bootstrap seeds writing stage 1 package definitions. So I ask for help on community, because the power of community is great. :) p.s.: Sorry for my poor english -- Best reguards c4droid