Re: [arch-general] [arch-dev-public] [idea] global link database for all packages

2009-07-01 Thread Thomas Bächler

Gerardo Exequiel Pozzi schrieb:

Pierre Schmitz wrote:

* Only extract files from /opt /lib /sbin /bin /usr/lib /usr/sbin /usr/bin
  

This will be omit some ELF files that are outside these directories:

For example:
http://archlinux.djgera.com.ar/pkgdyn/out/i686/core.badfhs.txt


Where does that come from? It's not in any package I know of.



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] [arch-dev-public] [idea] global link database for all packages

2009-07-01 Thread Allan McRae

Thomas Bächler wrote:

Gerardo Exequiel Pozzi schrieb:

Pierre Schmitz wrote:
* Only extract files from /opt /lib /sbin /bin /usr/lib /usr/sbin 
/usr/bin
  

This will be omit some ELF files that are outside these directories:

For example:
http://archlinux.djgera.com.ar/pkgdyn/out/i686/core.badfhs.txt


Where does that come from? It's not in any package I know of.



rp-pppoe-3.10-1/files:etc/ppp/plugins/rp-pppoe.so






Re: [arch-general] [arch-dev-public] [idea] global link database for all packages

2009-07-01 Thread Thomas Bächler

Allan McRae schrieb:

For example:
http://archlinux.djgera.com.ar/pkgdyn/out/i686/core.badfhs.txt


Where does that come from? It's not in any package I know of.



rp-pppoe-3.10-1/files:etc/ppp/plugins/rp-pppoe.so


That is stupid. ppp plugins are supposed to be in /usr/lib/pppd/$VERSION 
and the ppp package already contains the rp-pppoe plugin. Why does 
rp-pppoe install it again? Why do we even need rp-pppoe?




signature.asc
Description: OpenPGP digital signature


[arch-general] gnupg: requires readline=6.0.00

2009-07-01 Thread Caleb Cushing
readline 6 is still in testing but gnupg is in extra's maybe I just
need to wait? is readline 6 about to move to extra's?

extra/gnupg 1.4.9-4
GNU Privacy Guard - a PGP replacement tool


-- 
Caleb Cushing

http://xenoterracide.blogspot.com


Re: [arch-general] gnupg: requires readline=6.0.00

2009-07-01 Thread Stefan Husmann

Caleb Cushing schrieb:

readline 6 is still in testing but gnupg is in extra's maybe I just
need to wait? is readline 6 about to move to extra's?

extra/gnupg 1.4.9-4
GNU Privacy Guard - a PGP replacement tool




Hello,

readline 6.0.00 is in [core] now, not in [extra]. Maybe your mirror has 
not synced yet.


Regards Stefan


Re: [arch-general] gnupg: requires readline=6.0.00

2009-07-01 Thread Caleb Cushing
On Wed, Jul 1, 2009 at 9:41 AM, Stefan
Husmannstefan-husm...@t-online.de wrote:
 readline 6.0.00 is in [core] now, not in [extra]. Maybe your mirror has not
 synced yet.


ok. core is still showing as 'up to date' for me so I'll just have to
wait for that to resolve itself.

-- 
Caleb Cushing

http://xenoterracide.blogspot.com


[arch-general] Is it a bug ? (device-mapper PKGBUILD)

2009-07-01 Thread nezmer
Hi ,
I was looking at the device-mapper PKGBUILD . I'm not sure but the last 
line looks problematic :

# fix device-mapper link bug
ln -sf /lib/libdevmapper.so ${pkgdir}/usr/lib/libdevmapper.so || return 1

What If device-mapper is not yet installed in the system ?
What am I missing ?


Re: [arch-general] Is it a bug ? (device-mapper PKGBUILD)

2009-07-01 Thread Patrick Brisbin
On 07/01/09 at 05:00pm, nez...@gmail.com wrote:
 Hi ,
 I was looking at the device-mapper PKGBUILD . I'm not sure but the last 
 line looks problematic :
 
 # fix device-mapper link bug
 ln -sf /lib/libdevmapper.so ${pkgdir}/usr/lib/libdevmapper.so || return 1
 
 What If device-mapper is not yet installed in the system ?
 What am I missing ?

if i understand it correctly, build() just builds the package.  only
when you pacman -U it will you execute those commands (in sequence).

therefore, the make and install steps are exectuted before the symlink
is created.

