I can only start an X server in guix as root

2017-03-18 Thread Joshua Branson
Hello, I currently dual boot guixSD and Parabola. I use a macbook 7,1, and I am unable to start an X server in guix as my normal user. I can login to gnome via my root user, but obviously this is not ideal. I can login to a virtual console as my normal user and access Emacs (yeah), bu

Re: I can only start an X server in guix as root

2017-03-31 Thread Joshua Branson
Hello, I've responded to this email on the guix-bugs emailing list located here: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26158 I did try a guix system vm /path/to/config-file.scm; and I could still not log into guixSD. I think I might create another guix user. If I can't login as joshu

Re: installing GuixSD on a Macbook Air A1304

2017-04-20 Thread Joshua Branson
If you don't want to wait, you might be able to install guixSD and not use uefi. I have a macbook 7,1 that supports UEFI. I've never figured out how to install Parabola on it using UEFI. So instead I boot using MBR Master Boot Record. If you use fdisk to do your partitioning, I believe tha

grub not properly installing in GuixSD

2017-07-17 Thread Joshua Branson
Hello, I’m currently trying to dual boot Arch Linux and GuixSD on a desktop machine that I built. GuixSD seems to be installing well, but grub in not properly installing. I’m trying to boot using grub-efi. After I run guix system init /mnt/etc/bare-bones.scm /mnt I get this error: grub-

Re: grub not properly installing in GuixSD

2017-07-17 Thread Joshua Branson
, EFI partition, UEFI, and GPT, then you should take a look at this wiki: https://wiki.archlinux.org/index.php/GRUB#UEFI_systems It gives you a good overview. On Jul 17, 2017, at 3:28 PM, Joshua Branson mailto:bran...@hotmail.com>> wrote: Hello, I’m currently trying to dua

Re: grub not properly installing in GuixSD

2017-07-18 Thread Joshua Branson
does not exist. Bailing out, you are on your own. Good luck. And now I’m in a rootfs prompt. I’ll keep trying to figure out how to book the usb stick via grub…. On Jul 17, 2017, at 5:47 PM, Marius Bakke mailto:mba...@fastmail.com>> wrote: Joshua Branson mailto:bran...@hotmail.com>

Re: grub not properly installing in GuixSD

2017-07-22 Thread Joshua Branson
ernel boot parameters? Apparently you can when you load the kernel. aka linux (hd0,1)/path-to-linux nomodeset BUT I don't know where the linux kernel is on the usbstick. On 07/17/2017 05:47 PM, Marius Bakke wrote: > Joshua Branson writes: > >> Hello, >> >> I’m

Re: grub not properly installing in GuixSD

2017-07-24 Thread Joshua Branson
ommand may just be for finding the root filesystem. On 07/23/2017 08:39 AM, Ricardo Wurmus wrote: Joshua Branson <mailto:bran...@hotmail.com> writes: I can properly boot guixSD in UEFI from the grub command prompt! Aka I chainload the operating system. Unfortunately I do not know how t

Re: grub not properly installing in GuixSD

2017-07-28 Thread Joshua Branson
>> wrote: Joshua Branson mailto:bran...@hotmail.com>> writes: Yup. That's correct. I am asking about how to modify set root=(hd0,msdos1)(I think this is the vfat system) chainloader (${root})/efi/boot/name-of-efi-file.efi boot to something like set root=(hd0,msdos1)

Re: Grub installation failed during the GuixSD's installation

2017-07-28 Thread Joshua Branson
Hey Ivan, It sounds like you are having trouble installing grub, when you are booting via UEFI. I may be able to point you in the general right direction. I just solved my issue booting via UEFI. When I installed guixSD, the install went fine, but grub could not properly install itself. I g

Re: Enable modules in Linux configuration.

2017-07-30 Thread Joshua Branson
Out of curiosity why would you want Reiser4? I'm sure it's an ok filesystem, but it's just being maintain these days right? Not really developed. I feel like your life would be so much simplier if you just used ext4 or XFS. On 07/29/2017 03:33 PM, Dmitry Nikolaev wrote: > Hi everybody. > >

Re: Enable modules in Linux configuration.

