[Kernel-packages] [Bug 2063983] Re: 24.04 Upgrade/Fresh Install results in black screen on reboot on AMDGPU system

2024-04-28 Thread Xavier MOGHRABI
I had the same issue while trying to upgrade to Kubuntu 24.04 or install
Kubuntu 24.04 from scratch. I get a black screen at startup.

My graphic card is also an AMD GPU : Radeon RX 7800 XT.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2063983

Title:
  24.04 Upgrade/Fresh Install results in black screen on reboot on
  AMDGPU system

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Config: Ryzen 5 5600X with Radeon 6800 XT GPU, a Navi21 card.

  Using xUbuntu.

  I had been daily driving the 24.04 nightly iso since March. About a
  week ago, I took a kernel update via apt and rebooted. The result was
  that the system would hard freeze to a black screen after the initial
  kernel messages cleared from the screen. Ctrl-Alt-Del did nothing,
  switching terminals (ctrl-alt-f#) did nothing, had to hard power off
  to regain control of the system.

  I tried various fixes, none of which permanently stuck. This includes
  nomodeset in grub, rebooting into safe mode, checking for proprietary
  drivers. Safe mode allowed me to reboot once more into desktop, but
  then any subsequent reboots would result in a black screen lockup.

  Suspending while able to use the desktop before reboot would cause a
  black screen lockup did not seem to cause any issues.

  3 days before 24.04 was officially released, I reflashed the most
  recent installer iso to my thumbdrive, copied my home folder to my
  RAID and did a full wipe and fresh install.

  First reboot after installation always went to the desktop. Subsequent
  reboots always resulted in a black screen lockup.

  Memtest cleared without errors.

  Again tried various fixes, nomodeset, safe mode, drivers. The only
  consistency was that regardless of what I could do to regain control
  or what I did differently when doing a wipe and reinstall, I would
  always reboot to a black screen.

  Once 24.04 was officially released, I again did a full wipe and
  reinstall and encountered all of the above same issues as before.

  After mentioning this in #ubuntu on libera, someone suggested a kernel
  downgrade.

  24.04 as installed was using 6.8.0-31.31

  Using Mainline, I downgraded to the next minor version below 6.8 that
  was considered stable. 6.7.10

  Problem went away. No more black screen on boot, no more hard power
  offs required to be able to use my system again, no suspend issues.
  Was not necessary for me to do anything else to maintain a consistent
  successful reboot to desktop.

  Did yet another full wipe and fresh install of 24.04, only installing
  Mainline upon first reboot to install 6.7.10, using Grub Customizer to
  edit the default grub option to boot the 6.7.10 kernel instead.

  No issues.

  I apologise that I did not collect logs during this process.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2063983/+subscriptions


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 2063983] Re: 24.04 Upgrade/Fresh Install results in black screen on reboot on AMDGPU system

2024-04-28 Thread Xavier MOGHRABI
I had the same issue while trying to upgrade to Kubuntu 24.04 or install
Kubuntu 24.04 from scratch. I get a black screen at startup.

My graphic card is also an AMD GPU : Radeon RX 7800 XT.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063983

Title:
  24.04 Upgrade/Fresh Install results in black screen on reboot on
  AMDGPU system

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2063983/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[jira] [Commented] (CXF-8025) wsdl2java using wrapper style cannot handle multiple levels of xsd:extension elements

2019-10-09 Thread Xavier MOGHRABI (Jira)


[ 
https://issues.apache.org/jira/browse/CXF-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16947698#comment-16947698
 ] 

Xavier MOGHRABI commented on CXF-8025:
--

[~coheigea], thank you for your reactivity.

I've successfully tested the CXF 3.4.0-SNAPSHOT. I couldn't test the version 
3.3.4 as there is no recent snapshot on the repo (cf 
[https://repository.apache.org/content/groups/snapshots/org/apache/cxf/cxf-codegen-plugin/3.3.4-SNAPSHOT/)]
 .

> wsdl2java using wrapper style cannot handle multiple levels of xsd:extension 
> elements
> -
>
> Key: CXF-8025
> URL: https://issues.apache.org/jira/browse/CXF-8025
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.3.1
>Reporter: James Poje
>Assignee: Colm O hEigeartaigh
>Priority: Minor
> Fix For: 3.4.0, 3.3.4
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> While converting a project from Metro to CXF 3.3.1, I ran into an issue where 
> wsdl2java (using wrapper style) was generating the port type interface 
> without errors but some method parameters were totally missing.
> Debugging found that some of our schema types use multiple levels of 
> xsd:extension and CXF seems to stop looking after one level (in 
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUtil::getWrappedElement).
> Example element similar to our original issue: the port type interface would 
> generate with the "id" parameter and without the "parentId" parameter (more 
> complex example in the PR test):
> {code:java}
> 
> 
>     
>     
>     
>      maxOccurs="1"/>
>     
>     
>     
> 
> 
>     
>     
>     
>      maxOccurs="1"/>
>     
>     
>     
> 
> {code}
>  
> This schema structure appears valid (please correct me if this is wrong) and 
> has been in use with Metro for some time, so I think this just needs a small 
> fix.  There is a proposed patch+test PR available - it simply adds multilevel 
> traversal to the original work supporting xsd:extension elements in CXF-2193.
> Please let me know if I can clarify or add any other info.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (CXF-8025) wsdl2java using wrapper style cannot handle multiple levels of xsd:extension elements

2019-10-08 Thread Xavier MOGHRABI (Jira)


[ 
https://issues.apache.org/jira/browse/CXF-8025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16946779#comment-16946779
 ] 

Xavier MOGHRABI commented on CXF-8025:
--

I encounter this problem when trying to migrate from JAXWS-RI to CXF.
I cannot modify the WSDL as it is provided by an external partner.
Any fix would be welcomed.

> wsdl2java using wrapper style cannot handle multiple levels of xsd:extension 
> elements
> -
>
> Key: CXF-8025
> URL: https://issues.apache.org/jira/browse/CXF-8025
> Project: CXF
>  Issue Type: Bug
>  Components: Tooling
>Affects Versions: 3.3.1
>Reporter: James Poje
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> While converting a project from Metro to CXF 3.3.1, I ran into an issue where 
> wsdl2java (using wrapper style) was generating the port type interface 
> without errors but some method parameters were totally missing.
> Debugging found that some of our schema types use multiple levels of 
> xsd:extension and CXF seems to stop looking after one level (in 
> org.apache.cxf.tools.wsdlto.frontend.jaxws.processor.internal.ProcessorUtil::getWrappedElement).
> Example element similar to our original issue: the port type interface would 
> generate with the "id" parameter and without the "parentId" parameter (more 
> complex example in the PR test):
> {code:java}
> 
> 
>     
>     
>     
>      maxOccurs="1"/>
>     
>     
>     
> 
> 
>     
>     
>     
>      maxOccurs="1"/>
>     
>     
>     
> 
> {code}
>  
> This schema structure appears valid (please correct me if this is wrong) and 
> has been in use with Metro for some time, so I think this just needs a small 
> fix.  There is a proposed patch+test PR available - it simply adds multilevel 
> traversal to the original work supporting xsd:extension elements in CXF-2193.
> Please let me know if I can clarify or add any other info.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[Bug 317635] Re: openoffice.org-kde freezes OpenOffice 3 during PDF export

2009-01-22 Thread Xavier MOGHRABI
You got it !

When I check this option, I can now export my documents in PDF.

Thanks a lot.

Xavier MOGHRABI

-- 
openoffice.org-kde freezes OpenOffice 3 during PDF export
https://bugs.launchpad.net/bugs/317635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 317635] [NEW] openoffice.org-kde freezes OpenOffice 3 during PDF export

2009-01-15 Thread Xavier MOGHRABI
Public bug reported:

Hi,

I've upgraded to the latest Openoffice3 version for intrepid (from this
source: deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid
main)

The version used is :
ii  openoffice.org1:3.0.1~rc1-2ubuntu2~intrepid1
ii  openoffice.org-kde1:3.0.1~rc1-2ubuntu2~intrepid1

OpenOffice keeps crashing when I try to export a document to a PDF. This
happens whatever it is a presentation or a text report.

However that functionality works again if I remove the openoffice.org-
kde package.

I'm using Kubuntu 8.10 with KDE 4.1.3 for AMD 64 bits system.

Xavier

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

-- 
openoffice.org-kde freezes OpenOffice 3 during PDF export
https://bugs.launchpad.net/bugs/317635
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 306908] Re: [ppa] openoffice.org-kde broken - latest openoffice.org-kde causes crash

2009-01-11 Thread Xavier MOGHRABI
I can also confirm that this bug happens on the Kubuntu 8.10 64 bits
with kde 4.1.3 on my PC with the latest openoffice.org packages
(1:3.0.1~rc1-2ubuntu1~intrepid1).

Removing the openoffice.org-kde package solves the problem but the
display is not using kde layout.

-- 
[ppa] openoffice.org-kde broken - latest openoffice.org-kde causes crash
https://bugs.launchpad.net/bugs/306908
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 306908] Re: [ppa] openoffice.org-kde broken - latest openoffice.org-kde causes crash

2009-01-11 Thread Xavier MOGHRABI
I can also confirm that this bug happens on the Kubuntu 8.10 64 bits
with kde 4.1.3 on my PC with the latest openoffice.org packages
(1:3.0.1~rc1-2ubuntu1~intrepid1).

