search for: argg

Displaying 12 results from an estimated 12 matches for "argg".

Did you mean: arg
2008 Nov 19
3
puzzle
...t% You may also notice that I tried "renice" to bump it all the way to +19 and still it consumes 100% of the CPU. The result for asterisk is that I hear bits of robot noise during conversations, which is annoying as hell but not neccessarily show stopping. But for another 19 days?? Argg! I assume that because it is 'modprobe' it has tickled some kernel bug that is merrily spinning away and won't respond to interrupts. I even tried to stop it with gdb and strace, both of which also hung and had to be killed with -9. It seems to be related to me screwing with the i...
2008 Apr 04
2
How to create a function calling two functions with unknown number of parameters?
... can be used to represent unknown number of parameters passed into a function. For example, I write a function g. g calls another function f1. For example f1 could be different random number generation function. when f1=rnorm(), it has 3 parameters n, mean and standard deviation. when f1=rexp(), it has 2 parameters n and rate. g can be defined as g <- function(f1, ...) { f1(...) }
2019 May 21
1
Debugging Samba is a total PITA and this needs to improve
...amba/graz-dc-sem-dbcheck.txt > https://up.tao.at/u/samba/graz-dc-1b-dbcheck.txt > https://up.tao.at/u/samba/villach-dc-1a-dbcheck.txt > https://up.tao.at/u/samba/villach-dc-bis-dbcheck.txt > > Doesn't look particularly healthy to me. No, but its not that bad as far i can see. Argg. I have to to thing here now, move workspaces.. Sync graz-dc-sem to VILLACH-DC-BIS ( full sync ) Reboot: VILLACH-DC-BIS Wait 5 min, check again. Verify this GUID: e70407fd-019e-42f8-a60d-4504d2df230c In zone _msdc. Check it compleet. <GUID=e1569c90-50f9-4bb5-bd85-79145e3ff6fd>;CN=NTD...
2005 Aug 11
0
Fwd: Re: Dovecot & SquirrelMail HELP!
...g somewhere :) Just one now... Cyrus has been removed and purged off the system.. i found something about cyrus commented in postfix config, i have removed it, restarted and reloaded postfix still there aries:/etc/postfix# pidof cyrmaster 22272 aries:/etc/postfix# kill 22272 and it is still alive argg!!! Quoting Johannes Berg <johannes at sipsolutions.net>: > On Fri, 2005-08-12 at 02:03 +1000, admin at downend.org wrote: > > > > I have installed previous Imap Servers could that be it? > > > > How can I check if port 143 is being used by another imap server? &gt...
2019 Jan 22
3
samba_dns_question
Hai Rowland, I think you are mixing a few settings. http://www.zytrax.com/books/dns/ch7/queries.html#additional-from-auth additional-from-auth yes | no ; additional-from-cache yes | no ; And www.zytrax.com/books/dns/ch7/queries.html#auth-nxdomain auth-nxdomain yes | no; If auth-nxdomain is 'yes' allows the server to answer authoritatively (the AA bit is set) when returning
2019 Jan 22
0
samba_dns_question
...erarchy where > > they are simply noise and increase the already high level of query > > pollution caused by mis-configuration. > > > > OK, I will give you that one, it probably would be better if > it was set to yes, which really means not having the line. > No, argg.. How can i explain this.. Hmm very short version, it might block queries to 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 Greetz, Louis
2019 Jan 22
1
samba_dns_question
...noise and increase the already high level of query > > > pollution caused by mis-configuration. > > > > > > > OK, I will give you that one, it probably would be better if > > it was set to yes, which really means not having the line. > > > > No, argg.. How can i explain this.. > Hmm very short version, it might block queries to 10.0.0.0/8 > 172.16.0.0/12 192.168.0.0/16 > If they are not AD reverse zones then the AD DNS server shouldn't really know anything about them, any queries for them should be forwarded to another dns ser...
2018 Apr 27
2
samba-tool ntacl sysvolcheck -> Too many open files
I just realize that i can't run a "samba-tool ntacl sysvolcheck" on my DC's (4.7.6): ldb: unable to open modules directory '/usr/lib/x86_64-linux-gnu/ldb/modules/ldb' - Too many open files ldb: unable to open modules directory '/usr/lib/x86_64-linux-gnu/samba/ldb' - Too many open files ..... >From memory, it was just fine on samba 4.6 If I check system
2006 Mar 16
4
calling an actionview method from inside a model
Hi, I would like my model instance to produce it''s own list of options for a form select. This is from a product model that has_many variations def alts_for_select(current_id) the_map = variations.map{|v| [v.name, v.id]} options_for_select(the_map, current_id) end the model cannot see the options_for_select method I tried to use
2006 Jun 18
13
Currency calculation
I''m thinking of experimenting with some currency conversion. However, I''d like the conversions to be in synch with the current rates. Anyone know (and this maybe out in left field) if there is some online (perhaps xml) or other data stream I can connect with in my code to output values based on user selection ? TIA Stuart
2005 Feb 23
8
centos-announce list?
Any chance we can set up a low-volume "centos-announce" list so that we all don't have to read all of these non-Centos-specific E-mail threads about people figuring out how to admin a Linux box when all we need to know is when major releases/milestones/news items are available? Regards, -Tom
2019 May 21
4
Debugging Samba is a total PITA and this needs to improve
Hai Sven, And still i see/think you should change some things to get a better base setup. And no its not bike shedding.... It is making a standard setup, work from there. [libdefaults] default_realm = AD.TAO.AT dns_lookup_realm = true < if you have multple REALM, else false. (default_realm = AD.TAO.AT) dns_lookup_kdc = true Checking file: /etc/nsswitch.conf passwd: files