[arch-general] meld in [testing] lower version than meld in [extra]

2010-10-05 Thread Ng Oon-Ee
https://bugs.archlinux.org/task/21100

Bug submitted.



Re: [arch-general] Creation of startup scripts

2010-10-05 Thread Christian
Hi,


On 2010-10-06 at 00:22 Johannes Held wrote:

>"Christian" :
>> OK, just want to be sure if I want to create rc scripts I should read up
>on
>> bash scripting?
>Hehe, that depends! If you need to do really complicated things - yes!
>If you simply want to start some program like you would from shell - no!
>
>--
>Gruß, Johannes
>http://hehejo.de

I want to start my programs at boot time from /etc/rc.d
OK i will read up on bash scripting then and see what I can come up with!
I just want to understand what certain things mean and if I can leave them out 
or not when I copy and use other scripts to stat programs.
Christian



Re: [arch-general] Creation of startup scripts

2010-10-05 Thread Ng Oon-Ee
On Wed, 2010-10-06 at 00:22 +0200, Johannes Held wrote:
> "Christian" :
> > OK, just want to be sure if I want to create rc scripts I should read up on
> > bash scripting?
> Hehe, that depends! If you need to do really complicated things - yes!
> If you simply want to start some program like you would from shell - no!
> 
The shell is bash, anyway



Re: [arch-general] Creation of startup scripts

2010-10-05 Thread Johannes Held
"Christian" :
> OK, just want to be sure if I want to create rc scripts I should read up on
> bash scripting?
Hehe, that depends! If you need to do really complicated things - yes!
If you simply want to start some program like you would from shell - no!

-- 
Gruß, Johannes
http://hehejo.de


signature.asc
Description: PGP signature


Re: [arch-general] Creation of startup scripts

2010-10-05 Thread Christian
Hi,


On 2010-10-05 at 23:38 Johannes Held wrote:

>"Christian" :
>> I would also like to get started in creating aur packages.
>> But this is bash scripts?
>Jep, nearly everything on ArchLinux is made via bash (exceptions are
>pacman and
>friends).
>
>Whether you want to crreate aur packages or alter provided packages you
>need to
>learn about PKGBUILD and the ABS (ArchBuildSystem).
>Go read the wiki about them - it's really easy and fast forward!
>
>--
>Gruß, Johannes
>http://hehejo.de

OK, just want to be sure if I want to create rc scripts I should read up on 
bash scripting?



Re: [arch-general] some notes on the radeon gallium driver

2010-10-05 Thread Stefano Avallone
On Tuesday 05 October 2010 20:35:24 Sven-Hendrik Haase wrote:
>  On 05.10.2010 20:27, Adam Chidlow wrote:
> > Hey Stefano,
> > 
> > What instructions did you follow? I'm interested on testing this (HD 4850
> > here).
> > 
> > Cheers,
> > Adam
> > --Original Message--
> > From: Stefano Avallone
> > Sender: arch-general-boun...@archlinux.org
> > To: General Discusson about Arch Linux
> > ReplyTo: stava...@unina.it
> > ReplyTo: General Discussion about Arch Linux
> > Subject: [arch-general] some notes on the radeon gallium driver
> > Sent: Oct 6, 2010 2:24 AM
> > 
> > Hi,
> > 
> > just if anyone is interested... I compiled mesa 7.9 and tried the radeon
> > gallium driver on a X300 ati card. It works pretty good. For instance,
> > now I can use the blur effect of kwin 4.5, while I couldn't with classic
> > mesa 7.9 driver. I don't play games, so I cannot tell what is different
> > with games...
> > 
> > Maybe we might have an ati-dri package in [testing] that ships r300g
> > instead of r300c...
> > 
> > Stefano
> 
> You can use my -gallium AUR packages. I use them on my r500 and it works
> very well for games and the like.

Of course you can use the AUR packages, which download the current mesa 
git master. What I did was to adapt the PKGBUILD for mesa found in [extra] to 
build mesa 7.9 and then copying ${srcdir}/Mesa-7.9/lib/gallium/r300_dri.so to 
/usr/lib/xorg/modules/dri/

Stefano




