Re: How to I submit packages?

2019-12-11 Thread Kristofer Buffington
Send a patch to guix-patc...@gnu.org On December 11, 2019 9:45:26 PM EST, Josh wrote: >I asked in IRC a few days ago, but can someone point me in the right >direction.  I'm a tad brain dead given life. -- Kristofer Buffington

mount host directory in guest VM

2019-07-11 Thread Kristofer Buffington
Hello! I would like to have a shared folder between VMs on my virtualization host. I can do that manually, but it doesn't persist between restarts. # mount -t 9p -o trans=virtio,version=9p2000.L hostshare / This command lets the guest mount the hosts shared folder. How can I put that into my ope

Re: Network does not work inside Virtual Machine

2019-07-08 Thread Kristofer Buffington
An important note, in order for virtual NICs to be used, the host machine must have a physical NIC that is "up", but is not assigned any network address. In a situation where there is only one physical NIC, an administrator should create a virtual NIC on the host machine for networking instead of u

Re: Network does not work inside Virtual Machine

2019-07-07 Thread Kristofer Buffington
If the openvswitch-service-type is part of the operating-system services then virt-manager should be able to add virtual network devices on a per-VM basis. Here's the services section from my machine hosting VMs: (services (append (list (static-networking-service "en

Re: Introducing GNUPaste (and guile-wiredtiger future)

2017-12-17 Thread Kristofer Buffington
Amirouche Boubekki writes: > Héllo, > > On 2017-12-14 19:37, Kristofer Buffington wrote: >> Hello! >> >> I am excited to share GNUPaste! This is a really simple web app >> similar to paste.lisp.org built with Guile. I have a linode running it &

Re: Introducing GNUPaste

2017-12-16 Thread Kristofer Buffington
l...@gnu.org (Ludovic Courtès) writes: > Hi Kristofer, > > Kristofer Buffington skribis: > >> I am excited to share GNUPaste! This is a really simple web app >> similar to paste.lisp.org built with Guile. I have a linode running it >> from git on GuixSD. >>

Re: Introducing GNUPaste

2017-12-16 Thread Kristofer Buffington
Mike Gerwitz writes: > Key, Kristofer: > > On Thu, Dec 14, 2017 at 13:37:30 -0500, Kristofer Buffington wrote: >> I am excited to share GNUPaste! This is a really simple web app >> similar to paste.lisp.org built with Guile. I have a linode running it >> from git on Gu

Introducing GNUPaste

2017-12-14 Thread Kristofer Buffington
Hello! I am excited to share GNUPaste! This is a really simple web app similar to paste.lisp.org built with Guile. I have a linode running it from git on GuixSD. https://paste.freshbakedyams.com (Please use it!) Source: https://github.com/kristoferbuffington/gnupaste.git Currently the frontend u