What are you doing *right now*?
-
@frissdiegurke SSD or HDD? If HDD could be your drive is about to crash, if SSD could be your drive no longer has any writes left.
-
@HolyPhoenix SSD. The smart status indicates this... Will have to search for an replacement thought.
What are you doing right now: Buying SSD replacement o_O
-
@frissdiegurke said:
What are you doing right now: Buying SSD replacement o_O
Back in my day we didn't have fancy schmancy SSDs... I remember buying a 250GB Maxtor IDE hard drive for $250
Edit: Oh, also, I'm waiting for my new mechanical keyboard to arrive
Holy jpeg compression
-
Most probably the file is still used by some process. Space will be freed if you kill the process.
Alternatively you may look for the file descriptor in /proc/<process_pid>/fd/ ie:
ls -l /proc/*/fd/*|grep filename
then truncate the file
echo -n > /proc/<process_pid>/fd/<fd_number>
-
@Luc-Dumaine This might have been the case, everything is fine now (no restart, no further investigation since), space recovered. Nonetheless my SMART status justifies a new SSD And this short period of scare did well for my backup storage xD Thanks for most probable explanation thought (even so I don't know which of my processes might have had any interest in the file).
-
Well let's say I given "the most probable explanation if the context isn't properly taken into account"
-
So what am I doing right now? I'm looking for a web browser for my smartwatch and that is free... I don't mind compiling anything, so long its free.
-
I am growing increasingly frustrated trying to install NodeBB and the docs sends me on an infinite loop between Mongo and Redis - seriously, guys - you can do better
Pity that, because NodeBB really is the only forum software that excites me
-
@Jacob-Moen said:
seriously, guys - you can do better
Probably! We recently made the switch from having Redis as the default database, to MongoDB, so the majority of the docs and examples still do assume Redis is default.
Start a new topic if you're stuck?
-
Start a new topic if you're stuck?
I will
-
Right now I am celebrating - I knew that I should have downloaded a proper release instead of pulling v0.9.x
0.9.1 runs happily using Mongo - after 20ish complete reinstallations -
Sitting in a Philz... overhearing someone talking to their friend about a hemorrhoid.
-
Driving from St. Louis to Chicago
-
Don't NodeBB and Drive, @JaredBusch !
-
Right now I am building a VM on Koding to get NodeBB up and running...
Thanks to NodeBB, I now have accounts on Heroku, Openshift and Koding -
-
I am going to bed after playing with the NodeBB API and AngularJS. It made me realized how neat was the API.