similar to: Add more disk

Displaying 20 results from an estimated 2000 matches similar to: "Add more disk"

2007 Oct 26
6
Dont start windows XP/2k installation
we have a linux box Debian with Xen install on it for vitualizate windows enviroment. We follow this instruccion http://www.xensource.com/files/xen_install_windows.pdf but when we run "xm create win_2k.hvm" the windows installation pop up never appear. HVM file config: kernel = "/usr/lib/xen/boot/hvmloader" device_model=''/usr/lib/xen/bin/qemu-dm''
2006 Aug 29
3
Installing Samba4
We have trouble installing samba4 and we can?t found documentation about setup, join domains, etc... We use rsync command to download samba rsync -avz samba.org::ftp/unpacked/samba4 . and when run ./autogen.sh to generate configure files return the following error: ./autogen.sh: running script7mkversion.sh ./script/mkversion.sh: version.h created for Samba("4.0.0tp3-svn-build-UNKNOWN)
2006 Sep 11
2
SSPI context
Hello When we try to connect to our windows sql servers using windows nt authentication (trusted connection) receive the following error message... cannot generate SSPI context. Do anyone know how to resolve it? Regards
2007 Mar 19
3
CRM Commercial soft and windows authenticaction
We have a crm aplication running on windows desktops and we want to migrate it to linux desktop. For this issue we run the apps with wine but the problem is the aplicaction validate login users automaticaly with our windows domain controlers. Because this fail to start... My question is: Running this apps using WINE could interact with SAMBA for windows authentication too (challenge/response)?
2006 Sep 13
1
Warning compiling Wine from sources
We are trying to install Wine.0.9.20 on a Debian 2.4.27 box After ./configure appears the following warnings configure: WARNING: You system appears to have the FreeType 2 runtime libraries configure: WARNING: installed, but 'freetype-config' is not in your PATH. Install configure: WARNING: the freetype-devel package (or its equivalent on your distribution) configure: WARNING: to enable
2015 Feb 27
1
[LLVMdev] Replacing an initializer
Hi all, suppose I would like to change the initial value of a global. Is the supposed way to change the initializer via const_global_iterator I I->setInitializer(newOne) ? afaik, newOne is a constant - right? Is the original Initializer automatically purged or do I need to delete it? thanks Alex
2008 Dec 23
2
HOgg Release 0.4.1
HOgg 0.4.1 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the fourth public release. The focus is on correctness of Ogg parsing, production and editing. The capabilities of the hogg commandline tool are roughly on
2006 Apr 04
7
odd error
Hello everybody. I have just started trying rails, got instant rails and radrails... Made a new project, and when I tried to create a model I get the following error: Project> ruby script/generate model user -h -e:3:in `load'': no such file to load -- script/generate (LoadError) from -e:3 I?m sure this is a newbie question, I?ve searched the documentation and
2006 May 25
4
Does TMail support Nested Multipart Messages? (Repost)
Hi, does anybody know if TMail supports nested multipart messages? I read a changelog that indicates so (http://dev.rubyonrails.org/svn/rails/trunk/actionmailer/CHANGELOG), but I haven''t been able to get it working so far. Maybe I am doing something wrong here? I attached the sample mail. Here is the code to parse it: require File.dirname(__FILE__) +
2012 Oct 30
2
issues with krige function
Greetings all, Ran into a strange problem with the krige function from geoR. The problem that I am having is that while the krige function seems to work well, the resulting predicted values are all NAs. Given the size of the datasets I am working with can't attach it, but I can provide snippets of the datasets. > casedata station year month day obs mpe bias type
2012 Apr 28
2
"Modified Diebold-Mariano Test" with forecast package
Hi I tried to calculate modified Diebold-Mariano Test in R . I have already find a "forecast" package to calculate the Diebold-Mariano Test. Please let me know how to obtain " Modified Diebold-Mariano Test" ? Regards, Serdar -- View this message in context: http://r.789695.n4.nabble.com/Modified-Diebold-Mariano-Test-with-forecast-package-tp4594648p4594648.html Sent from
2012 Feb 06
8
Cdrom on Linux domU PV
I tried to use cdrom in domU linux pv (Linux Mint 11 based on Natty). With ''/mnt/vm/iso/test.iso,raw,xvdb,ro,cdrom'', Mint sees it as internal disk (not cdrom) and only administrators can mount it. I tried also ''/dev/scd0,raw,xvdb,ro,cdrom'' does the same thing. Is possible use cdrom on linux domU pv full working where also normal user can mount it without
2008 Dec 23
1
HOgg Release 0.4.1
Conrad Parker wrote: > Here's some instructions for installing hogg on a current Ubuntu 8.10 > (or Debian unstable? testing?) system, ie. if you don't already have > haskell's cabal system installed: > > $ sudo apt-get install ghc6 > $ wget http://hackage.haskell.org/packages/archive/cabal-install/0.6.0/cabal-install-0.6.0.tar.gz > $ tar zxf
2006 Mar 25
3
Rails Plugins: Why to register your own functionality with send()?
Hi there, I have seen in the file column plugin ( http://www.kanthak.net/opensource/file_column/) from Sebastian Kanthak or David''s acts_as_taggable plugin that to register my functionality I need to do something like this: ApplicationHelper.send(:include, InPlaceEditAssociations) I am wondering why not: (a) module ApplicationHelper include InPlaceEditAssociatons end or: (b)
2006 Jul 07
6
get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed
Hello from Buenos Aires. I am getting the following error when I do the net ads join command: get_service_ticket: kerberos_kinit_password ULISES$@SYSTEMMASTER.COM.AR@SYSTEMMASTER.COM.AR failed: Preauthentication failed I am running Debian, kernel 2.4.18 (geez, I should upgrade). I searched everywhere for this error but I can?t find any solution. Wbinfo -u works fine. kinit
2006 Nov 24
2
Diebold Mariano Test
Dear List Has anyone used R to distnguish between alternative forecasting models? In particular is the Diebold Mariano test available for use within R. Any assistance would be greatly appreciated. Graham Leask Lecturer in Strategy Economics & Strategy Group Aston University Aston Triangle Birmingham B4 7ET Tel: 0121 204 3150 E Mail: g.leask at aston.ac.uk
2011 Aug 12
1
sapply to bind columns, with repeat?
Hi R-help, I am working with US COOP network station data and the files are concatenated in single rows for all years, but I need to pull these apart into rows for each day. To do this, I need to extract part of each row such as station id, year, mo, and repeat this against other variables in the row (days). My problem is that there are repeated values for each day, and the files are fixed width
2009 Apr 13
2
Gameguard ruins wine?
A little quote from the official cabal forums: > Playing Cabal on linux is impossible thanks to gameguard, WINE (or Cedega) cannot correctly emulate the environment needed for gameguard to run which causes Cabal to exit with an error. You should check the WINE (and Cedega) websites for other people views/experiences trying to run any gameguard protected game on linux, none of them work. >
2006 May 13
10
new user
Hi!!!! I''ve tried ROR! it''s fantastic!!! wonderful!!! I WANT LEARN ALL ABOUT IT!!! Do you have some links ( if exists in italian language ), or suggest me some book i can buy?? thx very much -- /\/\ariano Di Felice Java PHP Python programmer with MySQL, PostgreSql, SQLite and Oracle support Linux Platform Developer mariano.difelice@gmail.com Tel. 0735 703735 Cell +39 339
2014 May 19
3
Opus DTX issue report
Hello: We noticed that opus reconstructed noise is pulsing with a 400ms pattern when dtx is enabled in silk mode. This is independent of the background noise level and is found with speech + non-speech period test files as well as variable level noise-only test files. This issue can be reproduced with opus v1.1 using this command: ./opus_demo voip 16000 1 25000 -dtx input.bin