On Fri, Nov 14, 2014 at 11:39 AM, Ralf Mardorf
wrote:
> IMHO you shouldn't waste your time with fixing this issue.
>
Strong words for somebody who modifies his CHOST in his MUA. xD
Using y, z and special characters in all my passwords, thanks for
making Frank look bad here.
cheers!
mar77i
On Fri, Nov 14, 2014 at 12:04 PM, Ralf Mardorf
wrote:
> On Fri, 14 Nov 2014 11:58:17 +0100
> Ralf Mardorf wrote:
>
>> On Fri, 14 Nov 2014 11:47:46 +0100
>> Martti Kühne wrote:
>> > Using y, z and special characters in all my passwords, thanks for
>> > mak
On Fri, Nov 14, 2014 at 11:39 AM, Ralf Mardorf
wrote:
> IMHO you shouldn't waste your time with fixing this issue.
>
Actually changing display managers won't necessarily solve the problem
concerning the keyboard layout. Setting the correct layout and variant
in xorg.conf{,.d/10-evdev.conf} is th
I had a similar issue on my laptop on very rare occasions.
Make sure it's not just a setting of 0 on your
/sys/class/backlight/*/brightness... Otherwise you might have to set
it on the kernel command line or in /etc/modprobe.*.
Cheers!
mar77i
On Mon, Dec 29, 2014 at 12:27 AM, Ido Rosen wrote:
>
> Not sure what the best way to accomplish this would be?
>
Sounds like the case for pacman hooks. Those were still in the works
though, last time checked.
cheers!
mar77i
On Thu, Jan 1, 2015 at 4:55 PM, Bhushan Shah wrote:
> On Thu, Jan 1, 2015 at 9:23 PM, Marcel Kleinfeller wrote:
>> I'm facing some problems using the AUR with many helper programs (cower,
>> packer etc).
>> That might be due to the latest upgrade of the pacman database to version
>> 4.2.
>>
>> Is
On Sun, Jan 4, 2015 at 7:48 PM, Marcel Kleinfeller wrote:
> [...] it simply tells me, everything would be up-to-date.
> Proceed with installation? [Y/n] y
> Edit btsync PKGBUILD with $EDITOR? [Y/n] y
> Edit btsync.install with $EDITOR? [Y/n] n
> makepkg: Ungültige Option '--asroot'
> The build fa
from my .bashrc:
mounted() {
mount | grep -q "on $1 type"
}
safe_umount() {
while mounted "$1"; do
echo sudo umount "$1"
sudo umount "$1" || sleep 5
done
}
penmount() {
local target="$HOME/mnt" options
. "$HOME/bin/mount_lib"
if [[ $1 == -u ]]; then
On Fri, Jan 23, 2015 at 2:51 PM, Chi Hsuan Yen wrote:
> Dear Arch enthusiasts,
>
> The package extra/java-runtime-common provides a convenient script
> archlinux-java to handle co-existing JDK/JRE versions. I can use it to
> switch between different versions of java implementations to accomplish
>
You could also write a pacman wrapper that interferes with pacman's
execution upon specific output.
Then you could have loud warning signals, send emails that get you
fired and an automatic backup to the NSA, or NAS, as you like.
cheers!
mar77i
On Thu, Jan 29, 2015 at 12:15 PM, Martti Kühne wrote:
> You could also write a pacman wrapper that interferes with pacman's
> execution upon specific output.
> Then you could have loud warning signals, send emails that get you
> fired and an automatic backup to the NSA, or
On Thu, Jan 29, 2015 at 2:22 PM, Bardur Arantsson wrote:
> On 01/29/2015 01:00 PM, Martti Kühne wrote:
>> On Thu, Jan 29, 2015 at 12:15 PM, Martti Kühne wrote:
>>> You could also write a pacman wrapper that interferes with pacman's
>>> execution upon specific ou
On Fri, Feb 20, 2015 at 3:53 PM, Mark Lee wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Checksums aren't sources, they are a method of verifying the integrity
> of sources. In other words, while different files can have the same
> md5sum (hash collision), a failed checksum indicat
On Fri, Feb 20, 2015 at 4:09 PM, Daniel Micay wrote:
> On 20/02/15 10:04 AM, Martti Kühne wrote:
>
> You should really just tell upstream to sign their releases, because it
> wipes out the attack vector instead of just making it possible to audit
> whether a MITM attack on the ori
On Sun, Mar 22, 2015 at 2:45 PM, Ralf Mardorf
wrote:
> Hi,
>
> for some time past I often need to replace diff with meld, since diff is
> going nuts.
>
Did you check with hexdump, in case you have MS-DOS newlines,
different unicode spaces or other artifacts in the file?
cheers!
mar77i
Do you get an error message or the like?
On Thu, Apr 16, 2015 at 6:52 PM, Troy Engel wrote:
> Doing a little hardening, I notice on my workstations that
> 'mate-session' activates a user-level listening socket on 0.0.0.0 that
> you can telnet into and slam with gibberish (and it doesn't exit) --
> does anyone know how to set up a config
On Fri, May 29, 2015 at 2:19 PM, Ralf Mardorf
wrote:
> Hi,
>
> for some time past I get
>
> error: unknown encoding UTF8: using iso88591 as fallback
>
> when running GTK2 and GTK3 apps, Pluma, Claws Mail, Evolution. Other
> apps, perhaps Qt apps, might be affected too.
>
> There are no issues wh
On Fri, May 29, 2015 at 6:30 PM, Ralf Mardorf
wrote:
> On Fri, 29 May 2015 18:22:17 +0200, Damjan Georgievski wrote:
>>> [rocketmouse@archlinux ~]$ claws-mail
>>
>>try
>>[rocketmouse@archlinux ~]$ LANG=en_US.UTF-8 claws-mail
>
> Hi,
>
> [rocketmouse@archlinux ~]$ LANG=en_US.UTF-8 claws-mail
> sele
On Wed, Jun 3, 2015 at 1:27 PM, Ralf Mardorf
wrote:
> On Wed, 3 Jun 2015 13:04:38 +0200, Carsten Mattner wrote:
>>On Tue, Jun 2, 2015 at 4:28 AM, Ralf Mardorf wrote:
>>> $ cat /etc/pacman.conf
>>> Color
>>> ILoveCandy
>
> I should have run grep instead of cat to avoid confusion.
>
> ILoveCandy isn
On Wed, Jun 3, 2015 at 1:37 PM, wrote:
> Hello,
>
> We've found a inconsistency with the traceroute installation and it's manpage.
> The manpage says 'traceroute6 is an equivalent to traceroute -6', but in arch
> linux this does not work.
>
> It this by design?
>
> Thank you.
>
> Paul Schaefer
Godday
I was trying to make EFI booting work on qemu using the GUI that comes
with libvirt. I went ahead installing extra/ovmf. I struggled a bit,
since the injection of EFI firmware into qemu is not accessible
through libvirt and found /etc/libvirt/qemu.conf to be the place to
set it up. However
On Sat, Jun 6, 2015 at 11:20 PM, Jens Adam wrote:
> Sat, 6 Jun 2015 17:53:06 +
> AC :
>
>> Hey archers,
>>
>> I would like to note you not to answer such questions; ever.
>
> Hey Archers,
>
> and I would like you to ignore such bullshit. Now what?
>
>> I will constrain myself for a while as my
On Sat, Jun 6, 2015 at 11:35 PM, Martti Kühne wrote:
> I started googling after the allegations were made. Those links
> actually appeared and fake accounts from knowledge-centric questions
Derp. Of course the accounts that I labeled "fake" were misedited and
have not much
On Mon, Jun 8, 2015 at 10:09 PM, Francis Gerund wrote:
> Yes, I guess I may have to start maintaining multiple profiles just to do
> normal browsing. Grrr . . .
>
>
> BTW, this error was very easy to find online - but hard to understand. As
> near as I can figure, it has to do with memory alloc
On Tue, Jun 9, 2015 at 10:25 PM, Zeev Pekar
wrote:
> Now we look for volunteers to add ASL package for Arch
reads as if you wanted someone else to do it
> please, send us
> a link, so we can follow the process and make contributions.
>
reads as if you wanted to do it yourself. Also Øvind Heggst
I hope I'm not causing traffic jams for running [0] after
pacman-mirrorlist updates.
I'm planning to write some tools that would generally make handling of
.pacnew files more accessible, too.
cheers!
mar77i
[0] https://github.com/mar77i/bulk77i/blob/master/renew_mirrorlist.c
my mail box feels warm and damp. did you drop a digested dump on it?
Idea: turn off digests if you plan to participate on the mailing list.
cheers!
mar77i
I had these messages for the readline update in question, too. I think
it's just natural that if ncurses is a dep of readline and readline is
a dep of bash, that bash would link the ncurses.so it was built
against. During the update, readline's post-upgrade install-snippet
can't be run with bash, b
On Sun, Oct 4, 2015 at 10:34 PM, Bill Cunningham wrote:
> Looks like a nice OS. I am running fedora. I have the tarball and I'm
> having a little trouble. A directory called "root.x86_64" is created. Do I
> want an ISO for a first time install? Or is the tarball complete and OK?
What tarbal
On Tue, Oct 6, 2015 at 12:53 AM, H8H wrote:
> As you can see it drops a recovery shell. But I can survive ... i think
> the same way the parameter append does. I don't know why this does not
> work automatically!?
>
> Any hints?
>
> Thanks
>
> :: running early hook [udev]
> starting version 226
>
On Sun, Oct 18, 2015 at 5:05 AM, Doug Newgard wrote:
>
> Use a different mirror. Yours has bad packages.
>
> Doug
What also bugged me when reading the thread - OP appeared to change
mirrors - but did you double-y the re-sync after changing the mirror?
>From man pacman:
Passing two --refresh or
Did you try to run pacman directly through ssh / ssh -t?
cheers!
mar77i
On Tue, Oct 27, 2015 at 10:45 AM, Stefan Tatschner
wrote:
> Hi,
>
> I have recently switched from gnome to i3. I really like it, but there
> are still a few annoying problems left… Currently I use gdm to login;
> my login shell is set to zsh in /etc/passwd. I have several dotfiles,
> like ".zshrc"
On Fri, Feb 19, 2016 at 9:25 PM, David C. Rankin
wrote:
> All,
>
> Following https://wiki.archlinux.org/index.php/Readline I was attempting to
> disable control echo by adding 'set echo-control-characters off' to
> ~/.inputrc.
> After logging out/in there is no change to the '^C' echo after 'ct
On Sat, Feb 20, 2016 at 8:52 AM, David C. Rankin
wrote:
> Where is the likely difference in the config that controls this behavior?
KEYMAP= in /etc/vconsole.conf, maybe? Or maybe you have any other
settings there?
Doing some research I also found [0], maybe that helps?
cheers!
mar77i
[0] http
OP's only concern appears to be "have a nice day". I was going to do that.
cheers!
mar77i
Please use an appropriate signal. 15 (TERMinate) or 2 (INTerrupt) should do.
cheers!
mar77i
I'm sure you could tell the difference there.
cheers!
mar77i
201 - 239 of 239 matches
Mail list logo