Re: [arch-general] at times when booting system-logind fails and system hangs

2015-05-08 Thread Figue

On 09/05/15 00:03, Steven Noonan wrote:

On Fri, May 1, 2015 at 6:10 PM, Javier Vasquez  wrote:

On Fri, May 1, 2015 at 4:11 AM, Mark Lee  wrote:
...

This is unrelated, but does Arch Linux respect rootwait?

Linux does, :-)  I don't need on this laptop, but I have Arch also on
a USB disk, and for that one, at times linux doesn't find root, so I
found it just needed to wait for it to become available...


I don't see any issues in there that'd cause your systemd issues. Did you try
reinstalling systemd?

No I haven't.  Though I wouldn't suppose such re-install (if no new
version implied) would help.  I'll upgrade Arch to see.  The other
option is to tried the systemd patches, or the patched systemd offered
by Christian.  I haven't done that either...

For what it's worth I've been having these same issues. systemd-logind
fails to start with "connection timed out" and then everything is
useless until the machine is reset. On most of my machines it happens
in maybe 1 out of every 10 boots, but on one of my machines it's
*every* boot. I can't figure out what's causing it, even with
systemd.log_level=debug.

I'm noticing that right before the systemd-logind timeout messages it
tries to start "dbus-daemon --system --address=systemd: --nofork
--nopidfile --systemd-activation" -- it seems like this should have
happened much earlier though, when dbus.socket started. Or am I
misunderstanding the relationship between dbus.socket and
dbus.service?

- Steven
I made some research some time ago and I found this: 
http://cgit.freedesktop.org/systemd/systemd/commit/?id=13790add4bf64 
which seems that is the commit that make a regression in journald. That 
causes boot failures due to logind. This Debian bug report has more 
information: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778970


So applying this patch in systemd package should avoid the bug: 
http://hastebin.com/idaquqarud.coffee


Just add to prepare() in the PKGBUILD. Something like this: 
http://hastebin.com/roqabepilo.vhdl


I've been running this patched version for a few months and it works fine.

Joan Figueras


Re: [arch-general] Cups-Problem

2014-11-02 Thread Figue

On 02/11/14 19:45, Gerhard Kugler wrote:

Hi,

I can not any longer use cups. There is no page http://localhost:631

"dmesg | grep cups" answers:

systemd[1]: Cannot add dependency job for unit cups.socket, ignoring:
Unit cups.socket failed to load: No such file or directory
Cannot add dependency job for unit cups.path, ignoring: Unit cups.path
failed to load: No such file or directory

Reinstallation of cups had no effect.

Gerhard



Hi, Arch wiki has the answer:

https://wiki.archlinux.org/index.php/Cups#Configuring

Note: For cups 2.0.0, the service name has been changed to 
org.cups.cupsd.service instead of cups.service. This package is 
available in testing from October 20, 2014 and in extra from October 31, 
2014.


With CUPS installed, you can now start org.cups.cupsd.service and 
optionally, cups-browsed.service using systemd. Enable them as required.


Joan Figueras


Re: [arch-general] broken system after today upgrade

2013-01-23 Thread Figue
On Wed, Jan 23, 2013 at 2:07 PM, arnaud gaboury
 wrote:
> I finally managed to finish the upgrade on Archiso by removing
> /mnt/usr/lib64 after I checked #pacman - Qo for each file/symlink. They all
> were not owned by any package.
> Now booting to my system still give me a Kernel panic. Not syncing No init
> found. Same when using fallback.
> It sounds to me my initramfa is broken.
>
> How shall I fix this issue?

Maybe this can help
https://wiki.archlinux.org/index.php/Kernel_Panics