Re: [arch-general] Creation of startup scripts

2010-10-05 Thread Johannes Held
"Christian" :
> I would also like to get started in creating aur packages.
> But this is bash scripts?
Jep, nearly everything on ArchLinux is made via bash (exceptions are pacman and
friends).

Whether you want to crreate aur packages or alter provided packages you need to
learn about PKGBUILD and the ABS (ArchBuildSystem).
Go read the wiki about them - it's really easy and fast forward!

-- 
Gruß, Johannes
http://hehejo.de


signature.asc
Description: PGP signature


Re: [arch-general] Creation of startup scripts

2010-10-05 Thread Christian
Hi,


On 2010-10-05 at 16:02 Dan McGee wrote:

>On Tue, Oct 5, 2010 at 3:55 PM, Christian  wrote:
>> Hi all,
>> I am learning more and more about Linux, but I would like to learn how
>to create startup scripts for my programs, any good resource? Where should
>I start?
>> Many thanks,
>> Christian
>
>Startup scripts are pretty specific to each distro.
>* http://wiki.archlinux.org/index.php/Writing_rc.d_scripts
>* http://www.justinbritten.com/work/2009/05/god-initd-script-for-centos/
>
>-Dan

Yes, it's rc.d scripts I would like to write.
Christian



Re: [arch-general] Creation of startup scripts

2010-10-05 Thread Christian
Hi,


On 2010-10-05 at 23:00 Johannes Held wrote:

>"Christian" :
>> Hi all,
>> I am learning more and more about Linux, but I would like to learn how to
>> create startup scripts for my programs, any good resource? Where should I
>> start? Many thanks, Christian
>>
>Take some initscript from /etc/rc.d, copy and adjust it to your needs.
>
>--
>Gruß, Johannes
>http://hehejo.de

I have already done that, but it would be nice to know if some things should be 
included or not in the scripts. I would also like to get started in creating 
aur packages.
But this is bash scripts?



Re: [arch-general] Creation of startup scripts

2010-10-05 Thread Dan McGee
On Tue, Oct 5, 2010 at 3:55 PM, Christian  wrote:
> Hi all,
> I am learning more and more about Linux, but I would like to learn how to 
> create startup scripts for my programs, any good resource? Where should I 
> start?
> Many thanks,
> Christian

Startup scripts are pretty specific to each distro.
* http://wiki.archlinux.org/index.php/Writing_rc.d_scripts
* http://www.justinbritten.com/work/2009/05/god-initd-script-for-centos/

-Dan


Re: [arch-general] Creation of startup scripts

2010-10-05 Thread Johannes Held
"Christian" :
> Hi all,
> I am learning more and more about Linux, but I would like to learn how to
> create startup scripts for my programs, any good resource? Where should I
> start? Many thanks, Christian
> 
Take some initscript from /etc/rc.d, copy and adjust it to your needs.

-- 
Gruß, Johannes
http://hehejo.de


signature.asc
Description: PGP signature


Re: [arch-general] Creation of startup scripts

2010-10-05 Thread Ryan Williams
If you mean bash scripting, this is a good beginner's guide:
http://mywiki.wooledge.org/BashGuide

Otherwise you will have to provide some more information on exactly what you
want to do.

On Tue, Oct 5, 2010 at 4:55 PM, Christian  wrote:

> Hi all,
> I am learning more and more about Linux, but I would like to learn how to
> create startup scripts for my programs, any good resource? Where should I
> start?
> Many thanks,
> Christian
>
>


[arch-general] Creation of startup scripts

2010-10-05 Thread Christian
Hi all,
I am learning more and more about Linux, but I would like to learn how to 
create startup scripts for my programs, any good resource? Where should I start?
Many thanks,
Christian



Re: [arch-general] PostgreSQL 9.0.0 PKGBUILD

2010-10-05 Thread Dan McGee
On Mon, Sep 27, 2010 at 5:52 AM, Jan Steffens  wrote:
> On Mon, Sep 27, 2010 at 12:45 PM, Andrea Scarpino  
> wrote:
>> Ditt fo 8.4.4-5 IS NOT attached.
>>
>> :)
>
> My outgoing email definitely had it attached. Maybe it got filtered?
>
> Anyway, here's a link:
> http://pkgbuild.com/~heftig/pg.diff