-- 
patrick brisbin 


Re: [arch-general] Is it a bug ? (device-mapper PKGBUILD)

2009-07-01 Thread nezmer
On Wed, Jul 01, 2009 at 04:20:55PM +0200, Jan de Groot wrote:
 On Wed, 2009-07-01 at 17:00 +0300, nez...@gmail.com wrote:
  Hi ,
  I was looking at the device-mapper PKGBUILD . I'm not sure but the last 
  line looks problematic :
  
  # fix device-mapper link bug
  ln -sf /lib/libdevmapper.so ${pkgdir}/usr/lib/libdevmapper.so || return 1
  
  What If device-mapper is not yet installed in the system ?
  What am I missing ?
 
 There will be a symlink in /usr/lib/libdevmapper.so that links
 to /lib/libdevmapper.so, whether this file exists or not. When the
 package is installed, this file exists because it is included inside the
 package.
 
aha .
Lesson of the day : We can link non-existing files .

Thank you for the clarification .


Re: [arch-general] [arch-dev-public] [idea] global link database for all packages

2009-07-01 Thread Loui Chang
On Wed 01 Jul 2009 14:32 +0200, Thomas Bächler wrote:
 Allan McRae schrieb:
 For example:
 http://archlinux.djgera.com.ar/pkgdyn/out/i686/core.badfhs.txt
 
 Where does that come from? It's not in any package I know of.
 
 
 rp-pppoe-3.10-1/files:etc/ppp/plugins/rp-pppoe.so
 
 That is stupid. ppp plugins are supposed to be in
 /usr/lib/pppd/$VERSION and the ppp package already contains the
 rp-pppoe plugin. Why does rp-pppoe install it again? Why do we even
 need rp-pppoe?

Hahha.
Maybe because of this:

http://www.samba.org/ppp/features.html
 Some features of ppp include

 * works sometimes

`man rp-pppoe`
 My design goals for this PPPoE client were as follows, in descending
 order of importance:

 o  It must work.

There's no documentation about pppoe in ppp either.
rp-pppoe helps me make my ADSL connection easily.



Re: [arch-general] [arch-dev-public] [idea] global link database for all packages

2009-07-01 Thread Loui Chang
On Wed 01 Jul 2009 09:48 -0500, Aaron Griffin wrote:
 On Wed, Jul 1, 2009 at 7:32 AM, Thomas Bächlertho...@archlinux.org wrote:
  Allan McRae schrieb:
 
  For example:
  http://archlinux.djgera.com.ar/pkgdyn/out/i686/core.badfhs.txt
 
  Where does that come from? It's not in any package I know of.
 
 
  rp-pppoe-3.10-1/files:etc/ppp/plugins/rp-pppoe.so
 
  That is stupid. ppp plugins are supposed to be in /usr/lib/pppd/$VERSION and
  the ppp package already contains the rp-pppoe plugin. Why does rp-pppoe
  install it again? Why do we even need rp-pppoe?
 
 Good question - does anyone actually use it?

http://www.archlinux.de/?page=PackageStatistics
Eh. 72% of pkgstats users do.



Re: [arch-general] [arch-dev-public] [idea] global link database for all packages

2009-07-01 Thread Allan McRae

Loui Chang wrote:

On Wed 01 Jul 2009 09:48 -0500, Aaron Griffin wrote:
  

On Wed, Jul 1, 2009 at 7:32 AM, Thomas Bächlertho...@archlinux.org wrote:


Allan McRae schrieb:
  

For example:
http://archlinux.djgera.com.ar/pkgdyn/out/i686/core.badfhs.txt


Where does that come from? It's not in any package I know of.

  

rp-pppoe-3.10-1/files:etc/ppp/plugins/rp-pppoe.so


That is stupid. ppp plugins are supposed to be in /usr/lib/pppd/$VERSION and
the ppp package already contains the rp-pppoe plugin. Why does rp-pppoe
install it again? Why do we even need rp-pppoe?
  

Good question - does anyone actually use it?



http://www.archlinux.de/?page=PackageStatistics
Eh. 72% of pkgstats users do.
  


No, 28% know they don't want it even though it is in base.  Slightly 
different...


Allan





Re: [arch-general] epiphany does not add url during ssl acceptance

