Re: ssh_config broken

2015-12-01 Thread Paweł Gołaszewski
On Tue, 1 Dec 2015, Elan Ruusamäe wrote:
> https://github.com/pld-linux/openssh/commit/00b8e87302dc268a8df8b6f9a2e107e515492249
> 
> such commit made ssh config truncated:
> 
> ➔ tail /etc/ssh/ssh_config
> # mode correctly we set this to yes.
> ForwardX11Trusted yes
> StrictHostKeyChecking no
> ServerAliveInterval 60
> ServerAliveCountMax 10
> TCPKeepAlive no
> # Allow DSA keys
> #   PubkeyAcceptedKeyTypes +ssh-dss
> #   HostkeyAlgorithms +ssh-dss
> # Send locale-related environment variables, also pass some GIT vars
> ➔
> 
> first: you (blues) shouldn't use vim to edit patches, at least use editdiff
> from patchutils!

:-O

My fault, forgot to change count :-/

Anyway - glen is right, rpm should reject that...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesjabbergdapl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [packages/rc-scripts] - just pull mksh, C on pdksh is confusing and we do want mksh here - rel 3

2013-08-06 Thread Paweł Gołaszewski
On Mon, 5 Aug 2013, Jan Rękorajski wrote:
  is the /etc/shells clearing bug fixed now?
 
 Worked fine for me (pdksh - mksh-47 update).

fine, but using double mksh install. I had to do this many times...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [packages/openssh] move sshd startup to 22

2013-06-02 Thread Paweł Gołaszewski
On Fri, 31 May 2013, glen wrote:
 commit 8f0031d77a6c935b3d2a62152c49ad6409480568
 Author: Elan Ruusamäe g...@delfi.ee
 Date:   Fri May 31 21:43:18 2013 +0300
 
 move sshd startup to 22
 
  opensshd.init | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
[...]
 -# chkconfig: 345 21 89
 +# chkconfig: 345 22 88

Some rationale?

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [packages/tmpwatch/merge-cronjobs-cron.d-dir] depend on crondaemon

2013-01-29 Thread Paweł Gołaszewski
On Tue, 29 Jan 2013, glen wrote:
 commit 52685776b35dbe842401e4004ec11c3a49b6d733
 Author: Elan Ruusamäe g...@delfi.ee
 Date:   Tue Jan 29 17:01:04 2013 +0200
 
 depend on crondaemon
 
 without it, none of this automatic cleanup would be possible :)

  BuildRequires:   automake
 +Requires:crondaemon

Wrong.

Without cron daemon you can still run tmpwatch manually. crondaemon should 
be suggested and advised but not required.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: GRUB2 changes, introducing EFI

2012-10-28 Thread Paweł Gołaszewski
On Sat, 27 Oct 2012, Jacek Konieczny wrote:
 Please note: now the 'grub2' package does not contain any platform 
 files. You have to install grub2-pc (or grub2-efi) too.

virtual provides grub2-platform in each platform package and requires: 
grub2-platform in main package will do that job.

Better safe than sorry.

 P.S. I have installed the new grub2 on my laptop too… I hope it will
 boot tomorrow ;)

Let us know :)

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: rpm 5.4.10 for testing in th-test

2012-09-07 Thread Paweł Gołaszewski
On Fri, 7 Sep 2012, Jeffrey Johnson wrote:
  Brand new rpm 5.4.10 will be available for testing in th-test later 
  today. It has not been installed on our infrastructure yet, there is 
  no poldek for it on ftp[1], but we need it to be publicly available 
  before making it our new package manager. So, please test if it works 
  as expected and is compatible with our current rpm. Instalation 
  instructions:
  
  0) backup rpm database in /var/lib/rpm
  1) rpm -Fvh rpm* (obviously)
  2) run /usr/lib/rpm/bin/dbconvert
  3) run rpm --rebuilddb
 That's the basic recipe for converting, yes.
 
 However, --rebuilddb is largely obsolete in rpm-5.3.x
 and isn't likely to fix anything. Instead
   cd /var/lib/rpm
   dbXY_recover -ev

It shouldn't be a big problem to implement running that command as 
--rebuilddb, right?

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: git commit logs [Re: [packages/sblim-cmpi-base] Created branch master]

2012-08-13 Thread Paweł Gołaszewski
On Tue, 10 Jul 2012, Kacper Kornet wrote:
  391e234... - new
Two remarks:
1) In case of new specs their content should be included in mail.
   I think it is a safeguard that if someone imports git repository 
   from some other source with history, we are not flooded with hundres 
   of emails about every commit. It is an open question whether we want 
   this feature or not.
  Could it be done, that in such case only the last version (from the 
  last commit in the initial push) of the files is included in the mail?
 I think it should be possible. I will try to code it.

This point is still missing.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: w32codec updated

2012-08-08 Thread Paweł Gołaszewski
On Tue, 7 Aug 2012, Paweł Zuzelski wrote:
  Ponieważ Bartek cały czas jest żywotnie zainteresowany rozwojem
  dystrybucji i aktywnie przyczynia się do wprowadzania zmian, proponuję
  aby dać mu dostęp RW do repozytorium.
 Wcześniejsze maile w których podsyłał poprawki:
[...]
  Z mojej strony +1.
 +1
 
 Patches sent by Bartosz look rather simply. They don't really prove that 
 Bartosz has skills required to develop PLD. But since wolf already 
 suggested granting him RW, I assume wolf is volunteering to mentor 
 Bartosz and help him to start working on PLD.

Żartujesz, tak?

Przecież on sam zrezygnował, a wolf tylko podbija bembenek, żeby dalej 
trole wypełzały.

-1

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: w32codec updated

2012-08-08 Thread Paweł Gołaszewski
On Wed, 8 Aug 2012, Bartosz Taudul wrote:
  Żartujesz, tak?
 Bo się ciebie nie zapytał najpierw o pozwolenie?

Nie, sugeruję albo brak zastanowienia albo dowcipkowanie sobie. Wolę drugą 
opcję, z szacunku dla adresata. :P

  Przecież on sam zrezygnował
 Podobnie jak mkochano, co ci zupełnie nie przeszkadzało w słaniu mu 
 zaproszeń: 
 http://www.mail-archive.com/pld-devel-pl@pld-linux.org/msg16583.html

To była ciut inna sytuacja, co zdajesz się celowo pomijać.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: packages: java-sun/java-sun.spec - up to 1.6.0.33, sources uploaded via dis...

2012-07-02 Thread Paweł Gołaszewski
On Mon, 2 Jul 2012, glen wrote:
 Author: glen Date: Mon Jul  2 14:39:18 2012 GMT
 Module: packages  Tag: HEAD
  Log message:
 - up to 1.6.0.33, sources uploaded via distfiles;
 - demos and samples available separately with bsd license, not packaging here 
 as:
   a) should update to 1.7, b) spec should be named java-oracle (or 
 oracle-java?)

Proposal:
leave java-sun as 1.6.x line and make brand new package as oracle-java (or 
java-oracle).

Rationale:
there is a lot of places where java 1.6 is still required. And many where 
1.7 has to be used... These must live together, at least on ftp.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: packages: python/python-lib64.patch, python/python-noarch_to_datadir.patch, ...