So you nixed the contrib and src/include directories because make
world covers all of that?

-Dan


Re: [arch-general] UbuntuOne

2010-10-05 Thread Samir
Thanks for info.  I was mainly inquiring about the procedure more then
anything else.



On Tue, Oct 5, 2010 at 2:13 PM, Thorsten Töpper
 wrote:
> On Tue, 5 Oct 2010 13:57:05 -0500
> Samir  wrote:
>> I've noticed that there are some UbuntuOne related packages in aur,
>> but many of them are very out of date.
>>
>> In theory, I'm told that we should be able to get UbuntuOne working
>> under any Linux distro..I was wondering if there was any reason for
>> the
>> current state of the aur packages.  Is there a technicaly issue that
>> prevents us from having more updated packages?
>
> As packages in AUR are maintained by common users this has not really
> to do with Arch itself. from a quick view it seems the Maintainer is
> inactive. If you want to take care of the package write him a mail
> asking what's the matter and if he can orphan the package if he is no
> longer interested in them, if there was no reaction after two weeks,
> write an orphan request to the [aur-general] mailing list. And one of
> us TUs will orphan it for you.
>
> --
> Jabber: atsut...@freethoughts.de Blog: http://atsutane.freethoughts.de/
> Key: 295AFBF4     FP: 39F8 80E5 0E49 A4D1 1341 E8F9 39E4 F17F 295A FBF4
>


Re: [arch-general] UbuntuOne

2010-10-05 Thread Thorsten Töpper
On Tue, 5 Oct 2010 13:57:05 -0500
Samir  wrote:
> I've noticed that there are some UbuntuOne related packages in aur,
> but many of them are very out of date.
> 
> In theory, I'm told that we should be able to get UbuntuOne working
> under any Linux distro..I was wondering if there was any reason for
> the
> current state of the aur packages.  Is there a technicaly issue that
> prevents us from having more updated packages?

As packages in AUR are maintained by common users this has not really
to do with Arch itself. from a quick view it seems the Maintainer is
inactive. If you want to take care of the package write him a mail
asking what's the matter and if he can orphan the package if he is no
longer interested in them, if there was no reaction after two weeks,
write an orphan request to the [aur-general] mailing list. And one of
us TUs will orphan it for you.
 
-- 
Jabber: atsut...@freethoughts.de Blog: http://atsutane.freethoughts.de/
Key: 295AFBF4 FP: 39F8 80E5 0E49 A4D1 1341 E8F9 39E4 F17F 295A FBF4


signature.asc
Description: PGP signature


Re: [arch-general] UbuntuOne

2010-10-05 Thread Stefan Erik Wilkens
> I was wondering if there was any reason for
> the
> current state of the aur packages.  Is there a technicaly issue that
> prevents us from having more updated packages?
>

As I'm sure you're aware, the AUR packages depend on their maintainers
updating them. I see the packages have been flagged out of date fairly
recently, around the 28th of september. Perhaps the maintainer hasn't
gotten around to updating them yet. Your next stop should be e-mailing
the maintainer, or attempting to upgrade the PKGBUILDS yourself (the
do not seem to require complicated adjustments).

Concerning the question of support for this on *any* distro: I have no
experience with UbuntuOne, sorry.


[arch-general] UbuntuOne

2010-10-05 Thread Samir
I've noticed that there are some UbuntuOne related packages in aur,
but many of them are very out of date.

In theory, I'm told that we should be able to get UbuntuOne working
under any Linux distro..I was wondering if there was any reason for
the
current state of the aur packages.  Is there a technicaly issue that
prevents us from having more updated packages?

--
Samir


Re: [arch-general] some notes on the radeon gallium driver