Removing the openoffice.org-kde package solves the problem but the
display is not using kde layout.

-- 
[ppa] openoffice.org-kde broken - latest openoffice.org-kde causes crash
https://bugs.launchpad.net/bugs/306908
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[gentoo-user] Can't start Coccinella-0.95-10

2006-12-14 Thread Xavier MOGHRABI
Hi

I've recently installed Coccinella using the Gentoo package (marked with ~x86 
keyword).

However I can't make it start since when I launch /opt/coccinella/coccinella

I get the following error message:
X Error of failed request:  BadMatch (invalid parameter attributes)
  Major opcode of failed request:  70 (X_PolyFillRectangle)
  Serial number of failed request:  1092
  Current serial number in output stream:  1107


Any idea ?

Regards

-- 
Xavier MOGHRABI
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Login authentication based on openLDAP: cannot find name...

2006-12-05 Thread Xavier MOGHRABI
Dear All,

I've configured my login authentification using openLDAP following the 
tutorial: http://www.gentoo.org/doc/en/ldap-howto.xml

I've created a test user in my LDAP directory.

When I test the existence of the user with root, I get :
# id test
uid=2000(test ) gid=2000(LdapUsers) groups=2000(LdapUsers)

It looks to work fine !

However when I login using it seems I have a configuration problem to access 
the names :
# su - test
id: cannot find name for user ID 2000
id: cannot find name for group ID 2000
id: cannot find name for user ID 2000
[I have no [EMAIL PROTECTED] ~]$

I get the same behaviour if I login directly.

Firstly, I've suspected that the problem comes from the LDAP access rights but 
I try with those access rights for testing:
access to *
  by * write

Does it ring a bell to someone ?

Regards

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Jabber: [EMAIL PROTECTED]
Phone: +33 4 76 61 52 35
-- 
gentoo-user@gentoo.org mailing list



Re: debian sarge 3.1 et dell pe 2900

2006-11-10 Thread Xavier MOGHRABI
Bonjour

J'ai essayé Debian 3.1 64 bits sur un PE 2900 et effectivement, il ne 
reconnait pas le controleur RAID PERC 5/i et la carte réseau Broadcom 
intégrée.

Mais la version instable le fait. Cela vient de la version du noyau car il 
nécessite les modules megaraid_sas et bnx2.

Cordialement

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Jabber: [EMAIL PROTECTED]
Phone: +33 4 76 61 52 35


Le vendredi 10 novembre 2006 14:10, stef120 a écrit :
 Bonjour
 Je souhaite remplacer un serveur controleur de domaine (samba edu 3) et
 l'installer sur un Dell Power Edge 2900.
 La version Debian est une sarge 3.1.
 Je m'interoge sur la compatibilité de deux composants:

 1) carte Raid5 PERC 5/i
 2) carte réseau Broadcom 2Port TCP/IP Offload Engine

 Puis je installer ces deux composants sous la debian sarge 3.1?
 Merci



[AMaViS-user] How to use Spam exclusion file with amavisd-new

2006-09-26 Thread Xavier MOGHRABI
Dear all,

I'm configuring amavisd-new (version 2.4.1) with postfix to filter messages 
against spamassassin and clamav.

I succeed to configure amavisd-new to filter all messages going on my server.

Now I'd like to use a exclusion list to prevent amavisd-new filter messages 
that are sent to the subscribe/unsubscribe addressess of my mailing list 
system.

As I have a lot of mailing list, I've decided to create the exclusion list by 
using a file containing emails extracted from my alias file.

Indeed my file (/var/amavis/spam_lovers) looks like:
list1-subscribe
list1-unsubscribe
list2-subscribe
list2-unsubscribe

I've added in my amavisd-new configuration file, this line :
@bypass_spam_checks_maps = ( [read_array(/var/amavis/spam_lovers)] );

However that doesn't work. It still scan my messages sent to that previous 
email.

I've also added the domain name after the email address, but it doesn't affect 
the result.
I've too test read_hash insted of read_array.

I don't know why it doesn't work.

I wonder if someone has succeeded to configure amavisd-new to use a file as a 
spam exclusion list.

Thanks a lot for your precious help !

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Jabber: [EMAIL PROTECTED]
Phone: +33 4 76 61 52 35

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/


[gentoo-server] How to use Spam exclusion list with amavisd-new

2006-09-25 Thread Xavier MOGHRABI
Dear all,

I'm configuring amavisd-new with postfix to filter messages against 
spamassassin and clamav.

I succeed to configure clamav to filter all message going on my server.

Now I'd like to use a exclusion list to prevent amavisd-new filter messages 
that are sent to the subscribe/unsubscribe addressess of my mailing list 
system.

As I have a lot of mailing list, I've decided to create the exclusion list by 
using a file containing emails extracted from my alias file.

Indeed my file (/var/amavis/spam_lovers) looks like:
list1-subscribe
list1-unsubscribe
list2-subscribe
list2-unsubscribe

I've added in my amavisd-new configuration file, this line :
@bypass_spam_checks_maps = ( [read_array(/var/amavis/spam_lovers)] );

However that doesn't work. It still scan my messages sent to that previous 
email.

I've also added the domain name after the email address, but it doesn't affect 
the result.
I've too test read_hash insted of read_array.

I don't know why it doesn't work.

I wonder if someone has succeeded to configure amavisd-new to use a file as a 
spam exclusion list.

Thanks a lot for your precious help !

-- 
Xavier MOGHRABI - ObjectWeb Consortium
jabber: [EMAIL PROTECTED]
-- 
gentoo-server@gentoo.org mailing list



Re: [gentoo-server] Configuration issue of Spamassassin with Amavis-new and Posfix

2006-09-15 Thread Xavier MOGHRABI
Dear Sune,

Here is below the value I've set:
$sa_tag_level_deflt  = 2.0;

by the way I give you these ones too:
$sa_tag2_level_deflt = 6.31;
$sa_kill_level_deflt = 12;
$sa_dsn_cutoff_level = 9;

In fact, I was expected that if my message is not a spam I should get in the 
header flag telling is it not a spam, is'nt it ?

Thanks

Le vendredi 15 septembre 2006 15:25, Sune Kloppenborg Jeppesen a écrit :
 Hi there,

 Didn't read through all of your mail but did you set $sa_tag_level_deflt to
 a reasonable level in amavisd.conf?

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Jabber: [EMAIL PROTECTED] - Phone: +33 4 76 61 52 35

-- 
gentoo-server@gentoo.org mailing list



[gentoo-user] Genkernel doesn't work when module loadable support is disabled

2006-09-01 Thread Xavier MOGHRABI
Dear all,

I'm trying to generate a kernel without module. So I've disabled Enable 
loadable module support option with genkernel.

Genkernel compiles well the bzimage but fails after with the message ERROR: 
Failed to compile the modules target... (look hereunder log).

Do you know how can I generate my kernel w/o module support using Genkernel ?

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Jabber: [EMAIL PROTECTED] - Phone: +33 4 76 61 52 35


*  Compiling 2.6.17-gentoo-r7 bzImage...
*  Compiling 2.6.17-gentoo-r7 modules...
* ERROR: Failed to compile the modules target...

* -- Grepping log... --

  SCSI media changer support (CHR_DEV_SCH) [N/m/y/?] n
  *
  * Some SCSI devices (e.g. CD jukebox) support multiple LUNs
  *
  Probe all LUNs on each SCSI device (SCSI_MULTI_LUN) [Y/n/?] y
  Verbose SCSI error reporting (kernel size +=12K) (SCSI_CONSTANTS) [N/y/?] n
--
*
* InfiniBand support
*
InfiniBand support (INFINIBAND) [N/m/y/?] n
*
* EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
*
EDAC core system error reporting (EXPERIMENTAL) (EDAC) [N/m/y/?] n
--
  CC  fs/read_write.o
  CC  fs/file_table.o
  CC  fs/buffer.o
  CC  fs/bio.o
fs/bio.c: In function 'bio_alloc_bioset':
fs/bio.c:169: warning: 'idx' may be used uninitialized in this function
--
  CC  fs/splice.o
  CC  fs/sync.o
  CC  fs/inotify.o
  CC  fs/eventpoll.o
fs/eventpoll.c: In function 'sys_epoll_create':
fs/eventpoll.c:500: warning: 'fd' may be used uninitialized in this function
--
  CC  fs/sysfs/bin.o
  CC  fs/sysfs/group.o
  LD  fs/sysfs/built-in.o
  CC  fs/udf/balloc.o
fs/udf/balloc.c: In function 'udf_table_new_block':
fs/udf/balloc.c:751: warning: 'goal_eloc.logicalBlockNum' may be used 
uninitialized in this function
--
  CC  fs/udf/lowlevel.o
  CC  fs/udf/namei.o
  CC  fs/udf/partition.o
  CC  fs/udf/super.o
fs/udf/super.c: In function 'udf_fill_super':
fs/udf/super.c:1358: warning: 'ino.partitionReferenceNum' may be used 
uninitialized in this function
--
  CC  ipc/compat.o
  CC  ipc/util.o
  CC  ipc/msgutil.o
  CC  ipc/msg.o
