similar to: Wine auto update under Suse 10.3

Displaying 20 results from an estimated 2000 matches similar to: "Wine auto update under Suse 10.3"

2009 Jun 22
5
Further .NET woes
Further to advice from the list, I tried using winetricks. Below you can see a list of available packages and the one I felt was the answer (mono is the linux implementation of .NET). Can anyone tell me what I am doing wrong ? andrew at zeus:~/Download/Fictionwise/Mobipocket$ winetricks Usage: /usr/bin/winetricks [options] package [package] ... This script can help you prepare your system
2007 Oct 30
2
R installation on SuSE 10.3
I have downloaded the source code for Linux. the ./configure procedure can find gcc but cannot find f77 or f2c I have looked for the above compiler with Test and installed all what pertains to Fortran. Still not even the man pages for f77 anf fc2 work >. Where is f77 and f2c with linux 10.3 ?? Thank you do much -- Maura E.M [[alternative HTML version deleted]]
2009 Mar 14
2
Wine 1.1.17 ..broke?
I just compiled wine 1.1.17 from source and then set it up with 32libs like I usually do (ArchLinux 64bit) and then I tried to run winecfg like I always do when I install a new version of wine. I get this in terminal "/usr/bin/wine: failed to read ELF header" Any attempt to run anything except just plain "wine" gives the same message. I thought at first it was my fault
2008 Dec 13
1
samba 3.2.6 openSUSE binaries
I have noticed a big difference in the file size for two of the openSUSE binaries: 10.3 <http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_10.3/i586/samba-client-3.2.6-3.1.i586.rpm>samba-client-3.2.6-3.1.i586.rpm 13-Dec-2008 01:34 46M 11.0http://download.opensuse.org/repositories/network:/samba:/STABLE/openSUSE_11.0/i586/
2009 Dec 20
1
expression()
Hi All, I'm wondering if its possible to write degree in symbol. I would like y-label as "Temperature (degreeF)". where degree should be in symbols. Thanks in advance, #R Code library(lattice) data(barley) barchart(yield ~ variety | site, data = barley, groups = year, layout = c(1,6), ylab = "Temperature (degreeF)", scales = list(x =
2005 May 22
1
Installation Problems
Having uninstalled the old Wine installation from SuSE 9.2 so that I could install the 20050419 RPM, I am having problems running programs. Trying to install an audio converter, I get the following andrew@zeus:~/Download/Software> wine waveatmp3_setup.exe err:module:import_dll Library ole32.dll (which is needed by L"c:\\windows\\system\\shlwapi.dll") not found
2019 Nov 24
2
nouveau on NV04 calling illegal method 02fc under fbcon
Hi, Trying a new kernel on old [NV04] system I get tons of nouveau 0000:01:00.0: gr: intr 00000001 [NOTIFY] nsource 00000040 [ILLEGAL_MTHD] nstatus 00004000 [PROTECTION_FAULT] ch 0 [DRM] subc 3 class 004a mthd 02fc data 00000003 errors when operating on console. As I updated from 4.3 kernel, a bisect does not feel like the best start. What is that 02fc method which fbcon is probably
2006 Aug 10
6
Getting started w/ Ruby on Rails
Hi, I would like to get started with RoR, since it seems to be a terriffic platform for Webdevelopment. However, I''m unsure what "level" you need to be on in terms of programming to get started? Best regards, Gustav -- Posted via http://www.ruby-forum.com/.
2015 Sep 21
3
New software based on libvirt
Hello, I'm introducing to you the decentralized cloud Cherrypop. Combining libvirt and LizardFS (as of now) it becomes a cloud completely without masters. Thus, any node is sufficient for the cloud to be up and therefore no wasted resources and no single point of failure. It's still pretty crude software but will work with some tinkering. Hope you try it and like it! For more
2008 May 10
2
kernel- 2.6.25.3 + xen 3.2
Hi Does anyone uses 2.6.25-3 kernel and xen-3.2? I have a problem with kernel 2.6.24. I find some patch for this kernel? Regards, Albert _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2000 Dec 29
4
vorbis.com
Form the vorbis.com homepage: "Ogg Vorbis does not compromise quality for freedom. Its stunning quality is coupled with aggressive features like fast bitrate scaling, surround channels, and fast sample-granularity seek and decode." This makes me wonder... -- What is "fast bitrate scaling"? -- I've never seen anything in the source supporting surround channels. -- I
2006 Jul 28
2
Delete has_many_and_belongs_to_many relation
Hi there, Just a simple question I guess, but I am unable to find an anwser... How to delete a hmabtm relation? Any help will be appreciated :) Thanks, Fabrice. -- Posted via http://www.ruby-forum.com/.
2006 Mar 06
3
Problem Accessing Samba Server from Windows
Hi, I'm having a problem accessing my samba server from Windows. The problem occurs every time I try to browse to it on either XP or 2003 Server. The error message I get is: "\\Zeus is not accessible. You might not have permission to use this network resource. Contact the administrator of this server to find out if you have access permissions. The account is not authorized to log in
2013 Feb 17
3
Select components of a list
Hi Gustav, Try this: lapply(1:length(models),function(i) lapply(models[[i]],function(x) summary(x)$coef[2,]))[[1]] #1st list component [[1]] #??? Estimate?? Std. Error????? z value???? Pr(>|z|) # pm10 #5.999185e-04 1.486195e-04 4.036606e+00 5.423004e-05 #[[2]] #??? Estimate?? Std. Error????? z value???? Pr(>|z|) #ozone #0.0010117294 0.0003792739 2.6675428048 0.0076408155 #[[3]] #???
2006 Aug 12
5
In place editing on a list - not passing ID through
I want to do in-place edits on a list of data, but I''m having trouble getting the ID passed through to the controller. I use this in my view to create the field: <% for frame in @frames %> ... <%= in_place_editor_field :frame, :price %> <% end %> and this produces the following in my output: <span class="in_place_editor_field"
2005 Nov 14
1
connecting from Windows XP x64 Edition
Hi there, I have a problem connecting from a Windows XP x64 Edition machine (nettle) to a Samba server (zeus). When I open an Explorer window and enter "\\zeus\work" in the address line, I receive an error message: "Widnows cannot find '\\zeus\work'. Check the spelling and try again, or try searching for the item by clicking the Start button and then clicking
2006 Jul 31
2
ambiguous column name in has_many :through
In my application model I have three classes: Accounts, Projects, and Items class Accounts < ActiveRecord::Base has_many :items, :through => :projects, :source => :items has_many :late_items, :class_name => ''Item'', :through => :projects, :conditions => [''due_on < ?'', Time.now], :source => :items end class Projects <
2006 Mar 14
3
Check whether externam URL is valid?
Hey, I have users entering URLs into my app, is there anyway in which I can check to see if the URLs actually point to something before saving the user input? Maybe a kind of ''ping''-action that returns true on success? (btw: does anyone of a tentative release date for Rails1.1? I''ve been slobbering all over my RailsRecipes book and I can''t wait! Also, Scott
2014 Jan 02
1
Strange problem with ddns AAAA delete
I am trying to setup dynamic updates with bind_dlz backend, but for some reason if any windows client or linux with nsupdate tries to remove AAAA record, server just 'cancelling transaction', while A and PTR records (both on reverse ipv4 and ipv6) working fine. If i'am remove AAAA record manually via samba-tool or windows mmc then AAAA record can be updated, but after that it again
2018 Feb 07
2
after a couple of year of success is not possible to add workstations to domain
*//* Hi Denis, Il 06/02/2018 20:05, Denis Cardon via samba ha scritto: > Hi Massimo, > >> Il 05/02/2018 16:41, Rowland Penny ha scritto: >>> On Mon, 5 Feb 2018 16:01:27 +0100 >>> "Massimo Donato - Adcom.it via samba" <samba at lists.samba.org> wrote: >>> >>>> */Hi all, >>>>      after a couple of year of successfully