search for: bret

Displaying 20 results from an estimated 239 matches for "bret".

2008 Aug 21
5
VM node won't talk to host
...9; device is mapped to '/dev/sdb' so the OCFS2 partition shows up as '/dev/sdb11' The only thing I can think of is that the device names have to be the same between all hosts, but that really doesn't make any sense to me. Any help would be greatly appreciated. Thanks. -- Bret Baptist Senior Network Administrator bbaptist at iexposure.com Internet Exposure, Inc. http://www.iexposure.com (612)676-1946 x17 Providing Internet Services since 1995 Web Development ~ Search Engine Marketing ~ Web Analytics Network Security ~ On Demand Tech Support ~ E-Mail Marketing
2006 Sep 12
1
Authentication problems after upgrading to 3.0.23c
...[2006/09/12 12:49:14, 2] lib/access.c:check_access(323) Allowed connection from (155.245.49.154) [2006/09/12 12:49:14, 2] smbd/reply.c:reply_tcon_and_X(711) Serving IPC$ as a Dfs root [2006/09/12 12:49:14, 2] auth/auth.c:check_ntlm_password(309) check_ntlm_password: authentication for user [bret] -> [bret] -> [bret] succeeded [2006/09/12 12:49:14, 2] lib/access.c:check_access(323) Allowed connection from (155.245.49.154) [2006/09/12 12:49:14, 1] smbd/service.c:make_connection_snum(941) s5037xp (155.245.49.154) connect to service share initially as user bret (uid=16661, gid=1001)...
2012 Nov 13
10
Puppet client won't autostart
...t 55055 12.4 0.1 383924 45928 ? Ssl 07:15 0:01 /usr/bin/ruby /bin/puppet agent # Where should I look first? I''m not sure why this will start for me interactively but not from the agent (this also fails if the agent is already running in exactly the same fashion). Thanks! Bret Wortman -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/Craxa7MPMXUJ. To post to this group, send email to puppet-users@googlegroups.com. To unsubsc...
2006 Dec 20
13
Need quality toll free 800 number over IAX?
Hi List I need a quality US 800 DID over IAX for my Asterisk server, preferably one that doesn't cost the earth. Any suggestions please? Thanks -- Chris Blunt Entropy IT Ltd -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061220/4919f3cb/attachment.htm
2005 Mar 12
1
FW: Watir needs a Win32GUI library
Anyone need something to do? :) Dan -----Original Message----- From: Bret Pettichord [mailto:bret@pettichord.com] Sent: Saturday, March 12, 2005 8:25 AM To: ruby-talk ML Cc: wtr-general@rubyforge.org Subject: Watir needs a Win32GUI library We''ve seen growing enthusiasm for Watir, a web-testing library that is good enough that it is convincing people to learn...
2008 Jul 22
2
can''t execute a build - on windows + jruby
Hi all, Am trying to get cc.rb working on a windows machine, running under JRuby. I patched line 19 of project_migration.rb to use jruby, instead of ruby. execute "jruby #{File.join(migrate_scripts_directory, script)} #{@data_dir}" The add project works fine, but when I run start, the webpage just hangs on the ajax request to build - never actually executes the build at all, or comes
2007 Aug 21
1
[NetBIOS] Registering new name?
...broadcasting its NetBIOS name. At this point, this little VB code does register the name successfully, but it's not listed in "net name" and "net send" to it fails: ====== Private Sub Command1_Click() Dim ncbInfo As NCB Dim sMachine As String * NCBNAMSZ Dim bRet As Byte '===========1. Send RESET With ncbInfo .ncb_command = NCBRESET End With bRet = Netbios(ncbInfo) MsgBox ncbInfo.ncb_retcode, , ncbInfo.ncb_num '===========2. Register name sMachine = SERVER_NAME & Chr(3) With ncbInfo .nc...
2004 May 12
4
non-interactive call to R (running an R package as a stand-alone application)
Is there a way I can have R automatically execute the commands in a source file without ever having to use R interactively? If so, what arguments should I pass to the UNIX call to R? I need to do this to run several R jobs in parallel. An alternative may be to have R and an R package behave as a stand-alone application that can be called from the UNIX command line. Is there any documentation on
2007 Sep 10
1
Using Rspec with ScenarioFixtures
...p://code.google.com/p/fixture-scenarios/ http://errtheblog.com/post/7708 I did a quick search and didn''t find any mention that any one else had gotten this to work yet. If i missed something, could you please drop me a line. Otherwise, expect a progress report when i get this working... Bret -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070910/fb30ffdb/attachment.html
2007 Oct 31
1
Axis Location/Data view in scatterplot3d
...tried to determine if I could rotate the graph and relocate all three axis (origin (0, 0, 0))so they would be at the back left so the plotted points would slope down toward the viewer. Using 'angle' and 'axis' did not get me any closer. Does anyone have any suggestions? TIA, Bret for(Days_Nesting in 1:55){ Breeding_Period<-1:118 DSR_RGWT= exp(6.6205449-0.0589883*Days_Nesting)/(1+ exp(6.6205449-0.0589883*Days_Nesting)) DSR_BS<-DSR_RGWT^Breeding_Period DSR_Final<-as.data.frame(cbind(Days_Nesting, Breeding_Period, DSR_BS)) write(c(t(DSR_Final)), "location.txt&q...
2007 Sep 12
4
Checking out Rspec
...i was able to workaround this by checking out svn://rubyforge.org/var/svn/rspec/trunk/rspec instead, but i liked having the whole kibboodle, because there is so much cool stuff in there to steal from. Is this a known problem? Is this a bug or just some how how bundles are supposed to be packaged? Bret -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070912/f1386fa7/attachment.html
2006 Feb 13
1
JRG Console Output
All, I had a question about the JGR console and whether or not I can manipulate the location where line wrapping occurs. I have searched 'JGR' in the R listserve archives and attempted to find console manipulation on the JGR website to no avail and could use some direction. TIA, Bret As an example, the below output wraps every 4th value, leaving about 2/3 of the console empty. > rnorm(20, 50, 17) [1] 43.42240 39.94807 8.94276 15.19369 [5] 82.56500 17.96678 80.58936 48.61693 [9] 75.92249 71.86615 53.39025 24.08080 [13] 23.92690 35.96344 61.29200 63.37290 [17] 77.71882 5...
2020 Jan 04
2
FreeBSD / Samba / usr/local/apache24
On 1/4/2020 12:28 PM, Rowland penny via samba wrote: > On 04/01/2020 19:51, bret_stern via samba wrote: >> Good day, >> >> I have hosted several domain websites under my apache24 web server on >> FreeBSD 10.1 for several years. I had Samba configured to allow >> updating files from my window 7/XP machines. >> My freeBSD 10.1 server still al...
2012 Dec 12
4
Converting puppet client to servr
Is there an easy way to convert a puppet client into being a puppet master? Here''s the scenario. I''m using puppet to configure all my systems, and would like it to be able to deploy a new puppet master as well. We have systems worldwide so having local puppet masters is very desirable for fault tolerance. So Kickstart (via cobbler) installs a puppet client during the initial
2023 Nov 12
1
Match Principal enhancement
AFAIK everything you described here could be done using the AuthorizedKeysCommand or AuthorizedPrincipalsCommand directives. These can emit authorized_keys options (inc. permitopen) as well as the allowed keys/principals. On Sun, 12 Nov 2023, Bret Giddings wrote: > Hi OpenSSH devs, > > I?m wondering if the following has any merit and can be done securely ... > > If you could match on principals in the sshd_config, then (for example) on a gateway machine, you could have something like > > /etc/ssh/authorized_keys/sshf...
2009 Jan 14
1
Transport endpoint is not connected while mounting....
Does anyone have any idea what to try next? Here are the steps I have taken and the problem: (I wanted to post my question on the first line before I explained the problem and what I have tried) ---------- Node 0 has the file system mounted just fine and works great. When trying to mount on Node 1: `mount.ocfs2 /dev/mapper/data /cluster/ data` I get this error after about 30 seconds:
2007 Nov 06
2
Unique Pairs based on a Minimum Value
...ttempting to get all those unique 'x-y' combinations for which the y column is the minimum of the values y takes for each unique x (ID variable), such as below. x y 1 10 112 3 12 111 4 13 117 5 15 114 6 16 113 7 17 119 Any advice/directions I could look would be appreciated. TIA, Bret R 2.6.0; platform i386-pc-mingw32
2006 Jan 29
2
Access Codes
Or you can use authenticate() and have it take its 'passwords' form a text file on your machine. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > trixter aka Bret McDanel > Sent: Sunday, January 29, 2006 5:37 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: Re: [Asterisk-Users] Access Codes > > On Sun, 2006-01-29 at 18:00 -0400, Dakota wrote: > > I would like to setup Asterisk as follows: > > > >...
2006 Aug 24
1
block ring interface: nr_segments = 0 results in BLKIF_RSP_ERROR
I am currently developing a blkfront.c for a custom OS over Xen 3.0.2-2. Typical I/O is working, however, I ran into an error while testing a corner case. On standard I/O, where { 1 <= nr_segments < BLKIF_MAX_SEGMENTS_PER_REQUEST } blkif_int()''s bret->status returns BLKIF_RSP_OKAY. Yet when { nr_segments == 0 } blkif_int''s bret->status is non-zero. (Yes I realize this is an I/O call of zero-length.) I checked the documentation and section "8.2.2 Block ring interface" states the following but doesn''t...
2013 May 07
3
Trouble writing authorized_keys2
...sh/authorized_keys2: Permission denied - /home/user/.ssh/authorized_keys2 This is not the first nor the last key, and I get around 19 entries in the file, so I''m not seeing why this one in particular is failing. Structurally, it looks exactly like all the others. Any ideas? Thanks! * * *Bret Wortman* <http://damascusgrp.com/> http://damascusgrp.com/ <http://bretwortman.com/> http://twitter.com/BretWortman -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails fro...