[opensuse-factory] xen in factory release

2007-03-21 Thread phcolaris
hi,

just some feedback on xen in the factory release, I hope this help to
anyone who looks after the xen implementation in opensuse.
rg
phil

- the xen kernel didn't create correct entry in /boot/grub/menu.lst,
didn't identify my root settings and didn't add what I've got in the
other boots

- I'm using console, so I add console=tty0 console=ttyS0,57600 in the
menu.lst
however, the output on console is just 
��������������������������������������������
��������������������������������������������
��������������������������������������������
��������������������������������������������
��������������������������������������������
��������������������������������������������
��������������������������������������������


- couldn't use the cpus =  option, there is a bug if I'm right

# HG changeset patch
# User Ewan Mellor [EMAIL PROTECTED]
# Date 1169721257 0
# Node ID 82c306ad212e3714cf9292611a0ddb8de7a3b5dc
# Parent  32f7d3200a995c5ae9b0819c63d51c51e2febe73
Have the sxp parsing cope when the cpus field is a list, which can
happen
after a reboot.

From Daniele Palumbo [EMAIL PROTECTED].

Signed-off-by: Ewan Mellor [EMAIL PROTECTED]

diff -r 32f7d3200a99 -r 82c306ad212e tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py   Thu Jan 25 10:29:33 2007
+
+++ b/tools/python/xen/xend/XendConfig.py   Thu Jan 25 10:34:17 2007
+
@@ -572,7 +572,7 @@ class XendConfig(dict):
 # 0-3,^1   - [0,2,3]
 # 0-3,^1,1 - [0,1,2,3]
 try:
-if 'cpus' in cfg:
+if 'cpus' in cfg and type(cfg['cpus']) != list:
 cpus = []
 for c in cfg['cpus'].split(','):
 if c.find('-') != -1:



___ 
Try the all-new Yahoo! Mail. The New Version is radically easier to use – The 
Wall Street Journal 
http://uk.docs.yahoo.com/nowyoucan.html
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] brp scripts in autobuild

2007-03-21 Thread Cristian Rodriguez R.
[EMAIL PROTECTED] escribió:

 
 Other interesting scripts seem to be applied after the build:
 
 ... checking for files with abuild user/group
 ... testing for empty debuginfo packages
 ... testing for serious compiler warnings
 ... checking filelist
 ... testing for suid/sgid and world writable files
 ... comparing permissions with standard set (/etc/permissions{,.secure})
 ... testing for pre/postinstall scripts that break patchrpms
 ... testing for modified permissions
 ... testing devel dependencies required by pkgconfig .pc files
 ... testing devel dependencies required by libtool .la files
 


Interesting ;) can someone plz add those scripts to build or rpm so we
can benefit too ? ;-)





signature.asc
Description: OpenPGP digital signature


[opensuse-factory] Dependency problem

2007-03-21 Thread Anders Norrbring
I don't know where to start looking.. I'm trying to use PHP 5.2.1 from 
the repositaries, but I run into some problems, look at this;


# rpm -qa | grep php5
php5-pear-net_url-1.0.14-11.1
php5-pear-http_request-1.4.0-4.1
php5-pear-db-1.7.6-42
php5-mhash-5.2.1-41.1
php5-curl-5.2.1-41.1
php5-ctype-5.2.1-41.1
php5-iconv-5.2.1-41.1
php5-dom-5.2.1-41.1
php5-soap-5.2.1-41.1
php5-devel-5.2.1-41.1
php5-xsl-5.2.1-41.1
php5-pear-auth_sasl-1.0.2-29
php5-5.2.1-41.1
php5-bz2-5.2.1-41.1
php5-json-5.2.1-41.1
...

Looks pretty good, right?  Then I'm trying to install the pecl memcache 
module, also from repositary;


