Arch Linux
4 weeks ago
use profile sync daemon to boost browser performance and save SSD writes
Profile-sync-daemon - ArchWiki on Archlinux

Running this daemon is beneficial for two reasons: Since the profile(s), browser cache*, etc. are relocated into tmpfs (RAM disk), the corresponding onslaught of I/O associated with using the browser is also redirected from the physical disc to RAM, thus reducing wear to the physical disc and also greatly improving browser speed and responsiveness....


@Arch Linux
@Opera
3 comments show more
Arch Linux
2 weeks ago
Good question. I've disabled profile sync daemon for the time being because it seems to create massive disk I/O floods, I think when it's syncing the tmpfs back to the SSD.

I have since added 2GB of memory to the system, so the RAM issues I had before have been solved, still a little gun-shy to re-enable this however because it's been working reliably, and rooting out Opera mail profile corruption is a bitch. hard to tell how far back it goes once it starts, and you start getting weird behavior like RSS messages showing up as emails, etc.
Michael MD
2 weeks ago
the only ssd's I have are sd cards and usb sticks and the one hardwired inside my eee pc

in everything else its plain old magnetic hard drives

and nothing I own has more than 4GB ram in it (most things have a lot less)
David Benfell
1 month ago
In my ongoing email battles, I just discovered that evolution is doing gpg now. At least on @Arch Linux . Thunderbird is still incredibly flaky about polling folders on the IMAP server. Sometimes it does; sometimes it doesn't. Even though I've subscribed to them.
David Benfell
1 month ago
But it's unstable. It plainly can't handle my volume of mail.
David Benfell
1 month ago
Okay, so @Arch Linux install booby trap #1:

I forgot to turn on swap. I had the partition, so that was no problem. I'd just forgotten to create the entry in /etc/fstab.

All of a sudden I had a load average of 8 seconds plus.

We may now all have a laugh. My treat. ;-)
Charles Roth
1 month ago from Friendica for Android
Woot!
David Benfell
1 month ago
Boot problem
I'm stumped on this notebook computer I've installed @Arch Linux on. Booting with gummiboot, I get a kernel panic, saying it can't mount the root file system. Booting with rEFInd, I get dropped into a ram disk shell, which in essence tells me that the boot device is set to '' (null), which of course it can't mount.

