search for: dusty

Displaying 20 results from an estimated 75 matches for "dusty".

Did you mean: rusty
2007 Sep 29
1
templates with same name before extension are cached
..., here is what I see (those are just some debug statements I put in to follow the code) Request 1 "Accept: text/xml" - "starting find_template, options are :" {:action=>"index", :ext=>"rxml,xerb,builder"} - match on elsif action path is : /Users/dusty/nms/app/views/testing/index - no cache, created glob glob is : /Users/dusty/nms/app/views/testing/index.{rxml,xerb,builder} - searched Dir[glob].first and found found is : /Users/dusty/nms/app/views/testing/index.xerb - finished find_template, template is: "/Users/dusty/nms/app/views/t...
2015 Aug 21
2
samba shares does not exist or permission denied when connecting
Hi, We have the following shares listed in smb.conf users cannot access the samba share directly i.e. \\sambaserver\rixilr or \\sambaserver\bridges error messages '/ibe/dusty/RIXILE Share/Bridges' does not exist or permission denied when connecting to [bridges] Error was Permission denied Aug 21 10:09:12 dish sambaserver[27859]: [2015/08/21 10:09:12.964101, 0] smbd/service.c:1092(make_connection_snum) however if the user browses to \\sambaserver\dusty - they'...
2015 Aug 24
2
samba shares does not exist or permission denied when connecting
...ny wrote: >> Hi, >> >> We have the following shares listed in smb.conf >> >> users cannot access the samba share directly i.e. >> >> \\sambaserver\rixilr >> or >> \\sambaserver\bridges >> >> error messages >> >> '/ibe/dusty/RIXILE Share/Bridges' does not exist or permission denied >> when connecting to [bridges] Error was Permission denied >> Aug 21 10:09:12 dish sambaserver[27859]: [2015/08/21 >> 10:09:12.964101, 0] smbd/service.c:1092(make_connection_snum) >> >> however if the us...
2006 Jan 10
1
dhcp errors in logs
i recently setup a dhcp at my home and now i am getting these errors in my logs and was wondering if i set something up wrong? --------------------- dhcpd Begin ------------------------ Unknown Entries: Unable to add forward map from STEVEN-DELL.dusty.home to 192.168.1.100: timed out: 4 Time(s) Unable to add forward map from laptop.dusty.home to 192.168.1.104: timed out: 4 Time(s) Unable to add forward map from lisa-dell.dusty.home to 192.168.1.103: timed out: 4 Time(s) ---------------------- dhcpd End ------------------------...
2015 Aug 24
0
samba shares does not exist or permission denied when connecting
In the smb.conf I have escaped the path to a samba share in quotes. path = "/ibe/dusty/RIXILE Share/RIXILE" all the users needs to do is go to \\sambaserver\rixilr but get's the following error message does not exist or permission denied when connecting to [rixilr] Error was Permission denied Is this correct syntax? On 24/08/15 11:18, Rowland Penny wrote: > On 24/0...
2017 Aug 07
15
[Bug 2755] New: [PATCH] sshd_config: allow directories in AuthorizedKeysFile=
https://bugzilla.mindrot.org/show_bug.cgi?id=2755 Bug ID: 2755 Summary: [PATCH] sshd_config: allow directories in AuthorizedKeysFile= Product: Portable OpenSSH Version: 7.5p1 Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: ssh
2002 Feb 16
1
Re: Linux EXT3 support? problems flushing?
...n't know if this helps but I'm running RH7.2 on ext3 with Samba 2.2.1a & Quotas, I haven't heard any users complain yet, (300 total users). I don't believe any of them are using Outlook though, but they are using the Samba for their Groupwise MailArchive. Hope this helps... -Dusty > -----Original Message----- > From: Gerald Carter [mailto:jerry@samba.org] > Sent: Saturday, February 16, 2002, 5:51 AM > To: Paul Miller <paul-samba@pinheiro.tcimet.net> > Cc: samba@lists.samba.org > Subject: Re: [Samba] Linux EXT3 support? problems flushing? > &gt...
2007 Jul 19
3
Merb::Controller#url Usage
...it. irb(main):009:0> url(:new_article_attachment,{:article_id => article.id}) --path before: /articles/:article_id/article_attachments/new --path after: /articles/1/article_attachments/new => "/articles/1/article_attachments/new" Is that the intended behavior? Thanks! Dusty Doris
2007 Nov 07
1
merb/sequel mutex on or off? proxy_balancer or no?
.... Right now I''m removing the mutex lock and setting up a cluster of 5 behind proxy_balancer and its working great. However, I was just curious to what others are doing. Thanks. Its looking great. I especially love the new provides :xml, :text, ... in the responder. Really nice idea. -Dusty Doris
2007 Jul 31
1
changeset 355
...Merb::Dispatcher.resolve_controller("admin/articles") => Admin::Articles Is this a missing piece in Router.match or am I supposed to be setting up some other type of route in router.rb in order for this to all work? Sorry if its obvious, its not jumping out at me right now. Thanks Dusty Doris
2002 Feb 15
0
Re: Locking Module?
Well I seem to have everything working now, I started up the daemons and the ran smbclient -L localhost and then smbstatus and everything looks good!Strange.. Thanks, -Dusty > -----Original Message----- > From: Dusty Hall [mailto:draper7@ziplip.com] > Sent: Friday, February 15, 2002, 8:01 AM > To: samba@lists.samba.org > Subject: [Samba] Locking Module? > > Hello everyone, > > I'm having a very strange problem that I can't seem...
2013 Dec 06
0
CentOS-virt Digest, Vol 76, Issue 3
...Subject line so it is more specific than "Re: Contents of CentOS-virt digest..." Today's Topics: 1. Re: What do you use to provision domU's? (Johnny Hughes) 2. Re: What do you use to provision domU's? (Johnny Hughes) 3. Re: What do you use to provision domU's? (Dusty Mabe) 4. Re: What do you use to provision domU's? (Johnny Hughes) 5. Re: What do you use to provision domU's? (Kenneth Porter) ---------------------------------------------------------------------- Message: 1 Date: Tue, 03 Dec 2013 17:31:38 -0600 From: Johnny Hughes <johnny at c...
2019 Jun 15
3
Constrained integer DIV (WAS: Re: Planned change to IR semantics: constant expressions never have undefined behavior)
...propose that > we add constrained intrinsics for integer DIV (and maybe REM). Some > architectures, like x86, can trap on integer div-by-zero. I'd like to > have some way to access that behavior, even if the C/C++ Standards say > it's undefined behavior. > > We have a few dusty deck codes in-house that depend on this, so I'm > motivated to push our local changes upstream. That said, if no one else > finds value in this, we can keep it local. Do you really need a special way to represent this in IR? If you need a SIGFPE, the frontend can generate the equivalent...
2011 May 31
3
Compiling C-code in Windows
Hello ALL! I am an Linux user (Debian testing i386), with very dusty Win-experience. Nevertheless, my colleagues and I are making some package in R, and I built C-routines to speed up things. I followed instruction how to compile C for R (very useful link: http://www.stat.lsa.umich.edu/~yizwang/software/maxLinear/noteonR.html, and links listed there). Everything...
2015 Sep 15
36
[Bug 2468] New: Option to include external files to sshd_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2468 Bug ID: 2468 Summary: Option to include external files to sshd_config Product: Portable OpenSSH Version: 7.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs
2005 Dec 10
1
sendmail problems errors
hello, i am having problems with sendmail when i am trying to restart it. this morning i woke up and found it not working and when i tried restarting it belched out these errors at me. [root at dusty init.d]# ./sendmail start Starting sendmail: 451 4.0.0 /etc/mail/sendmail.cf: line 91: fileclass: cannot open '/etc/mail/local-host-names': Group writable directory 451 4.0.0 /etc/mail/sendmail.cf: line 588: fileclass: cannot open '/etc/mail/trusted-users': Group writable direc...
2011 Dec 20
3
Get configuration flags
...that I may have? I'm asking this question because, somehow, my own compiled version of Wine can't run an application, even though binaries that I grabbed from packages for other distros do work: flawlessly, in fact. I can live with restraining those "custom binaries" in their own dusty little folders, but I'd like to know why something that other people build works and something I don't doesn't. The only thing that configure tells me is that it can't find OpenCL, libsane, OSSv4 and libcapi20, which shouldn't make any difference. My guess is that it's the c...
2008 Feb 07
1
geokit on merb
I converted the rails geokit plugin to a merb plugin today. Anyone interested in testing it out? It seems to be working great for me. If so, where should I put it? I don''t have a blog up or anything right now. Been meaning to do that, but haven''t had the time. -Dusty Doris
2013 Oct 31
1
Fwd: bnx2x driver in Xen4 kernel
...1696(eth0)]Can't load firmware file bnx2x/bnx2x-e1h-7.2.51.0.fw bnx2x: [bnx2x_func_hw_init:5476(eth0)]Error loading firmware bnx2x: [bnx2x_nic_load:2118(eth0)]HW init failed, aborting This seems similar to http://bugs.centos.org/view.php?id=6513 . Is this a bug? Is this a known issue? Thanks, Dusty
2014 Oct 29
1
No X with new 6.6 kernel
Hey Y'all, After upgrade to 6.6 my gui will not start. The problem is probably related to the dusty old video card I've got in this crusty old machine. 01:00.0 VGA compatible controller: NVIDIA Corporation G73 [GeForce 7600 GS] (rev a2) I've got the proprietary drivers installed. Normally when I update my kernel the video module is rebuilt automagically. That probably doesn't work...