Problems
Can't satisfy requirement php5 == 5.2.1 for php5-mhash-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-curl-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-ctype-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-iconv-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-dom-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-soap-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-devel-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-xsl-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-pdo-5.2.1-41.1.i586


Where should I start looking? Seems like php5 doesn't (somehow) report 
itself to be 5.2.1, although it shows 5.2.1 everywhere in yast.

--

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



Re: (SOLVED) [opensuse-factory] Dependency problem

2007-03-21 Thread Anders Norrbring

Anders Norrbring skrev:
I don't know where to start looking.. I'm trying to use PHP 5.2.1 from 
the repositaries, but I run into some problems, look at this;




I didn't see the obvious..
the memcache rpm was expecting php 5.2.0, so the installer tried to 
downgrade to the older php, and then the other dependencies failed.

I solved it by installing memcache manually via the pecl command.

Anders.




# rpm -qa | grep php5
php5-pear-net_url-1.0.14-11.1
php5-pear-http_request-1.4.0-4.1
php5-pear-db-1.7.6-42
php5-mhash-5.2.1-41.1
php5-curl-5.2.1-41.1
php5-ctype-5.2.1-41.1
php5-iconv-5.2.1-41.1
php5-dom-5.2.1-41.1
php5-soap-5.2.1-41.1
php5-devel-5.2.1-41.1
php5-xsl-5.2.1-41.1
php5-pear-auth_sasl-1.0.2-29
php5-5.2.1-41.1
php5-bz2-5.2.1-41.1
php5-json-5.2.1-41.1
...

Looks pretty good, right?  Then I'm trying to install the pecl memcache 
module, also from repositary;


Problems
Can't satisfy requirement php5 == 5.2.1 for php5-mhash-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-curl-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-ctype-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-iconv-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-dom-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-soap-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-devel-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-xsl-5.2.1-41.1.i586
Can't satisfy requirement php5 == 5.2.1 for php5-pdo-5.2.1-41.1.i586


Where should I start looking? Seems like php5 doesn't (somehow) report 
itself to be 5.2.1, although it shows 5.2.1 everywhere in yast.


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



[opensuse-factory] RFC: Tomorrows dist meeting

2007-03-21 Thread Andreas Jaeger

I have so far the the following topics for tomorrows meeting:

* Enabling more network services to be Network manager aware, e.g. ntp
  and autofs

