Leonid Isaev | 1 Feb 02:34
Picon

Re: Merge /bin to /usr/bin?

On Tue, 31 Jan 2012 19:36:58 +0100
Tom Gundersen <teg <at> jklm.no> wrote:

> On Tue, Jan 31, 2012 at 7:17 PM, Leonid Isaev <lisaev <at> umail.iu.edu> wrote:
> > Or a bind-mount from /var/media or such... I wonder though shouldn't it be
> > implemented in initscripts similar to /tmp? Because currently enabling
> > read-only / will require adding a /media stanza to fstab.
> 
> It would be a reasonable thing to do, sure (mounting a tmpfs). If you
> post a patch to arch-projects we can discuss it :-)
> 
> It should be noted that initscripts does not mount anything to /tmp by
> default, so an fstab entry is needed for this too if you want ro root.
> 
> -t

Grr... sorry, I meant "filesystem" not "initscripts" (probably because I was
playing with the latter ATM). I don't think it's the initscripts' (or
systemd's for that matter) job to deal with these kinds of mounts. So I've put
a request to bugtracker (FS#28205).

--

-- 
Leonid Isaev
GnuPG key ID: 164B5A6D
Key fingerprint: C0DF 20D0 C075 C3F1 E1BE  775A A7AE F6CB 164B 5A6D
Алексей | 1 Feb 07:01
Picon

Re: Gtk update messed up thunderbird thread marker triangles??

2012/1/31 David C. Rankin <drankinatty <at> suddenlinkmail.com>:
> Guys,
>
>  It seems one of the latest updates did something to the little triangle
> thread markers in thunderbird that show when a thread has responses. Now the
> triangles for collapsed threads look like little squiglies. The downward
> facing triangles showing expanded threads look OK. Anybody else see this?
> Does this look like a Gtk issue or an issue with thunderbird? This
> screenshot shows what I'm seeing:
>
> [64k]
> http://www.3111skyline.com/dl/img/misc/tbird-triangles-arch.jpg
>
> --
> David C. Rankin, J.D.,P.E.

This is probably related to a pixman bug
https://bugs.freedesktop.org/show_bug.cgi?id=45009
But I'm not absolutely sure.

P Nikolic | 1 Feb 09:44

Kmail 2 problems

Hi ..

I am getting the following error on mail check 

Local Folders: Error opening:
This folder is missing .

I also get complaints about unable to delete (long number) on Kmail2 startup

not sure if it is related but i have also had big problems with Akondai when 
trying to add my saved calenders  with warnings of file on disc has been 
changed writing backup file  i wound up with over 3000 files in a few  mins  had 
hell of a job dealing with that 

Pete .

Sorry if this has landed trwice but i dont think kmail is working correctly

Paul Gideon Dann | 1 Feb 12:17
Picon
Gravatar

Re: Kmail 2 problems

On Wednesday 01 Feb 2012 08:44:25 P Nikolic wrote:
> I am getting the following error on mail check
> 
> Local Folders: Error opening:
> This folder is missing .
> 
> I also get complaints about unable to delete (long number) on Kmail2 startup
> 
> not sure if it is related but i have also had big problems with Akondai when
> trying to add my saved calenders  with warnings of file on disc has been
> changed writing backup file  i wound up with over 3000 files in a few  mins
>  had hell of a job dealing with that

Assuming you're using IMAP email, and are beyond caring about filters & other 
account-specific options, I'd suggest closing KMail, deleting the e-mail 
account using AkonadiTray (or "Personal Information" in System Settings), and 
then stopping and starting Akonadi (using AkonadiTray) before adding the 
account again.

That helped me when I ran into issues when I first switched to KMail 2.

Paul

Madhurya Kakati | 1 Feb 13:06
Picon

problem installing custom kernel

Hi,
I tried compiling and installing the linux kernel from ABS. I modified the
PKGBUILD file as mentioned in the wiki. The kernel compiles fine and the pkg
gets built with the name linux-custom as specified in the PKGBUILD. But when I
try to install it I get the following error:

$ sudo pacman -Uv linux-custom-3.2.2-1-x86_64.pkg.tar.xz 
Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/  
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : linux-custom-3.2.2-1-x86_64.pkg.tar.xz
loading packages...
resolving dependencies...
looking for inter-conflicts...
:: linux-custom and linux are in conflict (kernel26). Remove linux? [y/N] N
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: linux-custom and linux are in conflict

I have attached the PKGBUILD.
--

-- 
Madhurya Kakati

()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments
(Continue reading)

Alexandre Ferrando | 1 Feb 13:13
Picon
Gravatar

Re: problem installing custom kernel

On 1 February 2012 13:06, Madhurya Kakati <mkakati2805 <at> gmail.com> wrote:
> Hi,
> I tried compiling and installing the linux kernel from ABS. I modified the
> PKGBUILD file as mentioned in the wiki. The kernel compiles fine and the pkg
> gets built with the name linux-custom as specified in the PKGBUILD. But when I
> try to install it I get the following error:
>
> $ sudo pacman -Uv linux-custom-3.2.2-1-x86_64.pkg.tar.xz
> Root      : /
> Conf File : /etc/pacman.conf
> DB Path   : /var/lib/pacman/
> Cache Dirs: /var/cache/pacman/pkg/
> Lock File : /var/lib/pacman/db.lck
> Log File  : /var/log/pacman.log
> GPG Dir   : /etc/pacman.d/gnupg/
> Targets   : linux-custom-3.2.2-1-x86_64.pkg.tar.xz
> loading packages...
> resolving dependencies...
> looking for inter-conflicts...
> :: linux-custom and linux are in conflict (kernel26). Remove linux? [y/N] N
> error: unresolvable package conflicts detected
> error: failed to prepare transaction (conflicting dependencies)
> :: linux-custom and linux are in conflict
>
> I have attached the PKGBUILD.
> --
> Madhurya Kakati
>
> ()  ascii ribbon campaign - against html e-mail
> /\  www.asciiribbon.org   - against proprietary attachments
(Continue reading)

Madhurya Kakati | 1 Feb 13:24
Picon

Re: problem installing custom kernel

On 02/01/12 at 01:13pm, Alexandre Ferrando wrote:
> provides=('kernel26')
>  conflicts=('kernel26')
>  replaces=('kernel26')
> 
> That's you problem in the PKGBUILD. Your custom kernel doesn't need to
> provide, conflict nor replace kernel26, as that is what causes it to
> conflict with the Arch one

OK. I read the wiki page once more and found out my mistake. Since my kernel
has already been compiled can I create the package without compiling it again?
--

-- 
Madhurya Kakati

()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments

Alexandre Ferrando | 1 Feb 13:26
Picon
Gravatar

Re: problem installing custom kernel

On 1 February 2012 13:24, Madhurya Kakati <mkakati2805 <at> gmail.com> wrote:
> On 02/01/12 at 01:13pm, Alexandre Ferrando wrote:
>> provides=('kernel26')
>>  conflicts=('kernel26')
>>  replaces=('kernel26')
>>
>> That's you problem in the PKGBUILD. Your custom kernel doesn't need to
>> provide, conflict nor replace kernel26, as that is what causes it to
>> conflict with the Arch one
>
> OK. I read the wiki page once more and found out my mistake. Since my kernel
> has already been compiled can I create the package without compiling it again?
> --
> Madhurya Kakati
>
> ()  ascii ribbon campaign - against html e-mail
> /\  www.asciiribbon.org   - against proprietary attachments

makepkg -R or makepkg --repackage

Jesse Juhani Jaara | 1 Feb 13:27
Picon
Gravatar

Re: problem installing custom kernel

keskiviikko, 1. helmikuuta 2012 17:54:37 Madhurya Kakati kirjoitti:
> OK. I read the wiki page once more and found out my mistake. Since my kernel
> has already been compiled can I create the package without compiling it
> again?

madkaka <at> archer# man makepkg

Genes MailLists | 1 Feb 13:32
Favicon

Re: Gtk update messed up thunderbird thread marker triangles??

On 02/01/2012 01:01 AM, Алексей wrote:
> 2012/1/31 David C. Rankin <drankinatty <at> suddenlinkmail.com>:
>> Guys,
>>
>>  It seems one of the latest updates did something to the little triangle
>> thread markers in thunderbird that show when a thread has responses. Now the
>> triangles for collapsed threads look like little squiglies. The downward
>> facing triangles showing expanded threads look OK. Anybody else see this?
>> Does this look like a Gtk issue or an issue with thunderbird? This
>> screenshot shows what I'm seeing:
>>

 Another data point - I'm using TB daily (12.0a1) on KDE with system
fully updated from testing repos and I have no problems with that and
never had a problem. Not suggesting you use testing .. just what I have.

  gene


Gmane