search for: 247realmedia

Displaying 20 results from an estimated 20 matches for "247realmedia".

2007 Mar 28
3
New Introduction
Hi all, I''ve just rewritten the Puppet introduction from scratch: https://reductivelabs.com/trac/puppet/wiki/PuppetIntroduction I think it''s better, but I''m not convinced it''s a whole heckuva lot better. Comments are very much appreciated, especially if you can recommend a better approach to the document. I tried to organize it how I have been giving
2008 Sep 23
1
Fatal server error: DMA queue hang
...au/dmesg.txt Is this a known issue? Is there anything else I can provide? As noted, I can't load up nVidia's drivers now to produce a dump ... I should have thought about this before ... Dan Daniel Kasak / DNA Application Developer T: +61.2.8968.4056 / F: +61.2.9904.5055 daniel.kasak at 247realmedia.com 24/7 Real Media 15-19 Parraween Street Cremorne, NSW 2090 Australia -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.freedesktop.org/archives/nouveau/attachments/20080923/51cb39ed/attachment.html -------------- next part -------------- A non-text a...
2008 Aug 28
1
Re: Can't install IE6
Hi awdoyle, I too wanted IE6 installed for the purpose of Outlook Express and its mail handling, particularly with folders as I have many. (...disregarding alternative clients with add ons for the moment) I know IE6 can be installed using Codeweavers Crossover Linux app (based on WINE). With this install, OE is also installed. (You need to manually create a link to the .exe file) I currently
2008 Aug 28
1
Re: Can't install IE6
Hi Daniel, Thanks for your reply, I don't necessarily want "Outlook Express". I want an email client that can manage folders within hotmail, and will synchronise with the server so I can access the same mail from another machine (i.e. work) via the web. If there is another free mail client that provides that functionality for hotmail, I will gladly use it. I agree that there are
2008 Sep 08
1
IE6, flash, abysmal performance
...WHOLE heap of data being thrashed back and forth somewhere. I realise that this is a bit of a corner case. But anyway, maybe ( hopefully ) there's a simple optimisation that can improve this? :) Daniel Kasak / DNA Application Developer T: +61.2.8968.4056 / F: +61.2.9904.5055 daniel.kasak at 247realmedia.com 24/7 Real Media 15-19 Parraween Street Cremorne, NSW 2090 Australia -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080908/3964bd03/attachment.htm
2008 Sep 09
2
uTorrent help
Hello, I have tried starting uTorrent with wine. This is a freshly installed Debian (Etch) 4.0. I get the error 1114: I start it with Putty (I am using VNC as well, have gotten the same error in xterm) This is the log - > > dance at ks364332:~$ Application tried to create a window, but no driver could be loaded. > Make sure that your X server is running and that $DISPLAY is set
2008 Sep 24
3
Segmentation fault during compilation
Hey everybody, I've been trying to compile wine since version 1.0 and have gotten crashes during the make command, about 20 minutes in. Very frustrating. I'm running Fedora 9, and I believe gcc version 4.3.0.8. Is this a gcc problem? If so, what can I do to fix it? Output of failed make command follows... gcc -c -I. -I. -I../../../include -I../../../include -D_REENTRANT -fPIC -Wall
2008 Aug 21
1
Wine & ATI
I'm suing an Aspire 5050 laptop with and AMD Turion64 and Radeon X1100 Running Kubuntu Hardy, Wine-1.0, latest version of Xorg Code: :~$ apt-cache showpkg xorg-driver-fglrx Package: xorg-driver-fglrx Versions: 1:7.1.0-8-3+2.6.24.13-19.45 Running with the fglrx drivers generally doesn't seem to bode well... video playback is slow and any attempt to run wine with d3d crashes. For
2008 Sep 08
2
Wine w/ µTorrent
Hi there, i've ?Torrent running in Feiste with Wine 1.0 stable release. I've installed the deb file, then typed wine utorrent.exe. Then my puTTy show me this log (dunno where is the complete but this is partial) Code: fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported err:ole:CoGetClassObject no class object {ae1e00aa-3fd5-403c-8a27-2bbdc30cd0e1} could be created for context
2007 Nov 26
6
Help with tags
Hello... I need some help with tags. as an example: # pseudo code class ssh { file { "/etc/ssh/ssh_config": # normal stuff tag("dangerous") } file { "/etc/ssh/sshd_config": # normal stuff tag("dangerous") } file { "/etc/ssh/ssh_known_hosts": # normal stuff tag("safe") } } on client: puppetd --tags
2007 Dec 10
1
problem with puppetmasterd log
Hello, puppetmasterd is running as shown here: puppet 10209 1.1 1.5 138124 62532 ? Ssl 13:37 0:06 /usr/bin/ruby /usr/sbin/puppetmasterd --manifest=/etc/puppet.production/manifests/site.pp --logdest=/var/log/puppet.production/puppetmasterd.log however, the log file is not being updated with information when a client runs puppetd --test Am I missing something obvious? Best,
2007 Mar 15
1
can''t get defined function to work
Any help would be much appreciated: $refcheck = defined(File["/home/$name/.ssh"]) if $refcheck {} else { file { "/home/${name}/.ssh": ensure => directory, owner => $name, group => $name, mode => 700 } } puppetd says: err: Syntax error at ''File'' at
2007 Mar 16
0
HOWTO: Overcoming home directory''s dependency on owner element when disabling user accounts
Background info: https://reductivelabs.com/trac/puppet/ticket/549 Here''s how I''m working around the issue now... case $ensure { present: { $home_owner = $name $home_group = $name } default: { $home_owner = "root" $home_group =
2007 Mar 17
0
Overhaul of Authorized_keys recipe
For those interested in managing authorized_keys for multiple users, I''ve just overhauled my document here: https://reductivelabs.com/trac/puppet/wiki/Authorized_keysRecipe Best, Adam Kosmin windowsrefund on #puppet _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Mar 20
1
The new generate() function
Hello everyone, I''m trying to figure out if a template exists. Is this legal? $exists = generate(template("foo/bar")) Best, Adam
2007 Mar 28
4
How is defined() used?
Hello What am I doing wrong here? $test = defined(User[''foo'']) _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Jan 10
2
puppet on RHEL4
Hello, I''m seeing the following when I run puppetd --version /usr/sbin/puppetd:157:in `require'': no such file to load -- puppet (LoadError) from /usr/sbin/puppetd:157 I thought upgrading ruby to 1.8.5 would solve the issue but it has not. In any case, here are the relevant rpm versions... ruby-1.8.5-1.el4.centos ruby-rdoc-1.8.5-1.el4.centos
2007 Dec 18
4
Pulling Strings with Puppet: Automated System Administration Done Right (Paperback)
http://www.amazon.com/gp/product/1590599780/ This looks awesome! Any ETA? Best, Adam
2007 Dec 03
3
certificate issue with Branch Testing
Hello All, I''m using the "Branch Testing" approach documented at https://reductivelabs.com/trac/puppet/wiki/BranchTesting and am seeing an issue with certificates. On all clients, I can run puppetd --masterport=8141 successfully but see the following error when I run against the default (8140) port: err: Could not retrieve configuration: Certificates were not trusted:
2007 Apr 04
5
sshkey
Hello all, How are you using the sshkey type? Are you using it to list hosts and keys in a class that nodes include in order to manage /etc/ssh/ssh_known_hosts or something else? How does any of this relate to the sshrsakey and sshdsakey facts on the host? I read some stuff about this on the Virtual Resources page but it''s too vague for my simple mind and I''d be reluctant to use