similar to: 2008 Post Count

Displaying 20 results from an estimated 100 matches similar to: "2008 Post Count"

2007 Jul 04
2
ZFS, iSCSI + Mac OS X Tiger (globalSAN iSCSI)
I have set up an iSCSI ZFS target that seems to connect properly from the Microsoft Windows initiator in that I can see the volume in MMC Disk Management. When I shift over to Mac OS X Tiger with globalSAN iSCSI, I am able to set up the Targets with the target name shown by `iscsitadm list target` and when I actually connect or "Log On" I see that one connection exists on the Solaris
2004 Aug 06
3
Different User
Is there a way that I can have icecast run as a different user other than root? Thomas --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the
2006 Apr 28
1
Installing the Mac RGUI for OS X
Hello, Having installed R 2.3 for OS X Tiger 10.4.6(PPC), i tried running the new R.app, but it hangs (spinning beachball). Moreover, i can't install the RGUI from within the R-2.3 DMG, - it tells me i must have R 10.4 installed ! (I have 10.4.6) R 2.3 runs successfully from the command line however. I tried compiling from sources, but Xcode has this error(i.e it can't locate
2006 Aug 09
7
changing find method
Hi, i was wondering if there was a nice clean way(after all, it is ruby) to change the find method of a certain model/class (Page) so that if i wanted to use a find method on a @page instance it would return only specific rows from the table(if the page.published == true/false: the pages table looked like SQL: ... id int not null auto_increment, published tinyint(1) not null, something
2005 Dec 08
7
Help shut down webbrick on mac?
Hello, I just installed radrails and it will not run the webbrick because a version is already running on my mac. I do not know how to shut down the mac version. Thanks Regards, Frank Rocco farocco-H+0wwilmMs3R7s880joybQ@public.gmane.org
2006 Jul 13
2
mail sending
Hi, i was hoping someone could reference me to some good documentation on emails in ruby and emails in general. i am in the end-process of building an app with a newsletter application in it, and was hoping to get some references on good places to start off with - - not just in rails/actionmailer, but email/smtp/sendmail/whatever/protocols when to use what, what''s best to use when,
2006 Jul 11
1
smpt server
Hi, i am now in the process of building a newsletter system which will send out emails to users that have enlisted to a certain group; everything''s going fine, and i an towards the end of this project...now the real part of the story kicks in, where i need to check to see if the thing is working or not. i have been looking over the development.log file, and i see that the emails
2006 Apr 17
40
Convince me to buy TextMate!
I got a Powerbook recently and am debating buying TextMate. I installed the trial and have checked it out, but don''t see what''s so great about it. AFAICS it''s the Ruby and Rails macros for expansion and other stuff that might be it. Other than that, TextMate seems like a pretty basic editor. I currently use PSPad and Editplus, and I could probably get/make macros
2009 Jan 13
4
What are the various models of DID providers
Hi, Inspired by a recent rant about one particular provider, I am getting very curious about something I've never mastered. I'd like someone to explain this here or at least post a link or two that can educate me and probably countless others who have no knowledge in this area. I'm sure there are several of you reading this that know all about the subject. What are the various
2006 Jul 05
8
loginGenerator - getting logged in username
i am working on a site taht uses loginGenerator.. it''s a great little package, but i am running into one little problem.. i would like to have something that says: "logged in as <username>" in the site, but i am not quite getting it.. what i am using is: <p>You are logged in as: <%= @session[:user] %> but i have tried: <p>You are logged in as:
2006 Jul 02
18
JOIN conditions
Hi, how can I get Rails to generate SQL queries with conditions in the JOIN clause? What I would want is: SELECT * FROM people p LEFT OUTER JOIN jobs j (p.job_id = j.id AND j.salary > 9999999) I tried People.find(:all, :include => ''jobs'', :conditions => ''jobs.salary > 9999999'') but that generates SELECT * FROM people p LEFT OUTER
2009 Jan 19
3
IAX IP Phone
Hi All; Anyone knows an IAX IP Phone works fine and tested? Does polycom support IAX IP Phone? Regards Bilal
2011 Oct 18
2
[LLVMdev] Request for merge: GHC/ARM calling convention.
Hi David, > Any word on this making 3.0? 3.0 already branched, and since this is not a regression, this will most probably go into 3.1. Maybe Bill (CC'ed) being the release manager has other opinion on this. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2005 Apr 08
1
LDAP and the Password attrtibute in SAMBA
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings, ~ I am currently using SAMBA in conjunction with LDAP. There is one minor thing that I was wondering about. Is it possible to get SAMBA to get the users password from another attribute than the SambaNTPassword password attribute? I have some other ideas for making it work but it would make it easier if SAMBA could use say teh
2008 Jul 19
2
OT Astricon/Digium Beach Ball Mailing
Just an FYI for Digium. I received a mailing today from you guys which was nice. The price of mailing was ~$1.60 and inside was an inflatable beach ball. Cool, but I tried to blow up the beach ball and the the seam where the part opens to inflate the ball was not connected to the ball whatsoever, so it went right in the trash. I wonder if the sick heat had anything to do with it, was mine just
2005 Mar 30
0
Mac OS X Finder hangs when accessing Samba server
Hello, I'm hoping someone may be able to steer me in the right direction, as I've searched the archives with no joy. Configuration: Server: Fedora FC3, kernel 2.6.9-1.667, samba-3.0.13-1 Client: Mac OS X Panther 10.3.8 The Samba server works fine with a Windows 2000 client on the same LAN. With Panther I am seeing the connection drop during transfers and/or the Finder freezing
2008 Nov 15
3
IAX2 client for "eee pc 1000"
What kind of IAX2 client will install/run on EEE PC 1000 (stock Linux software)? I'll eventually replace this crippled Linux with something better but I don't time to play around with it as most divers and modules are still too new and not fully available in all distros. -- #Joseph GPG KeyID: ED0E1FB7
2008 Sep 08
2
How to preserve date format while aggregating
Hi I have a dataframe in which some subjects appear in more than one row. I want to extract the subject-rows which have the minimum date per subject. I tried the following aggregate function. attach(dataframe.xy) aggregate(Date,list(SubjectID),min) Unfortunately, the format of the Date-column changes to numeric, when I'm applying this function. How can I preserve the date format? Thanks
2008 Apr 05
2
IAX IP Phone
Hi All; Till now I am not able to find a good IAX IP Phone or Gateway that can be used with good quality. Anyone can advise for good one? Regards Bilal ____________________________________________________________________________________ You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.
2005 Jun 10
0
Mac OS X Finder hangs when accessing Samba server
> I'm hoping someone may be able to steer me in the right direction, as > I've searched the archives with no joy. > > Configuration: > Server: Fedora FC3, kernel 2.6.9-1.667, samba-3.0.13-1 > Client: Mac OS X Panther 10.3.8 > > The Samba server works fine with a Windows 2000 client on the same LAN. > > With Panther I am seeing the connection drop during