2017-08-02 Thread Joshua Branson
Wow! I did not know that you could use guixSD to maintain specific versions of packages! Having it manage a custom linux kernel is pretty awesome! On 07/31/2017 05:39 PM, Marius Bakke wrote: > Dmitry Nikolaev writes: > >> But it looks too complex for me. Is there an easier way to enable >> a

I cannot reconfigure my ARM machine

2017-10-25 Thread Joshua Branson
Hello, I'm unable to reconfigure my AMD APU AM1 machine. It looks like it's failing to install the bootloader: Installing for x86_64-efi platform. /gnu/store/1wzysj68sk5p713kd60wdxdiv448y1xs-grub-efi-2.02/sbin/grub-install: error: failed to get canonical path of `none'. guix system: error: fai

Re: I cannot reconfigure my ARM machine

2017-11-08 Thread Joshua Branson
I used the "new" interface, and that worked. Thanks! -- Joshua Branson Sent From Emacs

Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'

2018-04-17 Thread Joshua Branson
Maybe I'm being really silly, but don't you just do a guix pull as a root user not as a normal user? $ su PASSWORD root # guix pull Muto writes: > Guix on a foreign machine (Ubuntu) works just fine for every account > except my main user account. If I try running > guix pull > > As that use

Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'

2018-04-18 Thread Joshua Branson
age -u ...repeat for all other users... $ su # guix pull && guix package -u && guix system reconfigure /etc/config.scm Does that look right? Mark H Weaver writes: > Hi Joshua, > > Joshua Branson writes: >> Maybe I'm being really silly, but don't you

Re: Could not find bootstrap binary 'guile-2.0.9.tar.xz'

2018-04-19 Thread Joshua Branson
thanks for the clarification! Mark H Weaver writes: > Joshua Branson writes: > >> I guess I'm still a little confused. Suppose that I want to update all >> packages, on my system. The ones owned by root, and the ones owned by >> all other users. Then I'd

Re: warning: could not locate elisp directory under `/gnu/store/...`

2018-04-19 Thread Joshua Branson
I have no idea, but keep trying! haha. By the way, it would be kind of cool if guix could package an emacs starter kit. It'd be even coolier if someone tried to use guix as the way to sell said starter kit. Pierre Neidhardt writes: > Still stuck here... Anyone? > I'd love to contribute a who

Re: Adding chainloader stanzas to Grub

2018-04-29 Thread Joshua Branson
白い熊@相撲道 writes: > Hello: > > Is there a way to add full chainloader stanzas to Grub via the sysconfig file > through system reconfigure in GuixSD. Why do you need to do a chainloader? You could just boot into PureOS right? ;; This is an operating system configuration template ;; for a "deskt

Re: Librem

2018-05-02 Thread Joshua Branson
Pierre Neidhardt writes: > Chris Marusich writes: > >> Another option is to find a system that respects your freedom and does >> not require proprietary software to run. I have a LibreBoot laptop I >> purchased from MiniFree, and I love it! I know that purchasing a >> replacement computer that

Re: Librem

2018-05-04 Thread Joshua Branson
Chris Marusich writes: > Joshua Branson writes: > >> Pierre Neidhardt writes: >> >>> Chris Marusich writes: >>> >>>> Another option is to find a system that respects your freedom and does >>>> not require proprietary software to ru

Re: Udisks uses ntfs instead of ntfs-3g

2018-05-21 Thread Joshua Branson
Pierre Neidhardt writes: > I also noticed that Guix packaged version is 2.1.8 which is fairly old. > Latest release is 2.7.6. > > I can submit a patch. Please do.

Re: root certificate

2018-06-11 Thread Joshua Branson
Divan Santana writes: > Hi Guix :) > > How does one import a root certificate for GuixSD? This probably isn't helpful, but what is a root certificate? > > I didn't see it in the manual. > > (Hopefully I didn't miss it. I need to read up on using info within Emacs > better.) > -- > Divan

Re: No dvorak in window manager

2018-06-18 Thread Joshua Branson
Luther Thompson writes: > I installed GuixSD today. When I boot up, both the login manager and > the desktop session use qwerty. I do see dvorak when I hit Ctrl+Alt+F2 > for a non-window console. `loadkeys dvorak` has no effect in either > place. Here is my OS definition: > I've had a similar pr

Re: Cannot build guile-chickadee.

2018-06-20 Thread Joshua Branson
Ricardo Wurmus writes: > Hi there, > > I’m trying to get Chickadee packaged. Attached is a package definition. > The build fails when chickadee/render/shapes.scm is supposed to be > compiled: > Thank you! I would love to be able to play with Chickadee!

Re: Raw-Initrd

2018-11-07 Thread Joshua Branson
Brett Gilio writes: > Hi all, > > I am attempting to reconfigure my system using the hydra mirror, and it > can not complete because of an incomplete build. I think that hydra has been offline for a few days...? Enable substitutes from berlin.guixsd.org and use it instead. guix system reconfig

Re: Features of installing package that works as service

2018-11-27 Thread Joshua Branson
writes: > Hello, Guix Help! I think GuixSD is cute, but manual is so incomprehensible > https://www.gnu.org/software/guix/manual/en/guix.html Have you read the entire manual? I know I haven't. Before your complain that the manual is difficult to understand, be sure that you read all of it.

Re: Features of installing package that works as service

2018-11-29 Thread Joshua Branson
writes: I'm not sure what's wrong here. As far as I can understand you code makes sense and should remove the services that you don't want. You've probably seen this bit of code here: https://www.gnu.org/software/guix/manual/en/guix.html#Base-Services (remove (lambda (service) (eq

Re: Guile text editor

2018-11-29 Thread Joshua Branson
writes: > Thank you, Catonano! There are such options in Gedit! > > Comparing with that highlighting in emacs (left) http://0x0.st/s004.png > this gedit highlighting is so poor. > > I need info how to activate parentheses highlighting in Emacs, and may be > configure exactly as in my pic left si

Re: Single user mode in GuixSD

2018-12-01 Thread Joshua Branson
writes: > Hello, Guix Help! Once I've lost root password and need to restore root > password in GuixSD. > If you've lost the root password, I don't believe there is much that we can do. You might just have to reinstall. :() > I've tried to press 'e' in GRUB, added init=/bin/sh and booted int

Re: Deleting unnecessary services from %desktop-services

2018-12-01 Thread Joshua Branson
writes: > Hello, Ricardo Wurmus! ok, thank you. But now I've not achieved what I need. > avahi-damon, ntpd, networking rest in my system. I thought that Pierre answered that for you: > guix system: error: service 'ntpd' requires 'networking', which is not > provided by any service This is te

Re: guix gc, any way to delete only packages that aren't required to build anything?

2018-12-01 Thread Joshua Branson
Mark H Weaver writes: > Pierre Neidhardt writes: > > On my GuixSD system where substitutes are completely disabled and I > build everything locally, I've been running my Guix daemon with both > --gc-keep-derivations=yes and --gc-keep-outputs=yes for years. Here's > the relevant excerpt of my OS

Re: guix gc, any way to delete only packages that aren't required to build anything?

2018-12-03 Thread Joshua Branson
Mark H Weaver writes: > Hi Joshua, > > Joshua Branson writes: > >> Mark H Weaver writes: > > There are some additional benefits to building everything locally and > passing using the 'guix-daemon' options above. It means that my > /gnu/store alw

Re: GuixSD stops on booting process after upgrades

2019-01-01 Thread Joshua Branson
how to fix this. > > Please, is this a kind of initialization process after kernel update and need > just to wait? Or is it a bug? > -- Joshua Branson Sent from Emacs and Gnus

Re: Choosing Hardware: cpu, motherboard

2019-01-04 Thread Joshua Branson
try to flash motherboard with Libreboot or Coreboot, so I need >> compatible motherboard. Here are some cpu boards >> https://www.xes-inc.com/product-category/processor-boards/ >> <https://www.xes-inc.com/product-category/processor-boards/> but I >> think that is not my variant. > > You may want to check on the Coreboot wiki for a list of compatible > devices. > > -- > Ricardo > -- Joshua Branson Sent from Emacs and Gnus

digging into some X warnings

2019-01-05 Thread Joshua Branson
X log can be found here: https://paste.dismail.de/?0c51ab5f2c2421a4#W26WoJZZdJAKm/mcs2WNssF8feFnbFFTA5BEEk3fDk0= Thanks! -- Joshua Branson Sent from Emacs and Gnus

Re: Problem with Tor & IceCat

2019-01-06 Thread Joshua Branson
(service tor-service-type) >(xfce-desktop-service) >%desktop-services)) > > ;; Allow resolution of '.local' host names with mDNS. > (name-service-switch %mdns-host-lookup-nss)) Now, when you start icecat, you may have to click on the tor plugin to activate it, but it normally autostarts for me. Also, at least for me, that doesn't configure my browser to access tor hidden services. But it does run all of your http traffic through the tor network, which is pretty cool. -- Joshua Branson Sent from Emacs and Gnus

Re: Problem with Tor & IceCat

2019-01-07 Thread Joshua Branson
Mike Gerwitz writes: > On Sun, Jan 06, 2019 at 15:09:51 -0500, Joshua Branson wrote: >> Now, when you start icecat, you may have to click on the tor plugin to >> activate it, but it normally autostarts for me. >> >> Also, at least for me, that doesn't configure my

Re: Problem with Tor & IceCat

2019-01-07 Thread Joshua Branson
lse' every time it > runs and every time you start Icecat having tor plugin is activated. And this > is > why ISP performs dns requests. > > Jan 7, 2019, 2:02 AM by m...@gnu.org: > > On Sun, Jan 06, 2019 at 15:09:51 -0500, Joshua Branson wrote: > > Now, when you start

Re: Gaming desktop hardware + 802.11 ac wifi

2019-01-07 Thread Joshua Branson
rmance/cost choice, >> considering the 560 seems to be buggy on Linux. > > Have you checked h-node.org? I feel like the only graphics cards that'll run on linux-libre is old nvidia's and integrated Intel CPUs...am I wrong in that? I did not believe there are /any/ AMD cards

Re: Problem with Tor & IceCat

2019-01-09 Thread Joshua Branson
.drv' failed >> >> with exit code 1 build >> >> of /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv >> >> failed >> > >> > This is probably this bug: >> > >> > https://issues.guix.info/issue/28144 >> >> To be sure Archetyp, could you run: >> >> bzcat $(guix build >> --log-file /gnu/store/4kf8pyj9qfycq81flb3apd847kk5m8d9-info-dir.drv) >> >> and send the output? >> >> Also, was the ‘guix’ command you’re running produced by ‘guix pull’? >> >> Thanks, >> Ludo’. -- Joshua Branson Sent from Emacs and Gnus

Re: Problem with Tor & IceCat

2019-01-09 Thread Joshua Branson
Archetyp Jung writes: I believe we generally do not delete email postings. I suppose we could if it was spam for instance. > Would someone please delete the posting from Mon, 7 Jan 2019 02:37:13 > +0100? > > https://lists.gnu.org/archive/html/help-guix/2019-01/msg00061.html -- Jo

Re: Problem with Tor & IceCat

2019-01-10 Thread Joshua Branson
Ricardo Wurmus writes: > Joshua Branson writes: > >> Archetyp Jung writes: >> >>> Sorry Ludo, but I reinstalled the operating system yesterday. :-( >>> >>> Thanks to my customized config.scm, everything works fine here, >>> including Tor. ;

Re: ethernet not loading

2019-01-10 Thread Joshua Branson
u post the output of Trisquel 8's "lsmod" and the output of guix's "lsmod"? Thanks, Joshua > > > -- Joshua Branson Sent from Emacs and Gnus

Re: Problem with Tor & IceCat

2019-01-13 Thread Joshua Branson
Ricardo Wurmus writes: > Joshua Branson writes: > >> Archetyp Jung writes: >> >>> Sorry Ludo, but I reinstalled the operating system yesterday. :-( >>> >>> Thanks to my customized config.scm, everything works fine here, >>> including Tor. ;

Re: Supergrub2disk helped me to have the choice at startup

2019-01-19 Thread Joshua Branson
nce of supergrub2disk in > the case of an installation, especially for an end user like me. > > The first time it was after the installation of GuixSD 0.14 on my other > laptop, it had worked as well and GRUB had been easy to restore. > > https://www.supergrubdisk.org/category/download/supergrub2diskdownload/ > > Hoping it could be useful to other people ... > > Thank you in advance for your advice > > Hubert > -- Joshua Branson Sent from Emacs and Gnus

Re: grub.cfg does not have luks module for encrypted root

2019-02-01 Thread Joshua Branson
d0,1) ; wherever your root partition is linux /gnu/path/to/vmlinuz-linux-libre root=/dev/sda1 initrd /gnu/path/to/initramfs-linux-libre.img boot In arch linux, I know where those paths are: /boot, but it GuixSD those paths are usually buried in /gnu/some/crazy/path... > > > Best, > Jack > > > -- Joshua Branson Sent from Emacs and Gnus

Re: grub.cfg does not have luks module for encrypted root

2019-02-02 Thread Joshua Branson
Jack Hill writes: > On Fri, 1 Feb 2019, Joshua Branson wrote: > >> Jack Hill writes: >> >>> Ahoy, >>> >>> I'm using the attached config.scm for a host with an encrypted gpt >>> root partition while booking with bios-grub. It produces t

Re: grub.cfg does not have luks module for encrypted root

2019-02-03 Thread Joshua Branson
swedebugia writes: > Joshua Branson skrev: (2 februari 2019 14:50:17 CET) >>Jack Hill writes: >> >>> On Fri, 1 Feb 2019, Joshua Branson wrote: >>> >>>> Jack Hill writes: >>>> >>>>> Ahoy, >>>>> >>>

Re: why does guix compile rust for root?

2019-03-28 Thread Joshua Branson
guix graph --type=reverse-package rust | dot -Tsvg > r.svg` > to see why does guix do this, but there is no answer. > > My config and rust reverse dependecies tree are in attach. > A tree has only one node - rust. > -- Joshua Branson Sent from Emacs and Gnus

