Re: [arch-general] Another 'gotta be something idiotic': trying to create bootable USB thumb drive

2013-04-11 Thread David Benfell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/11/2013 6:00 PM, Jan Alexander Steffens wrote: > > It's possible the drive just can't be used for anything but what > SanDisk intended (and support will just tell you that "Linux is > not supported by SanDisk.") Trying to manipulate the MBR or a

Re: [arch-general] Another 'gotta be something idiotic': trying to create bootable USB thumb drive

2013-04-11 Thread Jan Alexander Steffens
On Fri, Apr 12, 2013 at 2:41 AM, David Benfell wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > I can't believe I'm having trouble with this. I'm trying to follow the > directions at https://wiki.archlinux.org/index.php/USB_Installation_Media > > Specifically: > > dd bs=4M

[arch-general] Another 'gotta be something idiotic': trying to create bootable USB thumb drive

2013-04-11 Thread David Benfell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I can't believe I'm having trouble with this. I'm trying to follow the directions at https://wiki.archlinux.org/index.php/USB_Installation_Media Specifically: dd bs=4M if=/path/to/archlinux.iso of=/dev/sdx Which I translate to: sudo dd bs=

Re: [arch-general] PKGBUILD weirdness

2013-04-11 Thread Robbie Smith
On 11/04/13 23:51, Jan Alexander Steffens wrote: On Thu, Apr 11, 2013 at 3:43 PM, Robbie Smith wrote: On 11/04/13 22:20, Jan Alexander Steffens wrote: On Thu, Apr 11, 2013 at 1:16 PM, Robbie Smith wrote: I’ve been working on my own fork of luakit, building and installing it to test changes

Re: [arch-general] PKGBUILD weirdness

2013-04-11 Thread Jan Alexander Steffens
On Thu, Apr 11, 2013 at 3:43 PM, Robbie Smith wrote: > On 11/04/13 22:20, Jan Alexander Steffens wrote: >> >> On Thu, Apr 11, 2013 at 1:16 PM, Robbie Smith wrote: >>> >>> I’ve been working on my own fork of luakit, building and installing it to >>> test changes, and I’ve come across some weirdnes

Re: [arch-general] PKGBUILD weirdness

2013-04-11 Thread Robbie Smith
On 11/04/13 22:20, Jan Alexander Steffens wrote: On Thu, Apr 11, 2013 at 1:16 PM, Robbie Smith wrote: I’ve been working on my own fork of luakit, building and installing it to test changes, and I’ve come across some weirdness in the PKGBUILD. The original luakit-git PKGBUILD[1] has a set of opt

Re: [arch-general] gpg-agent, ssh keys, and systemd --user

2013-04-11 Thread Robbie Smith
On 11/04/13 15:11, Simon Gomizelj wrote: systemd --user runs in its own separate login/cgroup. I doubt environmental variables set with `systemctl --user set-environment` going to be available outside of that login/cgroup. I doubt they're even made available to anything outside of future processe

Re: [arch-general] PKGBUILD weirdness

2013-04-11 Thread Jan Alexander Steffens
On Thu, Apr 11, 2013 at 1:16 PM, Robbie Smith wrote: > I’ve been working on my own fork of luakit, building and installing it to > test changes, and I’ve come across some weirdness in the PKGBUILD. The > original luakit-git PKGBUILD[1] has a set of options to pass to make to (for > example) enable

[arch-general] PKGBUILD weirdness

2013-04-11 Thread Robbie Smith
I’ve been working on my own fork of luakit, building and installing it to test changes, and I’ve come across some weirdness in the PKGBUILD. The original luakit-git PKGBUILD[1] has a set of options to pass to make to (for example) enable luajit. I rewrote it to conform with pacman/makepkg 4.1

Re: [arch-general] gpg-agent, ssh keys, and systemd --user

2013-04-11 Thread Simon Gomizelj
systemd --user runs in its own separate login/cgroup. I doubt environmental variables set with `systemctl --user set-environment` going to be available outside of that login/cgroup. I doubt they're even made available to anything outside of future processes spawned by systemctl. So it'll all depen