ipc/msg.c: In function 'sys_msgctl':
ipc/msg.c:338: warning: 'setbuf.qbytes' may be used uninitialized in this 
function
ipc/msg.c:338: warning: 'setbuf.uid' may be used uninitialized in this 
function
ipc/msg.c:338: warning: 'setbuf.gid' may be used uninitialized in this 
function
ipc/msg.c:338: warning: 'setbuf.mode' may be used uninitialized in this 
function
  CC  ipc/sem.o
ipc/sem.c: In function 'sys_semctl':
ipc/sem.c:810: warning: 'setbuf.uid' may be used uninitialized in this 
function
ipc/sem.c:810: warning: 'setbuf.gid' may be used uninitialized in this 
function
ipc/sem.c:810: warning: 'setbuf.mode' may be used uninitialized in this 
function
--
  CC  drivers/md/dm-target.o
  CC  drivers/md/dm-linear.o
  CC  drivers/md/dm-stripe.o
  CC  drivers/md/dm-ioctl.o
drivers/md/dm-ioctl.c: In function 'ctl_ioctl':
drivers/md/dm-ioctl.c:1388: warning: 'param' may be used uninitialized in this 
function
--
  LD  drivers/usb/mon/usbmon.o
  LD  drivers/usb/mon/built-in.o
  CC  drivers/usb/net/catc.o
  CC  drivers/usb/net/kaweth.o
drivers/usb/net/kaweth.c: In function 'kaweth_control':
drivers/usb/net/kaweth.c:1212: warning: 'length' may be used uninitialized in 
this function
--
  CC  lib/zlib_inflate/inffast.o
  CC  lib/zlib_inflate/inflate.o
  CC  lib/zlib_inflate/inflate_sync.o
  CC  lib/zlib_inflate/inftrees.o
lib/zlib_inflate/inftrees.c: In function 'huft_build':
lib/zlib_inflate/inftrees.c:121: warning: 'r.base' may be used uninitialized 
in this function
--
  CC  arch/x86_64/boot/compressed/misc.o
  OBJCOPY arch/x86_64/boot/compressed/vmlinux.bin
  GZIParch/x86_64/boot/compressed/vmlinux.bin.gz
  LD  arch/x86_64/boot/compressed/piggy.o
  LD  arch/x86_64/boot/compressed/vmlinux
