search for: abat

Displaying 20 results from an estimated 24 matches for "abat".

Did you mean: abar
2003 Nov 05
2
Migrating from Samba2.2.8a+LDAP+PDC to Samba3+ldapsam
...I wish to migrate to Samba3+LDAPSAM. My real problem is that I must use ldap because I also use ldap for unix authentication (can that be done with tdbsam and pam?). I read the samba howto collection, but i dont find any help. The solution must preserve machines trust accounts and sids. Sebasti?n Abate Telcom Sistemas Tel. 4383-1937 abates@telcomsistemas.com.ar www.telcomsistemas.com.ar
2007 Jun 12
6
ensure => latest forcing recompile?
I''m running puppet from svn - build 2537. I''ve got a functional configuration and am testing it on a couple of development machines prior to moving it into production. I noticed today that the machines are taking ~300 seconds to process their configurations, so i watched a run and saw that it''s recompiling all of the Packages every single time. The only thing
2007 Nov 20
2
No longer able to browse windows share via Nautilus
I used to be able to browse the windows shares on the network through Nautilus. I can see them as computers, but when I click on them, it fails. (I'm on Ubuntu 6 LTS, AMD64) About 3 months ago, this failed. But, the windows boxes can all still access my shares on my Linux box. I was going through the trouble shooting, and found this out, but I'm not sure what to do next. I am
2006 Mar 09
3
ONLamp.com Tutorial Trouble
I have installed Ruby on Rails and the latest version of MySQL in my Windows XP machine and I am following a demo from ONLamp.com <http://www.onlamp.com/pub/a/onlamp/2005/01/20/rails.html?page=3>. I am 3/5 down the page where it says: "Open a browser and navigate to http://127.0.0.1:3000/recipe/new. You should see something like Figure 32." Instead of a page like Figure 32, I get
2005 May 23
0
console logging
At one point (maybe when ABAT was DATS) I thought there was support for serial console logging through another linux box (this "console" box dedicated to prividing serial ports for connectivity to other test boxes). Does this functionality not exist anymore? All I see are options for a telnet-like console concen...
2008 Aug 13
0
IPF/Xen-3.3.0-rc4 StatusReport --- no issue found
Hi all, We have done the ABAT test to Xen3.3.0-rc4 (staging#18314) on IA64. No issue was found for IPF. Thanks! Detail Xen/IA64 Unstable Cset #18314 Status Report ============================================================ Test Result Summary: # total case: 17 # passed case: 17 # failed case: 0 ===...
2011 Dec 24
1
linear interpolation of time series
Dear R users, I have two irregular time series say x and y. Each series is supposed to cover 20 years. The data looks, for instance: x<-c(200,178, 330, 127, 420) ## only 5 observations out of the expected 20 annual values y<-c(0.35,-0.18,-0.54,0.78,1.7,-1.1,0.2,1.9,0.49)### only 9 observations of the expected 20 I need to intepolate each of the series into equally spaced 20 points. Is
2007 Feb 13
2
modify only, not deletable
Hi folks, I have a samba file server joining a Windows 2k AD as member server. I wonder how I can setup the files on the samba share to be modifiable by users, but no one can delete them. Is it possible? linux chattr command doesn't seems to help, and I can only setup windows share permission (full control, read,write) for the samba files from windows interface, not NTFS detailed permissions.
2004 Oct 19
2
error in file(file, "r")
Hi, there. I am trying to read a file into R, but I got following message Error in file(file, "r") : unable to open connection In addition: Warning message: cannot open file `SwirlSample.txt' . In fact, my file has been already in the current working directory. My R is running on window operation system instead of UNIX. Thanks. Shizhu Zang Department of Biochemsitry Peking
2013 Jan 11
1
[LLVMdev] Requesting Feedback on my LLVM How-To
On Jan 10, 2013, at 22:10 , Sean Silva <silvas at purdue.edu> wrote: > On Thu, Jan 10, 2013 at 8:25 AM, Rick Mann <rmann at latencyzero.com> wrote: >> I've been writing up my experience embedding LLVM in a Cocoa app. If anyone would like to see it and give feedback, I'd appreciate it. It's still not finished, but the first part is there: >> >>
2003 Mar 18
7
Ghosting Linux Partitions.
I was thinking of putting a slightly bigger HD on my Linux server and would like to know the easiest way. I know that ghost works well on FAT32 partitions, but does it work on Ext3 partitions too? Id rather not reinstall if I don't have to, so any and all suggestions are appreciated. TIA Kev
2005 Aug 08
2
Problem with dovecot and system crashing
Hi all, I am running dovecot on a linux server (FC3) in conjunction with Sendmail. My configuration is quite vanilla and I am having the following problem: occasionally (once every 3-10 days) the dovecot server will become unresponsive and attempting to access mail via pop3 will produce an error message on the client side. As best as I can tell, the dovecot process dies because if I restart it
2004 Jun 13
0
Red alarm on T1 PRI but not on zttool
...ed alarm on channel 1: Red Alarm Jun 12 21:08:23 WARNING[163851]: Detected alarm on channel 1: Red Alarm Jun 12 21:47:01 WARNING[163851]: Detected alarm on channel 1: Red Alarm Jun 12 21:58:15 WARNING[163851]: Detected alarm on channel 1: Red Alarm ... the alarm continues bouncing, then eventually abates... Jun 13 01:44:57 WARNING[163851]: Detected alarm on channel 1: Red Alarm Jun 13 01:52:19 WARNING[163851]: Detected alarm on channel 1: Red Alarm Jun 13 12:15:15 WARNING[163851]: Detected alarm on channel 1: Red Alarm Jun 13 12:20:32 WARNING[163851]: Detected alarm on channel 1: Red Alarm Jun 1...
2012 Aug 13
2
R table as integrable object for large Latex Documents - avoiding SWeave
Hi, I am wondering whether some of you have a pointer to an alternative. I am currently writing my thesis in Latex (several documents), well grown over time, I am sure many of you are familiar with the situation. Likewise I am doing the quantitative analysis with R, and again a lot of lines of more or less wellwritten code. The outputs are graphs (which one can wonderfully integrate as PNG objects
2008 Oct 23
2
[PATCH 1/1] OCFS2: fix for nfs getting stale inode.
...take PR lock which blocks deleting the same inode block. (II) checkpoints disk updates for deletion within the cross cluster lock. SOLUTION DETAILS: By adding the cross cluster lock, reading a block via ocfs2_get_dentry() may be blocked when a different block is under deleting from other nodes. To abate that, a couple of such cross cluster locks are used. all blocks go to those locks. It's unlucky for the reading of a block which is goes to the same lock as a different block under deleting goes to. Signed-off-by: Wengang wang <wen.gang.wang at oracle.com> -- dlmglue.c | 113...
2007 Apr 22
3
CentOS5 consistent media check failures 2 - 6.
...rned disc 2 again on new media. It still fails. Jorge, in his long-running condemnation of Linux kernel SCSI implementations, again mentions his usual in the docs he provides and specifically states that kernel >=2.5 has problems (at least the rants about the wort-ever SCSI implementations have abated). So I figure I'll use something that does not involve CLI. BTW, by now I've learned that there are differences between the rtorrent created and downloaded-from-mirror images. So I go to my trusty CentOS desktop, get nautilus going, right the disc 2 image and write to CD. No improvemen...
2005 Mar 03
4
[OT] - Why should I answer a Newbie question, therethick!
...tch in a snow storm they last > thing they need is someone telling them they should have invested in > snow chains and defensive driving lessons before leaving the house. > > Newbies need help getting out of the ditch so traffic can continue to > flow and the rubber neckers can be abated. If you are not willing to > pull off to the side of the road and help the fool by pushing their car > out of the ditch you have no right to give him the finger as you drive > past. As a person who spent 9 hours in traffic last winter just to drive 15 miles due to idiots who should ha...
2003 Aug 06
9
R2 support
Hi folks, where can I find the R2 beta code for Asterisk? Best, PauloHM -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030806/9c7a0660/attachment.htm
2003 Mar 26
3
Samba 2.2.8-1 as W2k Member server
Hello I have a problem with setting up Samba as a AD member server. Environment: Linux tux 2.2.20-idepci (Debian Woody) samba 2.2.8-1.woody samba-common 2.2.8-1.woody smbclient 2.2.8-1.woody (samba from people.samba.org/~peloy/samba) Smb.conf: ---cut--- [global] printer driver file = /etc/samba/printers.def encrypt passwords
2008 Jun 26
7
Strange readyStates in prototype Ajax
Hi, I''ve never posted here before so please forgive me if I''m not observing proper decorum, yadda yadda yadda :-) I''ve ran into a very, very strange bug with Prototype I wanted to share and see if anyone else has seen this. In a few of my projects involving Ext JS, I''m using the TreePanel control, which uses AJAX to load child nodes asynchronously. Because I