Re: how to translate info guix to text file or pdf or html ?

2019-03-28 Thread Joshua Branson
t; I used to feel the same way. But info is super cool once you get the hang of it. It is especially awesome inside emacs. M-x helm-info-guix is probably my favorite command. It lets you search through all of the guix documentation. Try going through the info tutorial. "info info". I

Re: how to translate info guix to text file or pdf or html ?

2019-03-29 Thread Joshua Branson
x Git repository > https://www.gnu.org/software/guix/manual/html_node/Building-from-Git.html > > Then ‘firefox doc/guix.html/index.html’ will open a fresh manual. > > Oleg. > -- Joshua Branson Sent from Emacs and Gnus

Re: Updating Packages

2019-04-16 Thread Joshua Branson
user-profile, >>> at the same time? >> >> I don't know whether it's possible to (easily) apply both updates >> within the same transaction from the command line. >> >> Unless you really need to: guix pull && guix system reconfigure … >> && guix package -u …. >> >> Kind regards, >> >> T G-R > -- Joshua Branson Sent from Emacs and Gnus

Re: trackpad and icecat trouble

2019-04-17 Thread Joshua Branson
So, an update on this issue. I recently black listed usbkbd and usbmouse, I switched to the sway wm, and I disabled gdm. So now I log into a virtual console, and i have a bash script that auto starts sway. My mouse works perfectly, and sway is rock stable! I'm really impressed with it. Yo

