Displaying 20 results from an estimated 1000 matches similar to: "CentOS iso for Sparc64 machine"
2006 Feb 27
3
Updates on Centos 4
Hi,
I have a server that has been running Centos for about a year but
I have not checked to see if there have been any changes to update.
Has there been any updates or fixes for the update? I have not been in
the loop for a while now. Thanks!
-- Dexter
Desire is the ingredient that changes the hot
water of mediocrity to the steam of outstanding
success. It's the ingredient that enables a
2007 Jun 20
3
MusicMatch Jukebox-like mp3 player...
Looking for recommendations....
On WinXP, I use MusicMatch Jukebox version 9 for all my tinkering with
mp3s. What do you guys use that would match the functionality of MMJB?
I'm mainly interested in the music library setup of MMJB...
--
--- David Woyciesjes
2005 Dec 11
2
Cdrecord problems
Hi,
I am having problems with cdrecord. Here is my information from scanbus:
[root at Eurisko3 ~]# cdrecord -scanbus
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 J?rg
Schilli ng
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests
2008 Jun 02
3
Burning DVD with upgrade of cdrtools for cdrecord
I am having problems burning DVD's from commandline. I was wondering if
anyone else has had any luck using cdrecord-2.01 and cdrtools that is
supposed to add DVD support? Thanks!
-- Dexter
-- Dexter Fitzgerald Stowers
Systems Programmer I
Systems Administrator Unix/Linux Systems
142 Freeman Hall
College of Engineering and Sciences
GSEC, GCIH, GCIA, RHCT, RHCE
-------------- next part
2005 Apr 19
4
Apache, MySQL, and PHP
Hi,
I need to ask a question about the usuage of these particular
packages...do you install the binaries for each or do you use what
comes with the OS out of the box??? The reason why I am asking is
because I am having problems using the one that comes with the OS.
Everything else runs great but I am using CentOS for the first time
and I want to make sure that I am not spinning my wheels
2013 Nov 23
2
[LLVMdev] GVN fails with bitcasts
Hi,
i have the following code:
define internal %"struct.dexter::ConditionConstant"*
@_ZN6dexter18BinaryConditionAdd8evaluateEv5(%"class.dexter::BinaryConditionAdd"*)
{
entry:
%1 = getelementptr inbounds %"class.dexter::BinaryConditionAdd"* %0, i32
0, i32 0, i32 1
%2 = load %"class.dexter::BaseCondition"** %1, align 8
%3 = bitcast
2019 Oct 09
3
[RFC] Adopt Dexter and use it to run debuginfo-tests
Hi llvm-dev@,
This is a proposal for LLVM to adopt Sony's Dexter tool [0], import it into the
debuginfo-tests repo, and use it to run integration tests between debuggers
and clang/llvms debuginfo. (Sony has approved donating Dexter to LLVM).
Background
----------
The debuginfo-tests repo contains an integration test suite for debug data,
which builds each test case from its source code
2019 Jun 19
3
Running debuginfo-tests with Dexter
Hi llvm-dev@,
There's been some renewed interest in integration tests for debuginfo,
checking that debuggers interpret LLVMs output in the way we expect.
Paul suggested a while back [0] that our (Sony's) Dexter [1] tool
could be a useful driver for running debuginfo tests -- I'd like to
ask whether people think this would be desirable course to take, and
what the requirements for
2020 Feb 25
2
How to help improve debug experience w/ optimizations enabled?
+ 1 to Paul’s suggestions.
I’d add that if an open bug report isn’t assigned to anyone, you can assume it’s fair game. Feel free to assign a bug to yourself if you start working on it.
To toss another idea out there, you might try picking a small .o and working backwards to figure out why location information in it is incorrect. This can reveal a different set of bugs compared to e.g. running
2004 Jan 23
2
trouble with german special chars on smb shares
Setup: two Slackware9.1 boxen with Samba 3.0.1 (tried 2.2.x as well), where
xerxes: is a file server and
shodan: is the client
on xerxes there are 3 shared vfats (the errors I am going to describe occur on
ext2/3 in exactly the same way)
When I do:
dexter@xerxes:/mnt/f/smbtest$ touch Umlaute_???
I get:
dexter@xerxes:/mnt/f/smbtest$ ls
Umlaute_???
Just like it should.
BUT: on the client
2007 Mar 26
1
outbound call
HI All,
I am new to asterisk. i want to make outbound calls from asterisk. I tried
with many times with the given settings but in vain
This is my scenario:
I have a *user A* who has registered with sip server(ONDO), I made
asterisk
to register as a sip client with ONDO, I want to make a call to user A
from
an extension.
My configurations
sip.config
[general]
context=default
2020 Feb 24
2
How to help improve debug experience w/ optimizations enabled?
Hello,
I'd like to help improve the debug experience in LLVM/Clang when optimizations are enabled, but I'm not sure where to start.
I've seen the umbrella bug for poor debug experiences (38768 https://bugs.llvm.org/show_bug.cgi?id=38768 ).
Is there any bug in this list that isn't being looked at (and that doesn't require a lot of knowledge) that I could work on?
I also tried
2007 Feb 14
2
UTF8 not working
Slackware 11.0, Samba 3.0.23c
After two years absence from Samba I need to use it again.
A week ago I switched my entire network to UTF8 which works fine locally,
works fine via NFS.
Now mounting the SMB shares german Umlauts are broken.
"F?r alle ein Segen.mp3"
becomes
"F?r alle ein Segen.mp3"
Server config:
[global]
display charset = UTF-8
workgroup =
2006 Apr 07
3
RJS removing content of div, but not div itself
Hi,
I''m creating a list of ingredients on a page. When the user clicks the ''Add Ingredient'' button a record gets added to the db and the ingredient gets added to the page. On the page, each record is represented by a <div> with three <span>s inside. One of the <span>s has a link_to_remote to ''delete'' the ingredient. When the link
2004 May 06
9
[Bug 864] sshd segfaults on connect on SunOS
http://bugzilla.mindrot.org/show_bug.cgi?id=864
Summary: sshd segfaults on connect on SunOS
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: Sparc
OS/Version: SunOS
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: jsr at
2006 Nov 14
3
messed-up habtm relationship
Hi,
I have a many-to-many relationship between dishes and ingredients
class Dish < ActiveRecord::Base
has_and_belongs_to_many :ingredients
end
class Ingredient < ActiveRecord::Base
has_and_belongs_to_many :dishes
end
I have a join table dishes_ingredients
now when i access my_dish.ingredients, i get a list of what looks like
Ingredient objects, but the but they don''t have
2007 Nov 19
2
Help with controller and view
I have the following models
class Recipe < ActiveRecord::Base
has_many :ingredient_recipes
has_many :ingredients, :through => :ingredient_recipes
end
class IngredientRecipe < ActiveRecord::Base
belongs_to :ingredient
belongs_to :recipe
end
class Ingredient < ActiveRecord::Base
has_many :ingredient_recipes
has_many :recipes, :through => :ingredient_recipes
2013 Jan 19
2
Deformulation and R
Dear All,
I hope this is not too off-topic.
Essentially, I need to know if there is any R package which can help me
with a deformulation project.
Suppose e.g. that you know from a chemical analysis the fat, mineral,
vitamin, energy [and so on] content of a certain food product.
You also know the ingredients of this product (e.g. milk, lactose,
vegetable oil) and you know the chemical
2006 Jul 05
1
newbie question: Mapping Collections
Hi,
Day 3 with rails here. Forgive me. If this has been covered many times
before, pls just point me at the article.
I worked through the Rolling with Rails tutorial
(http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html) built up my
cookbook. Things work great.
I now want to add Ingredients to my app. So, a Recipe will have 1 or
more Ingredients and any single ingredient can be
2010 Oct 16
1
msxml6_x64 installation error
Hi all,
I'm unable to install msxml6_x64.msi. Here's my output:
Code:
> wine msiexec /i msxml6_x64.msi
fixme:ole:CoInitializeSecurity (0x453120,-1,(nil),(nil),6,2,(nil),64,(nil)) - stub!
err:ole:CoGetClassObject no class object {24e669e1-e90f-4595-a012-b0fd3ccc5c5a} could be created for context 0x1
fixme:storage:create_storagefile Storage share mode not implemented.