search for: easilli

Displaying 20 results from an estimated 40 matches for "easilli".

Did you mean: easilly
2009 Oct 28
2
[LLVMdev] converting large projects to LLVM
Hi, I wrote an interprocedural instrumentation pass that needs to run on all program at once. However, when I try to test it on large programs (say bzip2 or gcc) I find that the way LLVM tools do not easilly replace the default ones used in makefiles. So building large projects is not straightforward. Is there a simple way to do this conversion? Thank you, Dan
2010 Feb 06
2
XEN
I have a fairly high disk i/o intensive email server I am thinking of upgrading. I was thinking of upgrading it to CentOS 5.x 64bit. I was also thinking of running it as a guest under XEN. Would this allow me to more easilly transfer it to faster hardware in the future? Or would running as a guest seriously hurt disk i/o?
2020 Feb 18
3
[PATCH V2 3/5] vDPA: introduce vDPA bus
On Mon, Feb 17, 2020 at 02:08:03PM +0800, Jason Wang wrote: > I thought you were copied in the patch [1], maybe we can move vhost related > discussion there to avoid confusion. > > [1] https://lwn.net/Articles/811210/ Wow, that is .. confusing. So this is supposed to duplicate the uAPI of vhost-user? But it is open coded and duplicated because .. vdpa? > So it's cheaper and
2020 Feb 18
3
[PATCH V2 3/5] vDPA: introduce vDPA bus
On Mon, Feb 17, 2020 at 02:08:03PM +0800, Jason Wang wrote: > I thought you were copied in the patch [1], maybe we can move vhost related > discussion there to avoid confusion. > > [1] https://lwn.net/Articles/811210/ Wow, that is .. confusing. So this is supposed to duplicate the uAPI of vhost-user? But it is open coded and duplicated because .. vdpa? > So it's cheaper and
2017 Sep 06
2
Disallow some sftp commands
Hello, Couple of days ago, I received a request from a customer. He wants to provide sftp users access to a directory tree containing files. The users must have full rights, but he also wants to avoid moving or deleting directories. This is mostly to prevent mistakenly drag and drop from user's graphical client (Filezilla). Said differently, he wants to protect the directories organization.
2006 Nov 22
1
digikamimageplugins from Karan's repo
Hi, I've just installed digikam and digikamimageplugins from Karan's repo. The digikam package works nicely, however if I try to use any of the plugins from digikamimageplugins, digikam crashes complaining about unresolvable symbols, for example: digikam: symbol lookup error: /usr/lib64/kde3/digikamimageplugin_adjustlevels.so: undefined symbol:
2004 Jul 09
1
pop3 usernames
Hello, I would like to allow users to login as user at domain.tld instead of providing their login name; I'm coming from the sendmail/qpopper land and am trying to migrate to postfix/maildir/dovecot one step at a time and I've been able to find a way to do most of what I want except for the above requirement. Do I have to use a SQL server or is there any way to easilly map an email
2006 Oct 06
1
Userspace mounts issue
Hello, I don't know if this is bug-worthy or not It can be fixed in numerous places, but I think it might make the most sense to do it here.... kinit uses /dev/root to mount the rootfs. In normal userspace, this causes the root system to be displayed twice in apps like Nautilus, as /proc/mounts lists rootfs on /dev/root, in addition to the real info (e.g. ext3 on /dev/hda3). This is
2007 Mar 05
2
Kickstart Installation - Is it possible to set a fixed IP for installation?
Hi everyone, I am trying to set up an automated CentOS installation system. My idea is to use PXE to boot the kernel/initrd and pass the kickstart options to the kernel from there. This works correctly until it boots up Linux. As soon as it does that it makes a DHCP request and, unsurprisingly, it gets the same one (same MAC) but it also gets the filename and next-server details. Then Anaconda
2007 Jun 08
3
Asterisk & MS RTC Library & Ethernet Capacity
Hi guys, I was wondering whether there's anyone who could share his/her experiences with using Microsoft RTC Library. In particular I am wondering what Ethernet capacity should I have in scenario of 30 people using Microsoft RTC Library for SIP communication (PBX is obviously Asterisk :-) ) concurrently (alaw codec being used)? What problems can be expected in such scenario? Would a good 1
2008 Jan 20
2
IAX and NAT Transparency
Hi All; Did anyone try to use IAX IP Phone behind NAT, and let it receive calls from Asterisk without doing port mapping at the router existed at the site where the IAX IP Phone existed? Is the need just to let the IAX IP Phone that is NATed to register on the Asterisk and at asterisk I set nat=yes for the IAX client configuration? Or it is impossible to let the NATed IAX to receive calls
2006 Oct 13
1
[PATCH] Extra Notifications
I am working on exposing events to external apps via the dbus plugin I found that I really wanted extra Notify Procedures so that I didn't have to do too much direct access to xlib (If I understand rightly, plugin developers shouldn't have to do too much xlib work inside the plugins) I added Create, Destroy, Map, Unmap, Minimize and Unminimize Hopefully this can be included as I know a
2003 Jun 28
1
Choosing subtitle language
I am wondering how negotiating about text subtitles is supposed to work in Theora? (1) Will it be like the server first transmit a list of available languages, and then it's up to the client to possibly pick a language, either automatically or by user interaction, and then ask the server for that particular subtitle stream? (2) Or will all subtitle streams be sent simultaneously and
2007 Sep 28
3
PHP5/CentosPlus big mess.
Ok, so if you tuned in last time, I couldn't make the installation/upgrade of PHP5 from the Centos4 CentOS Plus repository work. Not one to be easilly dissuaded, I shapened my shovel and dug myself a hole. So using the exclude= lines in the repository config file backfired big time: even if I excluded the exclude= lines, yum continued to exclude the files on those lines, and only deigned to
2005 Jul 01
0
Re: how to apply the shutdown scripts
Hi > I installed the NUT 2.0.2 in my linux server?it's a CentOS 3.0 RedHat= 3.0 compatible. > > It=B4s all working well?I'm using the mustek drive and works beautifu= lly. > > But I don't understand how to apply the shutdown script to my server.= > > I try to apply the halt.patch with "patch ?p0 < halt.patch" but don't= work. It was rejected!
2005 Jun 28
1
upsmon/upssched on ups temperature
Hi All, I was wondering what people are doing to shutdown their equipment based on the temperature NUT grabs from a UPS? It doesn't appear that upsmon(8) has an appropriate notify event for temperature levels. For the time being, it looks like I'll write a simple perl wrapper around upsc to get ups.temperature, but would love to use something natively from NUT, if possible. Also,
2020 Feb 19
0
[PATCH V2 3/5] vDPA: introduce vDPA bus
On 2020/2/18 ??9:56, Jason Gunthorpe wrote: > On Mon, Feb 17, 2020 at 02:08:03PM +0800, Jason Wang wrote: > >> I thought you were copied in the patch [1], maybe we can move vhost related >> discussion there to avoid confusion. >> >> [1] https://lwn.net/Articles/811210/ > Wow, that is .. confusing. > > So this is supposed to duplicate the uAPI of vhost-user?
2008 Dec 07
1
config from DB
Hi Everyone, Sorry, if this has been already discussed, but maybe someone encountered interesting issue. I have an * Dialplan configured with MySQL db. Everything works excellent, except, I can't specify the "ex-girlfriend logic". For example Context exten Priority app appdata Default 400 1 Wait 20 Default 400/100 1 Wait 10 So, it does not matter what is my callerid,
2002 May 08
0
[Fwd: printing with wine]
just resending this message as I still haven't fixed the problem cheers Darrin -----Forwarded Message----- > From: Darrin Ritter <dvr@chariot.net.au> > To: wine-users@winehq.com > Subject: printing with wine > Date: 01 Apr 2002 23:43:36 +0930 > > fixed thanks for the replies off list > > > Hi > > when I try to print with the wine preview 5 from
2011 Jun 05
1
request to add an application the app listing on libvirt site
Hi, I would like to add two apps which uses libvirt the site. Ruby Objects for libvirt based on top of the native ruby binding, Virt ruby gem exposes real objects such as Host, Guest, StoragePool, Interface etc. more info at https://github.com/ohadlevy/virt Foreman - Web UI for provisioning and managing servers Among the many things foreman can do, It provides to relevant parts to libvirt: