similar to: issue with rsync 2.5.6

Displaying 20 results from an estimated 900 matches similar to: "issue with rsync 2.5.6"

2008 Apr 01
3
Xen without APIC
Hi, I am trying to boot Xen on top of a simulator. I am having problems with the APIC module in my simulator, not related to Xen. So, I want to boot Xen without APIC support. Is there a way to disable APIC support in Xen? I am fine even Xen is restricted to uni-processor environment. Thanks, Bhaskar _______________________________________________ Xen-users mailing list
2008 Apr 01
2
Xen Log messages
Hi, I am a newbie to Xen. How can I see the Xen hypervisor boot messages? Is there any command similar to dmesg to check the boot log of Xen? Thanks, Bhaskar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Jun 26
3
Request for help - adding text files to a data frame
Hello Everyone, I have a data frame which looks something like this: V1 <-c(1,2,3) V2 <-c(5,6,7) V3 <-c(9,10,11) df <- data.frame(V1,V2,V3) I want to add couple of text files at the beginning of df and save the df as a csv file. The csv file should look something like this: "AAAAAAAA" "BBBBBBBBB" "CCCCCCCCC" V1 V2 V3 1 5 9 2
2007 Sep 18
3
newbie question about a dbuf-arc eviction race
Hi, Can a dbuf be in DB_CACHED state, db_holds == 0, b_efunc != NULL while its db_buf is put on the eviction list ? From an ASSERT in dbuf_do_evict(), it appears that it can. If it can, I am wondering what is preventing the following race dbuf_hold_impl() db = dbuf_find(dn, level, blkid); ... if (db->db_buf && refcount_is_zero(&db->db_holds)) {
2008 Aug 05
4
Mini-OS and Xen!
Hi I have a doubt regarding Mini-OS and Xen. If it is true that Xen reserves in the virtual address space the top 64MB on 32bit systems and 168MB in PAE systems, doesn''t it exist with a Mini-OS kernel which has only 32MB in size i.e. going by its default config file? Obviously I''m missing something. Regards, Bhaskar. _______________________________________________ Xen-devel
2012 Jun 04
2
Frequently login problem
Hi, I am using dovecot 2.1.3 on centos 5.7. It was working fine but last few days I need to restart or reload dovecot service because at that time users are not able to login. Each time I am getting information from doveco.log is as : Jun 04 11:52:54 auth: Error: BUG: Authentication client gave a PID 17564 of existing connection Jun 04 11:52:54 auth: Error: BUG: Authentication client gave a PID
2007 Nov 21
1
OpenSolaris not booting
I finally managed to tar the kernel and install it but it doesn’t boot the system and now I get the following error: - Failed to get ramdisk from boot Unexpected trap Error code, optional 0x0 Code segment 0x28 Flags register 0x10046 Retyrn %rsp 0xc0cfd0 Return %ss 0x8 There is no stack trace and I get a similar error right below the one above when the system tries to backtrace and it says
2020 Feb 13
1
YottaDB as a data store for Xapian
By way of introduction, I manage YottaDB (https://yottadb.com and https://gitlab.com/YottaDB). The core of YottaDB is a hierarchical key-value datastore (https://docs.yottadb.com/MultiLangProgGuide/cprogram.html and https://gitlab.com/YottaDB/DB/YDB). The code base is mature (in daily production use since 1986), and very performant, with strongly ACID transactions, and replication (to ensure
2007 Nov 21
6
Compiling issue on x86!
Hi thanks for your posts so far. Since what I had assumed was a 32 bit kernel which I compiled didn''t work, I religiously set out on compiling a 64 bit version as my system is currently booted in 64 bit mode. I installed SUNStudio12 on the system and set the SPRO_VROOT to point towards it and when I do a make all in usr/src directory, I get the following error when make cwds and runs in
2012 Mar 20
2
Dsync Dovecot
Hi guys, I am using dovecot-2.1.0 in centos 5.7, I configured dovecot with postfix in 2 system both system is having same configuration and os. I want to use dsync in mirror mode via ssh but I am not able to do it. When I followed the dsync wiki then I an unable to find the username : *dsync -u username mirror ssh -i id_dsa.dovecot mailuser at example.com dsync -u username* In the above
2012 Mar 26
1
dovecot.log warning
Hi Guys, Just I installed dovecot-2.1.0 in centos 5.7. and did copy of all user data i.e home directory and mail data from previous server which was on dovecot 1.2.8 to new one. Every thing is working fine. Mails are going and coming. But in dovecot.log file I an getting like imap(user at example.com):Warning: fscking index file /home/ example.com/user/mail/.imap/VISA/dovecot.index Can any one
2012 Apr 02
1
Dsync automation
Hi, I am using dovecot-2.1.3 on centos 5.7. Its running fine. I have two systems for mail server one is for backup. Currently I am running rsync daily. But I want to use dsync. I went through all the http://wiki2.dovecot.org/Tools/Dsync and http://blog.dovecot.org/2012/02/dovecot-clustering-with-dsync-based.htmlbut I couldn't understood how to automatize dsync. Can anybody give me any idea
2005 Jan 06
1
shifting samba machine
hi, i have a smba server working as pdc. users are managed using smbpasswd. i want to shift the server to a new machine (without changing any configuration). which all configuration files i have to copy to the new machine. greetings, -- Anu Bhaskar Linux Administrator Spectrum Softtech Solutions Pvt. Ltd. Tel: 914842345922 www.spectrum.net.in
2012 Dec 19
12
Reg : Error in puppet agent in Windows
Hi, I installed Open source puppet 3.0 .1in Windows machine and puppet master 3.0.1 in red hat linux machine. I did all the necessary configurations. C:\Documents and Settings\All Users\Application Data\PuppetLabs\puppet\etc\puppet.conf- > server = test.posmaster.internal Added entry in hosts file. While execute ping command ping (ping test.posmaster.internal) giving response. But while
2008 May 20
7
IO probes and forcedirectio
Hi, I''m working on some performance analysis with our database and it seems that when the file system (UFS) is mounted with forcedirectio, the IO probe are not triggered when an I/O event occurs. Could you confirm that ? If so, why ? Seb -- This message posted from opensolaris.org
2004 May 24
0
AW: non-hierarchical non-exclusive clustering of large data sets
I think the "cmeans" method in library(e1071) works better for large data sets as "fanny". (note,not for this data: fanny has also problems with standardized large data sets - here produce fanny the same memberships for all observations; cmeans works "correctly") Matthias > -----Urspr??ngliche Nachricht----- > Von: Bhaskar S. Manda [mailto:bhaskar at
2008 Sep 17
7
Megaraid SAS driver failing in Xen-3.3.0 but was working in Xen-3.2.2-rc3
On Xen-3.3.0, domain0 Megaraid SAS (SAS 1068 controller) driver is not loading correctly if vtd support in Xen is enabled. It fails at the point of initializing firmware. I wasn''t seeing this error with Xen-3.2.2-rc3 (Unstable version), though with vtd disabled in Xen-3.3.0, it is working. Looks like a degrade problem. Any clues? Thx, Venkat
2008 Sep 18
1
答复: RE: 答复: RE:
Hi all, I have copy hvmachine-dm to /etc/xen/ , and start hvmachine, all is the same, failed. this is the message of running "ifconfig" linux-7b6o:/home/james/Desktop # ifconfig eth0 Link encap:Ethernet HWaddr 00:21:70:99:97:D4 inet addr:147.2.207.55 Bcast:147.2.207.255 Mask:255.255.255.0 inet6 addr: fe80::221:70ff:fe99:97d4/64 Scope:Link UP
2003 Oct 28
1
ifelse with a factor variable
'ifelse' changes factors to character vectors (R-1.7.1, Linux): > table(bal$soc.40) tax noble semi-landless landless unknown 4035 5449 13342 9348 0 > blah <- ifelse(is.na(bal$soc.40), "unknown", bal$soc.40) > table(blah) blah 1 2 3 4 unknown 4035 5449
2008 Sep 24
0
HVM capability!
Hi all, if anyone by any chance working on a Xen patch that allows mapping in pages into an HVM I''d be interested in knowing more about it. Thanks. Bhaskar. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel