Am 01.05.20 um 16:56 schrieb LuKaRo:
> [...] I tried cryptsetup open, luksOpen, luksDump and isLuks
> ..., all hanging after printing the header checksum.
May I ask if your headers are --type=luks or luks2?
Am 29.04.20 um 13:44 schrieb Andy Pieters:
> While it is relatively trivial to compile your own kernel with those
> options enabled using Arch's build system, I think you'd better talk to the
> actual people that made the change upstream.
>
This change might have slipped through unnoticed. It see
Am 27.04.20 um 20:00 schrieb Leonidas Spyropoulos via arch-general:
> It's a kernel configuration which is introduced with 5.6 kernel. In my
> CONFIG_NFS_DISABLE_UDP_SUPPORT=y
Wow! I'd say udp is used a lot with nfsvers=3. That will break many nfs3
deployments.
Am 27.04.20 um 16:51 schrieb Hauke Fath:
> NFSV4: Unsupported transport protocol udp
Have you tried vers=3 in mount options?
Am 23.04.20 um 10:14 schrieb Paul Dann via arch-general:
> it down to a kernel update. That being said, I don't hibernate
> regularly, so maybe I've just been lucky :p
Probably. I needed to read some of the code and it hasn't changed lately
AFAIK. My guess is that the problem has something to
Am 12.01.20 um 12:19 schrieb Markus Schaaf via arch-general:
>
>
> Am 12.01.20 um 01:39 schrieb Paul Dann via arch-general:
>> I'm having trouble getting hibernation to work on my new Dell Inspiron
>> 7590. It seems that the image is stored correctly (onto LUKS+LVM t
Am 12.01.20 um 01:39 schrieb Paul Dann via arch-general:
> I'm having trouble getting hibernation to work on my new Dell Inspiron
> 7590. It seems that the image is stored correctly (onto LUKS+LVM thin-lv),
I've noticed something similar on a similar setup. It looks like the
kernel is taking so
Am 28.03.19 um 11:25 schrieb Pascal via arch-general:
> after compilation, if I modify/patch file src/linux-4.19/block/blk-core.c,
> do I have to replace the kernel ? the kernel and all its modules ? or just
> the module concerned by the change (if it concerns a module) ?
You just need to replace
Hi,
On Sun, 2017-02-12 at 20:53 +0100, SET wrote:
> Le dimanche 12 février 2017 18:43:22 CET Tobias Markus a écrit :
> > I would be glad if Arch Linux's official kernel could support SELinux
> > again this way!
> > https://lists.archlinux.org/pipermail/arch-gene
On Sun, 2017-02-12 at 23:13 +0100, Nicolas Iooss wrote:
> On Sun, Feb 12, 2017 at 6:43 PM, Tobias Markus wrote:
>
> > Hi,
> >
> > As some of you might know, the question of enabling SELinux support in
> > the official Arch Linux kernel package has been brought up a
On Sun, 2017-02-12 at 14:02 -0700, Leonid Isaev wrote:
> On Sun, Feb 12, 2017 at 06:43:22PM +0100, Tobias Markus wrote:
> > I would be glad if Arch Linux's official kernel could support SELinux
> > again this way!
>
> AFAIR, coreutils and many other things need to be
Hi,
As some of you might know, the question of enabling SELinux support in
the official Arch Linux kernel package has been brought up a number of
times. The main issue that has been pointed out the previous time was
that enabling SELinux depends on CONFIG_AUDIT which is considered
unnecessary or e
Maybe not related, but my cinnamon-screensaver also started causing
issues with this update.
Its tasks take 100% CPU usage on several cores, severely slowing down
the PC and cause it to be almost unusable.
I have to kill them by hand to have control again.
Am 09.11.2016 um 01:14 schrieb Apfelkuche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi list,
I hope this is the right place to post.
The festival package (in [extra]) has been an orphan and out-of-date for a
while, 2.1 is packaged, 2.4 is available. I fixed some of the errors coming up
when trying to build festival 2.4 in the fest
this could be interesting
anyways. See https://github.com/pacNAS/pnbuildbot.
Thanks,
Guangyu
R,
Markus
On 2012-10-26 21:04, Leonidas Spyropoulos wrote:
Is aur server down?
It does seem so to me. "Connection refused" from ISP A1 in Austria,
with Chromium as well as with wget, both https and http.
-- Markus
ing ..." table from the BIOS when I
switch to tty1.
Hm, me is having the same problems, using Grub 2. This problem is only
seen, if I do use the external Graphic card in the laptop I am using.
No white boxes on another PC with radeon, Arch's kernel26 and initramfs.
R,
Markus
Hello,
since I haven't heard anything from you, I will submit the AS stuff without any
attachements to AL.
R,
Markus
Linux, ArchServer and probably even other Arch Linux
based distros. Of course we do have a very tough timeframe to get this up.
What do you think?
R,
Markus
th cron nothing to worry
> about, everyone else gets next to the default possibilities several
> features that are really helpful. Furthermore it is well documented,
> so even people who begin to play with cronjobs have a spot where they
> can look for information and get an answer almost
I'm wondering if there are any known regressions for h264 playback
(vdpau) 64bit nvidia stable
> what's wrong with chromium from our repos?
it's old
Maybe someone knows what the difference between these two is all about.
It looks totally equal from the "outside" ;-)
Now that I activated dpms, there is this line indicating the state.
xset q | awk '{if (match($0,"Monitor is On")) {print "notblanked"}}'
I am going to use this little check for my script.
Thank you for your help!
Markus
print the actual state.
Maybe there is a hook for screen blanking?
I know this is not a arch specific question, but maybe someone can help me.
Markus
Hi, after I resume from s2ram my battery monitoring applet does not
refresh anymore.
It shows 100% loaded and plugged in all the time.
I have to kill plasma every time in order to get the current charge.
cat /sys/class/power_supply/BAT0/charge_now <- shows the correct charge.
Maybe someone can h
/etc/mtab
if [ -e /proc/mounts ]; then
- /bin/grep -e "/proc " -e "/sys " -e "/dev " /proc/mounts >> /etc/mtab
+ /bin/grep -e "/proc " -e "/sys " -e "/dev " -e "debugfs" /proc/mounts
>> /etc/mtab
fi
# now mount all the local filesystems
/bin/mount -a -t $NETFS -O no_netdev
--
Markus
Hi I try to build digikam 0.10 on archlinux.
I have kdegraphics 4.2.3-1 installed and still can't compile digikam
sudo abs
cp -r /var/abs/extra/digikam/ /tmp
cd /tmp/digikam/
makepkg PKGBUILD
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C
his:
>
http://www.nabble.com/-Cooker--Acroread-problem-solved-to12261537.html#a12261537
Yes thanks, this command made these obscure failure messages go away,
but the original problem still exists.
So even with a clean config firefox crashes.
Markus
*: IOR not set.
(firefox:11379): atk-bridge-WARNING **: Could not locate registry
[1]11379 segmentation fault (core dumped) LANG=C firefox
I dont know what to do now, hum i will try a firefox directly from
Mozilla and have a look, if this problem still exists.
Markus
Extension" missing on display ":0.0".
(firefox:10442): atk-bridge-WARNING **: AT_SPI_REGISTRY was not started
at session startup.
(firefox:10442): atk-bridge-WARNING **: IOR not set.
(firefox:10442): atk-bridge-WARNING **: Could not locate registry
[1]10442 segmentation fault (core dumped) firefox
--
So firefox segfaults... hum very interesting.
Markus
Did you try with firefox -safe-mode?
Jep tested it right now, still those crashes after a maximum runtime of
1 Minute.
detaches directly, so i dont know where to
look first.
Version is up to date: 3.0.7-1
Thx for any answers.
Markus
er I can perhaps help
out a bit.
Last year I had the impression that the LinuxTag becomes more and more
business-like which is a trend I don't really like.
Greets,
Markus
rorStatus;orderby=syncdelay;sort=1
(german) which is a nice graphical overview for mirrors.
Have a nice day,
Markus
the progress bar does much sense,
especially since it's not _that_ verbose.
I mean, seeing a progress bar every 30 mounts/180 days can't be very annoying
;)
> Would anyone disagree?
I would definitly second a feature request/bugreport.
Greetings,
Markus
ing so much text
into framebuffer isn't fast at all.
So if there was a way to have both, the "quiet" parameter and a fsck
progressbar that would be very neat.
Markus
the forums thread.
I'm sure that Hugo makes the right coices and would be able to find (better)
solution for this on his own, but nevertheless giving the forum thread and my
mail a read could perhaps save a bit of time ;)
If there is a possibility to "recycle" the now used PKGBUILD I definitely won't
complain about it.
Greets,
Markus
amiliar with the development procedures of mplayer but what
I mean by stable is "stable enough to be packaged" ;)
Cheers,
Markus
are in the stable branches and you guys can afford the time to do so :)
Greetings,
Markus
[1] http://aur.archlinux.org/packages.php?ID=12121
[2] ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-
snapshot-20081228-2245.tar.bz2
[3] http://aur.archlinux.org/packages.php?ID=15774
[4] http://bbs.archlinux.org/viewtopic.php?id=61858
39 matches
Mail list logo