* checkin policy for specific projects and how to track them
  Current example is postgresql.
  [I don't have details for this one yet]

* AppArmor: Move the profiles from the single package to the packages
  they belong to

* Faster booting?
  What can be done here?

* Shrink the basepackages

  With todays changes we seem to be able to do a self-contained
  build of base with just 72 source packages (spec files).  By heavily
  stripping the set of basepacks of course.  And we have side-by-side
  compiles against the openSUSE config to compare logfiles (no differences
  sofar).

Any comments for these already?

Andreas
-- 
 Andreas Jaeger, [EMAIL PROTECTED], http://www.suse.de/~aj/
  SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
   Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F  FED1 389A 563C C272 A126


pgpyct8jDxsGA.pgp
Description: PGP signature


Re: [opensuse-factory] RFC: Tomorrows dist meeting

2007-03-21 Thread M9.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



Andreas Jaeger schreef:
 I have so far the the following topics for tomorrows meeting:

 * Enabling more network services to be Network manager aware, e.g. ntp
   and autofs

Network should go up automaticly, after wake from suspend to disk, now
this has to be done manualy.

 * checkin policy for specific projects and how to track them
   Current example is postgresql.
   [I don't have details for this one yet]

 * AppArmor: Move the profiles from the single package to the packages
   they belong to

 * Faster booting?
   What can be done here?

Creation of a configfile, from the detection at installtime, in which
the HW is listed, and the order of connecting. (boot.ini?, conf, in
which services can be commented on or of..)
Perform a scan for new HW after the system is booted up.
Ad manual option to scan for new HW.
(monitor should be checked allways, autoconf with sax, finetune evt lateron)
Network up as early as possible, ingates closed (except dhcp) until cli
can be used.


 * Shrink the basepackages

   With todays changes we seem to be able to do a self-contained
   build of base with just 72 source packages (spec files).  By heavily
   stripping the set of basepacks of course.  And we have side-by-side
   compiles against the openSUSE config to compare logfiles (no differences
   sofar).

This sounds realy great! What will the size of the base be then?

 Any comments for these already?

Starts to look how it should be now.

 Andreas

- --


Have a nice day,

M9.   Now, is the only time that exists.



  OS:  Linux 2.6.18.2-34-default x86_64
  Huidige gebruiker:  [EMAIL PROTECTED]
  Systeem:  openSUSE 10.2 (X86-64)
  KDE:  3.5.5 release 45.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGAZBmX5/X5X6LpDgRAu1CAJ0c2eG48JOX+rSkBmjAeyaeifqvPACfcOm6
x4dsMAC03+dmTFi/L2Xo+ow=
=2Q/s
-END PGP SIGNATURE-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: (SOLVED) [opensuse-factory] Dependency problem

2007-03-21 Thread Cristian Rodriguez R.
Anders Norrbring escribió:
 Anders Norrbring skrev:
 I don't know where to start looking.. I'm trying to use PHP 5.2.1 from
 the repositaries,

from what repòsitories server:php in the buildservice ?


 the memcache rpm was expecting php 5.2.0, 

hehe. checks worked :) currenlty all extensions requires the same PHP
version for which they are compiled ( this include extensions dereived
form official PHP package as well those that are available in the
server:php:extensions repository)


 I solved it by installing memcache manually via the pecl command.

that one is called php5-pecl-memcache and is available in the
server:php:extensions project. just make sure you select the correct
repository ;P




signature.asc
Description: OpenPGP digital signature


Re: [opensuse-factory] RFC: Tomorrows dist meeting

2007-03-21 Thread Boyd Lynn Gerber
On Wed, 21 Mar 2007, Andreas Jaeger wrote:
 I have so far the the following topics for tomorrows meeting:

 * Enabling more network services to be Network manager aware, e.g. ntp
   and autofs

 * checkin policy for specific projects and how to track them
   Current example is postgresql.
   [I don't have details for this one yet]

 * AppArmor: Move the profiles from the single package to the packages
   they belong to

 * Faster booting?
   What can be done here?

I have to way for DHCP.  I do not use any DHCP.  I have 4 NIC's.  It is a
real PITA.  It takes forever for all NIC's to have do do a DHCP search
when there is not DHCP.  This should be a configuration option.

 * Shrink the basepackages

   With todays changes we seem to be able to do a self-contained
   build of base with just 72 source packages (spec files).  By heavily
   stripping the set of basepacks of course.  And we have side-by-side
   compiles against the openSUSE config to compare logfiles (no differences
   sofar).


--
Boyd Gerber [EMAIL PROTECTED]
ZENEZ   1042 East Fort Union #135, Midvale Utah  84047
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse-factory] RFC: Tomorrows dist meeting

2007-03-21 Thread Rajko M.
On Wednesday 21 March 2007 16:34, Boyd Lynn Gerber wrote:
 On Wed, 21 Mar 2007, Andreas Jaeger wrote:

  * Faster booting?
What can be done here?

 I have to way for DHCP.  I do not use any DHCP.  I have 4 NIC's.  It is a
 real PITA.  It takes forever for all NIC's to have do do a DHCP search
 when there is not DHCP.  This should be a configuration option.

I agree that it should be configurable choice. 

The DHCP is must for new users just as it is automatic hardware recognition. 
Once system is configured there must be a choice, to turn both off and on as 
required. To prevent problems if hardware was changed when computer was off 
(for any reason) there should be boot option to look for hardware changes.  

-- 
Regards, Rajko.
http://en.opensuse.org/Portal 
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]