search for: dometh

Displaying 10 results from an estimated 10 matches for "dometh".

Did you mean: cometh
2015 Nov 26
2
install rrdtools-devel / rrdtool-perl
...=/usr/lib64/librrd.so.4 But It doesnot work either. configure: error: in `/usr/local/src/nfdump-1.6.13': configure: error: C preprocessor "/lib/cpp" fails sanity check I remember , I solved this issue in my centos 6 , after install rrdtool-devel and rrdtool-perl packages. Can I try domething else ? Regards. Leandro. On 26/11/15 13:01, John Hodrien wrote: > On Thu, 26 Nov 2015, Leandro wrote: > >> Hi guys , Im have some problems installing the following packages: >> rrdtool-devel >> rrdtool-perl >> >> Before we moved to centos/rhel7 it was a...
2006 Aug 10
6
passing hash from controller to view and pluralization?
hi, i have 2 tables (counties and towns). counties has_many towns and towns belong_to counties. now my question: i thought i would need to do is say @counties = Counties.find(:all). should that not return to me all counties in the counties table WITH all towns associated with each county? in my view i was getting error when doing this if(counties.has_towns?) saying undefined has_towns
2017 Feb 09
4
Linking Linux kernel with LLD
...ecked it is valid using trace: void go_to_protected_mode(void) { if (boot_params.hdr.code32_start == 0x100000) puts("go_to_protected_mode 1\n"); else puts("go_to_protected_mode 2\n"); while (1) {}; I had to use infinite loop here, because QEMU does not crash for me, but do domething what looks like reboot and clears all my traces output. Infinite loop helps to see traces text, if placed before dead point. > >Btw, how did you narrow it down to that specific instruction? That's pretty handy. I used very simple approach, did not know how to do that properly :), so...
2015 Nov 26
0
install rrdtools-devel / rrdtool-perl
On Thu, 26 Nov 2015, Leandro wrote: > I remember , I solved this issue in my centos 6 , after install rrdtool-devel > and rrdtool-perl packages. > Can I try domething else ? You shouldn't need to, no. I'm guessing you've got a cruddy version installed from somewhere else, else the yum install would have just worked, but I'm just guessing as you've not posted anything to say what happened when you tried the yum install. rpm -q rrdtool P...
2015 Nov 26
2
install rrdtools-devel / rrdtool-perl
Hi guys , Im have some problems installing the following packages: rrdtool-devel rrdtool-perl Before we moved to centos/rhel7 it was a simple task, just doing: yum install rrdtool rrdtool-devel and rrdtool-perl was enough. Now, I only can install the rrdtool package but not rrdtool-devel and rrdtool-perl. I tryed adding some repos, but I think I added wrong ones. Also tryed downloading and
2001 Apr 14
0
Samba -- Just Do It!
...e to my point (Again -- thank god they say!) I have looked at ways of contributing to Samba. I try to answer all of the postings that I am competent to answer (about 5%) and I try to gain more knowledge about the software. One way I can contribute (without sounding like a complete newbie) is to do domething simple -- like contribute monitarily to help support the project. Don't get me wrong, I don't have much to give, but one contribution avenue I have found is the offering by the project to sell T-shirts. Something simple, but revenue generating just the same. Along with the T-shirt offer...
2010 Jan 08
0
ZFS partially hangs when removing an rpool mirrored disk while having some IO on another pool on another partition of the same disk
...It freezes when I issue a zpool clear rpool c4t0d7s0 in another session) - iostat -xn is not stuck but shows all zeroes since the very moment zpool iostat froze (which is quite strange if you look at fsstat ouput hereafter). NB: when I say all zeroes, I really mea nit, it''s not zero dot domething, its zero dot zero. - mpstat shows normal activity (almost nothing since this is a test machine, so only a few percent are used, but it still shows some activity and refreshes correctly) CPU minf mjf xcal intr ithr csw icsw migr smtx srw syscl usr sys wt idl 0 0 0 125 428 10...
2017 Feb 08
3
Linking Linux kernel with LLD
>I have just checked it, the startup.elf and realmode.elf are fine. Only few changes are required for mainline kernel and one >commit has to be reverted from lld and a few patches have to be applied. > >The only step when I have used BFD is linking vmlinux. I have manually set LD variable in vmlinux_link() function. The vmlinux >produced by lld doesn't work yet. I will compare
2005 Jun 29
7
4.1 beta for Alpha platform
Hi all, I have tried to install this beta release on PWS 433 au but I can not boot /kernels/vmlinux.gz image. Error is: "unsupported compressed image". Is not posible to install under this Alpha model?? Thank you. __________________________________________________ Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ?gratis! Reg?strate ya -
2012 Aug 21
1
Check for the voicemail
Hi all, I have a problem with voicemail. My boss has asked me to send via email, the message that a user leaves on the voicemail. This is very easy. :) After, he asked me to check before sending the email, if the receiver's mailbox is full. If the mailbox is full, Asterisk should call the receveir intern (example 2001) and using a Playback tell him that his mailbox is full. How can I do?