Questions tagged [journaling]
66 questions
1
vote
1 answer
How to add multiple e-mail recipients in a mail , but send the mail to only a selected few addresses?
I am building an app for journaling purpose , were I will put all messages in an e-mail and will send it to a journaling mailbox . What I want is to display the email addresses of all the recepients of original messages in to field but not actually…

vidit mathur
- 62
- 1
- 2
- 8
1
vote
1 answer
Starting mongod with --nojournal option deletes existing journal files?
My MongoDB had crashed due to out of memory error that occurred when it tried appending to a journal file.
At that instance, my mongod.lock file was empty. I restarted mongod without any options. It was accepting connections normally. Then I ran…

riteshkasat
- 803
- 10
- 15
1
vote
2 answers
Prepopulated Core Data SQL store with new Write-Ahead Log (WAL) journaling
I would like to ship my app with an SQL datastore, but now, since Apple has introduced a WAL journaling, that makes 3 files instead of one, so I wonder if I should ship all 3 of them, or I can try to force SQL to make a checkpoint, merging it all…

Nikita Pestrov
- 5,876
- 4
- 31
- 66
1
vote
1 answer
Can the USN Journal of the NTFS file system be bigger than it's declared size?
Hello fellow programmers.
I'm trying to dump the contents of the USN Journal of a NTFS partition using WinIoCtl functions. I have the *USN_JOURNAL_DATA* structure that tells me that it has a maximum size of 512 MB. I have compared that to what…

Sebastian-Laurenţiu Plesciuc
- 2,413
- 1
- 24
- 41
1
vote
1 answer
There are no preallocated journal files created in specified folder when mongod start up at first time
Background:
I installed below 2 rpm packages on CentOS 6.3(Final) 64bits with Ext4 file system -
mongo-10gen-2.2.1-mongodb_1.x86_64.rpm
mongo-10gen-server-2.2.1-mongodb_1.x86_64.rpm
Symptom:
When mongod starts up at first time, there are no…

jameszhou
- 31
- 1
- 3
1
vote
1 answer
iOS / iPhone Journaling / File System Caching
From local device testing, I've seen that writing a file to the iOS file system (regardless of how low level the call you use) will often return success before the file is fully committed to the flash. Meaning, if you hard reset the device then…

BadPirate
- 25,802
- 10
- 92
- 123
1
vote
1 answer
Ordered Mode vs Writeback Mode
In Writeback mode, only inode data is written to the journal and there is no control over when the file data is written.
This line made me think when the data would be written to a device in the normal case and when data would be lost.
Is there,…

sjsam
- 21,411
- 5
- 55
- 102
1
vote
1 answer
Exchange 2010 Journaling email content
I am using journaling on Exchange 2010 to get all emails passing hub transport in one mailbox. In those emails i get recipient, sender, subject and message-id. How would it be possible to get body?

JNM
- 1,175
- 4
- 20
- 39
0
votes
1 answer
Does JFS work like the ext3 writeback mode or the ordered mode?
I know that the Journaled File System (JFS) does only journaling of the metadata.
But does JFS under Linux work like the ext3 writeback mode or like the ordered mode?

Neverland
- 773
- 2
- 8
- 24
0
votes
0 answers
How are journaled data blocks flushed to their actual locations on storage device?
Consider that a transaction 'A' is committed to journal in Ext4 filesystem. Now, when and how are the blocks, which were part of this transaction, stored to their actual locations on the storage device?
One approach can be to flush these blocks…

rsd
- 1
- 1
0
votes
1 answer
I want to take a screen shot of a chart from trading view at my order fill times which are in an excel sheet, how can I automate this process
My strategy is scalping and do many trades in a day, later after the market close I use the bar replay feature to go back and take a screenshot to add my comments for my trade journal, it’s quite cumbersome to do for multiple trades, is there a way…
0
votes
1 answer
How do you send a Journal to another IBM I?
Is there a way to send Journals to another IBM I by just sending the Journal / Receiver ?
Or do i need to also send the table ?
What is the correct way to send Journals / journaled tables ?
When i SAVOBJ a Journal and RSTOBJ that Journal at another…

Flow
- 13
- 4
0
votes
1 answer
How to use AskAdjacentFacet function in NXOpen?
I am working with convergent facet bodies in NX and using C# in NXOpen. In the process, I am using UFSession.Facet.AskAdjacentFacet function to get the adjacent facets of each facet. But on using this particular command, the NXOpen throws error…
0
votes
0 answers
In Windows, can I see what apps were open on background or foreground in the past?
Is it possible to see some history for applications that were open in the past (also see, if it was background or foreground)? For example, if I want to know if viber was open as foreground a week ago or something like this.

M.T.
- 33
- 4
0
votes
1 answer
Is it possible to use GitJournal on a Mac?
I got interested in GitJournal, but as far as I can see there are only mobile applications.
Is it possible to use it on a Mac (possibly from the command-line) and, if so, how?

k88074
- 2,042
- 5
- 29
- 43