ld: warning: i386:x86-64 architecture of input file 
`arch/x86_64/boot/compressed/head.o' is incompatible with i386 output
--

The present kernel configuration has modules disabled.
Type 'make config' and enable loadable module support.
Then build a kernel with module support enabled.

make: *** [modules] Error 1
* Gentoo Linux Genkernel; Version 3.4.0
* Running with options: all

* ERROR: Failed to compile the modules target...

* -- End log... --
-- 
gentoo-user@gentoo.org mailing list



[gentoo-amd64] Does my profile use multilib

2006-08-30 Thread Xavier MOGHRABI
Hi all,

I try configure Gentoo AMD64 on Woodcrest.

I saw in the use.desc, that the flag multilib allows to use 32bits and 64bits 
on the same machine.

So I've added multilib in my USE viariablen but when I launch emerge -puNDv 
world, portage tells me I have nothing to rebuild.

The problem is when I run :
equery uses glibc
[ Searching for packages matching glibc... ]
[ Colour Code : set unset ]
[ Legend: Left column  (U) - USE flags from 
make.conf ]
[  : Right column (I) - USE flags packages was installed 
with ]
[ Found these USE variables for sys-libs/glibc-2.3.6-r4 ]
 U I
 - - build  : !!internal use only!! DO NOT SET THIS FLAG YOURSELF!, 
used for creating build images and the first half of bootstrapping.
 - - erandom: Enable erandom/frandom support in glibc for ssp
 - - glibc-compat20 : Enable the glibc-compat addon.
 - - glibc-omitfp   : Configure glibc with --enable-omitfp which lets the 
build system determine when it is safe to use -fomit-frame-pointer
 - - hardened   : activate default security enhancements for toolchain 
(gcc, glibc, binutils)
 - - multilib   : On 64bit systems, if you want to be able to compile 
32bit and 64bit binaries
 + + nls: Adds Native Language Support (using gettext - GNU locale 
utilities)
 + + nptl   : Enable support for Native POSIX Threads Library, the new 
threading module (requires linux-2.6 or better usually)
 - - nptlonly   : Disables building the linuxthreads fallback in glibc 
ebuilds that support building both linuxthreads and nptl.
 - - profile: Adds profile support to builds of packages (will likely 
vary from ebuild to ebuild in support)
 - - selinux: !!internal use only!! Security Enhanced Linux support, 
this must be set by the selinux profile or breakage will occur

That seems that multilib is not working on my system.

I use the profile :
/usr/portage/profiles/default-linux/amd64/2006.0

I've read that the default configuration should support multilib 
(http://www.gentoo.org/doc/en/gentoo-amd64-faq.xml)

What is wrong ?

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Jabber: [EMAIL PROTECTED] - Phone: +33 4 76 61 52 35
-- 
gentoo-amd64@gentoo.org mailing list



[gentoo-amd64] Hardened flag with amd64 on Xeon Woodcrest

2006-08-29 Thread Xavier MOGHRABI
Dear all,

I've installed Gentoo 64bits on a Dell PowerEdge 2900 server (with 2 dual core 
Xeon woodcrest 5130).

Every things works well untill I've decided to use the flag hardened in my 
global use variable. After having recompiled sys-devel/gcc-3.4.6-r1, 
sys-libs/glibc-2.3.6-r4, dev-util/pkgconfig-0.20 and 
app-admin/syslog-ng-1.6.9. I wasn't able to install any other packages since 
the compilation used to fail. 

I saw that amd64/hardened profile was not stable. So I wonder if any of you 
have experienced the same problem ?

Regards
-- 
Xavier MOGHRABI

PS : For information here is my emerge --info :
Portage 2.1-r2 (default-linux/amd64/2006.0, gcc-3.4.6, glibc-2.3.6-r4, 
2.6.17-gentoo-r7 x86_64)
=
System uname: 2.6.17-gentoo-r7 x86_64 Intel(R) Xeon(R) CPU5130  @ 
2.00GHz
Gentoo Base System version 1.12.4
app-admin/eselect-compiler: [Not Present]
dev-lang/python: 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache: [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS=amd64
AUTOCLEAN=yes
CBUILD=x86_64-pc-linux-gnu
CFLAGS=-march=nocona -O2 -pipe
CHOST=x86_64-pc-linux-gnu
CONFIG_PROTECT=/etc
CONFIG_PROTECT_MASK=/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo
CXXFLAGS=-march=nocona -O2 -pipe
DISTDIR=/usr/portage/distfiles
FEATURES=autoconfig distlocks metadata-transfer sandbox sfperms strict
GENTOO_MIRRORS=http://ftp.club-internet.fr/pub/mirrors/gentoo 
LINGUAS=en
MAKEOPTS=-j5
PKGDIR=/usr/portage/packages
PORTAGE_RSYNC_OPTS=--recursive --links --safe-links --perms --times --compress 
--force --whole-file --delete --delete-after --stats --timeout=180 
--exclude='/distfiles' --exclude='/local' --exclude='/packages'
PORTAGE_TMPDIR=/var/tmp
PORTDIR=/usr/portage
SYNC=rsync://rsync.gentoo.org/gentoo-portage
USE=amd64 acpi apic bitmap-fonts bzip2 clflush cli cmov constant_tsc crypt 
cx16 cx8 de dlloader ds_cpl dts emboss encode foomaticdb fortran fpu fxsr 
gcc64 gpm hardened ht imlib isdnlog java lahf_lm lm mca mce monitor msr mtrr 
ncurses nls nptl nx pae pam pat pcre pdflib perl pge pni pppd pse pse36 
python readline reflection sep session spell spl ss ssl syscall tcpd tm tm2 
truetype-fonts tsc type1-fonts unicode usb vme vmx xtpr zlib elibc_glibc 
input_devices_keyboard input_devices_mouse kernel_linux linguas_en 
userland_GNU video_cards_radeon
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, 
PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


-- 
gentoo-amd64@gentoo.org mailing list



Re: [gentoo-user] Re: revdep-rebuild problem with ACCEPT_KEYWORDS=~x86

2006-08-28 Thread Xavier MOGHRABI
Thanks a lot for that information it solved the previous problem.

But now when I launch revdep-rebuild, I got that :
  broken /usr/lib/libsystray4j.so (requires  libkdecore.so.4 libkdeui.so.4)
  broken /usr/lib/openoffice/program/kdebe1.uno.so (requires  libkdecore.so.4 
libkdeui.so.4 libkio.so.4)
  broken /usr/lib/openoffice/program/kdefilepicker (requires  libkdecore.so.4 
libkdeui.so.4 libkio.so.4)
  broken /usr/lib/openoffice/program/libkabdrv1.so (requires  libkabc.so.1 
libkdecore.so.4 libkdeui.so.4)
  broken /usr/lib/openoffice/program/libvclplug_kde680li.so (requires  
libkdecore.so.4 libkdeui.so.4)

It's strange since when all those librairies are well located in the 
directory /usr/kde/3.5/lib/.

Moreover the compilation failed when it tries to compile openoffice-2.0.3

=
Building project solenv
=
deliver -- version: 1.100
LINK: 
build.lst - 
/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/solver/680/unxlngi6.pro/inc/solenv/build.lst
Use of uninitialized value in string eq 
at 
/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/solenv/bin/deliver.pl
 
line 793.
LOG: 
writing 
/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/solver/680/unxlngi6.pro/inc/solenv/deliver.log
Statistics:
Files copied: 1
Files unchanged/not matching: 0

=
Building project boost
=
/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/boost

ERROR: Error 11 occurred while 
making 
/var/tmp/portage/openoffice-2.0.3/work/ooo-build-2.0.3.0/build/OOO_2_0_3/boost
make: *** [stamp/build] Erreur 1

!!! ERROR: app-office/openoffice-2.0.3 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_compile
  ebuild.sh, line 938:   Called src_compile
  openoffice-2.0.3.ebuild, line 252:   Called die

!!! Build failed
!!! If you need support, post the topmost build error, and the call stack if 
relevant.

Regards


Le dimanche 27 août 2006 21:36, Harm Geerts a écrit :
 Note the difference, there are 2 different versions of liblzo.
 net-im/wengophone seems to depend on version 1 but does not enforce this in
 the ebuild, you should report a bug about this. You can install it yourself
 untill this dep is fixed.

 emerge =dev-libs/lzo-1*

 The other broken libs will probably be solved after running revdep-rebuild
 again.

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Jabber: [EMAIL PROTECTED] - Phone: +33 4 76 61 52 35

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] revdep-rebuild problem with ACCEPT_KEYWORDS=~x86

2006-08-27 Thread Xavier MOGHRABI
dear all,

I'm using gentoo with the option ACCEPT_KEYWORDS=~x86 in make.conf file.

For 5 days, I've had some problem when I run revdep-rebuild.
It seems that I've some librairies missing as the result is :
  broken /usr/bin/qtwengophone (requires  liblzo.so.1)
  broken /usr/lib/azureus/libswt-cairo-gtk-3139.so (requires  libcairo.so.1)
  broken /usr/lib/vlc/codec/libffmpeg_plugin.so (requires  liblzo.so.1)
  broken /usr/lib/wengophone/libphapi.so (requires  liblzo.so.1 libowcurl.so)

When I try to rebuild any of the packages net-im/wengophone-2.0_rc2 or 
media-video/vlc-0.8.5-r5, the compilation failed with the error :
cannot find -llzo

Indeed, in my lib directory I can find liblzo2.so.2 but I don't have 
liblzo2.so.1.

With Azureus, the problem comes from the fact that I have the librairy 
libcairo.so.2 in my lib directory but not libcairo.so.1. However I can 
reinstall it normally but the error still persists.

Does somebody know how can I solve my librairy problem ?
I've tried to create new links with the required librairy names to the new 
availabled version but it also failed.

Thanks for your help.

-- 
Xavier MOGHRABI
-- 
gentoo-user@gentoo.org mailing list



Re: [xdoclet-plugins-interest] How to make the Hibernate Plugin working with maven2

2006-06-22 Thread Xavier MOGHRABI
Thanks a lot, it works great !

Regards

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Jabber: [EMAIL PROTECTED] - Phone: +33 4 76 61 52 35

Le mercredi 21 juin 2006 20:16, Konstantin Priblouda a écrit :
 Hi Xavier,

 I deployed today on http://dist.codehaus.org/
 ( legacy layout ):
  generama-1.2.2
  xdoclet-2.0.5
  maven2-xdoclet-plugin-2.0.5-SNAPSHOT

 Now I'm working on m2 build for xdoclet plugins.
 Until they are ready,  you can get
 sources from sourceforge project
 http://www.sourceforge.net/projects/xdoclet-plugins

 and compile hibernate plugin just for your
 local repo using maven-1

 if all else fails,
 I ( or some other developer )
 can send you their version ov hibernate plugin...


 regards,

 --- Xavier MOGHRABI [EMAIL PROTECTED]

 wrote:
  Hi
 
  I didn't understand what you meant.
 
  Any way now when I try to package my application I
  got the following error
  message :
  [DEBUG] maven2-xdoclet2-plugin: using locally
  installed snapshot
  [DEBUG] Artifact not found - using stub model:
  Unable to determine the latest
  version
 
xdoclet:maven2-xdoclet2-plugin:pom:LATEST
 
 
  [DEBUG] Using defaults for missing POM
  xdoclet:maven2-xdoclet2-plugin:pom:LATEST
  [DEBUG] maven2-xdoclet2-plugin: using locally
  installed snapshot
  [DEBUG] Artifact not found - using stub model:
  Unable to determine the release
  version
 
xdoclet:maven2-xdoclet2-plugin:pom:RELEASE
 
 
  [DEBUG] Using defaults for missing POM
  xdoclet:maven2-xdoclet2-plugin:pom:RELEASE
  [INFO]

 

  [ERROR] BUILD ERROR
  [INFO]

 

  [INFO] The plugin 'xdoclet:maven2-xdoclet2-plugin'
  does not exist or no valid
  version could be found
  [INFO]

 

  [DEBUG] Trace

 org.apache.maven.lifecycle.LifecycleExecutionException:
  The
  plugin 'xdoclet:maven2-xdoclet2-plugin' does not
  exist or no valid version
  could be found
 
 
  And I've done nothing more or less.
 
  Thanks
 
  --
  Xavier MOGHRABI - Consortium ObjectWeb
  Jabber: [EMAIL PROTECTED] - Phone: +33 4
  76 61 52 35
 
 
  Le mercredi 21 juin 2006 10:44, Konstantin Priblouda
 
  a écrit :
   Hi Xavier,
  
   fastest solution for you would be
   to build snapshot yourself
   ( due to changes in codehaus we can not
   deploy with our maven-1 build  - so I started to
   work on m2 one )
  
   ( if you are faster than me,  update
   generama/xdoclet dependencies to 1.2.2/2.0.5 )
  
  
   regards,
 
  ___
  xdoclet-plugins-interest mailing list
  xdoclet-plugins-interest@lists.sourceforge.net

 https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest



 [ Konstantin Pribluda http://www.pribluda.de ]
 Still using XDoclet 1.x?  XDoclet 2 is released and of production quality.
 check it out: http://xdoclet.codehaus.org

 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam protection around
 http://mail.yahoo.com

 All the advantages of Linux Managed Hosting--Without the Cost and Risk!
 Fully trained technicians. The highest number of Red Hat certifications in
 the hosting industry. Fanatical Support. Click to learn more
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=107521bid=248729dat=121642
 ___
 xdoclet-plugins-interest mailing list
 xdoclet-plugins-interest@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest


Re: [xdoclet-plugins-interest] How to make the Hibernate Plugin working with maven2

2006-06-21 Thread Xavier MOGHRABI
Hi

I didn't understand what you meant.

Any way now when I try to package my application I got the following error 
message :
[DEBUG] maven2-xdoclet2-plugin: using locally installed snapshot
[DEBUG] Artifact not found - using stub model: Unable to determine the latest 
version

  xdoclet:maven2-xdoclet2-plugin:pom:LATEST


[DEBUG] Using defaults for missing POM 
xdoclet:maven2-xdoclet2-plugin:pom:LATEST
[DEBUG] maven2-xdoclet2-plugin: using locally installed snapshot
[DEBUG] Artifact not found - using stub model: Unable to determine the release 
version

  xdoclet:maven2-xdoclet2-plugin:pom:RELEASE


[DEBUG] Using defaults for missing POM 
xdoclet:maven2-xdoclet2-plugin:pom:RELEASE
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] The plugin 'xdoclet:maven2-xdoclet2-plugin' does not exist or no valid 
version could be found
[INFO] 
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: The 
plugin 'xdoclet:maven2-xdoclet2-plugin' does not exist or no valid version 
could be found


And I've done nothing more or less.

Thanks

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Jabber: [EMAIL PROTECTED] - Phone: +33 4 76 61 52 35


Le mercredi 21 juin 2006 10:44, Konstantin Priblouda a écrit :
 Hi Xavier,

 fastest solution for you would be
 to build snapshot yourself
 ( due to changes in codehaus we can not
 deploy with our maven-1 build  - so I started to
 work on m2 one )

 ( if you are faster than me,  update
 generama/xdoclet dependencies to 1.2.2/2.0.5 )


 regards,


___
xdoclet-plugins-interest mailing list
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest


[gentoo-user] Gentoo-sources 2.6.16-r7 and Hyperthreading = not working ?

2006-05-16 Thread Xavier MOGHRABI
Dear Gentoo Users and Dev,

I've just installed on my desktop the last gentoo-sources package ( in portage 
(2.6.16-r7). It seems that the hyperthreading is unvailable since when I do :
'cat /proc/cpuinfo', I can just see a single computer.

That is really strange since I was using the previous package 
(gentoo-sources-2.6.16-r6) with hyperthreading feature enabled.

To build my kernel, I use genkernel (with --menuconfig option). I keep the 
same configuration as the one for gentoo-sources-2.6.16-r6, that I loaded.

In my '.config' file, I have the following options, that as I know should make 
hyperthreading available. :
CONFIG_MPENTIUM4=y
and
CONFIG_SMP=y
CONFIG_NR_CPUS=2
CONFIG_SCHED_SMT=y

My CPU is a single Pentium 4 3.2GHz with HT. Hereunder is the result 
of 'cat /proc/cpuinfo' with the previous kernel:
processor   : 0
vendor_id   : GenuineIntel
cpu family  : 15
model   : 3
model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping: 4
cpu MHz : 3192.178
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc 
pni monitor ds_cpl cid xtpr
bogomips: 6391.31

processor   : 1
vendor_id   : GenuineIntel
cpu family  : 15
model   : 3
model name  : Intel(R) Pentium(R) 4 CPU 3.20GHz
stepping: 4
cpu MHz : 3192.178
cache size  : 1024 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 1
fdiv_bug: no
hlt_bug : no
f00f_bug: no
coma_bug: no
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca 
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe constant_tsc 
pni monitor ds_cpl cid xtpr
bogomips: 6384.19

Does somebody know what is wrong in my case ?

Thanks for your answer !

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Jabber: [EMAIL PROTECTED] - Phone: +33 4 76 61 52 35
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] Can't compile OpenOffice 2.0.2-r1 with Java support

2006-05-16 Thread Xavier MOGHRABI
Hi folks,

I'd to install OpenOffice using the source package.

I have in my USE variable java set.

I'm using blackdown-jdk-1.4.2.03 as the default Java Environement set by 
java-config.

When I emerge openoffice I get the hereunder error message.
I've attached the file hs_err_pid10707.log.

What should I do to prevent this error ?

Thanks for your help.

--
Xavier 

java -classpath 
/var/tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/solver/680/unxlngi4.pro/bin/xt.jar:/var/tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/solver/680/unxlngi4.pro/bin/xercesImpl.jar:../../../../../../unxlngi4.pro/class/cfgimport.jar
 -Dcom.jclark.xsl.sax.parser=org.apache.xerces.parsers.SAXParser 
com.jclark.xsl.sax.Driver 
MathCommands.xcu ../../../../../../util/data_val.xsl 
../../../../../../unxlngi4.pro/misc/registry/data/org/openoffice/Office/UI/MathCommands.val
 
xcs=/var/tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/officecfg/registry/data/org/openoffice/Office/UI/../../../../../../registry/schema/org/openoffice/Office/UI/MathCommands.xcs
 
schemaRoot=/var/tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/officecfg/registry/data/org/openoffice/Office/UI/../../../../../../registry/schema
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x01010101, pid=10707, tid=3084957376
#
# Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.2-03 mixed mode)
# Problematic frame:
# C  0x01010101
#
# An error report file with more information is saved as hs_err_pid10707.log
#
# If you would like to submit a bug report, please visit:
#   http://www.blackdown.org/cgi-bin/jdk
#
Abort
dmake:  Error code 134, while 
making 
'../../../../../../unxlngi4.pro/misc/registry/data/org/openoffice/Office/UI/MathCommands.xcu'
'---* tg_merge.mk *---'

ERROR: Error 65280 occurred while 
making 
/var/tmp/portage/openoffice-2.0.2-r1/work/ooo-build-2.0.2.9/build/OOO_2_0_2/officecfg/registry/data/org/openoffice/Office/UI
make: *** [stamp/build] Error 1

!!! ERROR: app-office/openoffice-2.0.2-r1 failed.
!!! Function src_compile, Line 230, Exitcode 2
!!! Build failed
!!! If you need support, post the topmost build error, NOT this status 
message.

#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGSEGV (0xb) at pc=0x01010101, pid=10707, tid=3084957376
#
# Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.2-03 mixed mode)
# Problematic frame:
# C  0x01010101
#

---  T H R E A D  ---

Current thread (0x080e2f78):  JavaThread main [_thread_in_Java, id=10707]

siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x01010101

Registers:
EAX=0xaf9fffb0, EBX=0xaf9fffb0, ECX=0xabe1ce70, EDX=0x01010101
ESP=0xbfe68ecc, EBP=0xbfe68f00, ESI=0xaf9ef970, EDI=0xbfe68f38
EIP=0x01010101, CR2=0x01010101, EFLAGS=0x00010246

Top of Stack: (sp=0xbfe68ecc)
0xbfe68ecc:   b39e1e6b 0030  ab9550a8
0xbfe68edc:   ab955168 abe1ce70 bfe68ee4 af9ef970
0xbfe68eec:   bfe68f38 af9eff60  af9ef730
0xbfe68efc:   bfe68f2c bfe68f58 b39e1e6b 
0xbfe68f0c:   0001   
0xbfe68f1c:   002f 0030  ab9550a8
0xbfe68f2c:   abe1ce70 ab9550a8 abe14c28 ab955168
0xbfe68f3c:   bfe68f3c af9ef414 bfe68f68 af9eff60 

Instructions: (pc=0x01010101)
0x010100f1:   
[error occurred during error reporting, step 100, id 0xb]

Stack: [0xbfc7c000,0xbfe6e000),  sp=0xbfe68ecc,  free space=1971k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  0x01010101
j  java.net.URL.init(Ljava/net/URL;Ljava/lang/String;)V+4
j  sun.misc.URLClassPath$JarLoader.checkResource(Ljava/lang/String;ZLjava/util/jar/JarEntry;)Lsun/misc/Resource;+9
j  sun.misc.URLClassPath$JarLoader.getResource(Ljava/lang/String;Z)Lsun/misc/Resource;+17
J  sun.misc.URLClassPath.getResource(Ljava/lang/String;Z)Lsun/misc/Resource;
j  java.net.URLClassLoader$1.run()Ljava/lang/Object;+26
v  ~StubRoutines::call_stub
V  [libjvm.so+0x1554e5]
V  [libjvm.so+0x21f244]
V  [libjvm.so+0x155337]
V  [libjvm.so+0x1bd0f1]
C  [libjava.so+0x83ce]  Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedExceptionAction_2Ljava_security_AccessControlContext_2+0x3e
j  java.net.URLClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+13
j  java.lang.ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+43
j  sun.misc.Launcher$AppClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class;+94
j  java.lang.ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+3
j  java.lang.ClassLoader.loadClassInternal(Ljava/lang/String;)Ljava/lang/Class;+2
v  ~StubRoutines::call_stub
V  [libjvm.so+0x1554e5]
V  [libjvm.so+0x21f244]
V  [libjvm.so+0x155337]
V  [libjvm.so+0x154edd]
V  [libjvm.so+0x154fe0]
V  [libjvm.so+0x256b10]
V  [libjvm.so+0x256289]
V  [libjvm.so+0x2552cf]
V  [libjvm.so+0x2550ca]
V  [libjvm.so+0x1cbc39]
V  [libjvm.so+0x1bacc9]


---  P R O C E S S  

Integration of Spamassassin with exim 3

2006-05-03 Thread Xavier MOGHRABI
Dear Debian Users,

I contact you to get some advises on the integration of Spamassassin with 
Exim3 mail server on Debian 3.1.

I've read on the web that the right integration should be done by following 
this document :
http://gnuru.org/?node_id=662

I wonder if it is a good practise since I've seen it exists a spamd daemon. 

What solution do you advise me to prevent spam ?

Thanks a lot

-- 
Xavier MOGHRABI


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Integration of Spamassassin with exim 3

2006-05-03 Thread Xavier MOGHRABI
Hi

Some months ago, I've tried to migrate to exim 4 but I meet some trouble with 
the Sympa mailing list configuration.

In Exim3, I have the following lines for sympa in the directors section:

 system_aliases:
  driver = aliasfile
  file_transport = address_file
  pipe_transport = address_pipe
  file = /etc/aliases
  search_type = lsearch
  user = sympa

I wasn't able to make run sympa 4.1.52 with exim 4 since that configuration 
didn't work on Exim4.

Do you know how can I migrate them?

Regards

-- 
Xavier MOGHRABI

Le Mercredi 3 Mai 2006 10:37, Martin A. Brooks a écrit :
 Xavier MOGHRABI wrote:
  What solution do you advise me to prevent spam ?

 Exim 3.x is deprecated.  Exim 4 has built in facilities for hooking in
 anti-spam and anti-virus software.  Google for exiscan and start there.

 Regards



Re: Integration of Spamassassin with exim 3

2006-05-03 Thread Xavier MOGHRABI
Le Mercredi 3 Mai 2006 11:13, Martin A. Brooks a écrit :
 I've never used (or heard of!) Sympa so I couldn't tell you. I do know
 that mailman integrates with exim4 just fine, though.  Are you commited
 to using Sympa?

We (ObjectWeb consortium) are using Sympa since 1999. Nowadays we have more 
than 700 lists. So the migration to mailmann should be a quite difficult.

I'll follow your advise and try to migrate to Exim 4. I'll try to get more 
help on the integration of Exim 4 with Sympa on the Sympa mailing lists. On 
the Internet, I can find easily some documentation about the integration of 
Sympa with Exim 3 but not with the 4th version.

Thanks and regards

-- 
Xavier MOGHRABI



How can I specify email address for log_accum.in

2005-08-26 Thread Xavier MOGHRABI
Hi,

I'd like to use the scripts log_accum.in and commit_prep.in for ObjectWeb 
project using CVS to send mails to a mailing list. I don't understand how to 
configure them well. Could you please help me to do this ?

In fact, we are using CVS 1.12.9 included in Debian Sarge. I'm already tested 
other scripts but they didn't work well with the last format of message. I've 
downloaded the scripts from the package of CVS 1.12.10.

So I've installed the scripts on CVSROOT on a project. I've changed the 
constant to use the new info format string, to emulate local users.

I've put in CVSROOT/commitinfo :
DEFAULT $CVSROOT/CVSROOT/commit_prep.in -- %r/%p %s

And in CVSROOT/loginfo :
DEFAULT $CVSROOT/CVSROOT/log_accum.in %{sVv}

However I don't understand how I can specify the email where the message is 
sent. Could you please tell me this ?

I seems that the email comes from the line : 
    push(@mlist_list, read_file_lines($MLIST_FILE.$i.$id.$cvs_user));
And $MLIST_FILE.$i.$id.$cvs_user is the file : 
$TMPDIR/${FILE_PREFIX}files.mlist

I don't understand how this file is generated. I had a look at commit_prep.in 
and it is :

#!/usr/bin/perl
$TMPDIR        = $ENV{'TMPDIR'} || '/tmp';
$FILE_PREFIX   = '#cvs.';
if ($ARGV[0] eq '-u') {
  shift @ARGV;
  $CVS_USERNAME = shift (@ARGV);
}
$LAST_FILE = $TMPDIR/${FILE_PREFIX}lastdir;
sub write_line {
    my ($filename, $line) = @_;

    open(FILE, $filename) || die(Cannot open $filename: $!\n);
    print(FILE $line, \n);
    close(FILE);
}
$id = getpgrp();
write_line($LAST_FILE.$id.$CVS_USERNAME, $ARGV[0]);
exit(0);

There is no mention of that file.

Regards and thank you for your help.
-- 
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau


___
Info-cvs mailing list
Info-cvs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/info-cvs


How can I specify email address for log_accum.in (CVS)

2005-08-26 Thread Xavier MOGHRABI
Hi,

I'd like to use the scripts log_accum.in for CVS and commit_prep.in for 
projects using CVS to send mails to a mailing list. I don't understand how to 
configure them well. Could you please help me to do this ?

In fact, we are using CVS 1.12.9 included in Debian Sarge. I'm already tested 
other scripts but they didn't work well with the last format of message. I've 
downloaded the scripts from the package of CVS 1.12.10.

So I've installed the scripts on CVSROOT on a project. I've changed the 
constant to use the new info format string, to emulate local users.

I've put in CVSROOT/commitinfo :
DEFAULT $CVSROOT/CVSROOT/commit_prep.in -- %r/%p %s

And in CVSROOT/loginfo :
DEFAULT $CVSROOT/CVSROOT/log_accum.in %{sVv}

However I don't understand how I can specify the email where the message is 
sent. Could you please tell me this ?

I seems that the email comes from the line : 
    push(@mlist_list, read_file_lines($MLIST_FILE.$i.$id.$cvs_user));
And $MLIST_FILE.$i.$id.$cvs_user is the file : 
$TMPDIR/${FILE_PREFIX}files.mlist

I don't understand how this file is generated. I had a look at commit_prep.in 
and it is :

#!/usr/bin/perl
$TMPDIR        = $ENV{'TMPDIR'} || '/tmp';
$FILE_PREFIX   = '#cvs.';
if ($ARGV[0] eq '-u') {
  shift @ARGV;
  $CVS_USERNAME = shift (@ARGV);
}
$LAST_FILE = $TMPDIR/${FILE_PREFIX}lastdir;
sub write_line {
    my ($filename, $line) = @_;

    open(FILE, $filename) || die(Cannot open $filename: $!\n);
    print(FILE $line, \n);
    close(FILE);
}
$id = getpgrp();
write_line($LAST_FILE.$id.$CVS_USERNAME, $ARGV[0]);
exit(0);

There is no mention of that file.

Regards and thank you for your help.

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau



Re: Blank page for PHP pages when 1st load

2005-07-19 Thread Xavier MOGHRABI

Le Lundi 18 Juillet 2005 20:46, [KS] a écrit :
 Xavier MOGHRABI wrote:
  Apache seems to work well. Except for some PHP files which are displayed
  as a blank page when the first time people access it. If I reload it, the
  page is well displayed. I don't have any error messages in my logs.

 Loads if you reload it. Could the cache be playing tricks? Try cleaning
 the cache and then try again.

I've cleaned the cache of my browser and even the cache of the server. However 
it didn't change the behaviour.


-- 
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau


pgpR1wSXQfD9a.pgp
Description: PGP signature


Blank page for PHP pages when 1st load

2005-07-18 Thread Xavier MOGHRABI
Hi all,

I've done an upgrade from debian 3.0 to 3.1.
I use apache 1.3 and I didn't upgrade it to 2.0.

Apache seems to work well. Except for some PHP files which are displayed as a 
blank page when the first time people access it. If I reload it, the page is 
well displayed. I don't have any error messages in my logs.

You have a look of this problem on the following page : 
http://consortium.objectweb.org/registration.php

any help is welcome.

See you.

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org


pgpR70luO8BeW.pgp
Description: PGP signature


Re: Problem when migrating Debian 3.0 to 3.1

2005-07-13 Thread Xavier MOGHRABI
 Have you tried apt-get -f install?

Yes I've done this just after the failed.

I seems there are a problem with the function clock_gettime(). In fact when I 
use strace with some command such as ls -l or tar, I've the error : 
clock_gettime(CLOCK_REALTIME,  unfinished ...
+++ killed by SIGSEGV +++

here is below the complete message for strace.

I've also a messages in the /var/log/messages file like this :

Jul 13 10:54:13 jupiter kernel: Code:  Bad EIP value.
Jul 13 11:04:59 jupiter kernel:  1Unable to handle kernel paging request at 
virtual address 08e8c358
Jul 13 11:04:59 jupiter kernel:  printing eip:
Jul 13 11:04:59 jupiter kernel: 08e8c358
Jul 13 11:04:59 jupiter kernel: Oops: 
Jul 13 11:04:59 jupiter kernel: CPU:1
Jul 13 11:04:59 jupiter kernel: EIP:0010:
[zisofs_cleanup+149471864/-1072693472]Not tainted
Jul 13 11:04:59 jupiter kernel: EFLAGS: 00010293
Jul 13 11:04:59 jupiter kernel: eax: 0109   ebx: f435   ecx:    
edx: 
Jul 13 11:04:59 jupiter kernel: esi: 0016   edi:    ebp: bfffebf8   
esp: f4351fc0
Jul 13 11:04:59 jupiter kernel: ds: 0018   es: 0018   ss: 0018
Jul 13 11:04:59 jupiter kernel: Process tar (pid: 13920, stackpage=f4351000)
Jul 13 11:04:59 jupiter kernel: Stack: c010897f  08070438 400252b4 
0016  bfffebf8 ffda
Jul 13 11:04:59 jupiter kernel:002b 002b 0109 40021ea6 
0023 0246 bfffebdc 002b
Jul 13 11:04:59 jupiter kernel: Call Trace:[tracesys+31/35]
Jul 13 11:04:59 jupiter kernel:
Jul 13 11:04:59 jupiter kernel: Code:  Bad EIP value.

Also some friends helped me to install a new kernel while supposing there is a 
problem with the time.h library in my current kernel (2.4.29) but It doesn't 
correct the problem. 
By the way, I've 2 identical hardware and on one the migration works fine and 
the kernel is the same.

I don't really catch what's happening.

regards


-- 
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org



# strace tar -v
execve(/bin/tar, [tar, -v], [/* 27 vars */]) = 0
uname({sys=Linux, node=jupiter, ...}) = 0
brk(0)  = 0x80705e0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40017000
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or 
directory)
open(/etc/ld.so.preload, O_RDONLY)= -1 ENOENT (No such file or 
directory)
open(/etc/ld.so.cache, O_RDONLY)  = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=22435, ...}) = 0
old_mmap(NULL, 22435, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or 
directory)
open(/lib/librt.so.1, O_RDONLY)   = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\33..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=27044, ...}) = 0
old_mmap(NULL, 74168, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001e000
old_mmap(0x40025000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x6000) = 0x40025000
old_mmap(0x40026000, 41400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_ANONYMOUS, -1, 0) = 0x40026000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or 
directory)
open(/lib/libc.so.6, O_RDONLY)= 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360^\1..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1244688, ...}) = 0
old_mmap(NULL, 1254852, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40031000
old_mmap(0x40159000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x127000) = 0x40159000
old_mmap(0x40161000, 9668, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_ANONYMOUS, -1, 0) = 0x40161000
close(3)= 0
access(/etc/ld.so.nohwcap, F_OK)  = -1 ENOENT (No such file or 
directory)
open(/lib/libpthread.so.0, O_RDONLY)  = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340A\0..., 512) = 
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=81127, ...}) = 0
old_mmap(NULL, 331716, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40164000
old_mmap(0x40171000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0xc000) = 0x40171000
old_mmap(0x40173000, 270276, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_ANONYMOUS, -1, 0) = 0x40173000
close(3)= 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x401b5000
munmap(0x40018000, 22435)   = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0
getpid()= 13920
rt_sigaction(SIGRTMIN, {0x4016c030, [], SA_RESTORER, 0x4005a6f8}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x4016c080, [], SA_RESTORER, 0x4005a6f8}, NULL, 8) = 0
rt_sigaction(SIGRT_2, {0x4016c150, [], SA_RESTORER, 0x4005a6f8}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [RTMIN

Problem when migrating Debian 3.0 to 3.1

2005-07-12 Thread Xavier MOGHRABI
Hi all,

i tried to migrate a server Debian installation from 3.0 to 3.1. I had errors 
while upgrading libc6. 

I had the following message :

# apt-get install libc6
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, libc6 is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 299  not upgraded.
3 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Setting up libdb1-compat (2.1.3-7) ...

Setting up libc6 (2.3.2.ds1-22) ...
Checking for services that may need to be restarted...done.

Name Service Switch update in the C Library: post-installation question.

Running services and programs that are using NSS need to be restarted,
otherwise they might not be able to do lookup or authentication any more
(for services such as ssh, this can affect your ability to login).
Note: restarting sshd/telnetd should not affect any existing connections.

The services detected are:
        inetd apache slapd cron ssh exim

If other services has begun to fail mysteriously after this upgrade, it is
probably necessary to restart them too.  We recommend you to reboot your
machine after the upgrade to avoid the NSS related trouble.

Do you wish to restart services? [Y/n] y

Restarting services possibly affected by the upgrade:
  inetd: stopping.../var/lib/dpkg/info/libc6.postinst: line 347: 28330 
Segmentation fault      sleep 2
dpkg: error processing libc6 (--configure):
 subprocess post-installation script returned error exit status 139
dpkg: dependency problems prevent configuration of libc6-dev:
 libc6-dev depends on libc6 (= 2.3.2.ds1-22); however:
  Package libc6 is not configured yet.
dpkg: error processing libc6-dev (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libc6
 libc6-dev
E: Sub-process /usr/bin/dpkg returned an error code (1)


My system seems to be broken since when I launch some basic commands it failed 
such as :
# ls
total 74
Segmentation fault

I wonder how can I restore my system ?

Any help would really be appreciated.

Best regards

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org


pgpFmG8eqWyvt.pgp
Description: PGP signature


Pb migration Debian 3.0 - 3.1

2005-07-11 Thread Xavier MOGHRABI
Bonjour

En essayant de migrer de Debian à 3.0 à 3.1, j'ai une erreur lors de la mise à 
jour de la librairie libc6. 
J'ai le message suivant :

# apt-get install libc6
Reading Package Lists... Done
Building Dependency Tree... Done
Sorry, libc6 is already the newest version.
0 packages upgraded, 0 newly installed, 0 to remove and 299  not upgraded.
3 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Setting up libdb1-compat (2.1.3-7) ...

Setting up libc6 (2.3.2.ds1-22) ...
Checking for services that may need to be restarted...done.

Name Service Switch update in the C Library: post-installation question.

Running services and programs that are using NSS need to be restarted,
otherwise they might not be able to do lookup or authentication any more
(for services such as ssh, this can affect your ability to login).
Note: restarting sshd/telnetd should not affect any existing connections.

The services detected are:
inetd apache slapd cron ssh exim

If other services has begun to fail mysteriously after this upgrade, it is
probably necessary to restart them too.  We recommend you to reboot your
machine after the upgrade to avoid the NSS related trouble.

Do you wish to restart services? [Y/n] y

Restarting services possibly affected by the upgrade:
  inetd: stopping.../var/lib/dpkg/info/libc6.postinst: line 347: 28330 
Segmentation fault  sleep 2
dpkg: error processing libc6 (--configure):
 subprocess post-installation script returned error exit status 139
dpkg: dependency problems prevent configuration of libc6-dev:
 libc6-dev depends on libc6 (= 2.3.2.ds1-22); however:
  Package libc6 is not configured yet.
dpkg: error processing libc6-dev (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 libc6
 libc6-dev
E: Sub-process /usr/bin/dpkg returned an error code (1)

Le plus embêtant est que maintenant lorsque je tape la commande ls j'ai 
l'erreur :
# ls
total 74
Segmentation fault

Est-ce que vous auriez une idée de l'origine du problème ?

Bien cordialement

-- 
Xavier MOGHRABI - Consortium ObjectWeb


pgpq8c80kFFuJ.pgp
Description: PGP signature


Problem with Sympa and Exim

2005-07-11 Thread Xavier MOGHRABI
Hello Debian Users,

I try to upgrade my server from debian 3.0 to 3.1. Now I've got some trouble 
to make work my new Sympa 4.1 installation since no mail is sent by sympa 
mailing list.

I use exim as MTA and I noticed that all my sent tested mails are located 
in : /var/spool/sympa/queue.

I don't see any erronous messages in the log. 

I've checked that sympa can send messages and it sould as the file exim.conf 
contains :
trusted_users = sympa  
and user = sympa in the system_aliases.

So I don't catch why it is not working. 

Any help is welcome.

Best regards

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



=?iso-8859-1?q?Probl=E8me_d=27utilisation_de_Find_et?= Sed

2005-05-16 Thread Xavier MOGHRABI
Bonjour

J'écris car je n'arrive pas avec find et sed à remplacer un '@' dans un 
ensemble de fichiers sur Debian Stable. 

En fait je souhaitais exécuter l'instruction suivante : 
find $REP -name msg*.html -exec sed s/@/ at /g {}  /tmp/address.tmp \; 
-exec mv /tmp/address.tmp {} \;

Mais ça ne marche pas car le fichier /tmp/address.tmp n'est pas créé. Du coup 
je voulais savoir si quelqu'un avait une idée sur ce problème.
Par ailleurs avec la version de sed dans debian sarge l'option -i n'est pas 
disponible :-(

Merci pour votre aide

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau


pgpNhhlzskvuU.pgp
Description: PGP signature


Re: =?iso-8859-15?q?Probl=E8me_de_mise_=E0?= jour

2005-05-12 Thread Xavier MOGHRABI
Ok j'ai suivi votre conseil : 
j'ai enlevé  le paquet lgtoclnt-ira qui est le client legato
j'ai fait la mise à jour qui s'est bien déroulée avec succès
puis j'ai réinstallé le paquet legato

merci pour votre aide

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau


Le mercredi 11 Mai 2005 14:16, Jean-Damien Durand a écrit :
 Peut-etre une rpm de legato convertie en deb par alien (l'extension -ira
 est bizarre, malgre tout).
 So c'est ca,  effectivement legato a une reference a
 /usr/lib/X11/app-defaults/Networker et il est possible que par malchance le
 directory /usr/lib/X11 aie ete inclu dans la deb finale. Bizarre
 quand-meme.

 Comme dit precedement tu devrais d'abord enlever lgtoclnt-ira ou faire un
 dpkg -i --force-[tu decides quoi tu forces]

 A+, JD.

 Sh   processing
 /var/cache/apt/archives/xfree86-common_4.1.0-16woody6_all.deb Sh  
 (--unpack):
 Shtrying to overwrite `/usr/lib/X11', which is also in package
 lgtoclnt-ira Sh   Errors were encountered while processing:
 Sh/var/cache/apt/archives/xfree86-common_4.1.0-16woody6_all.deb
 Sh   E: Sub-process /usr/bin/dpkg returned an error code (1)


