[opensuse] Picasa on openSUSE 10.2

2006-12-22 Thread Stelian Iancu
Hello,

I am trying to run picasa 2.2.2820 on openSUSE 10.2 and I am, so far, 
unsuccessfull. 

After installing it, I start it and nothing happens. Then, based on somebody's 
suggestion from a thread from the factory mailing list, I tried:

strace -s 256 -f picasa 2>&1|tee PICASA.out

and the error I get is:

open("/usr/local/lib/wine/ntdll.dll.so", O_RDONLY) = -1 ENOENT (No such file 
or directory)
write(2, "wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: cannot 
open shared object file: No such file or directory\n", 120) = 120
exit_group(1)   = ?
Process 4985 detached

I don't have wine installed, I would like picasa to run using it's own bundled 
wine. So picasa's is installed in /opt/picasa/wine, so I tried to make a 
symlink from /opt/picasa/wine/lib/wine to /usr/local/lib/wine.

And now I get the following error:

open("/usr/local/lib/wine/ntdll.dll.so", 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\0\300\0\0004\0\0\0\374C\7\0\0\0\0\0004\0
 
\0\4\0
(\0\25\0\24\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\230\6\0\6\230\6\0\5\0\0\0\0\20\0\0\1\0\0\0\0\240\6\0\0\240\6\0\0\240\6\0`\243\0\0l\312\0\0\6\0\0\0\0\20\0\0\2\0\0\0\334?
\7\0\334?\7\0\334?
\7\0\330\0\0\0\330\0\0\0\6\0\0\0\4\0\0\0Q\345td\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\t\2\0\0007\3\0\0\327\0\0\0l\2\0\0\0\0\0\0\210\2\0\0
[\2\0\0\214\1\0\0\0\0\0\0\300\2\0\0M\1\0\0\371\0\0\0>\2\0\0D\2\0\0"..., 512) 
= 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=476996, ...}) = 0
mmap2(NULL, 485996, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = -1 
ENOMEM (Cannot allocate memory)
close(3)= 0
write(2, "wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: failed 
to map segment from shared object: Cannot allocate memory\n", 127) = 127
exit_group(1)   = ?
Process 3469 detached

And I am stuck, I have no clue what to do next. 

Any ideas how to get it to work are greatly appreciated (my wife is dead 
without picasa :-).

Best regards,
Stelian Iancu


pgpTzIcUPaSPF.pgp
Description: PGP signature


Re: [opensuse] Picasa on openSUSE 10.2

2006-12-22 Thread Nick Murphy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Stelian Iancu wrote:
> Hello,
> 
> I am trying to run picasa 2.2.2820 on openSUSE 10.2 and I am, so far, 
> unsuccessfull. 
> 
> After installing it, I start it and nothing happens. Then, based on 
> somebody's 
> suggestion from a thread from the factory mailing list, I tried:
> 
> strace -s 256 -f picasa 2>&1|tee PICASA.out
> 
> and the error I get is:
> 
> open("/usr/local/lib/wine/ntdll.dll.so", O_RDONLY) = -1 ENOENT (No such file 
> or directory)
> write(2, "wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: 
> cannot 
> open shared object file: No such file or directory\n", 120) = 120
> exit_group(1)   = ?
> Process 4985 detached
> 
> I don't have wine installed, I would like picasa to run using it's own 
> bundled 
> wine. So picasa's is installed in /opt/picasa/wine, so I tried to make a 
> symlink from /opt/picasa/wine/lib/wine to /usr/local/lib/wine.
> 
> And now I get the following error:
> 
> open("/usr/local/lib/wine/ntdll.dll.so", 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\0\300\0\0004\0\0\0\374C\7\0\0\0\0\0004\0
>  
> \0\4\0
> (\0\25\0\24\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\230\6\0\6\230\6\0\5\0\0\0\0\20\0\0\1\0\0\0\0\240\6\0\0\240\6\0\0\240\6\0`\243\0\0l\312\0\0\6\0\0\0\0\20\0\0\2\0\0\0\334?
> \7\0\334?\7\0\334?
> \7\0\330\0\0\0\330\0\0\0\6\0\0\0\4\0\0\0Q\345td\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\7\0\0\0\4\0\0\0\t\2\0\0007\3\0\0\327\0\0\0l\2\0\0\0\0\0\0\210\2\0\0
> [\2\0\0\214\1\0\0\0\0\0\0\300\2\0\0M\1\0\0\371\0\0\0>\2\0\0D\2\0\0"..., 512) 
> = 512
> fstat64(3, {st_mode=S_IFREG|0755, st_size=476996, ...}) = 0
> mmap2(NULL, 485996, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
> -1 
> ENOMEM (Cannot allocate memory)
> close(3)= 0
> write(2, "wine: failed to initialize: /usr/local/lib/wine/ntdll.dll.so: 
> failed 
> to map segment from shared object: Cannot allocate memory\n", 127) = 127
> exit_group(1)   = ?
> Process 3469 detached
> 
> And I am stuck, I have no clue what to do next. 
> 
> Any ideas how to get it to work are greatly appreciated (my wife is dead 
> without picasa :-).
> 
> Best regards,
> Stelian Iancu

Stelian

I had a problem with Picasa on 10.1 and was given some advice about
memory allocation and wine. The command to use from the CLI as root was
unlimit=0. try this, it might work.

Nick
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFFi+RLGFC6dsTXU2kRAt9WAJ9hfGjqUvQ0BKLM5tyngtvVGUzNVgCfb0Z5
NMimr0Vvf4tiIeRiQl7KNAs=
=J9gF
-END PGP SIGNATURE-

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



Re: [opensuse] Picasa on openSUSE 10.2

2006-12-22 Thread Patrick Shanahan
* Nick Murphy <[EMAIL PROTECTED]> [12-22-06 09:08]:
> The command to use from the CLI as root was unlimit=0. try this, it
> might work.

isn't this "ulimit" rather than "unlimit" ??

-- 
Patrick ShanahanRegistered Linux User #207535
http://wahoo.no-ip.org@ http://counter.li.org
HOG # US1244711 Photo Album:  http://wahoo.no-ip.org/gallery2
OpenSUSE Linux http://en.opensuse.org/
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Picasa on openSUSE 10.2

2006-12-22 Thread Stelian Iancu
On Friday 22 December 2006 15:16, Patrick Shanahan wrote:
> * Nick Murphy <[EMAIL PROTECTED]> [12-22-06 09:08]:
> > The command to use from the CLI as root was unlimit=0. try this, it
> > might work.
>
> isn't this "ulimit" rather than "unlimit" ??
>

Tried it. Doesn't work, exactly the same error. I also think it has to be 
ulimit. 

Br,
Stelian Iancu


pgpN56Dwrg1eg.pgp
Description: PGP signature


Re: [opensuse] Picasa on openSUSE 10.2

2006-12-23 Thread Stelian Iancu
On Friday 22 December 2006 22:42, Scott Gilmore wrote:
> On 12/22/06, Stelian Iancu <[EMAIL PROTECTED]> wrote:
> > On Friday 22 December 2006 15:16, Patrick Shanahan wrote:
> > > * Nick Murphy <[EMAIL PROTECTED]> [12-22-06 09:08]:
> > > > The command to use from the CLI as root was unlimit=0. try this, it
> > > > might work.
> > >
> > > isn't this "ulimit" rather than "unlimit" ??
> >
> > Tried it. Doesn't work, exactly the same error. I also think it has to be
> > ulimit.
> >
> > Br,
> > Stelian Iancu
>
> I believe the correct way to use this would be as follows:
>
> $ ulimit -v unlimited
> $ picasa
>
> This works for me. You can add this into your script that start picasa in
> /opt/picasa/bin/picasa.
>

I tried this and there is an improvement, it starts and I can see the License 
Agreement. Then I click on I agree, and then it exits :-(((. Now this is 
becoming really frustrating ... 

Br,
Stelian Iancu


pgp5E6WMaCjWX.pgp
Description: PGP signature


Re: [opensuse] Picasa on openSUSE 10.2

2006-12-23 Thread Stelian Iancu
On Saturday 23 December 2006 20:33, Stelian Iancu wrote:
> On Friday 22 December 2006 22:42, Scott Gilmore wrote:
> > On 12/22/06, Stelian Iancu <[EMAIL PROTECTED]> wrote:
> > > On Friday 22 December 2006 15:16, Patrick Shanahan wrote:
> > > > * Nick Murphy <[EMAIL PROTECTED]> [12-22-06 09:08]:
> > > > > The command to use from the CLI as root was unlimit=0. try this, it
> > > > > might work.
> > > >
> > > > isn't this "ulimit" rather than "unlimit" ??
> > >
> > > Tried it. Doesn't work, exactly the same error. I also think it has to
> > > be ulimit.
> > >
> > > Br,
> > > Stelian Iancu
> >
> > I believe the correct way to use this would be as follows:
> >
> > $ ulimit -v unlimited
> > $ picasa
> >
> > This works for me. You can add this into your script that start picasa in
> > /opt/picasa/bin/picasa.
>
> I tried this and there is an improvement, it starts and I can see the
> License Agreement. Then I click on I agree, and then it exits :-(((. Now
> this is becoming really frustrating ...
>
> Br,
> Stelian Iancu

I got it to work by setting:

SOFTVIRTUALLIMIT="0"

in /etc/sysconfig/ulimit and rebooting.

Thanks!

Merry Christmas everybody!

Stelian



pgpzPQaffl62p.pgp
Description: PGP signature


Re: [opensuse] Picasa on openSUSE 10.2

2006-12-23 Thread Gunnar H
Stelian Iancu skrev:
> On Saturday 23 December 2006 20:33, Stelian Iancu wrote:
>> On Friday 22 December 2006 22:42, Scott Gilmore wrote:
>>> On 12/22/06, Stelian Iancu <[EMAIL PROTECTED]> wrote:
 On Friday 22 December 2006 15:16, Patrick Shanahan wrote:
> * Nick Murphy <[EMAIL PROTECTED]> [12-22-06 09:08]:
>> The command to use from the CLI as root was unlimit=0. try this, it
>> might work.
> isn't this "ulimit" rather than "unlimit" ??
 Tried it. Doesn't work, exactly the same error. I also think it has to
 be ulimit.

 Br,
 Stelian Iancu
>>> I believe the correct way to use this would be as follows:
>>>
>>> $ ulimit -v unlimited
>>> $ picasa
>>>
>>> This works for me. You can add this into your script that start picasa in
>>> /opt/picasa/bin/picasa.
>> I tried this and there is an improvement, it starts and I can see the
>> License Agreement. Then I click on I agree, and then it exits :-(((. Now
>> this is becoming really frustrating ...
>>
>> Br,
>> Stelian Iancu
> 
> I got it to work by setting:
> 
> SOFTVIRTUALLIMIT="0"
> 
> in /etc/sysconfig/ulimit and rebooting.
> 
> Thanks!
> 
> Merry Christmas everybody!
> 
> Stelian
> 

> SOFTVIRTUALLIMIT="0" Is this right?? or it is =0
GunnarH
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] Picasa on openSUSE 10.2

2006-12-23 Thread Stelian Iancu
On Saturday 23 December 2006 22:57, Gunnar H wrote:
> >
> > SOFTVIRTUALLIMIT="0" Is this right?? or it is =0

Yes, it is with quotes: 
SOFTVIRTUALLIMIT="0" 

I think the default value was 80.

> GunnarH

Stelian


pgpASvsD8LtYO.pgp
Description: PGP signature


Re: [opensuse] Picasa on openSUSE 10.2

2006-12-23 Thread Gunnar H
Stelian Iancu skrev:
> On Saturday 23 December 2006 22:57, Gunnar H wrote:
>>> SOFTVIRTUALLIMIT="0" Is this right?? or it is =0
> 
> Yes, it is with quotes: 
> SOFTVIRTUALLIMIT="0" 
> 
> I think the default value was 80.
> 
>> GunnarH
> 
> Stelian

I have tried both, but I came only to the confirm when Picasa starts,
and then nothing happened.
GunnarH
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]