enu (which looks like systemd-boot menu) with only options
>>> for UEFI boot and EFI shell option.
--
damjan
ake a coffee -
your screen saver was activated, you are locked out.
Now I don't understand all the defensiveness - let's all work together
to improve things. This is not a non-issue.
--
damjan
/pam.d/ after upgrades.
--
damjan
a service that configures the keyring before the cryptsetup
service.
https://fossies.org/linux/cryptsetup/docs/Keyring.txt
--
damjan
/github.com/KDE/plasma-integration/blob/master/src/platformtheme/fonts_global.pl
--
damjan
t's also a 90MB package I don't need.
--
damjan
> but no USB port given
>
> lsusb gives
> Bus 002 Device 011: ID 1781:0c9f Multiple Vendors USBtiny
what is this "usb port" that you expect?
USBtiny is a HID device as far as I can remember.
--
damjan
his topic, see the files here, how to integrate sway with
systemd --user even better
https://github.com/xdbob/sway-services
--
damjan
running under
> it).
https://github.com/systemd/systemd/blob/v240/NEWS#L299
--
damjan
itcpio
Thanks, didn't know the github repo
--
damjan
ng patches?
--
damjan
ything necessary is configure before i do
> that.
you need the "mdadm" hook in HOOKS in /etc/mkinitcpio.conf, and
rebuild the initramfs.
the hook would auto-detect the raid setup, but it will also include
/etc/mdadm.conf if it exists.
--
damjan
the second instruction "exec 0< <( while..." played alone works perfectly
> in my terminal, but not as a redirection for journalctl.
> any leads ?
> regards, lacsaP.
Why don't you just replace the PAGER/SYSTEMD_PAGER from less to your
own tool (multitail even? never used it).
--
damjan
ed in /boot by the kernel package, but
by post-install mkinitcpio scripts. So it ends back there in /boot
anyway.
--
damjan
kernel/cmdline
But I guess I might be missing something.
[1] especially compared to dracut (not that they do the same thing),
which seems much more complex, and that complexity did introduce bugs
- for which I've sent a PR
--
damjan
On Thu, 31 Oct 2019 at 14:55, Giancarlo Razzolini
wrote:
>
> Em outubro 31, 2019 9:46 Damjan Georgievski via arch-general escreveu:
> > Can someone explain in better detail the changes in
> > * kmod 26-3
> > * mkinitcpio 27-1
> > * linux 5.3.8.1-1
> > around p
able signed for secure-boot, and it seems I'll have to
adopt to a newer setup.
--
damjan
TAG+=\"uaccess\", GROUP=\"uinput\"' >>
> /etc/udev/rules.d/99-fenrirscreenreader.rules
>
> Now, however, while it can still read the screen, the keyboard does
> nothing. Has something changed, and if so, what do I need to do differently
> to get it working again?
>
What kind of keyboard is it??
You mention xterm, so you're running XOrg I presume?
--
damjan
On Thu, 22 Aug 2019 at 21:36, Giancarlo Razzolini
wrote:
> Em agosto 22, 2019 16:29 Damjan Georgievski via arch-general escreveu:
> > Are there any news/updates on this front?
> >
> > I have dracut installed in one test VM, but I have to run it manually
> after
> >
dracut installed in one test VM, but I have to run it manually after
each kernel update. The wiki page [1] is still empty, so
how do I configure proper hooks to build the initramfs (and possibly also
disable the mkinitcpio ones)?
[1]
https://wiki.archlinux.org/index.php/Dracut
--
damjan
* copy the document using Dolphin (from Plasma) - it works
> * check $LANG - its set to `en_CA.UTF8`
>
Does `locale -a` show that locale?
--
damjan
t?
ie. I want to sign the uefi image with sbsign, after it's built with
`dracut --uefi …`
--
damjan
ticed another issue about the uefi stub and sent a PR:
https://github.com/dracutdevs/dracut/pull/575
--
damjan
t: line 1069: arch: command not found
dracut: Architecture '' not supported to create a UEFI executable
any ideas why??
dracut 049-3 on an Arch [testing] VM
--
damjan
nzas.
[1]
https://www.freedesktop.org/software/systemd/man/kernel-install.html
--
damjan
(in X)?
>
> My intended use-case is to use the additional buttons on my drawing tablet
> to do various functions, but depending on the current app. So in Gimp they
> would do one thing, in Libreoffice another, in Inkscape another.
>
Don't your applications have an option to customize the shortcuts?
--
damjan
is:
https://bugs.archlinux.org/task/54887
(FS#54887 - [openssl] remove perl from dependency of the openssl package)
--
damjan
running Gnome on a Thinkpad X201.
are you running wayland, modsettings or the intel X11 driver (the X
modesetting is perhaps recommended)
maybe try another compositor, instead of the gnome one
--
damjan
> boot triggers an attempt
I don't see anything in the wireless_tools package that would trigger on boot.
there are no udev rules or systemd services.
--
damjan
lution because "systemctl --user enable"
> should also work.
What distro are you running? And what are the versions of systemd and dbus?
You also should have (so confirm that)
/usr/lib/systemd/user/dbus.socket and
/usr/lib/systemd/user/dbus.service files and a
/usr/lib/systemd/user/sockets.target.wants/dbus.socket symlink too
--
damjan
>> This means that PKGBUILDs which checkout a specific revision are
>> actually worse than the rest, as you cannot even get the source without
>> knowing how many commits you need (rather than failing afterwards in
>> pkgver() or something).
>
> Right. I had assumed that git clone -b/--branch did a
---
> [Unit]
> After=kernel-version-less-then@4.15.service
> Requires=kernel-version-less-then@4.15.service
>
> In this way, if my bash-fu is correct, the version compare will fail the
> kernel-version-less-then@4.15.service and vboxadd and vboxadd-service will
> not start
there is ConditionKernelVersion=
man systemd.unit
--
damjan
On 22 August 2017 at 19:01, Jude DaShiell wrote:
> pacman -g and pacman --groups both appear no longer working. Neither in
> that form generates a current list of groups.
pacman -Sg and pacman -Qg seem to work
--
damjan
libresolv (which is
> part of glibc in Arch, explaining why the Arch psycopg2 package works fine,
> even without a recompile). Where's the right place for me to fix this? With
> the psycopg2 pip maintainers or somewhere else?
why not just use the Arch package? I prefer that for pacakges that
link to system libraries.
--
damjan
depends on your login manager and the desktop environment. Gnome will
overwrite XKB settings anyway. KDE would if configured.
some login managers (or their Xsession scripts) will read ~/.Xkbmap as
options to setxkbmap
--
damjan
reason NM is not on ArchISO is becaues in the
past it didn't have a simple enough support for a console UI,
which made it very useless in the ArchISO text-only envrionement.
Nowdays, with `nmtui` I'd say it would be ok to have it. NM has been
buggy in the past, but these days, it's a great tool.
--
damjan
27;t compile a dynamic module for nginx
--
damjan
y --version
>
> ...
>
> Because I don't think git works that way, but I am willing to be proven
> wrong. Also I bet the git developers would be fascinated to hear the
> details, you might even get some sort of bounty for successfully hacking
> git like that.
On the other hand,
the systemd-stable repo doesn't have signed tags (or commits) and Arch
is probably going to move to that since it has post-release fixes for
regressions and bugs.
--
damjan
On 22 June 2017 at 14:42, Mauro Santos via arch-general
wrote:
> On 22-06-2017 12:58, Damjan Georgievski via arch-general wrote:
>> Is there any plan for moving ArchLinux to the kernel-install
>> infrastructure[1]
>>
>> I've seen some talk about it from a year ago
,
and currently I have to do that manually whenever the initramfs is
updated.
[1]
https://www.freedesktop.org/software/systemd/man/kernel-install.html
[2]
https://lists.archlinux.org/pipermail/arch-dev-public/2016-May/028014.html
--
damjan
package at first and people complained that
> they couldn't "disable" the pulseaudio socket and "mask" also prevented a
> manual start.
got it. makes sense
though users will need root privileges to disable it then, but I guess
for Arch that doesn't matter.
--
damjan
to enable them in
post_install, and linking them in /etc/
Why doesn't the PKGBUILD make the symlinks in
/usr/lib/systemd/user/sockets.target.wants/ ?
dbus does that for ex.
--
damjan
ions:
>
> (1) Where would I put this command so that it's run by SDDM on login?
isn't that already done via:
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh
which is sourced by /usr/share/sddm/scripts/Xsession
--
damjan
de //typedef String
huh, that's a C++ style #include* and you are compiling with a C
compiler (and obviously app.c is a C program)
have no idea, see upstream.
* and indeed /usr/include/json/config.h is part of jsoncpp "C++
library for interacting with JSON"
how did that get included in a C program???
--
damjan
gpg...
> bind-9.11.0-P3.tar.gz ... FAILED (unknown public key F1B11BF05CF02E57)
https://wiki.archlinux.org/index.php/makepkg#Signature_checking
--
damjan
> With the old defaults, the user can choose to use pulse audio (or JACK) or
> stay with plain ALSA support.
--
damjan
e, if you run the app with its own user (for ex.
uwsgi systemd service, user nextcloud).
[1]
https://aur.archlinux.org/cgit/aur.git/tree/set-nc-perms.sh?h=nextcloud
--
damjan
y pinging [2a00:1450:401b:801::2004] (an address I get for www.google.com)
also, ping now has the -4 and -6 options to specify which protocol to use.
otherwise, AFAIK the resolver in glibc autodetects if it'll use ipv4
or ipv6 by defult
--
damjan
t; explained here, which shouldn't have much of an effect on the uwsgi
> itself though):
> https://wiki.archlinux.org/index.php/UWSGI#Socket_activation
> https://wiki.archlinux.org/index.php/UWSGI#Hardening_uWSGI
>
> Has anyone had the same issue?
> I can't seem to find out, what has changed between revision 1 and 5 or
> if it needs another rebuild.
>
> Best,
> David
>
>
> --
> https://sleepmap.de
--
damjan
7;t need privileges for that.
That's my setup with a bridged tap interface
https://gist.github.com/gdamjan/6b988389afe36e4bb769
for tap interfaces, networkd can also do the ip setup, for tun
interfaces, openvpn would need to use ... sudo?
--
damjan
tried pacman -R but had dependency problems.
you should've mentioned that this is ArchLinux Arm
and yes, they reverted those packages (at leat on armv6 for
raspberrypi) I dunno why, don't even care
--
damjan
On 8 November 2016 at 18:43, Patrick Burroughs (Celti) via
arch-general wrote:
> On Tue, 8 Nov 2016 18:01:32 +0100
> Damjan Georgievski via arch-general wrote:
>
>> > $ getent -s resolve hosts $(hostname)
>>
>> this should fail since you don't have the resolv
s
getent -s dns hosts $(hostname)
getent -s myhostname hosts $(hostname)
return ?
also are you up-to-date with systemd 232?
--
damjan
ping works fine:
do you have systemd-resolved running?
what does `getent -s resolve hosts ` return?
--
damjan
there's a new /etc/nsswitch.conf file in filesystem-2016.11
Maybe someone would care to explain the changes? maybe even a news post?
https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/filesystem&id=f1cd9f7fb4cdf7617a1b875e14be212733f9c67a
--
damjan
kernel, the initramfs - which can be recreated if you
reinstall the "linux" package
and probably some bootloader files that you can also reinstall
depending on the boot loader:
- grub-install
- extlinux
- bootctl
--
damjan
I am wanting to
> remove the default boot entry created by systemd-boot, but receive an
> “Operation not permitted,” message when trying to do so, even as root.
try efibootmgr
--
damjan
Do libidn and libtasn1 really require texinfo?
makes texinfo uninstallable, but I don't need docs on this system.
Does any of the "requiires" of texinfo[1] actualy require it?
shouldn't it be an opt-depend?
[1]
https://www.archlinux.org/packages/core/x86_64/texinfo/
--
damjan
ns-and-unity-8/
This is for their non-deb (deb-less?) distro version, they install
debs in containers,
each getting their own XMir server. Good for non-trustworthy or exposed apps.
--
damjan
enable it with:
timedatectl set-ntp yes
--
damjan
On 17 May 2016 at 14:50, Damjan Georgievski wrote:
> Can I somehow get the kernel version from a hook invoked on the kernel
> package update?
so I ended up with this (for now):
https://gist.github.com/gdamjan/dd94057318f9c68327066068cacf99bc
The reason was, I needed to run mkinitcpio b
dules/* ?
that'll have some unwanted targets though (the extramodules on for ex.)
--
damjan
On 17 May 2016 at 14:50, Damjan Georgievski wrote:
> Can I somehow get the kernel version from a hook invoked on the kernel
> package update?
by version I mean the "4.5.4-1-ARCH" kernel version, not the "4.5.4-1"
package version
--
damjan
Can I somehow get the kernel version from a hook invoked on the kernel
package update?
--
damjan
s grub 0.9x not grub2. grub2 can boot of GPT
easily (it just needs a 2mb legacy boot partition).
--
damjan
be useful if the original poster
> wants parsing to be slightly simpler and does not mind the additional
> dependency. My impression was that they considered parsing to be too
> inefficient.
there's also `sysinfo(2)`
--
damjan
irtualBox alone (i.e. when managed by VBoxManage or
> similar) and libvirt when used to manage QEMU/KVM sessions work fine.
>
> Any hints about what I'm missing?
>
>
> TIA & cheers,
>
> Jukka
>
> --
> This email fills a much-needed gap in the archives.
--
damjan
a filesystem/mount namespace for the process(es) and mount's a
/tmp/systemd-private-/ directory as /tmp. from the point of view
of the process it will never see
anything else from the outer /tmp
--
damjan
/etc/passwd
should probably not be included in any package
since it changes in the lifetime of the distro and updates are hard to merge.
--
damjan
device nodes tagged with 'uaccess' by udev are given to the current
seat user by logind.
see what has TAG+="uaccess" in /usr/lib/udev/rules.d/
--
damjan
On 2 February 2016 at 10:40, Damjan Georgievski wrote:
>> https://github.com/andrewgregory/pachooks
>
> do hook files need to end in .hook ?
> I couldn't find it mentioned in man alpm-hooks or pacman
Also, `Exec =` requires a full path to the executable
--
damjan
> https://github.com/andrewgregory/pachooks
do hook files need to end in .hook ?
I couldn't find it mentioned in man alpm-hooks or pacman
--
damjan
fine.
some people on the forums noticed something similar too
https://bbs.archlinux.org/viewtopic.php?id=207338
--
damjan
irefox so
it's hard to say what you
expect to be right and how your expectation doesn't meet reality.
--
damjan
d: No
> such file or directory.
>
> am i doing it wrong, or?
the daemon reads and starts the service not systemctl.
in recent versions of systemd you can symlink the service file from
ouside ~/.config/systemd/ too
ps.
what exactly are you testing? there's also systemd-run
--
damjan
> 3. and also I've found that XDG_RUNTIME_DIR and XDG_SESSION_ID are not
> set (neither before or after restarting user@) as should be the case
> from [1] and [2].
are you using a proper login manager, do you have pam_systemd in your
pam configs?
--
damjan
t be updated from a keyserver.
--
damjan
>> I'm receiving message about unknown trust while trying to install the confuse
>> package.
>>
>
> Looks like people tend to forget about updating pacman keyring.
>
> pacman-key --refresh-keys
is'n this done automatically? should it?
--
damjan
efox?
There will be support for that of course
https://developer.mozilla.org/en-US/Add-ons/Distribution
--
damjan
Does anyone know why virt-manager is an empty package?
The package depends on virt-install which contains the virt-manager
program, and just adds its dependencies.
Is this intentional? The PKGBUILD suggests it tries to do something.
--
damjan
> > I assume this is a copy paste error... Seems like you're suggesting we
> use
> > resolved by default?
> Yes it is, the new hosts line will be:
> hosts: files resolve mymachines myhostname
>
> Yes too, I'm suggesting to use nss-resolve by default, as it switch to
> nss-dns
> for configuration wi
ta
on the disk *now* and it wont work in a USB enclosure?
anyway, maybe you could use kexec in your PBA and run the installed
linux kernel with that.
--
damjan
> Yes, I saw this with mpv on the command line under X. A restart of the WM
> and X
> did not solve the problem for me. As with the others I had to reboot my
> machine.
>
> Would be really nice to know what's the root cause.
systemctl --user restart pulseaudio
--
damjan
to be done in a proper package.
I'd rather make it 750, and root/wpa_supplicant
> In general, why is this necessary? What kind of attack (besides DoS) is
> possible against wpa_supplicant?
there have been buffer overflows etc. in wpa supplicant, not good for
a root process.
https://www.google.com/search?q=wpa_supplicant+CVE&ie=utf-8&oe=utf-8
--
damjan
work in that scenario. so I hope an update is due.
--
damjan
ine the default route passing through the WiFi interface in
>> > your scenario.
>>
>> If I plug in LAN while having an active WIFI connection, it seems to
>> steal the route. I checked it by monitoring steam download speeds.
>>
>> Thanks!
>>
>> Cheers,
>> Bennett
>>
>> --
>> GPG fingerprint: 871F 1047 7DB3 DDED 5FC4 47B2 26C7 E577 EF96 7808
>>
>>
--
damjan
;
>>
> systemctl disable is not making this service disabled. The first call to
> "systemctl disable vboxvmservice@A" removed a link from
> /etc/systemd/system/multi-user.target.wants/ correctly.
>
> daemon-reload does not help.
>
> I suspect that reboot will get rid of it but on server I would not like to
> reboot just because systemctl shows failure of non existent service.
>
> Regards,
> Łukasz
>
--
damjan
execute correctly
( 4/70) upgrading bash
--
damjan
set
[Match]Name=en* or some such before rebooting.
[1]
https://github.com/systemd/systemd/blob/23d08d1b2bfd7f4b3c0a9408c9ccd65c3fb80fc2/NEWS#L45
--
damjan
On 25 August 2015 at 01:17, Damjan Georgievski wrote:
>> Mon 2015-08-24 15:32:05 CDT 13580 0 0 7 * /usr/bin/systemctl
>> Mon 2015-08-24 15:53:37 CDT 13696 0 0 7 * /usr/bin/systemctl
>
>>
>> I haven't seen or noticed this happening before,
everything Arch up-to-date vanilla or do you have some
custom stuff?
if you're vanilla, run memtest on the machine.
--
damjan
urnalctl.txt
probably fixed in this commit
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/src/devices/nm-device.c?id=c44069c10a4a9c696910baf0dbbefc41528f6dbe
--
damjan
Super_L (left Windows key)
>>> key release 37 Control_L
>>>
>>> Right swipe:-
>>> key press 54 c
>>> key press 133Super_L (left Windows key)
>>> key release 54 c
>>> key release 133Super_L (left Windows key)
--
damjan
dules, but people could optionally use
the "enforcemodulesig=1" kernel command line option if they want to.
Thoughts?
[*]
though packages are gpg signed, and modules use x.509
--
damjan
or my laptop/desktop, Debian and Ubuntu on servers,
sometimes Centos/RHEL).
And I can hardly wait for distros to standardize on networkd too. Finally some
long needed standardization in the basic setup of a Linux system.
--
damjan
> I suspect an inconsistency with the file system.
that doesn't make no sense. Unix filesystems don't care about encodings at all.
ever
--
damjan
also
if "LC_ALL=en_US.UTF-8 claws-mail" still complains the problem is in
the application and you should ask upstream.
btw, is there any real issue or just the annoying logs?
--
damjan
> [rocketmouse@archlinux ~]$ claws-mail
try
[rocketmouse@archlinux ~]$ LANG=en_US.UTF-8 claws-mail
--
damjan
On 29 May 2015 at 15:02, Rodrigo Rivas wrote:
> On Fri, May 29, 2015 at 2:38 PM, Damjan Georgievski wrote:
>>>>> error: unknown encoding UTF8: using iso88591 as fallback
>> ...
>> it seems for these apps it MUST be en_US.UTF-8 - that's the canonical
>>
C_TELEPHONE="en_US.utf8"
> LC_MEASUREMENT="en_US.utf8"
> LC_IDENTIFICATION="en_US.utf8"
> LC_ALL=
> [rocketmouse@archlinux ~]$
so, your locale is set somewhere else, probablly .profile .bashrc or .xprofile.
it seems for these apps it MUST be en_US.UTF-8 - that's the canonical
name of the encoding UTF-8 (with the dash).
--
damjan
1 - 100 of 384 matches
Mail list logo