I'm not getting any help so far on the Arch mailing list--just a couple shots in the dark so far. I've checked that I'm properly specifying the correct partition, I've tried reinstalling, as per the Arch wiki, mkinitcpio, linux, and udev (removing /etc/mkinitcpio.conf first, so I'm sure to get a fresh one).

My notebook is of limited utility (i.e. Windows 8) until I get this fixed. But I have no idea how to debug this sort of problem.
30 comments show more
David Benfell
4 weeks ago
There's a new version out on @Arch Linux -- 3.8. Have you upgraded lately?

It seems to have some rough edges.
Fabio
4 weeks ago
Yes, "Syu" like 10 hours ago..
But I have this problem from a while..
David Benfell
1 month ago
@Arch Linux , is anyone else having trouble with the new firefox causing seg faults in Xorg?
20 comments show more
David Benfell
1 month ago
But it just bombed again. I haven't been actually using the system much; I've mostly been working on some papers on the new notebook (that still doesn't come up right under Linux).
David Benfell
1 month ago
Okay, I'm convinced.

The graphics chip on the system is dying.

Even after an Xorg restart, the screen came up wonky.
David Benfell
2 months ago
@Linux Group

Thunderbird is currently failing badly with my current instance of Dovecot. I don't really know whether blame properly lies with Thunderbird or with Dovecot, but Thunderbird is no longer seeing subfolders of INBOX. In fact, it isn't seeing any folders other than those it establishes by default. It can be told to "create" these folders, which thankfully does not wipe out their contents, but then it forgets about these folders when it exits.

What most obviously changed is that I have moved from a Linode VPS in Atlanta to a Contabo dedicated server in Munich. Both are reasonably up-to-date Arch Linux systems.

I know some folks are fans of plain text MUAs such as mutt, however I deal with a lot of HTML mail, and plain text is really inadequate for this.

This is on @Arch Linux , where icedove is not an option. (Yes, I've attempted to compile it myself; it takes a long time just to blow up.) Also, headaches arise matching versions of thunderbird/icedove and enigmail (I don't know why, but apparently it is so).

The obvious alternative is Claws mail, which supports PGP (a requirement). But in its default configuration, I find it astonishingly cumbersome. I don't like the layout and I don't even like having to do an extra click to move from one message to the next. I'm told it can be better than this, but I haven't seen any guidance on how to make it so.
22 comments show more
Waitman Gobble
1 month ago
oops, i mis-wrote, strptime doesn't drop the TZ on NetBSD, but mktime does. there's mktime_z on NetBSD but it needs an abbreviation not offset. anyhow, workaround is to mktime_z with NULL tz (gmt) and add back in the offset from strptime.
David Benfell
1 month ago
I did see something along those lines, that they were no longer actively developing it. I suppose someone could fork it. As I recall, the Free Software Foundation folks have a project that so far just tracks Thunderbird.
David Benfell
2 months ago
Does anyone know of authoritative name server software that can actually be configured by a human being?

@Arch Linux favors nsd, but I can't even get a zonefile past its configuration check. I can't for the life of me see what's wrong. For example:

$ORIGIN cybernude.org.
$TTL 86400
@ IN SOA parts-unknown.org. dbenfell.gmail.com. ( 2013040308 14400 14400 1209600 86400 )
@ NS parts-unknown.org.
MX 10 mail.parts-unknown.org.
TXT "v=spf1 a mx ~all"
A 91.205.174.230
munich A 91.205.174.230
mail A 91.205.174.230
www A 91.205.174.230
* A 91.205.174.230
_jabber._tcp SRV 0 0 5268 cybernude.org.
_xmpp-client._tcp SRV 0 0 5222 cybernude.org.
_xmpp-server._tcp SRV 0 0 5269 cybernude.org.

I can't even properly represent this because markup doesn't use a sensible tag for code. This is adjusted from Linode's zone file based on https://calomel.org/nsd_dns.html

nsd-checkconf says there's a syntax error. Always on line 1, probably no matter where the syntax error is.

#IHateDNSConfiguration
9 comments show more
Arch Linux
2 months ago
which dns software did you settle on?
David Benfell
1 month ago
nsd. Just ignore the configuration file check; it is worthless and you get better diagnostic information from the compiler anyway.
Arch Linux
2 months ago
Today I had an issue running pacman -Syu on a system. It failed with over 3000 "file already exists" errors, all manpage files under /usr/share/man.

What I ended up doing was piping the output of pacman -Syu to a textfile using the tee command, trimmed all rows except for the file conflicts, then fed that to rm with a little help from awk;

sudo rm `awk '{ print $2 }' list-of-conflicting-files`

Ran pacman -Syu again and it completed successfully.

@Arch Linux
Arch Linux
2 months ago
This happened on another system I upgrade, and I've refined it slightly to save some typing.

First I run

echo y|sudo pacman -Syu|grep exists > list-of-conflicting files

Then I run the rm command.
David Benfell
2 months ago
This appears to have not gone well:

Phase 3/3: Running 'mysql_fix_privilege_tables'...
ERROR 1064 (42000) at line 87: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) NOT NULL, user_host MEDIUMTEXT NOT NULL, thread_id INTEGER NOT NULL, server_' at line 1
ERROR 1243 (HY000) at line 88: Unknown prepared statement handler (stmt) given to EXECUTE
ERROR 1243 (HY000) at line 89: Unknown prepared statement handler (stmt) given to DEALLOCATE PREPARE
ERROR 1064 (42000) at line 95: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) NOT NULL, user_host MEDIUMTEXT NOT NULL, query_time TIME(6) NOT NULL, lock_t' at line 1
ERROR 1243 (HY000) at line 96: Unknown prepared statement handler (stmt) given to EXECUTE
ERROR 1243 (HY000) at line 97: Unknown prepared statement handler (stmt) given to DEALLOCATE PREPARE
ERROR 1064 (42000) at line 343: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) NOT NULL,
ERROR 1064 (42000) at line 354: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(6) NOT NULL,
ERROR 1548 (HY000) at line 1136: Cannot load from mysql.proc. The table is probably corrupted
ERROR 1548 (HY000) at line 1137: Cannot load from mysql.proc. The table is probably corrupted
ERROR 1548 (HY000) at line 1150: Cannot load from mysql.proc. The table is probably corrupted
FATAL ERROR: Upgrade failed