2012-05-11 Thread Paweł Gołaszewski
On Fri, 11 May 2012, Arkadiusz Miśkiewicz wrote:
  why such sudden change on existing 2.x branch?
 
 It was discussed some time ago, ideas were mixed but there was no strong 
 opposition and I am for including py files. It makes 15MB package instead of 
 10MB package.

AFAIR the discussion was about python3, not python2 which is working 
fine...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: mime.types.conf int lighttpd

2012-03-20 Thread Paweł Gołaszewski
On Mon, 27 Feb 2012, Elan Ruusamäe wrote:
[...]

Are you going to fix it? It's quite long time

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: mime.types.conf int lighttpd

2012-03-20 Thread Paweł Gołaszewski
On Tue, 20 Mar 2012, Elan Ruusamäe wrote:
  [...]
 
  Are you going to fix it? It's quite long time
 i was waiting your reply to my question...
 
 http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2012-February/022491.html
 
 followed further discussion/explanation, but no real reply to question!

I don't want to argue - I just want to have it *working* again. You broke, 
you fix. I don't know the internals and I don't want to know.

Fix it or revert your previous change.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: mime.types.conf int lighttpd

2012-03-20 Thread Paweł Gołaszewski
On Tue, 20 Mar 2012, Elan Ruusamäe wrote:
[...]
   
Are you going to fix it? It's quite long time
   i was waiting your reply to my question...
  
   http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2012-February/022491.html
  
   followed further discussion/explanation, but no real reply to 
   question!
  I don't want to argue - I just want to have it *working* again. You broke,
  you fix. I don't know the internals and I don't want to know.
 
  Fix it or revert your previous change.
 i proposed a solution, is that fix acceptable?

Will it destroy _working_ configurations?
If yes (IMvHO it's the case) then - it's not acceptable.

If this that option is apaches add default charset equivalent - you have 
anwer from me and baggins.

What is the _rationale_ for that change?

What more do you want to know??

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: mime.types.conf int lighttpd

2012-03-20 Thread Paweł Gołaszewski
On Tue, 20 Mar 2012, Elan Ruusamäe wrote:
  [...]
 
  Are you going to fix it? It's quite long time
 i was waiting your reply to my question...

 http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2012-February/022491.html

 followed further discussion/explanation, but no real reply to 
 question!
I don't want to argue - I just want to have it *working* again. 
You broke, you fix. I don't know the internals and I don't want to 
know. Fix it or revert your previous change.
   i proposed a solution, is that fix acceptable?
  Will it destroy _working_ configurations?
  If yes (IMvHO it's the case) then - it's not acceptable.
 new %config(noreplace) is deployed as .rpmnew, so no, if you made changes to
 that file

working doesn't mean changed
Most people don't need to touch that config.

Make it commented out, don't break working sites.

  If this that option is apaches add default charset equivalent - you have
  anwer from me and baggins.
 it's equivalent yes, so same issues are present there

It's not acceptable then. Like in apache. You had that answer earlier.

  What is the _rationale_ for that change?
 utf-8 as default encoding, to all documents. there's no way specify 
 encoding as html tag for .txt files

Why should it be? In most cases users don't need to display plain txt 
files. They need working meta tags in html.

  What more do you want to know??
 i wanted to know is that change acceptable, or you still find that me 
 breaking your window and violating your cat.

I don't care cats - leave my dog :P

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: packages: openvpn/openvpn.init, openvpn/openvpn.spec - rel.3 - no need to c...

2012-03-12 Thread Paweł Gołaszewski
On Mon, 12 Mar 2012, Artur Frysiak wrote:
  And our current check doesn't pass when sb sets up networking 
  manually.
  If someone does that correctly then it does. touch 
  /var/lock/subsys/network is part of that requirement.
  Which might be not possible, e.g. on r/o drive (consider some damage 
  recovery).
 /var/lock is on tmpfs

_has_ to be? no.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: packages: openvpn/openvpn.init, openvpn/openvpn.spec - rel.3 - no need to c...

2012-03-11 Thread Paweł Gołaszewski
On Sun, 11 Mar 2012, Arkadiusz Miśkiewicz wrote:
  Author: bluesDate: Sun Mar 11 20:49:43 2012 GMT
  Module: packages  Tag: HEAD
   Log message:
  - rel.3 - no need to check networking
 Hm, how openvpn is supposed to work without networking?

Why to check it? let systemd/whatever check it. systemv starting order 
should do this too.


openvpn is working and waiting in background.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: packages: openvpn/openvpn.init, openvpn/openvpn.spec - rel.3 - no need to c...

2012-03-11 Thread Paweł Gołaszewski
On Sun, 11 Mar 2012, Arkadiusz Miśkiewicz wrote:
Author: bluesDate: Sun Mar 11 20:49:43 2012 GMT
Module: packages  Tag: HEAD
 Log message:
- rel.3 - no need to check networking
   Hm, how openvpn is supposed to work without networking?
  Why to check it? let systemd/whatever check it. 
 Without systemd the checking was done in openvpn.init. With systemd it starts 
 proper command so this check was working fine.
  systemv starting order should do this too.
 starting order doesn't check if network start happened

so what?

  openvpn is working and waiting in background.
 or is not working due to lack of network running.

you'll get proper message in logs.

openvpn doesn't need networking to start.

 Also all network services (like httpd for example) do the same checks .. 
 why openvpn has to be special?

It's not - in httpd it could be dropped too IMO. We don't need it there - 
http can be started on loopback even...

In general: that check shouldn't be used where service starts without 
networking.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: packages: openvpn/openvpn.init, openvpn/openvpn.spec - rel.3 - no need to c...

2012-03-11 Thread Paweł Gołaszewski
On Sun, 11 Mar 2012, Tomasz Pala wrote:
  Still don't understand what is rationale behind this? Why do you need 
  these checks to be dropped? Also all network services (like httpd for 
  example) do the same checks .. why openvpn has to be special?
 It shouldn't - we shall drop all these dumb checks unless package REALLY 
 needs networking to work properly.

true.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: mime.types.conf int lighttpd

2012-02-27 Thread Paweł Gołaszewski
On Mon, 27 Feb 2012, Elan Ruusamäe wrote:
  Any docs about that option? I can't find anything about that...
 equivalent in apache what was wanted to achieve in lighttpd: 
 http://httpd.apache.org/docs/2.4/mod/core.html#adddefaultcharset

I know that option and in apache it causes problems too.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: mime.types.conf int lighttpd

2012-02-27 Thread Paweł Gołaszewski
On Mon, 27 Feb 2012, Elan Ruusamäe wrote:
There is problem with recent change in lighttpd-mime.types.sh (it
generates mime.types.conf).
[...]
revision 1.3
date: 2012/01/22 20:52:51;  author: glen;  state: Exp;  lines: +15 -1;
kopt: kv;  commitid: 64d94f1c7723ee01;  filename:
lighttpd-mime.types.sh;
- add charset to text content-types; default as utf8
[...]
   
There is added header:
# charset used for text/* mimetypes
mimetype_textcharset = utf-8
   
...and some charset= + mimetype_textcharset entries. It causes 
problems because encoding is not detected in pages, always utf-8 
is used, no matter what header in html is set. Tested on AC. This 
should be reversed...
   perhaps then mimetype_charsetheader = ; charset=\utf-8\
   to be able to leave it empty meaning no charset is enforced
 
  Any docs about that option? I can't find anything about that...
 docs of what? mimetype.assign = ()?

no, mimetype_charsetheader

 so, that go with that last option (mimetype_charsetheader = ; 
 charset=\utf-8\) ?, better than completely reverting...
 
 and you seem to mean by user files html meta http equiv?

yep, meta.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: mime.types.conf int lighttpd

2012-02-25 Thread Paweł Gołaszewski
On Sat, 25 Feb 2012, g...@pld-linux.org wrote:
  There is problem with recent change in lighttpd-mime.types.sh (it
  generates mime.types.conf).
  [...]
  revision 1.3
  date: 2012/01/22 20:52:51;  author: glen;  state: Exp;  lines: +15 -1;
  kopt: kv;  commitid: 64d94f1c7723ee01;  filename: lighttpd-mime.types.sh;
  - add charset to text content-types; default as utf8
  [...]
 
  There is added header:
  # charset used for text/* mimetypes
  mimetype_textcharset = utf-8
 
  ...and some charset= + mimetype_textcharset entries.
 
  It causes problems because encoding is not detected in pages, always utf-8
  is used, no matter what header in html is set.
 
  Tested on AC.
 
  This should be reversed...
 perhaps then mimetype_charsetheader = ; charset=\utf-8\
 
 to be able to leave it empty meaning no charset is enforced

Any docs about that option? I can't find anything about that...

Any encoding set in user files CAN'T be overwriten...

P.S.: I wanted revert your changes today...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


mime.types.conf int lighttpd

2012-02-15 Thread Paweł Gołaszewski

There is problem with recent change in lighttpd-mime.types.sh (it 
generates mime.types.conf).
[...]
revision 1.3
date: 2012/01/22 20:52:51;  author: glen;  state: Exp;  lines: +15 -1;  kopt: 
kv;  commitid: 64d94f1c7723ee01;  filename: lighttpd-mime.types.sh;
- add charset to text content-types; default as utf8
[...]

There is added header:
# charset used for text/* mimetypes
mimetype_textcharset = utf-8

...and some charset= + mimetype_textcharset entries.

It causes problems because encoding is not detected in pages, always utf-8 
is used, no matter what header in html is set.

Tested on AC.

This should be reversed...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [Ac] unable to upgrade seamonkey

2007-01-31 Thread Paweł Gołaszewski
On Wed, 31 Jan 2007, Marcin Król wrote:
  seamonkey-devel obsoletes is missing somewhere.
 As I can see its only in xulrunner-devel. Should it be elsewhere too? 
 Shouldn't poldek handle this?

I think that provides: seamonkey-devel would solve this.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [Th] SMP for all!

2007-01-23 Thread Paweł Gołaszewski
On Mon, 22 Jan 2007, Jakub Bogusz wrote:
iirc not all stuff works fine in smp enviroment. e.g. some lirc 
drivers, video tuners, tape/floppy drivers.
   But most of that will work well with SMP kernel on a single 
   processor/core. For multi-CPU machines (including multi-core and 
   hyper-threading) kernel boot options may be used to limit number of 
   logical CPU available for system. I think that should be enough to 
   limit mentioned problems, like UP kernel would limit them.
  Besides... if there is problem with thouse devices on smp kernel than 
  it should be fixed and I think it's the correct way to solve problem 
  (not running away to up kernel...).
 What about modules marked as BROKEN_ON_SMP since the beginning (of 
 BROKEN_ON_SMP flag)?

But... these are broken_smp_kernel or broken_on_smp_machine ?

It's quite important difference :)

AFAIR debian has SMP kernel by default...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS (AC-branch): gd.spec - updated rotate_from_php patch with co...

2007-01-04 Thread Paweł Gołaszewski
On Sun, 31 Dec 2006, Marcin Król wrote:
  But you know that without this change php 5.2 builds without 
  gd_image_rotate?
 Uhm. Didn't knew that :( So we no longer can have gd_image_rotate in 
 both php and php4? Anyway, php4 rebuild is now more important for Ac 
 than fixing gd_image_rotate in php 5.

That way you're missing important feature...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


new php deps

2006-12-21 Thread Paweł Gołaszewski

There is something wrong with php-5.2.0 deps:

Package:apache1-mod_php-4:5.2.0-3
Requires:   /bin/sh, apache1(EAPI) = 1.3.33-2, apache1-mod_mime, 
config(apache1-mod_php) = 4:5.2.0-3, curl-libs, elfutils-libelf, freetype, gd, 
glibc,
libc.so.6, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libcrypt.so.1, 
libcrypto.so.0.9.7, libcurl.so.3, libdl.so.2, libelf.so.1, libfreetype.so.6,
libgd.so.2, libidn, libidn.so.11, libjpeg, libjpeg.so.62, libltdl, 
libltdl.so.3, libm.so.6, libmysqlclient_r.so.15, libncurses.so.5, 
libnetsnmp.so.5,
libodbc.so.1, libpcre.so.0, libphp_common-5.2.0.so, libpng, libpng12.so.0, 
libpthread.so.0, libresolv.so.2, librpm-4.4.so, libssl.so.0.9.7, libt1.so.5,
libwrap-libs, libwrap.so.0, libxml2, libxml2.so.2, libz.so.1, mysql-libs, 
ncurses, net-snmp-libs, openssl, pcre, php-common, php-common = 4:5.2.0-3,
rpm-lib, sed = 4.0, t1lib, unixODBC, zlib
[...]

The problem is with gd (which fetches some more libs), curl, 
net-snmp-libs, unixODBC, pcre, rpm-lib, t1lib... Similar deps are with 
apache1-mod_php

These are extra libs, that were not required before and I think that these 
shouldn't be required. At least some of them (rpm-lib? What for??).

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SOURCES: irqbalance.init - use functions - add chkconfig - actuall...

2006-12-14 Thread Paweł Gołaszewski
On Wed, 13 Dec 2006, Elan Ruusamäe wrote:
   +if [ $(LC_ALL=C grep ^processor.*:.*[0-9] /proc/cpuinfo | wc -l) -lt 
   2 ]; then + exit 0
   +fi
  Well...
 
  The test should only check if kernel is SMP. CPU alone can be 
  hotpluged and you can start with only one.
 on the topic, how you check if kernel is smp? matcing smp from `uname 
 -r` ?

Maybe rpm has some uname-provides? Because it should be required for 
instalation...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SOURCES: irqbalance.init - use functions - add chkconfig - actuall...

2006-12-13 Thread Paweł Gołaszewski
On Wed, 13 Dec 2006, glen wrote:
 Author: glen Date: Wed Dec 13 18:42:44 2006 GMT
 Module: SOURCES   Tag: HEAD
  Log message:
[...]
 - skip very early on UP
[...]
 +# useless on UP
 +if [ $(LC_ALL=C grep ^processor.*:.*[0-9] /proc/cpuinfo | wc -l) -lt 2 
 ]; then
 + exit 0
 +fi
[...]

Well...

The test should only check if kernel is SMP.
CPU alone can be hotpluged and you can start with only one.

It's theoretical but really possible (I have one machine which can have 
processors hotpluged... never tried, but is possible on the paper :D ).

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-pl mailing list
pld-devel-pl@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: kernel-desktop.spec - cxacru.c patch metged to small_fixes ...

2006-11-22 Thread Paweł Gołaszewski
On Wed, 22 Nov 2006, sparky wrote:
 Author: sparky   Date: Wed Nov 22 13:47:54 2006 GMT
 Module: SPECS Tag: HEAD
  Log message:
 - cxacru.c patch metged to small_fixes - please, don't use separated
   patches for so small changes
[...]
 -Patch101:kernel-desktop-cxacru.c.patch
[...]
 -%patch101 -p1
[...]

Why?
It's small, nice-stand-alone change. It's easy to consider drop/fix after 
some upgrade...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: webalizer.spec - -base instead of -cron as suggested by blu...

2006-11-01 Thread Paweł Gołaszewski
On Tue, 31 Oct 2006, Jakub Bogusz wrote:
  After all - change proposed by glen would be great PITA too - after 
  upgrade from package before split you'll get not working cron. Even 
  after installing cron package (glen gave no triggers and that's why 
  I've started talking to him about that :) ).
  
  Besides - it sounds logical for me:
  * -base (or basic) with pure application without any additions
  * main package as full-set.
 #define full-set?

In this case: everything what was present in package until now.
In general: standard solution from distribution. If someone doesn't like 
it - there is base (or basic) package for those who want to prepare 
everything on their way.

  IMvHO separating very basic package-set to -base package should be 
  general rule. But - it's only IMO :D
 It depends what we define as base.

look above.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: Fwd: SPECS: mozilla-firefox.spec - updated to version 2.0, - release 0....

2006-10-26 Thread Paweł Gołaszewski
On Thu, 26 Oct 2006, Arkadiusz Miskiewicz wrote:
   I'm totally unaware, why did You (cieciwa) tried to make FF once 
   more, when DEVEL branch had it almost all!?
  Dont bother with him, he's not reading devel-en. Just merge DEVEL to 
  HEAD overwriting his commits.
 Maybe being subscribed to devel-en or devel-pl should be requirement to 
 have cvs rw rights? :-) Doesn't count for other projects using our cvs.

It should be.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


[ooo-announce] [pr] FINAL: OpenOffice.org 2.0.4 Is Here.... And It's Our Birthday! (fwd)

2006-10-13 Thread Paweł Gołaszewski


-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.

-- Forwarded message --
Date: Fri, 13 Oct 2006 07:57:20 -0400
From: Louis Suarez-Potts [EMAIL PROTECTED]
Reply-To: announce@openoffice.org
To: announce@openoffice.org, users@openoffice.org, dev@openoffice.org
Cc: discuss@openoffice.org, dev@native-lang.openoffice.org
X-Mailer: Apple Mail (2.752.2)
X-Bogosity: Ham, tests=bogofilter, spamicity=0.00, version=1.1.1
Subject: [ooo-announce]  [pr]  FINAL: OpenOffice.org 2.0.4 Is Here And
It's Our Birthday!

All,

This is Friday 13 October and the day marks two important events: the immediate
availability of OpenOffice.org 2.0.4 and our sixth anniversary.

First things first.

OpenOffice.org 2.0.4 is ready for download now. It is a significant release and
recommended for all. As with all OpenOffice.org releases, it runs natively on
Windows, Linux, Solaris, Mac OS X (X11) and many other platforms; and it
probably runs in your language. Check with your favourite Native Language
Project to see if the application is available today.

New features, bugfixes, and improvements include:

* Enhanced PDF management
* Direct export to LaTex
* Nested queries in Base
* New functionality in Calc and Impress
* Mac OS X (X11) uses system fonts
* And a lot more...

But the most important is our improved use of extensions. We've been very busy
here, and have succeeded in making it easier for developers of any level to
create extensions (aka packages) for OpenOffice.org. With 2.0.4, a new door to
the future is opened: Developers everywhere are invited to start writing
extensions! To learn more, visit our Extensions Project,
http://extensions.openoffice.org/.

Download the application now, start using it immediately, and write extensions
tomorrow.

* Download: http://downloads.openoffice.org/2.0.4/
* Release Notes: http://development.openoffice.org/releases/2.0.4.html

And now our anniversary.

Six years ago today, OpenOffice.org was launched as an open-source project.
Wikipedia [0] has an excellent timeline, and in the last OOoCon we presented on
the State of the Project [1], but the basic fact is that in the last six years
we have helped shape a new world. Tens of millions of people use OpenOffice.org
daily; governments have or are considering mandating it or its open-standard
file format, the OpenDocument format, or ODF; and all have saved hundreds of
millions of dollars and taken significant steps to ensuring that data is not
lost to proprietary technologies. No small accomplishment.

If you want to participate in this huge and peaceful movement for a better
world, join us, spread the word, help us and yourself out.

Build your world with OpenOffice.org.


-The OpenOffice.org Team


[0] http://en.wikipedia.org/wiki/OpenOffice.org
[1] http://www.openoffice.org/editorial/state_of_the_project_year_6.html




About OpenOffice.org

The OpenOffice.org Community is an international team of volunteer and
sponsored contributors who develop, support, and promote the leading
open-source office productivity suite, OpenOffice.org(R).

OpenOffice.org supports the Open Document Format for Office
Applications (OpenDocument) OASIS Standard (ISO/IEC 26300) as well as legacy
industry
file formats and is available on major computing platforms in over 65
languages. OpenOffice.org is provided under the GNU Lesser General
Public Licence (LGPL).

The OpenOffice.org Community acknowledges generous sponsorship from a
number of companies, including Sun Microsystems, the founding sponsor and
primary contributor.


Links

The OpenOffice.org Project can be found at http://www.openoffice.org
The OpenOffice.org office productivity suite may be downloaded free of
charge from http://download.openoffice.org
Further information about the suite may be found at
http://www.openoffice.org/product

Press Contacts

John McCreesh (UTC +01h00)
OpenOffice.org Marketing Project Lead
[EMAIL PROTECTED]
+44 (0)7 810 278 540

Cristian Driga (UTC +0200)
OpenOffice.org Marketing Project Co-Lead
[EMAIL PROTECTED]
+40 7887 000 60

Louis Suarez-Potts (UTC -04h00)
OpenOffice.org Community Manager
[EMAIL PROTECTED]
+1 (416) 625 3843

Worldwide Marketing Contacts

http://marketing.openoffice.org/contacts.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SOURCES: mysql.init - drop -p from banne

2006-10-10 Thread Paweł Gołaszewski
On Tue, 10 Oct 2006, Arkadiusz Miskiewicz wrote:
  Author: bluesDate: Tue Oct 10 18:28:56 2006 GMT
  Module: SOURCES   Tag: HEAD
   Log message:
  - drop -p from banne
 Does it work for you? Here starting from some mysql version when -p was 
 missed it was returning ,,access denied'' while when -p was specified 
 and you just hit enter (empty password) it worked correctly.

At least:
/usr/bin/mysqladmin -u mysql -S $MYSQL_SOCKET password 'password'
worked.

With -p mysql was asking for password...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [STBR] AC

2006-08-09 Thread Paweł Gołaszewski
On Thu, 10 Aug 2006, Adam Gołębiowski wrote:
 php4-eaccelerator.spec:AC-branch  (needs rebuilt)

php-eaccelerator.spec   (new version - works really better, with full php5 
support)

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [STBR] AC

2006-08-09 Thread Paweł Gołaszewski
On Thu, 10 Aug 2006, havner wrote:
   php4-eaccelerator.spec:AC-branch (needs rebuilt)
  php-eaccelerator.spec (new version - works really better, with full 
  php5 support)
 Sent, next time rebranch before requesting.

After 5h putting together the new bed you'll forget about such a tiny 
thing too :P

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [STBR] AC

2006-08-07 Thread Paweł Gołaszewski
On Mon, 7 Aug 2006, Radoslaw Zielinski wrote:
 855resolution.spec:AC-branch
 915resolution.spec:AC-branch
 
 Second one tested and working.  Both required to get X working properly 
 on these GPUs.

First one tested since a year :D And works. Every day :D

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: horde-imp requirements

2006-07-25 Thread Paweł Gołaszewski
On Thu, 20 Jul 2006, Elan Ruusamäe wrote:
  You can simply provide and require httpd(something) feature. It'll 
  solve every such problems...
 so how do you require webserver(something), if depending on webserver 
 you need different modules?
 
 for example:
 - apache config requires mod_env
 - lighttpd config requires mod_rewrite

Give a real example and we'll see what can be done :)

Sure, there can be some packages where separate subpackage will be the 
only way, but... I think that it would be really rare thing.

-- 
pozdr.  Paweł Gołaszewski jid:bluesatjabberdotgdadotpl 
-- 
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free.
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: pwdutils.spec - /etc/skel/tmp added - rel 3

2006-07-17 Thread Paweł Gołaszewski
On Mon, 17 Jul 2006, havner wrote:
 - /etc/skel/tmp added
[...]
 -install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,pwdutils,security,skel}
 +install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,pwdutils,security,skel/tmp}
[...]
 +%dir /etc/skel/tmp
[...]

filesystem.spec or some setup.spec?

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: pwdutils.spec - /etc/skel/tmp added - rel 3

2006-07-17 Thread Paweł Gołaszewski
On Mon, 17 Jul 2006, Jakub Bogusz wrote:
   - /etc/skel/tmp added
  [...]
   -install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,pwdutils,security,skel}
   +install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,pwdutils,security,skel/tmp}
  [...]
   +%dir /etc/skel/tmp
  [...]
  
  filesystem.spec or some setup.spec?
 skel is used by useradd only.

But we have shadow and pwdutils.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: vsftpd.spec - /etc/ftpd should be owned

2006-07-15 Thread Paweł Gołaszewski
On Fri, 14 Jul 2006, adamg wrote:
 Author: adamgDate: Fri Jul 14 21:56:08 2006 GMT
 Module: SPECS Tag: HEAD
  Log message:
 - /etc/ftpd should be owned
[...]
vsftpd.spec (1.50 - 1.51) 
[...]

no - it should go to some filesystem.spec...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


rpm macros problem?

2006-06-26 Thread Paweł Gołaszewski

I saw small problem with rpm macros (patch macro)
[...]
+ /bin/gzip -dc 
/home/users/blues/rpm/SOURCES/reiser4-for-2.6.17-rc4-mm1-2.patch.gz
gzip: /home/users/blues/rpm/SOURCES/reiser4-for-2.6.17-rc4-mm1-2.patch.gz: No 
such file or directory
+ /usr/bin/patch -s -p1
[...]

It should be fatal error and compilation shoulden't be continued. It is 
now...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: PLD is not for non-Poles

2006-06-26 Thread Paweł Gołaszewski
On Mon, 26 Jun 2006, Dirk Ullrich wrote:
 I'm a longstanding Debian user, but I thought it would be a good idea to 
 broaden my Linux knowledge a bit. Thus I was looking for an RPM-based 
 Linux distribution and and came across PLD. In my opinion PLD is by far 
 the most interesting RPM-based distribution.

It's nice to hear that :D

 But there is a big grain of salt for somebody like me not being able to 
 understand Polish: It seems the nearly all interesting communication is 
 done in Polish.

It's not true.

But - since most developers are from Poland and every human is lazy - we 
are sometimes talking on polish list.
Some of us are not good in english (me too :) ).

 That's a pitty since this fact prevents me from becoming an active 
 member of the PLD community.

Say what you want to say in english. Most of us are using english list and
you shouldn't care of rest of people :)

 Although you state at PLD's main web page that the P in PLD does not 
 stand in for Polish or something alike it should to properly 
 characterize PLD.

Long time ago we have decided that it's PLD Linux Distribution.

 Of course I would much prefer to see PLD switching to a 'truly 
 internationalized' development (and user) model. But I'm afraid that 
 this would not happen soon.

We have few foreign developers (USA, estonian...). 
i.e.: glen is doing a lot of things.

 It's a great pity since I have now to look for another, less interesting 
 RPM-based distribution.

You don't have ;) You wan't to. ;P

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: apache1.spec - use relative symlinks