or, into ArchISO, change root
(https://wiki.archlinux.org/index.php/Change_Root#Change_root) and
execute:
mkinitcpio -p linux

--
$(Figue)


Re: [arch-general] Issues with torrents

2012-10-25 Thread Figue

On 25/10/12 13:13, Alexandre Ferrando wrote:

On 25 October 2012 13:07, Gaetan Bisson  wrote:

[2012-10-25 12:57:18 +0200] Alexandre Ferrando:

Some days ago I realized that most of my torrents (mostly related to
the openbittorrent tracker but also including another ones (The arch
iso torrent works, though) ) fail to download. The information about
how many seeders/leechers are is displayed, but the count of how much
seeders I'm connected to remains 0 and no download happens.

I cannot understand how you would expect a useful answer without giving
us at the very least the name of your torrent client and of your ISP...

--
Gaetan

Oh, sorry.

Torrent clients I've tried: Deluge and aria2c
ISPs: ONO (spanish) and the university's ISP seems to be the
university itself, Universidad Politecnica de Valencia
I've a similar issue like you with Deluge. A post that describes what I 
see in my /var/log:

https://bbs.archlinux.org/viewtopic.php?id=123807

|[...]
TCP: Possible SYN flooding on port 53126. Dropping request|
[...]


A workaround in this case it's disabling SYN flood protection in the 
kernel, adding to /etc/sysctl.conf

net.ipv4.tcp_syncookies=0

but it's not a real solution.

$(Figue)



Re: [arch-general] Upgrading an old system

2012-09-24 Thread Figue

On 24/09/12 08:35, Guillermo Leira wrote:

And I'm using outlook in a XP VM inside VMware Workstation. We have Exchange at 
the office, and I haven't found another way of connecting to it.
Thunderbird with a few addons (Lightning, SOGo and LookOut) it's enought 
for me with Davmail [1]. I'm using it from last 2 years and it's doing 
the job. My company has an (old) Exchange 2003 without POP3/IMAP.


[1]: http://davmail.sourceforge.net/

$(Figue)



Re: [arch-general] Help mounting Windows drive

2012-09-10 Thread Figue
On Mon, Sep 10, 2012 at 3:25 AM, Randy  wrote:
>
> In the past I have been able to mount my Windows computer using the
> following command:
>
> "mount -t cifs -o username=USERNAME,password=PASSWORD
> //192.168.1.107/Users/gumper /mnt/share/"
>
> Now when I try this I receive the message:
>
> "Unable to find suitable address".
>
> I am able to ping the IP address without any problem.
>
> Any idea what I'm doing wrong here?
>
> Thanks,
>
>
> Randy

I use a plain text file for credentials, something like:

mount.cifs 192.168.1.107/Users/gumper /mnt/share -o
rw,noserverino,uid=1000,credentials=/etc/.cifs

where /etc/.cifs is:
username=myuser
password=mypass
domain=mydomain

In a single line would be:
mount.cifs 192.168.1.107/Users/gumper /mnt/share -o
rw,noserverino,uid=1000,username=myuser,password=mypass,domain=mydomain

PD: uid it's optional to your current user.

--
$(Figue)


Re: [arch-general] Using + F1 on XFCE

2012-02-28 Thread Figue

El 28/02/12 15:32, Thiago Coutinho escribió:

I'm on a laptop with Arch Linux x86_64 + xfce4 and+F1 does
nothing too. I don't have a Nvidia card.



Same here. Laptop with Arch x86_64 and XFCE. Nothing happens.

$(Figue)



Re: [arch-general] Trinity Binaries - Unofficial Repo - Thank You Kainting Chen!

2011-02-20 Thread Figue

David C. Rankin escribió:

All,

   Kaiting Chen has provided server space for Trinity binaries. Currently I have
the i686 files uploaded and will upload x86_64 shortly (after my kids are done
with toontown)

   The url for the i686 repo is:

http://www.kiwilight.com/~drankinatty/trinity/i686/

(Trinity packages are 2/19/2011 builds)

Hello,

This file is corrupt:
trinity-kdebase-1221588-1-i686.pkg.tar.xz


Thank you

$(Figue)




Re: [arch-general] new pc; keep arch installation?

2010-05-25 Thread Figue

El 25/05/10 15:46, Vincent Schut escribió:

Hi,

I'm going to get a new pc, replacing my now more than 5 years old pc. 
I would like to keep my current arch installation, and hope to prevent 
the need to do a full reinstall. I like the software I have, and I 
like the configuration I have...


Could I just put my old harddisk (which is relatively new and still 
OK, I have SMART enabled) in the new pc and reboot?


Both are amd 64 bit cpu's, the old one one of the first athlon 64's, 
the new one a Phenom II X6 1035T (and my current arch linux install is 
64bit)


Of course stuff like chipset, network chip, video etc. are all 
different. For video that would be no problem, I could install other 
(current = nvidia, new pc = ati) drivers from the text console. 
However, I'd like basic stuff and network to work :-)


Could anyone give me an idea about the chance of luck for such an 
operation? Tips, hints? Or would you just advise a clean install and 
install and reconfigure all software again?


Regards,
Vincent Schut.


Yes you can.

Connect the hd but boot with a livecd (like Archiso), then mount proc, 
sys and dev and make a chroot on your partition (for example into 
/mnt/hd), something like this:


mkdir /mnt/hd
cd /mnt/hd
mount -t proc proc proc/
mount -t sysfs sys sys/
mount -o bind /dev dev/
chroot /mnt/hd

Then reinstall kernel26 package or regenerate mkinitcpio image ;)

Make sure in /etc/rc.conf have the correct modules and in /etc/fstab all 
entries are correct.



Regards

$(Figue)



Re: [arch-general] IceCat and Novell Moonlight pre

2010-04-17 Thread Figue

El 17/04/10 17:54, f. gr. escribió:

Hi all,
I'm trying to install Novell Moonlight plugin 3.0 preview 6
<http://www.go-mono.com/moonlight/prerelease.aspx>.

But I got this message:
«GNU IceCat could not install the file at

http://www.go-mono.com/moonlight/downloads/2.99.0.6/novell-moonlight-2.99.0.6-x86_64.xpi

because: Signing could not be verified.
-260»

I didn't get any error with the previous version
(http://www.go-mono.com/moonlight/downloads/2.99.0.3/novell-moonlight-2.99.0.3-x86_64.xpi).

What did happen?
   


Same here on i686. Maybe upstream bug?

$(Figue)




Re: [arch-general] New Thunderbird build 3.0-2 installs lightning by default

2009-12-17 Thread Figue

El 17/12/09 18:28, Javier Vasquez escribió:

On 12/15/09, Ionut Biru  wrote:
   

On 12/15/2009 09:19 PM, Arvid Picciani wrote:
 

On 12/15/2009 07:37 AM, Jürgen Hagemann wrote:
   

...

   

thunderbird-3.0-3 has no gnomeui, no lightning.

--
Ionut
 


And is this good?  The lightning XPI doesn't work for x86_64, the
lightning in AUR doesn't work with 3.0 (I even tried to tweak PKGBUILD
myself with no luck), so there's no lightning at all for x86_64
architecture...

Just wondering...
   


Try to build yourself:

https://developer.mozilla.org/en/Comm-central_source_code_(Mercurial)

--
<  Joan