Displaying 20 results from an estimated 40000 matches similar to: "Installing the hard way?"
2019 Nov 15
2
C8 Questions
Hi Steffan,
I run my VMs on c7 using qemu-kvm + libvirt + virt-manager and the same on
a slackware 14.2 without any problem.
What error/problem do you receive?
Il Ven 15 Nov 2019, 19:01 Steffan Cline <steffan at hldns.com> ha scritto:
> I'm really curious how you were able to virtualize CentOS 8.
>
> What platform are you using? Xen, KVM or VMWare? PV or HVM?
>
> I
2005 Aug 02
5
7970 SIP
Can anyone point me to the location of the 7970 SIP image? I'm logged
in thru my CCO acount with my smartnet contract and cannot find it
anywhere.....
I know that a bunch of people have it at this point...how'd they get it?
-Darren
2004 Aug 06
6
icecast on port 80 NOT as root
This may seem simple but I've looked all over and come up with nothing.
I'm interested in running Icecast 1.3.12 on port 80 to get around the
firewall issue. Obviously it's not prudent to run Icecast at root so I'm
wondering is there any way to safely run Icecast on port 80 using either
setuid or port redirection? Has anyone accomplished this and if so,
how'd you do it?
2012 May 04
1
random crash
Hello,
I''m using the following configuration on 8 different servers:
xen 4.1.2 from opensuse 12.1 with Kernel 3.1.10-1.9-xen
AMD Phenom(tm) II X6 1075T 8GB ram
Dom0 : 1GB memory and 2 vcpus on core 0
(via boot option dom0_mem=1024M dom0_max_vcpus=2)
DomU :
1 PV guest (opensuse12.1) 1GB memory 2 vcpus on core 1 to 5
1 PV guest (opensuse12.1) 1GB memory 3 vcpus on core 1 to 5
2019 Nov 16
0
C8 Questions
I have all my issues posted on the forum - https://centos.org/forums/viewtopic.php?f=54&t=71934
I'm using Xen and it seems to be an issue with pvgrub and grub2. No matter what I do, it always boots into the grubdom> prompt.
I made the changes suggested in the thread but can't get past that. HVM is fine but slow. PV just won't work.
Thank you,
Steffan Cline
steffan at
2016 Apr 19
2
LTO and intrinsics mangling
On 04/19/2016 09:35 AM, Ahmed Bougacha wrote:
> On Mon, Apr 18, 2016 at 4:28 PM, Philip Reames
> <listmail at philipreames.com> wrote:
>>
>>
>> On 04/18/2016 10:52 AM, Ahmed Bougacha via llvm-dev wrote:
>>
>> On Mon, Apr 18, 2016 at 9:45 AM, Artur Pilipenko via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>> Does this sound reasonable? Are
2018 Mar 21
0
CodeView layering
Yes, some of the headers and stuff that are just raw structure definitions
and enums could probably be sunk into BinaryFormat..
How'd you find this? Curious why it hasn't been breaking in modules builds
for a long time.
On Wed, Mar 21, 2018 at 11:31 AM David Blaikie <dblaikie at gmail.com> wrote:
> I'm looking at fixing some layering violations in LLVM & came across a
2018 Mar 21
2
CodeView layering
Someone internally's been dabbling with turning on some of Google's build
system's stricter header checking modes - and they caught these (you can
check the internal code review 184305506 for the original where I'm pulling
things out from).
& yeah, fair question about the modules builds - I don't fully understand
what they catch and don't catch. I suspect it's a
2007 Nov 13
2
connection diagram
Hi
I am practically new to R, and need to construct connection diagrams,
I have a table of data, of nodes in vertical rows, and horizontally
the number of outgoing connections to other nodes, and the indices of
these nodes, each in a column, so some columns are used, and some are
not, based on how many connections I have
the node is identified by these variables (dimension, wave number,
2011 Apr 24
1
merge with origin information in new variable names
Dear R-list,
Here is my simple question,
I have n data frames that I would like to merge, but I can't figure
out how to add information about the origin of the variable(s).
Here is my problem,
DF.wave.1 <- data.frame(id=1:10,var.A=sample(letters[1:4],10,TRUE))
DF.wave.2 <- data.frame(id=1:10,var.M=sample(letters[5:8],10,TRUE))
DF.wave.3 <-
2007 May 14
4
EAC (exactaudiocopy) in openSUSE 10.2
Hello wine users:
Could someone, please, help me how to make work EAC with
wine in openSUSE 10.2?
Earlier (SUSE 10.1) I could configure wine to use windows
2000 as default windows version and EAC to use 'native Win32
interface for WinNT/2000/XP' and these worked together fine.
Now in openSUSE 10.2 (wine version wine-0.9.37-12.1) when I
start EAC with wine I get:
a) when the interface
2011 Apr 02
3
Best way to extend pv partition for LVM
I've replaced disks in a hardware RAID 1 with larger disks and enlarged
the array. Now I have to find a way to tell LVM about the extra space.
It seems there are two ways:
1. delete partition with fdisk and recreate a larger one. This is
obviously a bit tricky if you do not want to lose data, I haven't
investigated further yet.
2. create another partition on the disk, pvcreate another
2019 Nov 15
0
C8 Questions
I'm really curious how you were able to virtualize CentOS 8.
What platform are you using? Xen, KVM or VMWare? PV or HVM?
I started a thread here and was referred to a project page for development. There was a thread on the forums for this which I replied to but it's been dead too so when I saw your opening sentence I'm really interested in, how'd you do it?
Thank you,
Steffan
2008 Sep 28
1
reshape package does not recognize second id variable
I am trying to use the reshape package for the first time. I have two
waves of a survey, so the id variables include a subject
identification number and a variable denoting the wave of the survey.
I used the following arguments:
library(reshape)
svy.melt <- melt(svy, id=c("id", "WAVE"))
svy.wide <- cast(svy.melt, id ~ WAVE + ...)
and got the following error:
2007 Nov 23
2
Controlling the vorbis encoder precisely
Hello,
currently I'm working on a vorbis based encoder that adds multiple single wave sounds into one vorbis stream (and put every sound in one or more ogg pages). During the process an index is written in an extra file so later you can locate a sound's position easily by a file position and length value.
The problem is the sample-exact separation between those encoded wave sounds: If I
2004 Sep 10
2
problem with file.wav > 700MB
On Mittwoch 09 Mai 2001 02:53, you wrote:
> > > first I should say that it MIGHT not be because the file is
> > > large. the wave reader in flac is pretty rudimentary and if there
> > > is any sub chunk between the wave header and data sub chunk flac
> > > will give you that error. could you inspect the wav file to see
> > > if that's the case?
2017 May 26
2
warning that legacy WAVE file has format type 1 but bits-per-sample is 24
Hello,
I've tried encoding a FLAC file from a WAVE file saved with
24-bits-per-sample, using the flac executable. I get this warning:
WARNING: legacy WAVE file has format type 1 but bits-per-sample=24
The code is currently here on line 373:
src/flac/encode.c
where the comment says
let these slide with a warning since they're unambiguous
I do not really understand the warning
2018 Jan 17
4
Xen 4.6.6-9 (with XPTI meltdown mitigation) packages making their way to centos-virt-xen-testing
I've built & tagged packages for CentOS 6 and 7 4.6.6-9, with XPTI
"stage 1" Meltdown mitigation.
This will allow 64-bit PV guests to run safely (with a few caveats),
but incurs a fairly significant slowdown for 64-bit PV guests on Intel
boxes (including domain 0).
If you prefer using Vixen / Comet, you can turn it off by adding
'xpti=0' to your Xen command-line.
2017 Nov 12
2
create waveform sawtooth
My tuneR sawtooth wave function generator is broken.
When I use the sine function, I get exactly what I expect: a sine wave whose frequency is defined by the freq parameter. In particular, higher frequencies have shorter wavelengths (more cycles per second means shorter waves). When I create a sawtooth wave, the opposite seems to occur: higher frequencies result in longer waves. But that?s not
2017 May 26
3
warning that legacy WAVE file has format type 1 but bits-per-sample is 24
Thank you for writing and pointing out that one can have WAVE files
without getting the warning, and that your library does it.
I found out Goldwave (Windows software) writes 24-bit WAVE files that
do not get the warning. (Good for them!)
However, the flac executable from the flac reference software
apparently produces WAVE files that do get the warning.
Example annotated log:
Encode a 24-bit