2006-06-21 Thread Paweł Gołaszewski
On Wed, 21 Jun 2006, Jakub Bogusz wrote:
  Author: glen Date: Wed Jun 21 12:19:47 2006 GMT
  Module: SPECS Tag: HEAD
   Log message:
  - use relative symlinks
 
   mv $RPM_BUILD_ROOT%{_sysconfdir}/modules/* $RPM_BUILD_ROOT%{_libexecdir}
   rm -rf $RPM_BUILD_ROOT%{_sysconfdir}/modules
  -ln -s %{_libexecdir} $RPM_BUILD_ROOT%{_sysconfdir}/modules
  -ln -s /var/log/apache $RPM_BUILD_ROOT%{_sysconfdir}/logs
  +ln -s ../..%{_libexecdir} $RPM_BUILD_ROOT%{_sysconfdir}/modules
  +ln -s ../../var/log/apache $RPM_BUILD_ROOT%{_sysconfdir}/logs
 
 Symlinks across / used to be absolute.
 Other distros (e.g. Debian) have similar policy.

But...
when you're trying to use vservers or some chroots it's better to have 
them relative. These links are pointing correct place, not host-systems.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: horde-imp requirements

2006-06-21 Thread Paweł Gołaszewski
On Wed, 21 Jun 2006, Elan Ruusamäe wrote:
   It seems to me that horde-imp requires mod_authz_host.
  And apache-mod_dir+apache-mod_alias. Ok, I suppose that horde can also 
  be used with other http servers but those packages were clearly 
  missing after trying to install horde-imp/apache with poldek. Lack of 
  the first one caused apache to complain about unknown directives in 
  config file, lack of the other 2 made it impossible to properly run 
  horde.
 the problem is that 'Allow from all' directive is provided by:
 - mod_auth for apache 1.3 and apache 2.0
 - mod_authz_host by apache 2.2
 (- mod_access by lighttpd)
 
 and there's no clear way how to require such multiple matched 'virtual' 
 without breaking webserver independency.

Why?
There is easy way for that.

You can simply provide and require httpd(something) feature. It'll solve 
every such problems...

Only problem would be poldek-lotto, but choice_equivalents_manually should 
be turn on by default, IMO.

 in other cases you could add there apache(mod_dir) and 
 apache(mod_alias), which would be provided by apache1-mod_dir or 
 apache-mod_dir, that would preserve independency with apache 1.3 vs 
 apache 2.0 apache2.2, but break for example lighttpd ;) ideas welcome 
 how to solve especially the first case, if any!

lighttpd provides mod_dir-like functionality - I don't see any problems in 
such provides/requires.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: ppcrcd/trunk/base.pkgs

2006-06-17 Thread Paweł Gołaszewski
On Fri, 16 Jun 2006, Paweł Gołaszewski wrote:
  i think somebody (me points to blues) should fix the CAN patches, not 
  to use bash specific code in gzip/bzip2 instead :)
 Sorry, not now. Maybe tomorrow... :(

I see that it's fixed now :)

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: ppcrcd/trunk/base.pkgs

2006-06-16 Thread Paweł Gołaszewski
On Thu, 15 Jun 2006, Elan Ruusamäe wrote:
 i think somebody (me points to blues) should fix the CAN patches, not to 
 use bash specific code in gzip/bzip2 instead :)

Sorry, not now. Maybe tomorrow... :(

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: template.spec - cleanup backups

2006-05-30 Thread Paweł Gołaszewski
On Tue, 30 May 2006, glen wrote:
[..]
 - cleanup backups
[...]
 +# you'll need this if you cp -a complete dir in source
 +# cleanup backups after patching
 +find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f

Maybe it should be made in every spec? some default rpm-macro?
These files (some *.bak, *~ an many more) are not needed almoust always.

P.S.: sure, it should be detachable :)

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: rpm.spec - R: rc-scripts (/etc/sysconfig) - rel 1.4

2006-05-24 Thread Paweł Gołaszewski
On Wed, 24 May 2006, Bartosz Taudul wrote:
  that's a bad dep. /etc/sysconfig is processed anyway as root from 
  %post scripts as well we don't require pkgconfig in packages providing 
  .pc files.
 Yes, it's a bad dependency, but without it there are problems with 
 upgrading rpm on builders:
 
 error: Failed dependencies:
 /etc/sysconfig is needed by rpm-base-4.4.6-1.2.i686

Some system-dirs package should be made for that purpose.

-- 
pozdr.  Paweł Gołaszewski jid:bluesatjabberdotgdadotpl 
-- 
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free.
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: rpm.spec - R: rc-scripts (/etc/sysconfig) - rel 1.4

2006-05-24 Thread Paweł Gołaszewski
On Wed, 24 May 2006, Elan Ruusamäe wrote:
that's a bad dep. /etc/sysconfig is processed anyway as root from 
%post scripts as well we don't require pkgconfig in packages 
providing .pc files.
   Yes, it's a bad dependency, but without it there are problems with 
   upgrading rpm on builders: error: Failed dependencies: 
   /etc/sysconfig is needed by rpm-base-4.4.6-1.2.i686
  Some system-dirs package should be made for that purpose.
 we have it. it's called FHS (or setup)

none of them is a good choice.

These directories aren't from FHS.
And setup has a bit different destination.

No, new separate package would be the best solution.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: rpm.spec - R: rc-scripts (/etc/sysconfig) - rel 1.4

2006-05-24 Thread Paweł Gołaszewski
On Wed, 24 May 2006, Jakub Bogusz wrote:
 - split FHS into FHS and filesystem with R: FHS

IMO it's the best solution.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: rpm.spec - R: rc-scripts (/etc/sysconfig) - rel 1.4

2006-05-24 Thread Paweł Gołaszewski
On Wed, 24 May 2006, Paweł Sikora wrote:
   - split FHS into FHS and filesystem with R: FHS
  IMO it's the best solution.
 FHS.spec - Obsoletes: filesystem ;-)

Well, small history-loop ;)

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: BadMatch Gdk errors

2006-05-21 Thread Paweł Gołaszewski
On Sun, 21 May 2006, Adam Gołębiowski wrote:
 - seamonkey (with mplayerplug-in, macromedia-flash, java and djvulibre 
   plugins):
 The program 'Gecko' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadMatch (invalid parameter attributes)'.
   (Details: serial 84 error_code 8 request_code 147 minor_code 3)
 
 When it comes to seamonkey, the problem occurs only when 
 macromedia-flash plugin is enabled. Google doesn't say much about this. 
 Any clues?

none.
I have all of these plugins and seamonkey works fine.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: xulrunner.spec (NEW) - started packaging xulrunner, spec ba...

2006-05-16 Thread Paweł Gołaszewski
On Tue, 16 May 2006, Marcin Król wrote:
  mozilla.spec
  mozilla-firefox.spec
  mozilla-thunderbird.spec
  
  so it should be called mozilla-xulrunner.spec, imho
 On www.mozilla.org pages projects are referred as:
 
 Mozilla Firefox Project
 Mozilla Thunderbird Project
 The SeaMonkey Project
 XULRunner
 
 So IMO it should be xulrunner.spec.

...and source is called xulrunner.

After all - we don't call nss and nspr as mozilla-nss and mozilla-nspr.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: python-django.spec - we don't insert .py files into package...

2006-05-15 Thread Paweł Gołaszewski
On Mon, 15 May 2006, Arkadiusz Miskiewicz wrote:
  Author: trollDate: Mon May 15 10:05:48 2006 GMT
  Module: SPECS Tag: HEAD
   Log message:
  - we don't insert .py files into packages
 We shoudln't avoid them in Th. I so often need to check py sources that 
 it's a nightmare when not having them.

put them into separate package.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [Ac] Mozilla removal?

2006-05-13 Thread Paweł Gołaszewski
On Sat, 13 May 2006, Marcin Król wrote:
  I'm using mozilla and firefox isn't what I like. Maybe seamonkey can 
  replace it but if you're talking about switch - show it first :)
 SeaMonkey is now in ready.

Works fine.

IMO mozilla is dead :)

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


p7zip in AC

2006-05-10 Thread Paweł Gołaszewski

It's broken - it looks for his files in wrong place:
[...]
open(/usr/bin//usr/lib/p7zip, O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 
-1 ENOENT (No such file or directory)
open(/usr/bin//usr/lib/p7zip/Formats, 
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or 
directory)
[...]

# rpm -q p7zip
p7zip-4.29-1

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: p7zip in AC

2006-05-10 Thread Paweł Gołaszewski
On Wed, 10 May 2006, Andrzej Krzysztofowicz wrote:
  It's broken - it looks for his files in wrong place:
  [...]
  open(/usr/bin//usr/lib/p7zip, 
  O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or 
  directory)
  open(/usr/bin//usr/lib/p7zip/Formats, 
  O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or 
  directory)
  [...]
  
  # rpm -q p7zip
  p7zip-4.29-1
 ... i dodatkowo jakis psuj ustawil AC-brancza na wersje wymagajaca 
 gcc-4. Niech sie przyzna i/lub poprawi.

I didn't had time to make full commit.
Working on it.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: p7zip in AC

2006-05-10 Thread Paweł Gołaszewski
On Wed, 10 May 2006, wrobell wrote:
   It's broken - it looks for his files in wrong place:
   [...]
   open(/usr/bin//usr/lib/p7zip, 
   O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or 
   directory)
   open(/usr/bin//usr/lib/p7zip/Formats, 
   O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or 
   directory)
   [...]
   
   # rpm -q p7zip
   p7zip-4.29-1
  Mozesz podac architekture i testcase ?
 please, this is english list.

[...]
$ rpm -q p7zip --queryformat '%{NAME}-%{EPOCH}:%{VERSION}-%{RELEASE} %{ARCH}\n'
p7zip-0:4.39-1 i686

[...]
$ /usr/bin/7z a ~/archiwum/plik-arch.7z ~/Mail/plik

7-Zip 4.39 beta  Copyright (c) 1999-2006 Igor Pavlov  2006-04-13
p7zip Version 4.39 (locale=pl_PL,Utf16=on,HugeFiles=on,4 CPUs)


Error:
There are no installed archive handlers
[...]

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: p7zip in AC

2006-05-10 Thread Paweł Gołaszewski
On Wed, 10 May 2006, Andrzej Krzysztofowicz wrote:
# rpm -q p7zip
p7zip-4.29-1
   ... i dodatkowo jakis psuj ustawil AC-brancza na wersje wymagajaca 
   gcc-4. Niech sie przyzna i/lub poprawi.
  I didn't had time to make full commit.
  Working on it.
   ^^^

 I moved branch to a version that builds on Ac. If you finish your 
 changes to a newer version, please move it again.

gggr...
I wrote that I'm working on it. I was wondering why I have krzaki

Now it's building ok. But still doesn't work (the same problem).

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: [Ac] Mozilla removal?

2006-05-09 Thread Paweł Gołaszewski
On Tue, 9 May 2006, Marcin Król wrote:
 Since Mozilla Suite got an EOL I'm thinking about removing it from Ac.

NOOO!!

 Why? Any potential security issues or bugs that could be found in near 
 or far future will not be fixed. So some day we may end with outdated, 
 buggy, insecure package which can't be updated/patched/fixed. It could 
 be even tomorrow. Below I've listed few questions/problems:
 
 1. Many apps require mozilla-devel at build stage. Should we build these 
against seamonkey-devel or mozilla-firefox-devel?

 2. Depending on answer for 1st question - anyone knows about 
build/compile time problems when building against seamonkey/firefox?  
Which apps are known to be working and which are not?
 
 3. If mozilla will be removed, should seamonkey packages provide 
mozilla-libs, mozilla-devel etc? Note: it should if we will choose 
building against seamonkey.

poldek:/all-avail ls *seamonkey*
błąd: *seamonkey*: no such package or directory
poldek:/all-avail

I don't see it in AC, yet...

 4. Does anyone see any other problem(s) with removing mozilla? (I'm sure 
I've forgot most important ones :))
 
 IMO we should build all possible apps against firefox. Its default 
 mozilla.org browser while seamonkey is AFAIR made by Mozilla Suite fans 
 for Mozilla Suite fans. Because of this seamonkey may become, hm... 
 incompatible with apps that require mozilla-devel. Also apps authors may 
 not support seamonkey.

I don't see seamonkey in AC...

 So I see it this way:
 
 1. Build everything mozilla related with mozilla-firefox, adjust all 
required specs (this is huge work, any volunteers?)
 2. Remove mozilla from Ac
 3. Put seamonkey in Ac to make all Mozilla Suite fans happy, but don't 
build any mozilla related apps against it

If seamonkey will appear in AC we can talk about that.
I'm using mozilla and firefox isn't what I like. Maybe seamonkey can 
replace it but if you're talking about switch - show it first :)

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: php-pecl-PDO

2006-05-03 Thread Paweł Gołaszewski
On Wed, 3 May 2006, Andrzej Krzysztofowicz wrote:
  There is problem with php-pecl-PDO deps. These are generated while 
  building. Nice. But as API version is used simply date... Current 
  date.
  
  In AC is broken  PDO and PDO_MYSQL:
  PHP Fatal error:  PDO: driver mysql requires PDO API version 20051128; this 
  is PDO version 20050227 in Unknown on line 0
  
  It should be rebuild in AC in the same day. And some solution should 
  be made. I don't know, maybe some vitual deps?
 Marge them into one spec ?

not needed now - glen has solved the problem. I think it's good solution.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


php-pecl-PDO

2006-05-02 Thread Paweł Gołaszewski

There is problem with php-pecl-PDO deps. These are generated while 
building. Nice. But as API version is used simply date... Current date.

In AC is broken  PDO and PDO_MYSQL:
PHP Fatal error:  PDO: driver mysql requires PDO API version 20051128; this is 
PDO version 20050227 in Unknown on line 0

It should be rebuild in AC in the same day. And some solution should be 
made. I don't know, maybe some vitual deps?

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SOURCES: pld-logo.svg (NEW) - restored (?)

2006-03-03 Thread Paweł Gołaszewski
On Fri, 3 Mar 2006, Tomasz Pala wrote:
  I don't see any reason for keeping it in distfiles
 I don't see any reason for keeping it in CVS.

svg icon is text file.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SOURCES: logrotate.conf - /var/log/archiv - /var/log/archive

2005-12-30 Thread Paweł Gołaszewski
On Fri, 30 Dec 2005, Elan Ruusamäe wrote:
  Mountmoint?
 attached diff and spec should handle common cases of /var/log/archiv and 
 making use any of them (new and old) identical.

What is the point to make mount --move without updating fstab? Remember 
that after reboot you won't have that mount...

Besides - I don't know if it's good idea to make some mount-plays in 
triggers/pre/post... It's quite dangerous I think...

Let's move this rename to Th.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SOURCES: logrotate.conf - /var/log/archiv - /var/log/archive

2005-12-30 Thread Paweł Gołaszewski
On Fri, 30 Dec 2005, Elan Ruusamäe wrote:
Mountmoint?
   attached diff and spec should handle common cases of /var/log/archiv 
   and making use any of them (new and old) identical.
  What is the point to make mount --move without updating fstab? 
  Remember that after reboot you won't have that mount...
 mount works over symlinks too:
[...]
 # mount|grep archiv
 /home/__archive on /var/log/archive type none (rw,bind)

It's not the point.
you're making manual mount which will be missing after reboot. You have it 
in your fstab.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SOURCES: logrotate.conf - /var/log/archiv - /var/log/archive

2005-12-28 Thread Paweł Gołaszewski
On Wed, 28 Dec 2005, Elan Ruusamäe wrote:
   Author: glen Date: Wed Dec 28 13:15:13 2005 GMT
   Module: SOURCES   Tag: HEAD
    Log message:
   - /var/log/archiv - /var/log/archive
  why??? It breaks a lot of things and gives nothing...
 read .spec diff. breaks nothing.

I know what is in diff...

Remember that this setting is in PLD since _years_ and it is connected 
with few things you can't handle with trigger. i.e.: mountpoint of 
/var/log/archiv and entries in configs.

And it gives _nothing_ except unklockishing...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: logrotate maillog

2005-11-06 Thread Paweł Gołaszewski
On Sun, 6 Nov 2005, Jacek Konieczny wrote:
   in /etc/logrotate.d/syslog-ng, but after every rotation maillog is 
   600 root:root. Any ideas why?
  maybe new log is created by syslog-ng, not logrotate?
 Yes, it is. And syslog-ng should also be configured to set right 
 permissions.

BTW - using syslog-ng there can be logrotate really removed. He takes care 
of rotation. I don't know if he removes old logs, but not everyone wants 
this.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: nuvexport.spec - update URL

2005-11-05 Thread Paweł Gołaszewski
On Sat, 5 Nov 2005, Andrzej Krzysztofowicz wrote:
  -URL:   http://forevermore.net/files/nuvexport/
  +URL:   https://svn.forevermore.net/nuvexport/
 Do I correctly remember that distfiles does not support https ?

...but it's only URL, not source...

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: smokeping

2005-10-30 Thread Paweł Gołaszewski
On Mon, 31 Oct 2005, Tomasz Pala wrote:
   Revision 1.26  2005/10/26 13:56:02  blues
   - started 2.0.x series - this is needed for current rrdtool
   
   It's not. 1.43 I've upgraded to works as well.
  It is.
 It's not;)
  Try to run smokeping command having rrdtool 1.2
 I've got two running.
  I don't remember exactly but it was written that rrdtool is not 
  supported and if I want to use rrdtool-1.2.x you have to use 2.x 
  series.
 2005/5/31 -- 1.42
 
 * make it work with the --statis option and PROBE_CONF -- Niko
 * make it work with rrdtool 1.2.x (technically) ! -- Niko
 
  It was impossible to even start daemon.
 You are talking about =1.41 (the point of forking 2.0).

In this point you might be right :)
I've installed from ftp and after that I've made changes.

OTOH - what is the point to keep smokeping 1.x ?

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: i686 poldek pndir indexes

2005-10-19 Thread Paweł Gołaszewski
On Tue, 18 Oct 2005, Tomasz Pala wrote:
 error: http://ftp.pld-linux.org/dists/ac/[...]/packages.ndir.gz: broken file
 warn: http://ftp.pld-linux.org/dists/ac/PLD/i686/PLD/RPMS/: load failed, 
 skipped
 
 error: http://ftp.pld-linux.org/dists/ac/ready/i686/packages.ndir.gz: broken 
 file
 warn: http://ftp.pld-linux.org/dists/ac/ready/i686/: load failed, skipped

too old poldek?

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: glibc.spec - prevent: # rpm -qf /usr/include/gnu file /usr/...

2005-10-02 Thread Paweł Gołaszewski
On Sun, 2 Oct 2005, Paweł Sakowski wrote:
  -%{_includedir}/gnu
  +%dir %{_includedir}/gnu
  +%{_includedir}/gnu/*.h
[...]
   $Log$
  +Revision 1.604  2005/10/02 18:46:16  blues
  +- prevent:
  +# rpm -qf /usr/include/gnu
  +file /usr/include/gnu is not owned by any package
 ?? How does that prevent anything? Both variants include
 %{_includedir}/gnu in the file list.

# rpm -q glibc-devel
glibc-devel-2.3.5-6
# rpm -qf /usr/include/gnu
file /usr/include/gnu is not owned by any package
#

As you see - it should but it does not.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: SPECS: glibc.spec - prevent: # rpm -qf /usr/include/gnu file /usr/...

2005-10-02 Thread Paweł Gołaszewski
On Sun, 2 Oct 2005, Elan Ruusamäe wrote:
   ?? How does that prevent anything? Both variants include
   %{_includedir}/gnu in the file list.
  # rpm -q glibc-devel
  glibc-devel-2.3.5-6
  # rpm -qf /usr/include/gnu
  file /usr/include/gnu is not owned by any package
  #
 
  As you see - it should but it does not.
 maybe the commit was done on wrong branch, because there was nothing 
 wrong on one on HEAD (outcome of before and after are same), AC-branch 
 is still broken.

good point.
tnx, fixed.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

2005-09-06 Thread Paweł Gołaszewski
On Tue, 6 Sep 2005, wrobell wrote:
  Author: djurban  Date: Tue Sep  6 16:24:57 2005 GMT
  Module: SOURCES   Tag: HEAD
   Log message:
  - from ghostscript.spec's HEAD
  - lost the logs, but i dont have time to mail the commands for all 
those files to cvs admins
 [...]
 
 let's start new war...
 
 what about moving repo to svn?

no.

If you really want to move - find something that gives _real_ advantages.

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: error: syslog-ng:68 duplicate log entry for /var/log/xferlog

2005-08-10 Thread Paweł Gołaszewski
On Mon, 1 Aug 2005, Elan [iso-8859-13] Ruusamäe wrote:
   how this got resolved? because i seem to have same conflict between 
   syslog and proftpd.
  
   # grep xferlog /etc/logrotate.d/*
   /etc/logrotate.d/ftpd:/var/log/xferlog {
   /etc/logrotate.d/syslog:/var/log/xferlog {
   # rpm -qf ftpd syslog
   proftpd-common-1.2.10-5
   syslog-1.4.1-13.2
  Should be removed from proftpd, IMO. xferlog i a common thing.
 although the question remains, who writes the log? syslog? or proftpd? 
 if it's syslogd, then yes, rotation should be in syslog package but if 
 it's proftpd writing it directly, then it should be in proftpd package. 
 but in latter case i believe proftpd should be reconfigured to use 
 differeng logfile.

IMO - every daemon should write to syslog.
You can then separate logs into files you want. And send to remote 
syslog...

-- 
pozdr.  Paweł Gołaszewski jid:bluesatjabberdotgdadotpl 
-- 
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby 
Pro-Logic Surround Sound with Bass Boost and all the music is free.
___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en


Re: error: syslog-ng:68 duplicate log entry for /var/log/xferlog

2005-08-01 Thread Paweł Gołaszewski
On Mon, 1 Aug 2005, Elan Ruusamäe wrote:
 how this got resolved? because i seem to have same conflict between syslog 
 and 
 proftpd.
 
 # grep xferlog /etc/logrotate.d/*
 /etc/logrotate.d/ftpd:/var/log/xferlog {
 /etc/logrotate.d/syslog:/var/log/xferlog {
 # rpm -qf ftpd syslog
 proftpd-common-1.2.10-5
 syslog-1.4.1-13.2

Should be removed from proftpd, IMO.
xferlog i a common thing.

  Has appeared after:
 
  SOURCES/syslog-ng.logrotate
 
  1.9 Sun Nov 7 13:57:37 2004 by blues
  - added xferlog
 
  Please take a look at /etc/logrotate.d/ftpd from proftpd-common 
  (SOURCES/proftpd.logrotate) and remove one of these two (I suppose 
  you've got some reason in adding it to syslog itself).
 

-- 
pozdr.  Paweł Gołaszewski  jid:bluesatjabberdotgdadotpl
--
If you think of MS-DOS as mono, and Windows as stereo, then Linux is Dolby
Pro-Logic Surround Sound with Bass Boost and all the music is free.___
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en