2010-10-05 Thread Laurent Carlier
Le mardi 05 octobre 2010 20:35:24, Sven-Hendrik Haase a écrit :
>  On 05.10.2010 20:27, Adam Chidlow wrote:
> > Hey Stefano,
> > 
> > What instructions did you follow? I'm interested on testing this (HD 4850
> > here).
> > 
> > Cheers,
> > Adam
> > --Original Message--
> > From: Stefano Avallone
> > Sender: arch-general-boun...@archlinux.org
> > To: General Discusson about Arch Linux
> > ReplyTo: stava...@unina.it
> > ReplyTo: General Discussion about Arch Linux
> > Subject: [arch-general] some notes on the radeon gallium driver
> > Sent: Oct 6, 2010 2:24 AM
> > 
> > Hi,
> > 
> > just if anyone is interested... I compiled mesa 7.9 and tried the radeon
> > gallium driver on a X300 ati card. It works pretty good. For instance,
> > now I can use the blur effect of kwin 4.5, while I couldn't with classic
> > mesa 7.9 driver. I don't play games, so I cannot tell what is different
> > with games...
> > 
> > Maybe we might have an ati-dri package in [testing] that ships r300g
> > instead of r300c...
> > 
> > Stefano
> 
> You can use my -gallium AUR packages. I use them on my r500 and it works
> very well for games and the like.

With the move to python2/python3 you need to add these lines to properly built 
if testing is enabled:

sed -i -e 's#/bin/env python#/bin/env python2#g' \
src/gallium/auxiliary/indices/*.py src/mesa/main/*.py
sed -i -e 's#PYTHON2 = python#PYTHON2 = python2#g' \
configs/current
sed -i -e 's#python#python2#g' \
src/gallium/auxiliary/Makefile

Works for me with r600g

++



Re: [arch-general] some notes on the radeon gallium driver

2010-10-05 Thread Sven-Hendrik Haase
 On 05.10.2010 20:27, Adam Chidlow wrote:
> Hey Stefano,
>
> What instructions did you follow? I'm interested on testing this (HD 4850 
> here).
>
> Cheers,
> Adam
> --Original Message--
> From: Stefano Avallone
> Sender: arch-general-boun...@archlinux.org
> To: General Discusson about Arch Linux
> ReplyTo: stava...@unina.it
> ReplyTo: General Discussion about Arch Linux
> Subject: [arch-general] some notes on the radeon gallium driver
> Sent: Oct 6, 2010 2:24 AM
>
> Hi,
>
> just if anyone is interested... I compiled mesa 7.9 and tried the radeon 
> gallium driver on a X300 ati card. It works pretty good. For instance, now I 
> can use the blur effect of kwin 4.5, while I couldn't with classic mesa 7.9 
> driver. I don't play games, so I cannot tell what is different with games...
>
> Maybe we might have an ati-dri package in [testing] that ships r300g instead 
> of r300c...
>
> Stefano
>
>
>
>
You can use my -gallium AUR packages. I use them on my r500 and it works
very well for games and the like.


Re: [arch-general] some notes on the radeon gallium driver

2010-10-05 Thread Adam Chidlow
Hey Stefano,

What instructions did you follow? I'm interested on testing this (HD 4850 here).

Cheers,
Adam
--Original Message--
From: Stefano Avallone
Sender: arch-general-boun...@archlinux.org
To: General Discusson about Arch Linux
ReplyTo: stava...@unina.it
ReplyTo: General Discussion about Arch Linux
Subject: [arch-general] some notes on the radeon gallium driver
Sent: Oct 6, 2010 2:24 AM

Hi,

just if anyone is interested... I compiled mesa 7.9 and tried the radeon 
gallium driver on a X300 ati card. It works pretty good. For instance, now I 
can use the blur effect of kwin 4.5, while I couldn't with classic mesa 7.9 
driver. I don't play games, so I cannot tell what is different with games...

Maybe we might have an ati-dri package in [testing] that ships r300g instead 
of r300c...

Stefano





[arch-general] some notes on the radeon gallium driver

2010-10-05 Thread Stefano Avallone
Hi,

just if anyone is interested... I compiled mesa 7.9 and tried the radeon 
gallium driver on a X300 ati card. It works pretty good. For instance, now I 
can use the blur effect of kwin 4.5, while I couldn't with classic mesa 7.9 
driver. I don't play games, so I cannot tell what is different with games...

Maybe we might have an ati-dri package in [testing] that ships r300g instead 
of r300c...

Stefano