Re: ThinkPads with WWAN

2019-10-03 Thread Joshua Branson
rg mentions that F3507g is known to work > and Gobi2000 should propably work. I would like to know insights with > ModemManager on Guix System, before I make the purchase. :-) > > Thank you! > > Regards, > RG. > -- Joshua Branson Sent from Emacs and Gnus

Re: Problem logging in using GDM

2019-10-19 Thread Joshua Branson
run sway at login. That is something that you could try. :) > > Unfortunately, removing the gdm/gnome temp files [2] didn't solve the > problem! > > [2]: sudo rm -rf /var/lib/gdm > rm -rf .cache/gnome-* > rm -rf .local/share/gnome-shell/application_state > > Any help welcome! -- Joshua Branson Sent from Emacs and Gnus

Re: jfs, jfsutils?

2019-12-13 Thread Joshua Branson
that delete stuff i'm just going > to need again? I'm not entirely certain...but you would always build them again... > > Cheers, >  Z > > (I presume attachments work ok on this list.) > > > > -- Joshua Branson Sent from Emacs and Gnus

Packing bcachefs Re: jfs, jfsutils?

2019-12-13 Thread Joshua Branson
other distribution but this was a surprise. > It would be kind of cool to package bcachefs...but it might be a little too premature for that. > > Regards, >  Z > -- Joshua Branson Sent from Emacs and Gnus

