search for: mcleod

Displaying 20 results from an estimated 105 matches for "mcleod".

2005 Jul 08
3
McLeod Integrated T1 - no PRI?
Hello everyone, We have recently turned up a new T1 from McLeod (Midwestern CLEC). It is configured like so: /etc/zaptel.conf: loadzone=us defaultzone=us span=1,0,0,esf,b8zs ;(also tried 1,1,0,esf,b8zs) bchan=13-23 nethdlc=1-12 dchan=24 /etc/zapata.conf: switchtype=national context=pri-in signalling=pri_cpe group=1 channel => 13-23 I can get hdlc0 (...
2010 Apr 19
4
Libvirt Compilation on MS Vista
...application can be developed on top of Libviet that connects to a QEMU system on an Ubuntu server. The Libvirt Windows Support page (http://libvirt.org/windows.html) implies the exercise is trivial. Over the last three weeks of failure I have come to find this assertion extremely amusing. Tim McLeod Simulamen Limited Registered in England No: 7133731 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100419/f500195b/attachment.htm>
2009 Feb 12
9
Schedule oddity
...wever, it seems to work OK. Master and node are both running Puppet 0.24.7, though it was also happening with the node at 0.24.6 (I just upgraded that to see if it was a version mismatch problem). Both ends are running Solaris 10 U6, master is SPARC, node is Opteron. Any ideas? Matt -- * Matt McLeod | mail: matt@boggle.org | blog: http://abortrephrase.com/ * --- People can do the work, so machines have time to think --- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to...
2010 Aug 06
0
McLeod.Li.test
Hi, I wanted to know that in the “McLeod.Li.test” P-value graph, at what level is the dotted line drawn? Also can it be changed? Thanks. [[alternative HTML version deleted]]
2017 Sep 25
0
0-client_t: null client [Invalid argument] & high CPU usage (Gluster 3.12)
FYI - I've been testing the Gluster 3.12.1 packages with the help of the SIG maintainer and I can confirm that the logs are no longer being filled with NFS or null client errors after the upgrade. -- Sam McLeod @s_mcleod https://smcleod.net > On 18 Sep 2017, at 10:14 pm, Sam McLeod <mailinglists at smcleod.net> wrote: > > Thanks Milind, > > Yes I?m hanging out for CentOS?s Storage / Gluster SIG to release the packages for 3.12.1, I can see the packages were built a week ago but th...
2017 Sep 18
2
0-client_t: null client [Invalid argument] & high CPU usage (Gluster 3.12)
...ages were built a week ago but they?re still not on the repo :( -- Sam > On 18 Sep 2017, at 9:57 pm, Milind Changire <mchangir at redhat.com> wrote: > > Sam, > You might want to give glusterfs-3.12.1 a try instead. > > > >> On Fri, Sep 15, 2017 at 6:42 AM, Sam McLeod <mailinglists at smcleod.net> wrote: >> Howdy, >> >> I'm setting up several gluster 3.12 clusters running on CentOS 7 and have having issues with glusterd.log and glustershd.log both being filled with errors relating to null client errors and client-callback functions....
2009 Jan 28
5
Solaris zone documentation
...ided.example.com This is with Puppet 0.24.7 on both client and server. I''ve not really needed the templating before so it''s possible that there''s a really obvious error in the template provided in the type reference and I''m just not seeing it. Matt -- * Matt McLeod | mail: matt@boggle.org | blog: http://abortrephrase.com/ * --- People can do the work, so machines have time to think --- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to...
2010 Apr 28
2
Windows Client
...find /etc/sysconfig/libvirtd so I am unable to set LIBVIRTD_ARGS="--listen". As stated on a previous post, my background is Windows rather than Linux, so I am at a loss as to know where to look next. I would very much appreciate some guidance. Many thanks in anticipation... Tim McLeod -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100428/3d89f359/attachment.htm>
2007 Oct 29
12
Boolean expressions
I''m trying to write a wrapper definition for the file type to make it a bit smarter. I have a basic version working fairly well: define xfile($owner = root, $group = root, $mode = 644, $source, $backup = main, $recurse = false, $ensure = file) { file { $name: mode => $mode, owner => $owner, group => $group, backup => $backup, recurse
2001 Oct 22
1
Browsing problem on the Windows Side
...9;ve repeated the experience a couple times to make sure we understood the symptoms. I'll continue trying to pinpoint the problem but I was hoping that if you've seen this problem you could help point me in the right direction. Thanks. --*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Scott McLeod scottmcleod@mediaone.net
2003 May 03
1
mkstemp <filename> failed
...to be in order, but it doesn't work. Here's the command that runs rsync on the client: /usr/bin/rsync --verbose --progress --stats --compress --rsh=/usr/bin/ssh \ --recursive --times --perms --links --delete --include "*" \ /web/tars/* kmastin@216.138.230.185:/chroot/mcleod/ Here's a sample of the output: kmastin.tar 635361280 100% 3.76MB/s 0:00:00 layer1.tar 24145920 100% 3.95MB/s 0:00:00 logs.tar 229990400 100% 1.59MB/s 0:00:00 mkstemp .kmastin.tar.yK1Qmu failed: Permission denied mcleodlake.tar 85278720 100% 3.91MB/s 0:00...
2008 Oct 15
11
how to update solaris packages without keeping local copies
Greetings, I have a solaris package stored on a puppet server. I''d like to be able to maintain the package on a client system without having to also keep a copy of the package file on the client system. (think lots and lots of packages) Checksums work okay for noticing changes on the fileserver, but it seems that I have to keep a local copy of the file as well. When I rev the package
2011 Dec 15
1
printing all htest class members
...an 'order' parameter, representing a lag or embedding dimension, and it would be a nice feature to pass a vector of orders and have all corresponding tests run. It's easy to do this, but the print method doesn't print those extra values. Here the code goes: #Some values from the McLeod-Li test, with x <- rnorm(100) res <- data.frame(ord=2:4, df=ord, Q=c(0.0129, 0.049, 0.0684), p=c(0.9936, 0.9972, 0.9994)) attach(res) nr <- nrow(res) # print.htest prints everything but 'all.orders' # but when it's named 'null.value' it works and it...
2010 Apr 30
2
Windows Vista Client Fails to Connect to Ubuntu libvirtd
...tc/default//libvirt-bin the 'default' command also fails: $ virsh -c qemu:///system Connecting to uri: qemu:///system error: unable to connect to 'var/run/libvirt/libvirt-sock': Connection refused error: failed to connect to the hypervisor Suggestions very welcome... Tim McLeod -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100430/3f06446a/attachment.htm>
2017 Sep 15
3
0-client_t: null client [Invalid argument] & high CPU usage (Gluster 3.12)
...l-readdir: true performance.client-io-threads: true network.ping-timeout: 5 diagnostics.client-log-level: WARNING diagnostics.brick-log-level: WARNING cluster.readdir-optimize: true cluster.lookup-optimize: true transport.address-family: inet nfs.disable: on cluster.brick-multiplex: enable -- Sam McLeod @s_mcleod https://smcleod.net
2018 Jan 31
1
df does not show full volume capacity after update to 3.12.4
.../dev/sdb1 59T 34T 25T 58% /bricks/data_B2 /dev/sdc1 59T 2.0T 57T 4% /bricks/data_B3 /dev/sdd1 59T 39M 59T 1% /bricks/data_B4 /dev/sda1 59T 38T 22T 64% /bricks/data_B1 server-B:/dataeng 350T 83T 268T 24% /dataeng Eva Freer From: Sam McLeod <mailinglists at smcleod.net> Date: Tuesday, January 30, 2018 at 9:43 PM To: Eva Freer <freereb at ornl.gov> Cc: "gluster-users at gluster.org" <gluster-users at gluster.org>, "Greene, Tami McFarlin" <greenet at ornl.gov> Subject: Re: [Gluster-users] df d...
2018 Mar 20
2
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
On Tue, Mar 20, 2018 at 8:57 AM, Sam McLeod <mailinglists at smcleod.net> wrote: > Hi Raghavendra, > > > On 20 Mar 2018, at 1:55 pm, Raghavendra Gowdappa <rgowdapp at redhat.com> > wrote: > > Aggregating large number of small writes by write-behind into large writes > has been merged on master: > https...
2003 Jul 09
2
error on web page for msn
Hi everybody, I'm trying to use msn with * and for that, I'm reading all information on the mailing list. You used to recommend the page http://mcleod.pbx.nq.net/msn/, but I always get an error while opening. Has it changed? Is there another one? Thanks cmayor ___________________________________________________ Yahoo! Messenger - Nueva versi?n GRATIS Super Webcam, voz, caritas animadas, y m?s... http://messenger.yahoo.es
2012 Sep 17
1
other files in \inst\doc
...... OK WARNING 'qpdf' is needed for checks on size reduction of PDFs * checking examples ... OK * checking PDF version of manual ... OK WARNING: There was 1 warning. This warning disappears when I delete \inst\doc Is this a bug? Is it forbidden to include such ASCII files? Regards, Ian McLeod
2017 Dec 12
1
Gluster 3.13.0-1.el7 Packages Tested
...cbs.centos.org/kojifiles/packages/centos-release-gluster313/1.0/1.el7.centos/noarch/centos-release-gluster313-1.0-1.el7.centos.noarch.rpm>; yum --enablerepo=centos-gluster* upgrade -y; systemctl daemon-reload; systemctl restart glusterd Cluster and clients upgraded, working as expected. -- Sam McLeod https://smcleod.net <https://smcleod.net/> https://twitter.com/s_mcleod -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20171212/81be4b33/attachment.html>