similar to: [Bug 583] Chokes

Displaying 20 results from an estimated 1000 matches similar to: "[Bug 583] Chokes"

2012 Feb 10
0
Rspec testing (gunfight at coral)
Can any one give me an explanation on whats going on in this exercise. And any advice on how i should go about it. I dont need any exact codes just yet. But at least a good idea on how to start will be good Thanks Exercise 2: Gunfight at the OK Corral Description Overview This exercise is to create a small ruby program to determine the winners of gunfights, as seen in old Western movies.
1998 Jun 02
1
smbclient and smbmount do not yield same results
I am trying to connect with smbmount to a VAX/VMS system running, I believe, PathWorks. Using smbclient: $ smbclient '\\cowboy\hopkins' -UHOPKINS -Icowboy Added interface ip=199.187.33.84 bcast=199.187.33.255 nmask=255.255.255.0 Server time is Tue Jun 2 14:45:26 1998 Timezone is UTC-0.0 Password: security=user smb: \> ls AWHSTUFF.RS 31750 Thu May 28
2012 Jun 19
2
how to use by function
hi all, Assume I have data like data<-rbind(c(1,2),c(1,3),c(2,1),c(3,2),c(3,4)) I want to get some matrix like 1,2,3 2,NA,NA 3,2,4 I'm using by mat<-matrix(NA,3,3) by(data,data[,1],mat[data[,1],]<-c(data[,2])) but it doesn't work. Any ideas? thanks, cowboy
2008 Mar 06
2
audio file validation tool ?
I need a command line tool to validate mp3 file(s).... just something that scans the file and looks for structural errors and reports it. background, I've recovered a few 1000 MP3 files off a dying disk drive for a radio station, some of the other files I recovered had several K byte long blocks of zeros splatted in the middle where the dying drive did bad sector remapping (SMART
2008 Mar 20
1
code optimization,analysis
Hi, After having used S+ in commercial setting and then R in non-commerical (but still supporting my commercial interests), I would like to give back, if possible. Where I can contribute: 1. SCAN / PREVENT Stability and Threat analysis (big open source presence supported by coverity) 2. Intel Threaded Building Blocks library support to leverage multicore CPUs (plan now for 8-way) 3. VTune
2003 Jun 27
1
Problem with OS X (as client) to Samba on Linux box
Hoping someone can give me a pointer on this: I'm trying to connect a Mac OS X 10.2.6 machine to Samba 2.2.8 hosted on a Linux 2.2.20 machine. I can authenticate, connect to a share, navigate through. I can even delete and move files. But, whenever I try to save a file in most programs, or copy a file in the Finder, I'm told that I don't have the privileges to do it. Strangely
1999 Sep 08
1
Installation of R in a Linux/Intel platform
I use R fluently with Windows98/NT. I have tried to install R (R-base_0.64_2-2.i386.rpm) in a Linux/Intel platform (RedHat 6.0), but the system signals the following message of error (gnomerpm): file not rpm.I have tried, without success, to install R-base_0.64_2-2.src.rpm. Thanks for the help. Francesco Pecci Dipartimento di Economie, Societ? ed Istituzioni Via dell'Artigliere, 8 37129
2008 Nov 13
2
Samba memory usage - how big is it?
Hi, I'd upgraded samba to v3.0.32 last Sunday before our samba server started to hang. Every day we have to restart our server 2-3 times (today I just restart it once). I can see via System Monitor that 33 of our users each (pid) consume 13.6Mb (average) of memory. Our server only have 1Gb of RAM but usually it runs very well (except that we've already moved solidworks engineer to work
2011 Sep 13
1
Post held in moderation "Rsync chokes on this file"
I sent a message with the above subject:"Rsync chokes on this file", which as a 7Mb file attached to it and got a message that the post was held in moderation because the attached file is too large. What is the procedure for sending a file to the developers for checking? Can I upload the file somewhere and create a link to it in my email, or submit it to some email account that permits
2011 Sep 23
1
Rsync goes chokes on this file, can the developers look into it?
I posted a message to the list earlier about rsync's problem with a file, - here is a link to the post.- http://permalink.gmane.org/gmane.network.rsync.general/24044 I have been trying to backup some files which rsync and it always chokes on this file. It simple halts with a non intuitive error message. rsync --version produces this info : rsync version 3.0.4 protocol version 30 It is
2009 Oct 16
2
nss_winbind / offline logon
Hello list users, I have been struggling to make my AD integrated Debian Lenny box to work fluently also when network connectivity is down. What I would like to achieve: 1) When no network available, local user should still work normally 2) If possible, AD located users should still be able to login if they have previously logged in successfully (cached login) Number 2 is more like optional,
1999 Oct 22
0
2.0.5 smbmount chokes on chars needing shell-escape
Apologies if this has already been asked, but I couldn't find reference to it anywhere. Various windows versions allow characters in share names like " " and ")" (space, close paren) that need to be escaped when passed to the shell. However, it seems like the 2.0.5 smbmount calls smbmnt via the shell, and so if you try to do something like: smbmount
2005 Jul 20
0
(fwd) Bug#319169: logcheck: chokes on log files whose names contain spaces
i did some cleanup first, but now i'm choking on a much earlier stage than i first thought. -- logcheck for file in $(egrep --text -v "(^#|^[[:space:]]*$)" $LOGFILES_LIST); do logoutput "$file" done -- that falls apart if you insert in /etc/logcheck/logcheck.logfiles a line like /var/log/auth .log even if you escape it with "", which is a valid
2016 Mar 13
0
[Bug 2551] Chokes on $HOME containing whitespace
https://bugzilla.mindrot.org/show_bug.cgi?id=2551 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au --- Comment #1 from Darren Tucker <dtucker at zip.com.au> --- Also
2016 Aug 02
0
[Bug 2551] Chokes on $HOME containing whitespace
https://bugzilla.mindrot.org/show_bug.cgi?id=2551 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> --- Close all resolved bugs after 7.3p1 release
2020 Aug 20
0
utils::isS3stdGeneric chokes on primitives and identity
I added that so I can look at the proposed fix and put it or something similar in bugzilla for review final review. Apologies for the oversight. ~G On Wed, Aug 19, 2020 at 3:40 PM Antoine Fabri <antoine.fabri at gmail.com> wrote: > Dear R-devel, > > utils::isS3stdGeneric tries to subset the body of the function it's fed, > primitives don't like that because they
2020 Aug 27
0
utils::isS3stdGeneric chokes on primitives and identity
Should it work on traced functions ? As it is now it doesn't. Best, Antoine Le jeu. 20 ao?t 2020 ? 09:58, Kurt Hornik <Kurt.Hornik at wu.ac.at> a ?crit : > >>>>> Gabriel Becker writes: > > > I added that so I can look at the proposed fix and put it or something > > similar in bugzilla for review final review. > > > Apologies for the
2010 Jan 14
1
Samba 3.3.10 Available for Download
=================================================================== "If you?re ridin? ahead of the herd, take a look back every now and then to make sure it?s still there with ya." Cowboy Proverb =================================================================== Release Announcements ===================== This is the latest bugfix release of the Samba 3.3
2010 Jan 14
1
Samba 3.3.10 Available for Download
=================================================================== "If you?re ridin? ahead of the herd, take a look back every now and then to make sure it?s still there with ya." Cowboy Proverb =================================================================== Release Announcements ===================== This is the latest bugfix release of the Samba 3.3
2020 Aug 29
0
utils::isS3stdGeneric chokes on primitives and identity
Hi all, I have a patch that fixes this and also fixes/improves debugcall so that it supports pkg::fun(obj) and pkg:::fun(obj) style calls. I'm going to test it a bit more and add a regression test for isS3stdGeneric and then I will submit it to bugzilla tonight or tomorrow morning. Best, ~G On Thu, Aug 27, 2020 at 5:28 PM Gabriel Becker <gabembecker at gmail.com> wrote: > Trace