Re: Connection refused to Guix-hosted SSH

2022-10-14 Thread Oleg Pykhalov
"dabb...@gmail.com" writes: […] > Sure. I receive a bunch of messages of this form: > > Oct 14 10:04:23 localhost vmunix: [ 5869.880044] audit: type=1326 > audit(1665734663.369:6): auid=4294967295 uid=989 gid=983 > ses=4294967295 subj=unconfined pid=599 comm="sshd" > exe="/gnu/store/jgw64z5w2q6b

Re: Don't Unquote Me

2022-10-14 Thread Philip McGrath
On Friday, October 14, 2022 3:32:55 PM EDT ( wrote: > On Fri Oct 14, 2022 at 7:38 PM BST, jgart wrote: > > > Nope; they're special built-in forms like ``lambda'' and ``define''. > > > > So, they are ordinary functions defined in guile? > > > > Or by built-ins you mean that they are implemented in

Re: Connection refused to Guix-hosted SSH

2022-10-14 Thread Felix Lechner via
Hi, On Fri, Oct 14, 2022 at 1:02 PM dabb...@gmail.com wrote: > > I'm puzzled, as I don't understand exactly what went wrong... How about the output from the client with ssh -vvv Also, it may be helpful to post the contents of your sshd_config. > Connection from 127.0.0.1 port 33818 on 127

Re: Connection refused to Guix-hosted SSH

2022-10-14 Thread dabb...@gmail.com
On Fri, Oct 14, 2022 at 7:06 PM Felix Lechner wrote: > > Hi, > > On Fri, Oct 14, 2022 at 1:54 AM dabb...@gmail.com wrote: > > > > Finally, I also tried to manually start sshd on port > > I think that is a fabulous idea, especially if you can prevent > daemonization with -d (or -D). > > > thi

Re: Don't Unquote Me

2022-10-14 Thread (
On Fri Oct 14, 2022 at 7:38 PM BST, jgart wrote: > > Nope; they're special built-in forms like ``lambda'' and ``define''. > > So, they are ordinary functions defined in guile? > > Or by built-ins you mean that they are implemented in C? > > I'll read through the guile source code a bit later ;() T

Re: How to open: Usb, hdd and other storage sata

2022-10-14 Thread Niklas Schmidt
Hello everybody, I can't speak for Thunar or any other graphical file manager, but I think many file managers do in some way or another support File System in Userspace (FUSE). I use Udisks to mount storage media without "sudo". In my operating system definition, I add my user to the fuse gr

Re: Don't Unquote Me

2022-10-14 Thread jgart
On Fri, 14 Oct 2022 07:59:14 +0100 "(" wrote: > On Fri Oct 14, 2022 at 5:03 AM BST, jgart wrote: > > Are `unqote`, `quote` and `unquote-splice` functions after they get > > desugared from their reader macro representation? > > Nope; they're special built-in forms like ``lambda'' and ``define''.

Re: Connection refused to Guix-hosted SSH

2022-10-14 Thread Felix Lechner via
Hi, On Fri, Oct 14, 2022 at 1:54 AM dabb...@gmail.com wrote: > > Finally, I also tried to manually start sshd on port I think that is a fabulous idea, especially if you can prevent daemonization with -d (or -D). > this is the output /etc/ssh/sshd_config: No such file or directory The sshd

Re: How to open: Usb, hdd and other storage sata

2022-10-14 Thread kiasoc5
On Fri, Oct 14 2022, 01:46:20 PM +0200 101ab--- via wrote: > Hello, excuse my English. Can you give me a hint? > I am new to guix. I have installed the OS but I have no idea how to > open my usb drives and my hdd? Lsusb shows my usb storage but file > manager is silent. I am using xfce. Since yo

Re: How to open: Usb, hdd and other storage

2022-10-14 Thread Wojtek Kosior via
Hi there! > Hello, excuse my English. Can you give me a hint? > I am new to guix. I have installed the OS but I have no idea how to > open my usb drives and my hdd? Lsusb shows my usb storage but file > manager is silent. I am using xfce. There exist some facilities to have external media pop up

How to open: Usb, hdd and other storage sata

2022-10-14 Thread 101ab--- via
Hello, excuse my English. Can you give me a hint? I am new to guix. I have installed the OS but I have no idea how to open my usb drives and my hdd? Lsusb shows my usb storage but file manager is silent. I am using xfce. Thanks a lot in advance for the answer. I really looked for this informatio

How to open: Usb, hdd and other storage

2022-10-14 Thread 101ab--- via
Hello, excuse my English. Can you give me a hint? I am new to guix. I have installed the OS but I have no idea how to open my usb drives and my hdd? Lsusb shows my usb storage but file manager is silent. I am using xfce. Thanks a lot in advance for the answer. I really looked for this informatio

Re: program prepared with `guix pack` unusable by end users

2022-10-14 Thread zimoun
Hi, On ven., 14 oct. 2022 at 11:09, Wojtek Kosior via wrote: > I accidently just replied to you, Simon, instead of making a "reply > all". I'm reposting the same now, sorry for the nuisance... Do not worry. :-) > So, I did run `guix shell -L. hydrilla`. First, I got a warning about > >> ambigu

Re: program prepared with `guix pack` unusable by end users

2022-10-14 Thread Wojtek Kosior via
Hi again! I accidently just replied to you, Simon, instead of making a "reply all". I'm reposting the same now, sorry for the nuisance... Thanks for your effort explaining email message ids m(_ _)m > I am confused because, if I understand correctly, this tarball generated > under ./dist is built

Re: Connection refused to Guix-hosted SSH

2022-10-14 Thread dabb...@gmail.com
On Thu, Oct 13, 2022 at 11:05 PM Felix Lechner wrote: > > Hi, Hi Felix > On Wed, Oct 12, 2022 at 1:33 PM dabb...@gmail.com wrote: > > > > I can't login with private credentials. > > Did you set a password interactively? Otherwise you can set an initial > password with something like (password (

Re: Calling gpg encrypt inside mixed-text-file

2022-10-14 Thread (
Hey Reza, On Fri Oct 14, 2022 at 9:40 AM BST, Reza Housseini wrote: > (service radicale-service-type > (radicale-configuration > (config-file (mixed-text-file "radicale.conf" " > [auth] > type = htpasswd > htpasswd_filename = " (local-file "

Calling gpg encrypt inside mixed-text-file

2022-10-14 Thread Reza Housseini
Hi list In a system configuration I won't to add a password file from a gpg encrypted file in the following manner: (service radicale-service-type (radicale-configuration (config-file (mixed-text-file "radicale.conf" " [auth] type =

Re: Connection refused to Guix-hosted SSH

2022-10-14 Thread dabb...@gmail.com
On Thu, Oct 13, 2022 at 7:30 AM Oleg Pykhalov wrote: > > Hi, Hi oleg [...] > > > From another machine I can correctly ping this system at the static > > address, but I can't login with private credentials. Actually, I can't > > connect even with password, because every time my client ends with >

Re: program prepared with `guix pack` unusable by end users

2022-10-14 Thread zimoun
Hi, Wojtek, On jeu., 13 oct. 2022 at 18:20, Wojtek Kosior via wrote: > It took me a couple of minutes to understand what you're talking > about. Indeed, instead of copy-pasting the address > I clicked "Reply" on some random email from Guix mailing list and > changed the subject. For years I've b