similar to: Can't access files at WinXP boot time

Displaying 20 results from an estimated 4000 matches similar to: "Can't access files at WinXP boot time"

2004 Nov 20
3
Another try: apps can't see data files until use of Win. Expl.
[I posted this problem a couple of weeks ago and got no responses. So I'm trying again] I have a couple of applications on a WinXP/SP2 system that use data files on a Samba (v2.2.12, on Linux) shared drive. Immediately after booting the WinXP system these data files cannot be seen, yet become visible when the share is browsed with Windows Explorer. These applications are started
2006 Jun 14
0
testing table associations
First, thanks to everyone who replied to my pluralization question from before! Today I''m confused by associations. I''ve set up a bunch of associations in my models to describe these relationships: - each user can have many bookmarks and tags - each bookmark can have many users and tags - each tag can have many bookmarks and users (Part of what is confusing is that I can
2006 Jan 23
2
del.icio.us-like output
I''m trying to build a page similar to a delicious page that is a listing of your bookmarks in this format: 1. Querying serialized data in ActiveRecord<http://www.karmiccoding.com/articles/2005/11/29/querying-serialized-data-in-activerecord> Hack to search serialized fields to rails <http://del.icio.us/djsodom/rails> ... and 4 other
2010 Oct 11
5
Object lost in memory/trashed?
Hi, I''ve got a problem on which I''ve spent many hours, and I can''t get a clue on what is happening... I hope someone here will be able to help me. Here is the situation : my Rails app uses acts_as_commentable and acts_as_bookmarkable on a Diagram model. Everything''s working OK individually: I can create a comment on a Diagram, bookmark it, and so on. Now,
2008 Feb 26
4
Pointer to simple mail server setup?
Hello. I need to set up a mail server for a small (~5 people) organization on CentOS 5.1. While I am very familiar with CentOS and Linux in general, I have zero experience in setting up a POP3(s)/SMTP mail server. I suppose eventually I'd like to do spam/virus filtering, but initially the simple sending/receiving of mail will be adequate. Can someone point me to a tutorial on setting
2005 Dec 17
3
Question on Db Table design
Hi Suppose one has a db to track bookmarks for multiple users. Let''s assume that there are ten''s of thousands of users, and that an average user may have 100 bookmarks. (Assume here that no two bookmarks are the same.) Is it a common practice to have a bookmark table for ALL users, thereby producing a table that has on order one million rows. Or, is it better to somehow group
2007 Dec 17
2
After 4.6 update: CUPS (via Samba): "'/printers/printers' no good!"
Since updating from 4.5 to 4.6 yesterday, I am getting a lot of CUPS errors. The error.log file is filling up with these messages: get_printer_attrs: resource name '/printers/printers' no good! And the access.log seems to be being polled often too, even in the absence of any print jobs submitted. On my network the CUPS-handled printer is exported from Samba. Given that the Samba
2005 Sep 01
0
Multi-Page Websites VS AJAX
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 I found this to be quite interesting not sure if there are any plans for implementing it. The problem In a regular Multi Page Interface (MPI) website, each page has a unique URL. These URLs can be used to bookmark your location, and the browsing history is just a list of those URLs in the order you visit them. An AJAX application however has a
2004 Nov 12
1
Firefox keyword searches for R & S-Plus
If you've 'rediscovered the web' with Firefox (http://getfirefox.com), you might find this tip handy. Suppose you want to search the (local) R documentation for information about the lme function. Wouldn't it be nice to just type into the browser address bar: r lme and have the search performed? Here's how (on Windows): Click on this link:
2003 Dec 18
1
sharing bookmarks with rsync
I would like to have my computer at home and my computer at work to share the same bookmarks. My idea was to have each of the computers sync with a server's bookmark file. If the client has a newer file than the server it would upload it, if the client has an older file it would download it. I already have the authentication keys set up and want to do it over ssh. Would this be one way to
2001 May 15
1
How to display bookmarks on Lotus Notes 5 - Here is the solution
If you use Notes 5 with wine, you probably have the problem, that the bookmarks frame doesn't open when you click on Favourites or other folders on the left side. Solution: Create a Memo in Notes Go to the Body field and select Create/Hotspot/Button In the lower half, select Script and paste in this code Sub Click(Source As Button) Dim db As New
2004 Sep 21
5
R 1.9.1 Fails to Start on WinXP SP2
I have two computers both of which are running Windows XP SP2. R 1.9.1 runs just fine on one but not the other. Both installations of R came from the same installation package. When I click on the desktop icon an hourglass shows up then disappears. Similarly, if I start RGUI the process shows up in task-manager then abruptly disappears. Interestingly, I can access R in Excel via the D(COM) Server
1997 Jul 25
0
What page was it ?
If you ever picked up a book and forgot which page or paragraph you stopped at - you need a ParaMark BookMark. Used by students, avid readers, and teachers everywhere, the nationally acclaimed ParaMark BookMark is the worlds first "smart" book mark. Visit our website today to learn about "smart" ParaMark BookMarks. Find "Smart" BookMarks:
2006 Aug 25
1
Does irqbalance actually do anything?
I've got several SMP machines, some running CentOS 4.3 and some running Fedora Core 4. All machine are kept fully updated. A few are Pentium3-based and a few are Pentium4-based. They are all running the irqbalance daemon. The distribution of interrupts across CPUs is indeed kept balanced, yet even after months of uptime ps shows no CPU use whatsoever by irqbalance. This from a
2005 Sep 12
1
Multi-Channel/Stream support?
Hi all, I'd like to know how well Speex handles multiple input streams. More specifically, if i have 4 streams that are playing at "the same time", how well does the CODEC handle switching from one stream to the next to process the audio. The reason i ask is this....My project up until now uses the MELP CODEC which didn't specifically have the ability to handle multiple
2006 Jan 15
1
Attributes of a relationship
Hi all, I have two types of models which I''m not sure how to model (or if it''s even feasible) with ActiveRecord. Let me know if you''ve got any good ideas. 1) For those of you who are familliar with del.icio.us, you probably know that you can bookmark a site, and add your own tags to it. Each person has their own tags for a site, even though multiple people can
2007 Dec 11
3
How to disable hal's polling of CD-ROM drive in CentOS 5.1?
Given that I hardly ever use the CD-ROM drive, it makes no sense to have hal constantly polling it for new media. How can I disable this polling in CentOS 5.1? Thanks.
2006 Jan 19
0
file_column error: tmp file created but not actual
Hi When I submit the form with field_column, the actual image is not uploaded, only temp files are crreated and I dont see actual file created and the image file name is not in the database and get "fieldWithErrors". Then if submit again, the actual file in created and an database record is generated. Here is the log file. I print @params and @wallpaper. I find the following: 1st
2008 Feb 20
0
Creation of Bookmark Button
Hi Everyone, I want to create a button in my app which can be placed on browser bookmarks toolbar. And for any website when i click on that bookmark, it will open a layered window (like popup) which will have page title and domain name of that page And also it will have some input fields. It will be a form from my application. And when i will submit that window will close down and update
2008 Dec 05
3
Fwd: Re: ssh forwarding as putty in window
Thank you I check in rpmfind.net it is only available on fedora. how can I install it in centos? thank you Mark Snyder <mark at jmktdis.com> wrote: Date: Fri, 05 Dec 2008 12:29:39 -0600 From: Mark Snyder <mark at jmktdis.com> To: CentOS mailing list <centos at centos.org> Subject: Re: [CentOS] ssh forwarding as putty in window chloe K wrote: >