2009-07-01 Thread Jaime Oyarzun Knittel
Adam Stokes wrote:
 Just curious if anyone else is running into this small problem?
 
 Basically when adding an exception to a unverified ssl site I have to
 manually put the url into the location text field rather than it
 populating automatically like firefox.
 
 Thanks

Yes I have seen this... I've been too lazy to check if it was my problem
or a bug, but now I can confirm it.

I don't use epiphany that much, just to log in to the campus network and
don't screw up my firefox tabs.

I assume this is an upstream bug?

Cheers!

-- 
mitoyarzun
http://www.archlinux.cl/


Re: [arch-general] epiphany does not add url during ssl acceptance

2009-07-01 Thread Jan de Groot
On Wed, 2009-07-01 at 15:15 -0400, Jaime Oyarzun Knittel wrote:
 Yes I have seen this... I've been too lazy to check if it was my problem
 or a bug, but now I can confirm it.
 
 I don't use epiphany that much, just to log in to the campus network and
 don't screw up my firefox tabs.
 
 I assume this is an upstream bug?
 
 Cheers!

This is not a bug, it's a limitation in the gecko engine and its
embedding. I guess it will go away when epiphany switches to webkit.



Re: [arch-general] gnupg: requires readline=6.0.00

2009-07-01 Thread Aaron Griffin
On Wed, Jul 1, 2009 at 4:38 PM, Caleb Cushingxenoterrac...@gmail.com wrote:
 On Wed, Jul 1, 2009 at 9:47 AM, Caleb Cushingxenoterrac...@gmail.com wrote:
 ok. core is still showing as 'up to date' for me so I'll just have to
 wait for that to resolve itself.

 this is annoying... core still isn't showing as not being up to
 date do the 'repo' updates come from the mirror I use to get
 packages from or elsewhere?

The DB files come from the same place as the packages. I wonder if
your mirror updates extra more often than core...

Which mirror are you using?


Re: [arch-general] gnupg: requires readline=6.0.00

2009-07-01 Thread Thomas Bächler

Caleb Cushing schrieb:

On Wed, Jul 1, 2009 at 9:47 AM, Caleb Cushingxenoterrac...@gmail.com wrote:

ok. core is still showing as 'up to date' for me so I'll just have to
wait for that to resolve itself.


this is annoying... core still isn't showing as not being up to
date do the 'repo' updates come from the mirror I use to get
packages from or elsewhere?




Tried pacman -Syy?



signature.asc
Description: OpenPGP digital signature


Re: [arch-general] gnupg: requires readline=6.0.00

2009-07-01 Thread Caleb Cushing
On Wed, Jul 1, 2009 at 9:47 AM, Caleb Cushingxenoterrac...@gmail.com wrote:
 ok. core is still showing as 'up to date' for me so I'll just have to
 wait for that to resolve itself.

this is annoying... core still isn't showing as not being up to
date do the 'repo' updates come from the mirror I use to get
packages from or elsewhere?


-- 
Caleb Cushing

http://xenoterracide.blogspot.com


[arch-general] modprobe changes

2009-07-01 Thread Baho Utot
I am getting a message on boot that I need to change the modules line in
rc.conf to the new way which is to put the conf file into modprobe.d.

Is there any info on this?

I have some modules I want to blacklist and some to load.

Is the format the same as modprobe.conf? ( I presume )

I take it I can just add a file like this

net-pf-10.conf that contains

blacklist net-pf-10

Is that right ?







Re: [arch-general] modprobe changes

2009-07-01 Thread Aaron Griffin
On Wed, Jul 1, 2009 at 6:43 PM, Baho Utotbaho-u...@columbus.rr.com wrote:
 I am getting a message on boot that I need to change the modules line in
 rc.conf to the new way which is to put the conf file into modprobe.d.

 Is there any info on this?

 I have some modules I want to blacklist and some to load.

 Is the format the same as modprobe.conf? ( I presume )

 I take it I can just add a file like this

 net-pf-10.conf that contains

 blacklist net-pf-10

