similar to: Win32 GUI Client

Displaying 20 results from an estimated 600 matches similar to: "Win32 GUI Client"

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 > > > >
2013 Jun 25
2
Permission denied
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 I have a converted VMWare virtual machine which I converted by using: $ vmware2libvirt -f ./WinXPPro.vmx > WinXPPro.xml $ virsh -c qemu:///system define WinXPPro.xml After various efforts to start the machine, I changed some of the
2007 May 28
0
[LLVMdev] [llvm-announce] LLVM 2.0 Release
<cc'ing llvmdev, please don't email me directly> On Sun, 27 May 2007, Christophe Avoinne wrote: > On 23/05/2007 22:05:48, Chris Lattner (sabre at nondot.org) wrote: > > LLVM 2.0 is done! Download it here: http://llvm.org/releases/ or view > > the release notes: http://llvm.org/releases/2.0/docs/ReleaseNotes.html > > > > Hello Chris. > > Your
2016 Mar 18
2
LLVM IR temporary variable reuse
For eg: c=a-b is represented using the following statements in IR: %tmp = load i32, i32* %a, align 4 %tmp1 = load i32, i32* %b, align 4 %sub = sub nsw i32 %tmp, %tmp1 store i32 %sub, i32* %c, align 4 whenever there is a redundant computation of the same, say k=a-b (if the value of *a* and *b* are not changed) the code will be like this: %tmp2 = load i32, i32* %a, align 4 %tmp3 =
2007 May 20
3
pangocairo missing can't install
Hi, configure fail on this message: > checking for PANGO... no configure: error: pangocairo is required to build swfdec I could not figure out what the missing package name on debian. There are a lot or package related to pango and cairo but none of those how seen to me relevant solve the problem. Please advise Addady
2016 Mar 18
2
LLVM IR temporary variable reuse
I meant LLVM registers. Thanks for the correcting me. On 18 March 2016 at 10:42, David Blaikie <dblaikie at gmail.com> wrote: > Question is hard to understand - the registers in LLVM are in Static > Single Assignment form > <https://en.wikipedia.org/wiki/Static_single_assignment_form>, they're > not variables that can be assigned and reassigned values (so the answer
2006 Oct 12
6
backup system files (and permissions) over ssh
how do you backup system files like /etc/ over ssh to another machine and keep permissions the same on the remote backup location ? i tried using -a flag, but because i'm connecting through ssh i'm not using Rsync module on the remote computer and therefore i cant write files as root so -a flag is not working. all the files are being written with owner SSH_USER and group SSH_USER_GROUP i
2015 Nov 26
4
Creating/Deleting a new instruction from LLVM IR
Hi, I was trying to create a new *Store* instruction and inserting it to LLVM IR (.ll) file. I found the following constructor in LLVM Manual: StoreInst::StoreInst <http://llvm.org/docs/doxygen/html/classllvm_1_1StoreInst.html#aa2a72f9a51b317f5b4ab8695adf59025> (Value <http://llvm.org/docs/doxygen/html/classllvm_1_1Value.html> * Val, Value
2008 Feb 06
1
[Err] FreeNAS + NasBackup Configuration
Transmit Report: jnlee@mantech.co.kr¿¡°Ô ¸ÞÀÏ ¹ß¼ÛÀ» 3¹ø ½ÃµµÇßÁö¸¸ ½ÇÆÐÇÏ¿´½À´Ï´Ù. (½ÇÆÐ ÀÌÀ¯ : 550 5.1.1 User unknown(10.10.111.20)) <Âü°í> ½ÇÆÐ ÀÌÀ¯¿¡ ´ëÇÑ ¼³¸í User unknown :¸ÞÀÏÀ» ¼ö½ÅÇÒ »ç¿ëÀÚ°¡ Á¸ÀçÇÏÁö ¾ÊÀ½ Socket connect fail:¼ö½Å ¸ÞÀÏ ¼­¹ö¿Í ¿¬°á ½ÇÆÐ DATA write fail :¼ö½Å ¸ÞÀÏ ¼­¹ö·Î ¸Þ¼¼Áö ¼Û½Å ½ÇÆÐ DATA reponse fail :¼ö½Å ¸ÞÀÏ ¼­¹ö·ÎºÎÅÍ ¸Þ¼¼Áö ¼ö½Å ½ÇÆÐ
2001 Nov 05
1
name resolution across subnet bounderies
I do get problems with name resolution accross subnet bounderies. I have a working and wins server and to demonstrate the problem I paste the debug output of mount /smbhome/ opts: uid=1000 opts: gid=1000 mount.smbfs started (version 2.2.2debian-2) added interface ip=192.168.6.2 bcast=192.168.6.255 nmask=255.255.255.0 resolve_lmhosts: Attempting lmhosts lookup for name Tri-st-s001<0x20>
2006 Sep 01
1
Another odd postfix issue related to 4.4 update
Postfix appears to be running normally and is accepting/receiving mail as usual, but... I'm seeing lines like this in the message log: Sep 1 06:55:23 fender postfix/smtpd[11969]: sql_select option missing Sep 1 06:55:23 fender postfix/smtpd[11969]: auxpropfunc error no mechanism available Those seem to be sasl related, right? I'm not using sasl support (yet). Any clues to this
2008 Nov 15
2
Samba 3.2.3 + Ubuntu 8.10 smbd panic
If this is the wrong list, apologies and redirect happily accepted :-) Following an upgrade of my AD joined Ubuntu 8.04LTS / Samba 3.0.28 server to Ubuntu 8.10 / Samba 3.2.3 smbd crashes on all connection attempts from clients. Domain controller is Windows 2008 Enterprise, winbindd appears to be functioning, wbinfo is good, getent is good, although there are several messages referring to
2006 Oct 23
2
Digium vs. Sangoma
I don't mean to be a troll in any way shape or form. I was on IRC last night and I observed the following convo. below. What do you guys make of it ? [02:14] <bkw__> Let me tell you how chidlish digium and Mark Spencer is. I walk into a restaurant with them all here at Astricon wearing my sangoma shirt and he asked me to leave. [02:15] <Dovid> u serious ? [02:15] *** mog
2016 Mar 18
2
LLVM IR temporary variable reuse
In any case, Is there any chance for reusing *temporary variable *used in it's IR by LLVM ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160318/f86ad7b7/attachment.html>
2007 Jul 04
2
rsync error: some files could not be transferred (code 23)
Hi, I installed a Backup server under Debian Etch. When a client tries to backup files with a long path I receive this error message: skipping overly long name: Documents and settings\\Amministratore\\Desktop/codice da
2006 Sep 05
5
File Locking under Windows - a solution ?
We are currently using Rsync (with cygwin) to propagate static files from a preview server (Windows) to our live servers (Windows) on demand. Unfortunately, because the live servers are *live*, inevitably some of the files we mean to update are in use and therefore locked by the windows filesystem. Since they are locked, they are not updated, and our servers get out of synch. Does anyone know
2006 Oct 17
2
tcl/tk rsync wrapper planned
Hello, we did some research and we would like to try to write a Tcl/Tk wrapper around rsync. Tcl/Tk - - is easy to write - has nice GUI library - is cross platform - has several installers Would somebody be interested to participate? Our goal is - To have a small Windows XP and OS X backup applications that allow the user to select a folder which is sent to a remote server. Incremental
2006 Jul 11
1
Linux backup to Windows hard drive and restore using rsync?
Hi, I want to backup my Linux system to remote Windows hard drive. Rsync can?t create softlink and preserve the EXT3 permission on the windows NTFS. My question is, in case of disaster I want to restore the whole / /var /usr partitions. Will the following restore steps will end in viable Linux. 1) Install the same Linux OS from scratch on new clean partitions. 2) Rsync to restore the data
2006 Sep 12
2
rsync through ssh - i get an error
On Mon, Sep 11, 2006 at 01:31:00PM +0200, rsync-mail-gateway@nasbackup.com wrote: > rsync: read error: Connection reset by peer (104) This means the socket closed. Does rsync even get started on the remote system? That would be the first thing to investigate. If it is getting run, does the remote process crash or die? If you are connecting with a daemon process, you can look at the logs to
2007 Oct 01
6
why not a gui for rsync
I'm using rsync and I'm very glad, but, in some case, i'm not so happy. Some people are backing up the data with rsync but they have a lot of files, more than 100000 and 20 Gb of data. We are using batch files and the task scheduling system of windows. It is difficult to see if the backup is well done, sometimes, they are error. We try to make some gui, one in java, an other in c++