This happened at the final step.
Tim Schlotfeldt
2 months ago
@Arch Linux Since #CUPS changed the the standard print job format to PDF and most applications supporting the neew job format my old PostScript printer (a LaserJet 1200) isn'nt working correctly anymore. I can use it with the ljet4 driver but heck, I bought a PostScript printer. Same problem with a color laserjet 4600.

Only way to use these printers: Print to PostScript (if the applications support this) und send this ps file with lpr to the printer. Stupid. Or do you have a solution for this problem?
David Benfell
3 months ago
So, ick.

Apparently I can't run thunderbird with enigmail on @Arch Linux .

I routinely sign my email, but the signatures were coming out unverifiable, even to myself. Somebody on the enigmail list thinks its a whitespace issue and chided me to get thunderbird and enigmail from the same source, that is, either get both from the mozilla site, or both from my distribution.

But @Arch Linux doesn't support an enigmail package. It's only available through the AUR. One attempts to rebuild thunderbird--and fails trying to download the source. The other just downloads the same plugin from the mozilla site that was already not working.

Going the mozilla route is even worse. Thunderbird crashes on start with some weird error that apparently refers to some obscure libraries. Those are in the AUR too--with circular dependencies.

Remember the very bad old days of RPM #DependencyHell ?
18 comments show more
David Benfell
3 months ago
Oh this keeps getting better.

Someone pointed out that I was still sending HTML mail, a no-no with enigmail. I understand that, but the pop-up message claims it will "lose the HTML formatting." Apparently not; it just mangles everything instead.

But I have now apparently succeeded in sending a message to the list with a good signature.

This has been much too painful.
Charles Roth doesn't like this.
Charles Roth
3 months ago
I suppose mangling everything does constitute a form of losing the HTML formatting ;)
Beni Keller
3 months ago
Somehow my @Arch Linux box becomes more unstable every day. Now I have a firefox process that can't be killed. Feels a bit like the old days when I used Win 95....
David Benfell
3 months ago
@Arch Linux

Fucking Windows. I can never keep a Windows box running for long. This was true in 1998, it's been true since, and it seems not to have changed.

What is the default Window manager that comes with Arch Bang? It was gorgeous when I ran the Live CD/DVD (I forget which). I am trying again to install Linux on this system (making it dual-boot), because if that fails, I'm going to have to reinstall Windows anyway, so now's the time to straighten out the partitioning.
10 comments show more
David Benfell
3 months ago
I now have it running via gummiboot, thanks to help from the Arch mailing list.

The counterintuitive (at least to me) part is mounting the EFI system partition (ESP) as /boot (obviously, you move everything out of the old /boot to the root level of the ESP). My initial reaction to this was, wow, that's ugly. the way this partition is set up, yes, you can do that, but it's clearly not how it's meant to be. But what doing this means is that when the kernel gets updated or the initramfs gets rebuilt, it will be automatically rebuilt in the right location for gummiboot to access it, so there's no weird copying stuff that has to happen (Arch updates both fairly often).

I'm still sorting stuff out. The defaults are weird, and I haven't figured out how to make openbox functional (let alone pretty, which seems to be an additional project in itself), so I'm using GNOME which, it must be said, is annoying (I've never liked the traditional alternative: KDE). And Arch doesn't seem to have mate, which was what I was using under Linux Mint Debian Edition.
David Benfell
3 months ago
Oh, and as to rEFInd...

Apparently there is configuration to it. That's nice. But the technical writer who devised this didn't document it. :facepalm
Arch Linux
3 months ago
duplicate default routes on multihomed host
@Lazy Admin
@Arch Linux

I'm setting up a multi-homed Arch linux server with (1) private and (1) public (Internet connected) interface.

For now, the private interface is configured using Arch linux netcfg service. There's a file

/etc/network.d/ethernet-dhcp

With these contents:

CONNECTION='ethernet'
DESCRIPTION='A basic dhcp ethernet connection using iproute'
INTERFACE='enp3s6'
IP='dhcp'

I brought the public interface up manually with a 'dhcpcd enp3s8' command. This introduced a second default route as shown by the ip route command (IP addresses privatized)

default via 192.x.x.x dev enp3s6 metric 202
default via 208.x.x.x dev enp3s8 metric 203

I want the default route to be only on the enp3s8 interface.

If I manually delete the "default via 192.x.x.x dev enp3s6 metric 202" route, it comes back automatically..I assume whenever the DHCP lease refreshes.

Any suggestions as to the best method to address this problem?
6 comments show more
Arch Linux
3 months ago
I think I might have found the solution via a doc in the git repo

In theory, if I just place the wan0-profile first in the NETWORKS= statement of /etc/conf.d/netcfg, that interface should be brought up first and thus have the lower route metric, yielding the desired traffic flow.

The additional default route through the lan interface would not be a problem then, as it would only kick in when the public interface was unavailable, desirable from a fault tolerance standpoint.


Here's a snip of the relevant section of the git project doc

Start a specific list of profiles on boot
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
net-profiles allows you to start some profiles at boot time. Specify the
profiles you want netcfg to start (in the order you want them to be
started) in the +NETWORKS+ line in '/etc/conf.d/netcfg'.
Prefix a profile with a `@' to start it in the background. For example:

--------------------------------
NETWORKS=(@adsl @mywireless lan)
--------------------------------
Arch Linux
3 months ago
I ended up abandoning netcfg in favor of netctl

netctl solved the problems netcfg was having starting both network profiles under systemd.

I'm currently trying to figure out how to configure multiple default routes in linux using this blog post

It involves editing /etc/iproute2/rt_tables to add a custom table, then running some other ip route commands to ensure that traffic leaves on the same interface it arrived on.
Arch Linux
3 months ago
Anyone here have experience with full disk crypto installations to a loop-AES device?

Ideally, I like to do this with the ~100MB /boot partition on a USB stick to defeat evil-maid attacks.
3 comments show more
Arch Linux
3 months ago
Biggest concern with using loop-AES is Arch's rolling update model. I think it would be prudent to go with the LTS kernel so I don't have to re-compile the loop-aes module on every kernel version change.
Tim Schlotfeldt
3 months ago
Yes, one of the reasons why I switched to LUKS.
Manolo Martínez
6 months ago
Toggling Solarized light/dark
If you use the [Solarized](http://ethanschoonover.com/solarized) colour scheme, you might be interested in [this little script](https://github.com/manolomartinez/solarizedtoggle) that toggles the theme from dark to light and vice versa. @Arch Linux
Fabio
7 months ago
Moved my @Arch Linux box to "pure systemd"

Note to myself: next time, don't do things like this at 2 am...
Tim Schlotfeldt
7 months ago
Hehe, I had the same problem with one of my @Arch Linux boxes ;-)
Arch Linux
6 months ago
I moved to a pure systemd setup this summer and have never looked back. Bootup/shutdown performance in combination with an SSD is killer.
David Benfell
7 months ago
@Arch Linux has pushed down an imagemagick update.
Targets (2): imagemagick-6.8.0.3-1 inkscape-0.48.3.1-7

Now when Friendica's poller runs, I get this:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/imagick.so' - libMagickWand.so.5: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/imagick.so' - libMagickWand.so.5: cannot open shared object file: No such file or directory in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/imagick.so' - libMagickWand.so.5: cannot open shared object file: No such file or directory in Unknown on line 0
Any ideas?

@Friendica Support
9 comments show more
David Benfell
7 months ago
[blush]Arch doesn't have an imagick package. It turns out I had previously built it from source. I think all I needed to do was rebuild it. I have done this now and that seems to have solved the problem.
David Benfell
7 months ago
Wrong again. Apparently, the package exists in the Arch User Repository. I had completely forgotten about that and the AUR has been having some problems lately. I have rebuilt it by hand, however, with a PHP upgrade, and now for the ImageMagick upgrade.
Fabio
9 months ago from mustard
Manolo Martínez
9 months ago
Judging from arch-dev-public, @Arch Linux 's move to systemd is imminent.
Miguel Aguilar
10 months ago
Instalado #kde 4.9 en @Arch Linux

Moooola!!! :-D
Manolo Martínez
10 months ago
Migrating to GRUB2 looks a bit daunting :/ @Arch Linux
3 comments show more
Manolo Martínez
10 months ago
Actually, the move to grub2's been quite meh.

But yes, I guess there is some inherent tension between rolling distro-ing and KISS: you want an up-to-date system, but that means changing things that work...
Miguel A. M.
10 months ago from Diaspora
Syslinux...
Manolo Martínez
11 months ago
@Arch Linux @Linux-Group Someone that knows what she is talking about care explain the incompatibilities/synergies between the #bfs scheduler, #ulatencyd and #verynice?
3 comments show more
Manolo Martínez
11 months ago
I always do :) But I'm still unclear on this one.
Axel
11 months ago
forum then ... I'd really love to help but I know shit about these things :(
Manolo Martínez
11 months ago
Giaco Pastorius



mbjunior



!fsf whitepaper with recommendations for free operating system distributions considering Secure Boot http://ur1.ca/9lesr (via @schestowitz)







This is probably worth reading closely. If someone else plans to read it, we could maybe set up a reading group. @Linux-Group @Arch Linux
Manolo Martínez
11 months ago
elinks and surfraw
@Linux-Group @Arch Linux You might find this useful and/or fun, if you use elinks (compiled with lua scripting support) and have surfraw installed. The following script will use surfraw from within elinks. When entering an url (after pressing "g", that is), if you start with "!", the rest will be interpreted as arguments to surfraw. That is,
!piratebay wargames will look for wargames torrents at piratebay. The script is very simple, and it's here (linked because I've been unable to paste it to this post!)

it should be part (or whole) of ~/.elinks/hooks.lua. Enjoy.
Axel
11 months ago
wow that's cool ... like http://yubnub.org for the command line :)
Manolo Martínez
11 months ago
elinks is pretty cool indeed, and surfraw is not bad either :) Btw, you can search yubnub from elinks in the same way:

[code]!yubnub whatever[code]
Arch Linux
11 months ago
running 32-bit OSIE (Opera Settings Import & Export Tool) tool on 64-bit Arch
Just wanted to pass along this helpful tip.
I've found OSIE to be very helpful in maintaining my Opera configuration across multiple computers. I recently tried to use OSIE on an Arch 64-bit system but it would not run. (32-bit app) 
Fortunately this was easily rectified by enabling the multilib repository in pacman.conf, then running "pacman -S lib32-gtk2". Now OSIE is running, it's as simple as that. 

@Opera
@Arch Linux
foonetic (nternetx)
11 months ago
Is this a substitute for Opera Link?
Arch Linux
11 months ago
I'm not sure I would characterize OSIE a "substitute" for Opera link as it fulfills different needs. 

OSIE is most often used infrequently, for example when setting up a new computer and you want to copy over all your browser settings and data. Opera link is designed to sync changes immediately. Opera link also does not allow for syncing of mail accounts etc.
Manolo Martínez
11 months ago
The latest nVidia upgrade broke my suspend. It's all for the best, though: it has forced me to go back to nouveau, which is looking much better than the last time I tried. And suspend works perfectly. @Arch Linux
Manolo Martínez
11 months ago
You might want to keep an eye on [this thread](http://www.nvnews.net/vbulletin/showthread.php?t=179956)
Axel Bruland
11 months ago
Jason Ryan
Misunderstanding Arch
Image/photo

I am frequently struck by how many people arrive on theArch boards without anyunderstanding of how Arch is different from the other GNU/Linux communities they may have spent time with (if, indeed, they have spent any time in another community before trying Arch). For me, this is akin to arriving in a foreign country and not bothering to familiarize yourself at all with the local mores and customs; it lies on a spectrum somewhere between ignorance and outright arrogance.

The result, inevitably, is that these people are shocked when their expectations of how they should be treated are at odds with the reception their behaviour invites…

Before venturing any further, I should preface my remarks about this with something of a disclaimer. These are my own views and not those of the current, or past, forum staff.

One of Arch's significant acheivements is the quality ofit's documentation. Not just the technical documentation describing how to install and configure Arch, but the cultural documentation that sets outArch's philosophyand standards of behaviour. Both these pages provide clear statements on what to expect when using Arch Linux and a clear indication of how to respectfully interact with the community when you are seeking help.

The defining statement about Arch's intended user base is quite direct and unambiguous:

Arch Linux targets and accommodates competent GNU/Linux users
by giving them complete control and responsibility over the system.
The Arch Way wiki.archlinux.org/index.php/…


The expression “targets and accomodates” doesn't exclude other users—for example, those that are not necessarily competent, but are wanting to learn more about the specifics of how their machines work—it does, however, signal quite explicitly what sort of community Arch is. And what it is not.

Ubuntu is an excellent distribution. Like Arch, it has very specific aims and a clear concept of what the Ubuntu community is. Popularity is central to Ubuntu's culture. People coming from Ubuntu, who haven't bothered to familiarize themselves with Arch's values, often struggle to appreciate the difference; leading to comments like this one:

Maybe if Arch is friendly and Arch forum is friendly, it might go some
place, who knows…
Linux Journal commenter www.linuxjournal.com/content/…


This was posted in reply to a post on Arch in which the author noted how to seek help with Arch Linux:

You'll find far less hand-holding on the Arch Forums than some of the other
distro's forums, and for good reason. Arch has one of the most informative,
user-friendly wiki's out there. Do not, I repeat, DO NOT ask a question in the
forums or on IRC without searching the wiki and the forums first.


Similarly, looking through the threads inNewbie Cornerwill periodically turn up new posters who are indignant at being told toRTFM and see it as some sort of personal attack, when in fact it is just someone pointing out the obvious to them. The community hasn't compiled all that documentation just so they can sit around and regurgitate answers for people who are either unwilling or incapable of making the minimum amount of effort required to solve their own problems…

If you want handholding, there are plenty of online communities that will cater for you. If you install Arch and think that you are automatically entitled to immediate support for issues that you encounter, then you are mistaken. If you think that Arch will suffer if you don't get what you want, then your problems extend significantly beyond your choice of distro.

The community has worked hard over the years to keep the signal-to-noise ratio on the boards high, that way, the forums remain a helpful resource for the community, not a breeding ground forhelp vampires.

Notes
Flickr Creative Commons image bysi_si_ay
@Arch Linux
Axel Bruland
12 months ago
Bridge vs. Archbang
Tried Bridge XFCE, too, totally disappointing - didn't boot into X after installing and didn't recognize my wireless.
If they copy the installation stuff from Archbang, couldn't they at least copy it right ?!??

So I reinstalled Archbang and installed XFCE manually, it's really not rocket science (and probably MUCH faster than to figure out the Bridge- issues):

'sudo pacman -S xfce4' (press enter to install all)
replace the last line in .xinitrc with 'exec startxfce4'

Here you go, next time your Archbang will boot into XFCE 4.10
(which is an excellent desktop environment, very fast, very stable and polished ... try XFWM composition, looks great and hardly needs any resources at all)

Installing other desktops (Gnome, Mate, KDE) won't be any harder, so resist the Bridge- 'Pepsi challenge' and stay with the original !!

Here's the whole Bridge- Thread in the Archbang forums:
http://bbs.archbang.org/viewtopic.php?pid=15424#p15424
@Linux-Group @Arch Linux
5 comments show more
Axel Bruland
12 months ago
OK yours is bigger !! I have an Asus EeePc 1215N http://www.asus.com/Eee/Eee_PC/Eee_PC_1215N/#specifications
Simon L'nu
12 months ago
wow, new sh*t, hehe
Miguel Aguilar
12 months ago
@Arch Linux


view full size

Bueno, a por un "Lightweight X11 Desktop Environmen" !!!

#LXDE  #ArchLinux #Arch
Manolo Martínez
12 months ago
#Offlineimap has stop working again. The fix is easy (adding a


cert_fingerprint=the-fingerprint-that-appears-in-the-error-message


to the -Remote section in the repository in question in .offlineimaprc), and it is supposed to be an improvement. But, really, is this the only way to make such changes? Breaking everything and then discussing the fix in the mailing list? At least, the @Arch Linux packager should have issued a warning when upgrading. Aaaaanyway.
Fabian Dost
12 months ago
@Arch Linux @Linux-Group

und schon sind von #mozilla der #firefox 13 und #thunderbird 13 in der #arch #linux (#bridgelinux) repo - i love that \o/

Image/photo

Image/photo
9 comments show more
Andi B
12 months ago
Als Entwickler kann ich das hochzählen der Major Release Version nicht ganz verstehen. Aber was mich viel mehr nervt ist das meine Plugins im FF dann evt. nicht mehr funktionieren. Glücklicherweise (dass ich das mal sage) sitz ich bei der Arbeit hinter einem Proxy der das FF update verhindert -.-
Alexander Kahl
12 months ago from Diaspora
@Andi B das hat etwas mit Marketing zu tun, und dass jemand damit angefangen hat und alle mitziehen muessen..
Axel Bruland
12 months ago
an Arch upgrade warning from Archbang forums ...
http://bbs.archbang.org/viewtopic.php?id=2890
@Arch Linux #arch #archlinux
Axel Bruland
12 months ago
Gaetan Bisson
Having pacman verify packages
Gaetan Bisson wrote:

For the past six months, pacman's package verification features were turned off by default while we were figuring out the details of our public-key infrastructure.

They have finally been enabled in pacman-4.0.3-2; when you upgrade, you will be prompted to run:
pacman-key --init
pacman-key --populate archlinux

This sets up a local keyring for pacman, and populates it with the data needed to authenticate official packages. This includes five master keys used to authenticate Arch Linux packagers (developers and trusted users), so you do not need to know who joins or leaves the team: you only have to verify those five master keys once and for all. The populate command will prompt you to do so; please do this cautiously by checking the fingerprints displayed againstthose published on our website.

Then, merge your pacman.conf with pacman.conf.pacnew, that is, enable package verification through the SigLevel option, and you should be good to go.

For details on the development of pacman and archlinux-keyring, see the blog posts ofAllanand Pierre.

@Arch Linux
Fabian Dost
12 months ago
i <3 it :tux
Arch Linux
12 months ago
Any opinions on the Arch Linux Handbook 2.0?
Curious if any of you have bought this book and thought it was worthwhile.




Arch Linux Handbook 2.0 (Page 1) / Announcements, Package &

It should be showing up in Amazon stores within a few weeks, and you'll be able to order it from your favourite brick and mortar store after a month or two....






@Arch Linux
Axel Bruland
12 months ago
will no doubt look great on your bookshelf, otherwise I'm not sure if it makes sense to really have a harcopy of that ... I rather have arch-wiki-lite installed, in case something goes wrong
Arch Linux
12 months ago
The only other computer operating system dead-tree book I've purchased was Absolute OpenBSD by Michael Lucas. That was a worthwhile investment.

If I could find something of similar quality for Arch Linux I would buy one. Maybe I'll just have to grab it and post a review.
Fabian Dost
12 months ago
@Arch Linux @Linux-Group

#arch #linux

the normal arch installation is difficult. but now i found "bridge linux". i try it with #xfce and 64bit.

Image/photo

Bridge Linux is an Arch Linux derivative that includes a GUI and standard applications. It comes in four separate editions with a choice of GNOME, KDE, LXDE or Xfce desktops.
http://distrowatch.com/table.php?distribution=bridge
http://millertechnologies.net/index.html
8 comments show more
Fabian Dost
12 months ago
oh wow #archbang is very nice and fast :-D
David Benfell
12 months ago
Up under Bridge Linux. So far, so good. I notice cinnamon seems broken under it, so I'm running XFCE.

I'll be picking up pieces for a while....
Miguel Aguilar
1 year ago
Hello Archers!!!

I will upload a package to the AUR with friendica. I need some help for the article in the official Arch wiki, especially for the translation ..

Hola a tod@s!!

Voy intentar subir un paquete al AUR con friendica. Necesitaré algo de ayuda para el artículo en la wiki oficial de Arch, sobre todo para la tracucción..
4 comments show more
Miguel Aguilar
1 year ago
Por cierto... Gracias Nohmen!!!
Nohmen
1 year ago
Por nada, cuando pueda dar una mano con la traducción avísenme.
older