similar to: Corrupted userid in mail folders

Displaying 20 results from an estimated 300 matches similar to: "Corrupted userid in mail folders"

2013 Jun 10
2
Using a Windows partition as libvirt media
I'm running Ubuntu desktop 12.10 with libvirt and virt-manager (gui). I have been led to believe that it is possible to use and existing partition as the disk storage volume for a virtual machine. The windows partition is /dev/sda2, but if I use fs: Pre-formatted Block Device I can select the partion. What I can't figure out is how to tell the vitual machine to use this volume. I tried
2013 Jun 14
2
Re: Using a Windows partition as libvirt media
On 06/13/2013 08:48 PM, Roland Giesler wrote: > Surely there must be someone here that knows how to do this? Maybe > someone that has used some other partition type in this way? > > On Mon, Jun 10, 2013 at 10:06 PM, Roland Giesler <roland@giesler.za.net> wrote: >> I'm running Ubuntu desktop 12.10 with libvirt and virt-manager (gui). >> >> I have been led
2005 Jun 14
1
How to fix false positve rates?
Dear R-users, I have a set of 12000 image samples. I can divide this set into two categories: training and testing. I need to classify the test set into a two qualitative outputs: true or false for some characteristic. To do the classification I'm using the packages SVM in e1071 library and LDA in the MASS library. However, I'm with a great number of FALSE POSITIVE CASES in both
2004 Jul 07
2
wxGrid Event handling work around?
Hi wxRuby gurus, I remember a while back, Zach Dennis was working on a mini Spreadsheet app using wxGrid when the issue of lack of wxGrid event handling was discussed. I think Kevin (or Assaph?) had suggested some workarounds until the Swig based version is out. Could not figure out from the archives exactly what the final resolution was, but I am stuck at the same spot and am desperately in need
2004 Aug 06
7
Icecast in Macromedia Flash
> Thanks for the network dumps. As you say, it's weird because Flash, even > when embedded, can access the stream of Icecast2. I already noticed it by > analyzing Icecast2's logs as I wrote in the first message of this topic. > There is something I couldn't see in the network dumps: is the embedded > flash DOWNLOADING the stream even if it doesn't play it (with
2008 May 13
4
hard_breaks issues
Hello, I''m new to this list, so first of all, many thanks to RedCloth''s developers, it really helps me in many ruby apps :-) I post here because I''d like to have a clear view on "hard_breaks" related issues. I saw old references on the web and on the archives on this ML, I''d like a fresh view ! It seems that RedCloth 3.0.4 does not handle
2006 Jan 19
6
Dynamic Programming in R
Hi R users, I am looking to numerically solve a dynamic program in the R environment. I was wondering if there were people out there who had expereinced success at using R for such applications. I'd rather continue in R than learn Mathlab. A concern that has been cited that may discourage R use for solving dynamic programs is its memory handling abilities. A senior researcher had a lot of
2011 Sep 07
2
How does one start R within Emacs/ESS with root privileges?
Esteemed UseRs and DevelopeRs, Apologies if this question belongs else where, but it does concern R's package installation/maintenance. How does one start R within Emacs/ESS with root privileges? I tried without success: > M-x sudo R Why i'm motivated to do so: It seems logical to me, as the only user of the PC, to keep my R library consolidated in the universal library rather
2009 Aug 06
1
migrating from freebsd to linux - wbinfo mismatch
We're beginning a migration from FreeBSD w/ Samba Version 3.0.28a to Gentoo Linux w/ Samba Version 3.0.33. Both the BSD system and the Linux system are joined to the domain, using the same krb5.conf file and nearly identical global sections of the smb.conf file. What I've found is the UID and GID are not aligned with each other. For example: (dc2: 14:52:53 </var/db/samba>)
2006 Mar 08
1
VoIP application together with open hardware design
Hi guys, I am starting project to develop open implementation of some (naturally open codec) for simply designed embedded devices which can be used by small to big VoIP operators or hobbyists which wants to build their own small and low cost VoIP phone. Speex seems to be great choice. And greater will be if there should be some guys who want to help ;-). Altought I am experienced in C/ASM
2004 Sep 26
1
Samba 2.2.11 upgrade funkyness !!!
Hi all. Am experiancing strange issues with Samba 2.2.11 after upgrading from 2.2.7a. Running it as a Domain Member server to an NT4 PDC the ./config/make/make install was fine, no issues, compiled with same options needed to edit the smb rc file at /etc/rc/d/init.d/smb and make these chamges daemon /usr/local/samba/bin/smbd -D -s /etc/samba/smb.conf daemon /usr/local/samba/bin/nmbd -D -s
2003 Dec 09
1
Importing TIFF files into a R matrix
Hi I am facing a problem where I would like to import a TIFF image (of spots on a nylon filter) into R (into a matrix for example). When plotting the matrix using fx. scatterplot3d I would then be able to see how the pixel-intensities are distributed in "spot-areas" on the filter - which would be very helpful. Does anynone know of a way to do this? Best regards, Peter Hagedorn ...
2004 Jun 01
1
Groups Under "Domain" Security
We are running Redhat 9, 2.4.20-30.9 kernel, Samba 3.0.0 and Winbind 3.0.0. Security is set to "Domain" and we are trying to set up shares which will be available to valid NT 4.0 users and groups. Winbind appears to be working, and you can use the commands "getent group" and "getend passwd" to see that it is communicating with the NT domain for user and group
2004 Nov 23
1
Newbie questions from South Africa: Initial setup
Hi All, I have been researching Asterisk for a few days now and have read hundreds of web pages and other documents. While some things are getting clearer, others are not. I have managed to install Asterisk 1.0.1 on Debian testing (simple as 'apt-get install asterisk'). I understand FXS/FXO, codecs available, feature and functionality available etc. I have found several "Getting
2010 Jan 21
2
Create a multi dimensional array from a data frame
Hello all, I have data from a csv that i need to coerce into a multi dimensional array. As you can see from my sample code i have yet to master building efficient code. I can sort of do what i want but its very cumbersome code and i know there is a better way to do it, i am just not expereinced enought yet. So for the following: #Create Data h1i1a1<-sample(1:20, 5, replace=TRUE)
2013 Jun 19
1
32 bit client on 32bit host
As mentioned in another post, I trying to set up an existing Windows7 partition on an Ubuntu desktop as a libvirt guest and now have the following configuration files for this: <domain type='qemu'> <name>Windows7</name> <uuid>b2c9c297-907a-159d-7e87-a24a01eb5a57</uuid> <memory unit='KiB'>1048576</memory> <currentMemory
2004 Jun 11
5
Re: FW: problems installing wxruby
Jeremy Stell-Smith wrote: > Thanks a lot for the help, guys. I''m up and running with 2.4.2, but I > did have a few questions. Excellent. > So first, a friend and I basically have this month to dedicate to trying > to get a ruby ide pilot built on top of wxRuby. So, no, I really can''t > wait a few weeks to start. Any chance you could commit changes into cvs
2013 Oct 02
2
Snapshots: Where they are stored and how to use them?
Firstly I'd like to learn where a snapshot is stored once it has been made. I understand that the principle is that when changes occur in the VM, the difference is written to the snapshot, thus recording the differences between the date/time of the snapshot and the current value of the VM. Is that a correct assessment of the process? If that is indeed so, can I take regular snapshots and
2013 Jun 25
1
Re: Permission denied
On Tue, Jun 25, 2013 at 7:07 PM, Daniel P. Berrange <berrange@redhat.com>wrote: > On Tue, Jun 25, 2013 at 07:02:40PM +0200, Roland Giesler wrote: > > System: > > $ cat /etc/issue > > Ubuntu 12.10 \n \l > > > > $ uname -a > > Linux Matt-HP 3.5.0-34-generic #55-Ubuntu SMP Thu Jun 6 20:20:19 UTC 2013 > > i686 i686 i686 GNU/Linux > > > >
2004 Jun 11
1
Linux World Expo 2004 in SF
The cAos Foundation and hosted projects have been granted a booth in the Dot Org Pavilion of Linux World Expo in SF this August. If you are a developer or contributor of the project and would like to help staff the both, please send me a private email so we can coordinate. I don't have the actual numbers of Exhibitor badges that we can get yet, but I would assume it is not many. This means