I think you're mistaken. Our modprobe doesn't have any message of the
sort, relating to Arch. The error you are seeing is due to a change in
the way modprobe parses config files. It used to read
/etc/modprobe.conf and/or /etc/modprobe.d/* - now it only reads
/etc/modprobe.d/*.conf

The message is modprobe telling you something is wrong with the config
files. Most likely you just have a .pacsav file in /etc/modprobe.d/


Re: [arch-general] gnupg: requires readline=6.0.00

2009-07-01 Thread Caleb Cushing
On Wed, Jul 1, 2009 at 5:42 PM, Aaron Griffinaaronmgrif...@gmail.com wrote:
 Which mirror are you using?
primarily

Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/x86_64

although I've got a lot of failovers.
-- 
Caleb Cushing

http://xenoterracide.blogspot.com


Re: [arch-general] modprobe changes

2009-07-01 Thread Baho Utot
On Wed, 2009-07-01 at 19:05 -0500, Aaron Griffin wrote:
 On Wed, Jul 1, 2009 at 6:43 PM, Baho Utotbaho-u...@columbus.rr.com wrote:
  I am getting a message on boot that I need to change the modules line in
  rc.conf to the new way which is to put the conf file into modprobe.d.
 
  Is there any info on this?
 
  I have some modules I want to blacklist and some to load.
 
  Is the format the same as modprobe.conf? ( I presume )
 
  I take it I can just add a file like this
 
  net-pf-10.conf that contains
 
  blacklist net-pf-10
 
 I think you're mistaken. Our modprobe doesn't have any message of the
 sort, relating to Arch. The error you are seeing is due to a change in
 the way modprobe parses config files. It used to read
 /etc/modprobe.conf and/or /etc/modprobe.d/* - now it only reads
 /etc/modprobe.d/*.conf
 
 The message is modprobe telling you something is wrong with the config
 files. Most likely you just have a .pacsav file in /etc/modprobe.d/

Yes I do have a .pacsav file in /etc/modprobe.conf

Any way I tried adding the filename.conf to modules I wanted blacklisted
or installed and it worked as well.




Re: [arch-general] gnupg: requires readline=6.0.00

2009-07-01 Thread Ray Kohler
On Wed, Jul 1, 2009 at 8:25 PM, Eric Bélanger snowmanisc...@gmail.comwrote:

 On Wed, Jul 1, 2009 at 8:13 PM, Caleb Cushingxenoterrac...@gmail.com
 wrote:
  On Wed, Jul 1, 2009 at 5:42 PM, Aaron Griffinaaronmgrif...@gmail.com
 wrote:
  Which mirror are you using?
  primarily
 
  Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/x86_64


 this server still have readline-5.2.013-2-x86_64.pkg.tar.gz in core.

 Try using another mirror.


This mirror does, in fact, seem to update different repos on different
schedules.


[arch-general] firefox 3.5 no preferences

2009-07-01 Thread Caleb Cushing
when I goto edit - preferences the preferences are blank. anyone else
have this problem?

-- 
Caleb Cushing

http://xenoterracide.blogspot.com


Re: [arch-general] gnupg: requires readline=6.0.00

2009-07-01 Thread Caleb Cushing
On Wed, Jul 1, 2009 at 8:53 PM, Ray Kohleratara...@cmu.edu wrote:
 This mirror does, in fact, seem to update different repos on different
 schedules.

highly annoying... I made unixheads my primary mirror for now... seems
to have resolved it.

-- 
Caleb Cushing

http://xenoterracide.blogspot.com


Re: [arch-general] firefox 3.5 no preferences

2009-07-01 Thread Mike Shade
Caleb - I had this issue when I upgraded and the old binary was still
running in the background.  Close all instances, check ps output, and fire
it back up again.  Otherwise, try moving .mozilla to .mozilla-bak to
troubleshoot.
-- Mike

On Wed, Jul 1, 2009 at 8:57 PM, Caleb Cushing xenoterrac...@gmail.comwrote:

 when I goto edit - preferences the preferences are blank. anyone else
 have this problem?

 --
 Caleb Cushing

 http://xenoterracide.blogspot.com



[arch-general] New Page added to wiki - Add_New_Partitions_To_Existing_System

2009-07-01 Thread David C. Rankin
Listmates,

After running out of room on my / partition on my Archlinux install and 
recovering by adding a couple of additional partitions, I put together a little 
howto in the wiki concerning the process in case anyone else finds themselves 
in the same situation:

http://wiki.archlinux.org/index.php/Add_New_Partitions_To_Existing_System

As always, writing it up for the wiki took a whole lot longer than 
fixing the original problem, but now it's done. Look it over, add to it, find 
all my typos, etc.. Hopefully it will be useful.


-- 
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com