pgpA3bNpjvPMT.pgp
Description: PGP signature


=?iso-8859-1?q?Probl=E8me_de_mise_=E0?= jour

2005-05-11 Thread Xavier MOGHRABI
Bonjour

suite à l'annonce de sécurité concernant les paquets d'XFree86, j'ai essayé de 
mettre à jour un serveur en utilisant apt-get.

J'obtiens l'erreur suivante lorsque je fais 'apt-get  dist-upgrade' :

Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
1 packages upgraded, 0 newly installed, 0 to remove and 0  not upgraded.
Need to get 547kB of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n] y
Get:1 http://security.debian.org stable/updates/main xfree86-common 
4.1.0-16woody6 [547kB]
Fetched 547kB in 0s (1198kB/s)
(Reading database ... 34747 files and directories currently installed.)
Preparing to replace xfree86-common 4.1.0-16woody5 
(using .../xfree86-common_4.1.0-16woody6_all.deb) ...
Unpacking replacement xfree86-common ...
dpkg: error 
processing /var/cache/apt/archives/xfree86-common_4.1.0-16woody6_all.deb 
(--unpack):
 trying to overwrite `/usr/lib/X11', which is also in package lgtoclnt-ira
Errors were encountered while processing:
 /var/cache/apt/archives/xfree86-common_4.1.0-16woody6_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


Est-ce que quelqu'un saurait pourquoi ça plante ?

Merci pour votre aide

-- 
Xavier MOGHRABI - Consortium ObjectWeb



Re: =?iso-8859-15?q?Probl=E8me_de_mise_=E0?= jour

2005-05-11 Thread Xavier MOGHRABI

 Bonjour, je ne connais pas la raison de ce problème, mais de mon coté
 lorsque j'ai un ennuis lors de l'installation d'un package avec apt-get,
 je tape apt-get -f install, cette commande reprend l'installation des
 packages problèmatiques. Ca ne résolura surement pas le problème mais
 peu être qu'il y aura plus d'informations. Ca ne coûte rien d'essayer.

 Romain Biger

En faisant :
apt-get -f install

J'ai le résultat suivant :
Reading Package Lists... Done
Building Dependency Tree... Done
0 packages upgraded, 0 newly installed, 0 to remove and 1  not upgraded.

Ca n'a pas l'air de résoudre le problème. Par ailleurs j'ai oublié de préciser 
que je suis sur Debian stable.

-- 
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
Phone: +33 4 76 61 52 35 - Skype ID: xavier.moghrabi.bureau


pgp5VMv9mSWvb.pgp
Description: PGP signature


Re: How does Tomcat manage sesssions ?

2004-05-27 Thread Xavier MOGHRABI
I used that example to write my Manager config. However when the manager 
is nested inside the host it doesn't look to work since I don't have any 
row in my database.
So I nest the manager in a context as below, and I can see my sessions 
in the database.

Host name=localhost debug=0 appBase=webapps unpackWARs=true 
autoDeploy=true xmlValidation=false xmlNamespaceAware=false
...
Context path=/jsp-examples 
docBase=${catalina.home}/webapps/jsp-examples debug=10 
privileged=false
   Manager className=org.apache.catalina.session.PersistentManager 
debug=10 saveOnRestart=true checkInterval=1 maxActiveSessions=-1 
minIdleSwap=-1 maxIdleSwap=0 maxIdleBackup=0
   Store className=org.apache.catalina.session.JDBCStore 
debug=9 
connectionURL=jdbc:sapdb://192.168.1.3/COCHISE?user=DBAamp;password=DBA 
  driverName=com.sap.dbtech.jdbc.DriverSapDB
   sessionAppCol=app_name
   sessionDataCol=session_data
   sessionIdCol=session_id
   sessionLastAccessedCol=last_access
   sessionMaxInactiveCol=max_inactive
   sessionTable=DBA.tomcat_sessions
   sessionValidCol=valid_session/
/Manager
/Context
/Host

That solution doesn't pleased me a lot because I want to store the 
session for all deployed context. How can I do that ?

I have an other question : should I write something in my servlet to 
recover a session for example after a crash or does tomcat do it 
automatically ?

Thanks a lot
Xavier
Shapira, Yoav a écrit :
Hi,
 

I've read all the server.xml file and there is no marks of the Manager
configuration.
   

The example was removed a while ago, but you can still see it in older
versions of server.xml by going to the CVS or downloading an old
release:
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/catalina/src/c
onf/server.xml?annotate=1.2 for example has a complete example of a
persistent manager commented out.
 

I saw in the documentation that A Manager element MAY be nested inside
a Context component. And In the server.xml there aren't any contexts.
   

It MAY be nested inside a Context, but doesn't have to be.  It can be
inside a Host or an Engine, both of which are more common than having a
Manager inside a Context.
 

So don't you think that the file to be configured must be
${CATALINA_HOME}\conf\Catalina\localhost\manager.xml ?
   

No, that's for tomcat's Manager webapp, which is not the same thing as
the session Manager.  I realize the names might be confusing.
 

By the way, don't you have an example ?
   

We used to ship one with tomcat in server.xml, so see above for
accessing older versions of that file.
Yoav Shapira

This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 




Re: How does Tomcat manage sesssions ?

2004-05-27 Thread Xavier MOGHRABI
Hello,
That solution doesn't pleased me a lot because I want to store the
session for all deployed context. How can I do that ?
   

Put the Manager inside the Host, not the Context.
 

I did it in the host but it doesn't seem to work. I don't see any 
Session stored in my database.
Do you know how can I ask Tomcat which Manager he is using ?

Thanks for your precious help.
Xavier


Re: How does Tomcat manage sesssions ?

2004-05-26 Thread Xavier MOGHRABI
Hi,
I've read the documentation but I don't understand clearly where can I 
configure TOmcat to use *PersistentManager* instead of *StandardManager*.

Do you know it ?
Xavier
Shapira, Yoav a écrit :
Hi,
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html
http://jakarta.apache.org/tomcat/faq/misc.html#persist
Yoav Shapira
Millennium Research Informatics
 

-Original Message-
From: Xavier MOGHRABI [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 25, 2004 11:29 AM
To: Tomcat Users List
Subject: How does Tomcat manage sesssions ?
Hello,
I'm instested to know how does Tomcat manage user sessions. I'd like to
build a robust application that can survive after server's crashes.
Thereby, I'd like that the application is able to recover the session
   

to
 

allow users to go on their work where they were.
I've searched information on tomcat's website and I've read that in
using clustering features it would be possible to share sessions with
differents Tomcat instances by storing them in a shared storage such as
DBMS or XML file.
Thus, I thought my application could save sessions in a DBMS to recover
them after crashes or network failure. However I don't know how to do
this. Does somebody could bring me more documentation or tell me more
about it.
I would like to know :
- how should I configure Tomcat for doing that ?
- how tomcat save sessions and what does it do of objets linked to the
session ?
- how can I recover sessions and get it back to the right user?
Thanks for your help.
Xavier
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 




Re: How does Tomcat manage sesssions ?

2004-05-26 Thread Xavier MOGHRABI
It's nice to answer me but I didn't catch you.
I've read all the server.xml file and there is no marks of the Manager 
configuration.

I saw in the documentation that A Manager element MAY be nested inside 
a Context component. And In the server.xml there aren't any contexts.

So don't you think that the file to be configured must be 
${CATALINA_HOME}\conf\Catalina\localhost\manager.xml ?

By the way, don't you have an example ?
X
Shapira, Yoav a écrit :
Hi,
Yes, I know it: in server.xml.  Take a close read through that file, it contains 
further comments on configuring the session manager.
Yoav Shapira
Millennium Research Informatics
 

-Original Message-
From: Xavier MOGHRABI [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 26, 2004 6:32 AM
To: Tomcat Users List
Subject: Re: How does Tomcat manage sesssions ?
Hi,
I've read the documentation but I don't understand clearly where can I
configure TOmcat to use *PersistentManager* instead of *StandardManager*.
Do you know it ?
Xavier
Shapira, Yoav a écrit :
   

Hi,
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html
http://jakarta.apache.org/tomcat/faq/misc.html#persist
Yoav Shapira
Millennium Research Informatics

 

-Original Message-
From: Xavier MOGHRABI [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 25, 2004 11:29 AM
To: Tomcat Users List
Subject: How does Tomcat manage sesssions ?
Hello,
I'm instested to know how does Tomcat manage user sessions. I'd like to
build a robust application that can survive after server's crashes.
Thereby, I'd like that the application is able to recover the session
   

to
 

allow users to go on their work where they were.
I've searched information on tomcat's website and I've read that in
using clustering features it would be possible to share sessions with
differents Tomcat instances by storing them in a shared storage such as
DBMS or XML file.
Thus, I thought my application could save sessions in a DBMS to recover
them after crashes or network failure. However I don't know how to do
this. Does somebody could bring me more documentation or tell me more
about it.
I would like to know :
- how should I configure Tomcat for doing that ?
- how tomcat save sessions and what does it do of objets linked to the
session ?
- how can I recover sessions and get it back to the right user?
Thanks for your help.
Xavier
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   


This e-mail, including any attachments, is a confidential business
 

communication, and may contain information that is confidential,
proprietary and/or privileged.  This e-mail is intended only for the
individual(s) to whom it is addressed, and may not be saved, copied,
printed, disclosed or used by anyone else.  If you are not the(an) intended
recipient, please immediately delete this e-mail from your computer system
and notify the sender.  Thank you.
   

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


 



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

 




How does Tomcat manage sesssions ?

2004-05-25 Thread Xavier MOGHRABI
Hello,
I'm instested to know how does Tomcat manage user sessions. I'd like to 
build a robust application that can survive after server's crashes. 
Thereby, I'd like that the application is able to recover the session to 
allow users to go on their work where they were.

I've searched information on tomcat's website and I've read that in 
using clustering features it would be possible to share sessions with 
differents Tomcat instances by storing them in a shared storage such as 
DBMS or XML file.

Thus, I thought my application could save sessions in a DBMS to recover 
them after crashes or network failure. However I don't know how to do 
this. Does somebody could bring me more documentation or tell me more 
about it.
I would like to know :
- how should I configure Tomcat for doing that ?
- how tomcat save sessions and what does it do of objets linked to the 
session ?
- how can I recover sessions and get it back to the right user?

Thanks for your help.
Xavier
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Error in use of WEB DBM

2003-09-10 Thread Xavier MOGHRABI
Good Morning and Guten Morgen !

First I'm a french student who likes SAP DB and I wan't to excuse myself
because of my broken english.
I tried to use Web DBM because I want to transfer the DBMS on Linux and the
DBMGUI is not available on it.
I have a error when I click on Users of the Configuration part. The
system send me the following message :
 Microsoft Visual C++ Runtime Library
Assertion failed !
Program : d:\sapdb\indep_prog\web\pgm\wahttp.exe
File : D:\depot\bas\SAP_DB\7403\gen\opt...\Tools_...ing.hpp
Line : 246
Expression : IsAscii7(src)

For information on how your program can cause an assertion failure, see the
Visual C++ documentation on asserts
(Press Retry to debug the application - JIT must be enabled)

I don't understand what is the problem and more over the file specified
doesn't exist.
Thanks for your further help.

Xavier MOGHRABI

___
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general