Re: Mouse issue

2020-02-07 Thread Joshua Branson
wisdomlight--- via writes: I've found using sway fixes any mouse issues that I have. Thanks, -- Joshua Branson Sent from Emacs and Gnus

Re: Wanting a copy of Guix/Hurd

2020-02-10 Thread Joshua Branson
I've done some editing of the Hurd wiki in the past. That would be helpful to the Hurd project. Their documentation could use some help. https://www.gnu.org/software/hurd/contributing/web_pages.html -- Joshua Branson Sent from Emacs and Gnus

Re: Guix does not find packages

2020-02-19 Thread Joshua Branson
k you just had a misspelling. guix package -i font-fira-mono; I think you were spelling it "fire" and not "fira". -- Joshua Branson Sent from Emacs and Gnus

Re: Guix does not find packages

2020-02-20 Thread Joshua Branson
think we should either do nothing, or call $PAGER > automatically when stdout is a TTY. > > Kind regards, > > T G-R > -- Joshua Branson Sent from Emacs and Gnus

Re: Configuring VPN

2020-02-23 Thread Joshua Branson
(remote (list (openvpn-remote-configuration (name "name-of-remote-host.com") (port 1195))) #+END "login.conf" looks like #+BEGIN_SRC text username password #+END_SRC Best of luck! -- Joshua Branson Sent from Emacs and Gnus

Re: [kb] Using an OpenVPN config with nmcli

2020-03-17 Thread Joshua Branson
+vpn.data > password-flags=0 > > The password-flags=0 disables some integration with the GNOME keyring, > which I don't use. > > This has the benefit of automatically adding the VPN DNS server to your > /etc/resolv.conf, compared with connecting directly with openvpn (or our > Guix openvpn service). > > HTH! > > Maxim > -- Joshua Branson Sent from Emacs and Gnus

Re: Libreboot Guix and SSD Samsung EVO

2020-03-29 Thread Joshua Branson
I recently librebooted my T400. The SSDs and HDDs that I had lying around worked on it. I personally used a Corsair SSD that I bought at Best Buy. It worked just fine. -- Joshua Branson Sent from Emacs and Gnus

Re: Setting environment variables (GUIX on foreign distro)

2020-04-07 Thread Joshua Branson
Is there a way to set environmental variables in your config.scm file? That way that information is stored in Guix System? I'd like to put all information about my OS inside my config if possible. -- Joshua Branson Sent from Emacs and Gnus P.S. I am subscribed to help-guix. Please d

Re: Enviroment for setting up Guix

2020-04-14 Thread Joshua Branson
y comprehensive. https://lists.gnu.org/archive/html/guix-patches/2020-01/msg00908.html -- Joshua Branson Sent from Emacs and Gnus

Open Sourcing Mental Illness

2020-05-01 Thread Joshua Branson

Here are my teaching guix videos

2020-06-03 Thread Joshua Branson
Hello, I've been recording myself tweaking Guix and various other things and posting the videos here: https://video.hardlimit.com/accounts/joshua_branson/video-channels Please note that I do not describe myself as a guix developer. I am a guix user, who occasionally does tiny bug reporting and

Re: newbe question

2020-06-05 Thread Joshua Branson
You just need to be connected to the internet. Guix will do the rest. guix pull guix pull -u # will update all of your packages in your user profile sudo guix system reconfigure config.scm # will update your system -- Joshua Branson Sent from Emacs and Gnus

Re: WebRTC seems broken in IceCat

2020-07-30 Thread Joshua Branson
I personally use the nix service. That lets me install firefox. It is currently only firefox 74, but jitsi works for me last I tried it. Thanks, Joshua -- Joshua Branson Sent from Emacs and Gnus

Re: Errors with guix pull

2020-08-08 Thread Joshua Branson
Are you building guix from git by chance? -- Joshua Branson Sent from Emacs and Gnus

Customizing Haunt to work with Skribilio

2020-08-17 Thread Joshua Branson
Hello, I am trying to use the lovely haunt static site generator with Skribilio! And I noticed that the default haunt as packaged by guix, does not work with Skribilio. I made a customized version of Skribilio that would work with Haunt. https://notabug.org/jbranso/guix-packages/src/master/pack

Re: LEMP on GuixOS

2020-08-17 Thread Joshua Branson
You might want to check out my guix config. It's got a basic nginx. https://notabug.org/jbranso/guix-config/src/master/sway.scm -- Joshua Branson Sent from Emacs and Gnus

Re: Customizing Haunt to work with Skribilio

2020-08-18 Thread Joshua Branson
long as you help enough other people get what they want." -Zig Ziglar. I'm free most mornings for the next few days, but my priority is finishing a website for a client. Let me know how I can help. -- Joshua Branson Sent from Emacs and Gnus

Re: Systemwide TOR Service

2020-08-26 Thread Joshua Branson
I believe that you want to use the tor-service-type. Take a look at the guix manual services section. That should give you all the info you need. -- Joshua Branson Sent from Emacs and Gnus

Re: system reconfigure, Git error: the SSL certificate is invalid

2020-08-28 Thread Joshua Branson
I'm not sure why, but I think that guix system requires you to once run guix pull as the root user. -- Joshua Branson Sent from Emacs and Gnus

Re: building emacs from tarball inside guix env

2020-09-10 Thread Joshua Branson
t;emacs" package in guix. You could also define I personally do this in my ~/.bash_profile #+BEGIN_SRC sh export GUIX_PACKAGE_PATH=/home/joshua/prog/gnu/guix/guix-packages/ #+END_SRC -- Joshua Branson Sent from Emacs and Gnus

Re: Use of `load' in declarative module

2020-09-10 Thread Joshua Branson
I've been having the same issues too. :( I haven't been able to get shepherd user services to work. I hope we can get it fixed. :) -- Joshua Branson Sent from Emacs and Gnus

Re: GRUB theming - background

2020-09-14 Thread Joshua Branson
you paste your code along with the error message. That can help people better assist you. Good luck! :) -- Joshua Branson Sent from Emacs and Gnus

Re: GRUB theming - background

2020-09-15 Thread Joshua Branson
on't know if that is the fix...I am just pointing that out. -- Joshua Branson Sent from Emacs and Gnus

Re: flatpak doesn't set XDG_DATA_DIRS

2020-09-15 Thread Joshua Branson
If you find out, please let me know. I'd love to get firefox working. Also, I would guess that it would go into ~/.bash_profile -- Joshua Branson Sent from Emacs and Gnus

Re: /var/guix/ banished out of nowhere

2020-09-23 Thread Joshua Branson
at should solve your problem. If that doesn't work, you could try building from source (documented in the guix manual). If that doesn't work. Re-install everything. Best wishes! -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me

Re: Shepherd User Services

2020-09-24 Thread Joshua Branson
ogind? #+BEGIN_SRC sh joshua@dobby ~$ sudo herd status elogind Status of elogind: It is started. Running value is 291. It is enabled. Provides (elogind). Requires (dbus-system). Conflicts with (). Will be respawned. #+END_SRC -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me

Re: Shepherd User Services

2020-09-24 Thread Joshua Branson
shepherd -c /home/joshua/.config/shepherd/init.scm & exec dbus-run-session sway fi #+END_SRC #+BEGIN_SRC sh herd status Started: + root Stopped: - vpn #+END_SRC -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me

Re: Guix Bluetooth Headset

2020-09-25 Thread Joshua Branson
isten to music. But I can't seem to do both at the same time with it. :( Thanks, Joshua -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me

Re: Non-root installs.

2020-09-25 Thread Joshua Branson
This blog post may help you: https://hpc.guix.info/blog/2017/10/using-guix-without-being-root/ You could also email guix-...@gnu.org (high performance computing). Or check out the guix science mailing list. https://lists.gnu.org/mailman/listinfo/guix-science I hope that helps! -- Joshua

Re: Knowing which services to restart

2020-09-25 Thread Joshua Branson
to log in again. :) -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me https://video.hardlimit.com/accounts/joshua_branson/video-channels "You can have whatever you want, as long as you help enough other people get what they want." - Zig Ziglar

Re: Wanting a copy of Guix/Hurd

2020-09-25 Thread Joshua Branson
e bug is to use the e1000 hardware network type. I guess the rtl8139 driver that we ship in netdde has a bug in its irq handling (we had already seen that kind of bug a long time ago in the IDE driver). Moving to rump-based network drivers will probably help fixing this kind of issu

Re: Exception on `guix import`

2020-10-10 Thread Joshua Branson
Ah bummer. I think the guix import feature is one of the harder ones to keep working. :( I'm not certain how to fix it. I just wanted to express my emotional support. :) -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me https://video.hardlimit.com/accounts/joshua_br

Re: Old version of symbola font as a part of Guix

2020-10-13 Thread Joshua Branson
en even if we can't share it officially, you could still use it. -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me https://video.hardlimit.com/accounts/joshua_branson/video-channels "You can have whatever you want, as long as you help enough other people get what they want." - Zig Ziglar

Re: Spams in the help-guix list ?

2020-10-19 Thread Joshua Branson
Hey Hubert! I don't believe that email was spam. I think it was an actual email. I recently made a video talking about my recommendation for getting starting using mailing lists. I hope this helps you: https://video.hardlimit.com/videos/watch/cdb511bb-d363-4896-a439-9b87ada1af8c -- J

Re: What are you using to harden your Guix System?

2020-10-20 Thread Joshua Branson
This Archlinux guide may be of use when discussing hardening GNU/Linux systems: https://wiki.archlinux.org/index.php/Security -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me https://video.hardlimit.com/accounts/joshua_branson/video-channels "You can have whatever you wan

Re: Certbot service: no http -> https redirection

2020-10-20 Thread Joshua Branson
Oh, now that you guys mention it, isn't a http to https re-direct a potential security risk, via a man in the middle attack? -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me https://video.hardlimit.com/accounts/joshua_branson/video-channels "You can have whatever you wan

Re: Certbot service: no http -> https redirection

2020-10-20 Thread Joshua Branson
Well I serve my sites on https. If you access the https version, then the browser will redirect you to the https version. -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me https://video.hardlimit.com/accounts/joshua_branson/video-channels "You can have whatever you want, as lo

Re: Spams in the help-guix list ?

2020-10-21 Thread Joshua Branson
That's true! Using gwene is super awesome! I've got it set up for a few mailing lists. https://notabug.org/jbranso/emacs.d/src/master/lisp/init-gnus.org -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me https://video.hardlimit.com/accounts/joshua_branson/video-channel

Re: What are you using to harden your Guix System?

2020-10-21 Thread Joshua Branson
Oh, I am also using "sway". That works fairly well. -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me https://video.hardlimit.com/accounts/joshua_branson/video-channels "You can have whatever you want, as long as you help enough other people get what they want." - Zig Ziglar

Re: Troubles with opensmtpd

2020-10-28 Thread Joshua Branson
Hey thanks Julien! Your tip about "match for any from any auth action send" totally works for me! I can now send email to my dismail account! I still need to figure out DKIM, but thanks for the help sir! -- Joshua Branson Sent from Emacs and Gnus https://gnucod

Re: Troubles with opensmtpd

2020-10-28 Thread Joshua Branson
uot;user joshua". Now, I'm off to set up DKIM! -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me https://video.hardlimit.com/accounts/joshua_branson/video-channels "You can have whatever you want, as long as you help enough other people get what they want." - Zig Ziglar

Re: Troubles with opensmtpd-filter-dkimsign

2020-11-03 Thread Joshua Branson
ven using the opensmtpd-filter-dkimsign.I'm just trying to get the "filter" line to work. Currently "sudo herd restart opensmtpd" fails to restart the service, and I'm not certain why. Thanks, Joshua -- Joshua Branson Sent from Emacs and Gnus https://gnucode.me http

  1   2   3   >