Displaying 20 results from an estimated 100000 matches similar to: "[b]WINE X SLED 10[/b]"
2008 Jun 13
1
Samba 3.0.30 and 3.2.0rc2 packages for all (SUSE) Linux products
RPM package installation sources of Samba 3.0.30 (STABLE) for SUSE Linux
projects are available at ftp.suse.com/pub/projects/samba/STABLE/
At ftp.suse.com/pub/projects/samba/TESTING/ you find the same for the
upcoming 3.2.0 release. This is currently a release candidate (rc) 2
and is not intended for production environments.
Supported SUSE Linux based products are at the moment SUSE Linux 10.1,
2008 Jun 13
1
Samba 3.0.30 and 3.2.0rc2 packages for all (SUSE) Linux products
RPM package installation sources of Samba 3.0.30 (STABLE) for SUSE Linux
projects are available at ftp.suse.com/pub/projects/samba/STABLE/
At ftp.suse.com/pub/projects/samba/TESTING/ you find the same for the
upcoming 3.2.0 release. This is currently a release candidate (rc) 2
and is not intended for production environments.
Supported SUSE Linux based products are at the moment SUSE Linux 10.1,
2011 Jan 11
3
Linux Suse, Wine and the new guy...
Hey you Linux folks out there,
sry for asking these really bad nooby questions, but i dont get the hang of it...
Today i got my new Notebook with Linux Suse Entertainment Desktop 11 OS. I thought myself : " Now its the time to go with the time and use LINUX"...
Its not as easy as i thought. The use of the main functions is as easy as on windows, but i even dont know how to download
2012 Sep 21
1
[PATCH] Update SuSE Linux detection.
Update SuSE Linux detection. Up to now everything with a
/etc/SuSE-release file was treated as openSuSE. With this change SLES
based distributions such as "SUSE Linux Enterprise Server", "SUSE
Linux Enterprise Desktop" and "Novell Linux Desktop" will show up as
"sles". The 'opensuse' detection was updated to handle older openSuSE
releases as well as
2009 Dec 21
1
Re: Installing Wine on SLED 11
I have found that the shortcut I add to the windows machines has a few options added to it for it to run. eg:
T:\Acucorp\Acucbl620\AcuGt\Bin\wruncbl.exe -c lawpac.cfg lawstart.cbx
T:\ is the network mapped folder that is accessible after logging on to the servers with Novell Client, this folder may also be seen on suse using the client.
the shortcut location is here:
H:\TREVOR\LawpacWindows
2007 Apr 26
6
Struggling to define multiple yum/rug repositories
My head hurts from trying to figure this out for the past several hours . . .
I want to determine what provider to use based on a fact (thanks for
the suse version fact btw) but I ain''t gettin it:
What''s wrong? Am I going down the completely wrong path? Is there a better way?
# suse-yum.pp
case $suse_repo_name {
#sled10-i586: {Package{ provider => rug}}
sled10-i586:
2012 Jan 13
2
Problem Installing R to SuSE 10 via RPM
Hi,
I'm trying to install R from an rpm locally to my account (the reason I'm
not doing it through yast/yast2/zypper is that the sys admin isn't yet
willing to install it, and doesn't want to support it, but will help me
support it if I install it locally -- in short, policy problems rather than
technical). Below is the SuSE version, Kernel version, and rpm install
error I'm
2015 Sep 04
2
UPS/NUT with openSUSE 13.1
Hello Bob,
> I had preferred the shutdown script method because it was a little more
> straight-forward, and possibly more portable. This guide is meant to
> help people get the UPS up and running, whatever their Linux distro. I
> don't know how common the systemd implementation is across various Linux
> distros.
You will need to support Linux systems with and without
2008 May 12
1
RPM-style install (SLED 10.1)
I am trying to install R on a SLED 10.1 machine.
R-base-2.7.0-7.1-i586.rpm fails with
stas at linux-6b8s:~/RPMs> rpm -Uvh R-base-2.7.0-7.1.i586.rpm
warning: R-base-2.7.0-7.1.i586.rpm: Header V3 DSA signature: NOKEY,
key ID 14ec5930
error: Failed dependencies:
libgfortran.so.1 is needed by R-base-2.7.0-7.1.i586
I tried to trick it into believing there's the library by setting up
2018 Oct 01
2
[supermin PATCH] rpm: support openSUSE Leap 15
openSUSE Leap 15 has "opensuse-leap" as ID in os-release, so add it both
in the detection code of the RPM handler, and in test-harder.sh.
---
src/ph_rpm.ml | 2 +-
tests/test-harder.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/ph_rpm.ml b/src/ph_rpm.ml
index b0a5eb2..3caa38e 100644
--- a/src/ph_rpm.ml
+++ b/src/ph_rpm.ml
@@ -40,7 +40,7 @@ let
2018 Oct 02
1
[supermin PATCH] rpm: generalize openSUSE support
It seems that all the newer versions of openSUSE have an 'opensuse-'
prefix in their distro ID; hence, check for that prefix at once, keeping
compatibility for the old "opensuse" ID.
Followup of commit 0668b2d64abef0724219480a3d7fc16b8dd1e68f.
---
src/ph_rpm.ml | 3 ++-
tests/test-harder.sh | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git
2017 Sep 01
2
[PATCH v2] appliance: use ID_LIKE as a fallback for SUSE distro detection
All SUSE distros have a ID_LIKE=suse, including the fake one used
for building that has a ID=Dummy value. Without reading ID_LIKE
on SUSE distros, the generated appliance packagelist is not correct.
This fix reads ID_LIKE as a fallback if ID contains nothing.
---
m4/guestfs_appliance.m4 | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/m4/guestfs_appliance.m4
2017 Jul 20
1
Re: [PATCH] appliance: read ID_LIKE from os-release as a fallback
On Thu, 2017-07-20 at 17:01 +0200, Pino Toscano wrote:
> On Thursday, 20 July 2017 16:21:40 CEST Cédric Bosdonnat wrote:
> > In the appliance used to build the packages for openSUSE, os-release
> > is super minimal and only had ID_LIKE=suse. The code setting the
> > DISTRO variable only searches for ID variable so far, resulting in
> > invalid packagelist on openSUSE.
2018 Oct 01
1
[PATCH] build: support openSUSE Leap 15.0
Support the ID found in openSUSE Leap 15.0 in addition to the other
SUSE-related IDs. While there is already --with-distro=ID to force the
ID without using os-release, this makes it possible to build OOTB.
---
m4/guestfs-appliance.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/guestfs-appliance.m4 b/m4/guestfs-appliance.m4
index 5c2bc3e8d..bcba4c1a1 100644
---
2008 Mar 05
2
Wine & Intel 945 : hangs when switching between X & console
Hi All,
I have been running WINE quite contently for the last year & think it is an amazing product!
There is one thing though that is quite bugging and I would like to share to see if others also have this experience and we can maybe fix..
On my laptop (it has an Intel 945 GM video chipset) I'm having problems when using WINE. Not with WINE itself but more with system stability.
2018 Oct 02
1
[PATCH] rpm: generalize openSUSE support
It seems that all the newer versions of openSUSE have an 'opensuse-'
prefix in their distro ID; hence, check for that prefix at once, keeping
compatibility for the old "opensuse" ID.
Followup of commit a4e53bcbc52594f8863e7866448640f7ac8ab0f9.
---
m4/guestfs-appliance.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/guestfs-appliance.m4
2010 May 14
1
about wine
Hi,
I am using first time opensuse,please help me to how to install wine
software in open suse 11.0 and how to configure it , please guide me
Please give me any update wine software link for suse
Regards,
Yuvaraj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-users/attachments/20100514/ae0219e1/attachment.htm>
2009 Jun 24
4
Wine auto update under Suse 10.3
The above has been working perfectly since I first installed Wine last year, successfully installing the updates which appear sometimes on a daily basis. It uses the main Suse 10.3 repositories, plus
software.opensuse.org/download/Emulators:/Wine/openSUSE_10.3/
However in the last couple of weeks the updates have all failed, giving a "missing dependencies" message showing many
2009 Dec 28
10
samba 3.3 for opensuse 10.2
Hallo and Merry Christmas to all!
I need the rpm-files of samba 3.3 or later for opensuse 10.2.
The repo isn?t available any more, so can anybody help me here?
Thanks in advance!
Peter
2017 Sep 25
2
[PATCH] build: improve and simplify distro detection
Add a --with-distro=ID argument for configure, so it is possible to
manually specify the distro to use for the packages (in case os-release
does not provide ID=.., or the ID is not recognized yet).
In the case when --with-distro is not set, keep doing the autodetection,
but using os-release only, i.e. dropping the checks for all the other
-release files -- since there is --with-distro, older