alanshaw changed the topic of #ipfs to: Heads Up: To talk, you need to register your nick! Announcements: go-ipfs 0.4.22 and js-ipfs 0.40 are out! Get them from dist.ipfs.io and npm respectively! | Also: #libp2p #ipfs-cluster #filecoin #ipfs-dev | IPFS, the InterPlanetary FileSystem: https://github.com/ipfs/ipfs | Logs: https://view.matrix.org/room/!yhqiEdqNjyPbxtUjzm:matrix.org/ | Forums: https://discuss.ipfs.io | Code of
ipfs-stackbot has quit [Remote host closed the connection]
AbramAdelmo has quit [Ping timeout: 268 seconds]
fleeky has quit [Ping timeout: 265 seconds]
pecastro has quit [Ping timeout: 265 seconds]
ipfs-stackbot has joined #ipfs
KempfCreative has joined #ipfs
kaotisk has joined #ipfs
fleeky has joined #ipfs
azaeres[m] has joined #ipfs
xcm has quit [Ping timeout: 265 seconds]
kaotisk has quit [Read error: No route to host]
ygrek__ has quit [Ping timeout: 240 seconds]
kaotisk has joined #ipfs
xcm has joined #ipfs
dqx_ has quit [Ping timeout: 268 seconds]
plexigras has quit [Ping timeout: 268 seconds]
fling has quit [Ping timeout: 268 seconds]
tryte has quit [Remote host closed the connection]
tryte has joined #ipfs
kaotisk has quit [Quit: Leaving]
kaotisk has joined #ipfs
ipfs-stackbot has quit [Remote host closed the connection]
shizy has joined #ipfs
ipfs-stackbot has joined #ipfs
fling has joined #ipfs
doubtingben has joined #ipfs
joocain2 has quit [Ping timeout: 240 seconds]
joocain2 has joined #ipfs
daMaestro has joined #ipfs
mithilarun has quit [Remote host closed the connection]
mithilarun has joined #ipfs
mithilarun has quit [Ping timeout: 268 seconds]
jcea has quit [Remote host closed the connection]
mithilarun has joined #ipfs
jcea has joined #ipfs
mithilarun has quit [Ping timeout: 248 seconds]
doubtingben has quit [Ping timeout: 260 seconds]
mithilarun has joined #ipfs
gavlee has quit [Ping timeout: 240 seconds]
mithilarun has quit [Ping timeout: 272 seconds]
PISCES has joined #ipfs
mithilarun has joined #ipfs
Belkaar has quit [Ping timeout: 260 seconds]
Belkaar has joined #ipfs
Belkaar has joined #ipfs
jdloft has quit [Read error: Connection reset by peer]
jdloft has joined #ipfs
lnostdal_ has quit [Quit: "Fascism, Nazism, Communism and Socialism are only superficial variations of the same monstrous theme—collectivism." -- Ayn Rand]
mithilarun has quit [Ping timeout: 272 seconds]
hurikhan77 has joined #ipfs
jcea has quit [Quit: jcea]
kakra has quit [Ping timeout: 268 seconds]
Trieste has quit [Ping timeout: 265 seconds]
zeden has quit [Quit: WeeChat 2.6]
Trieste has joined #ipfs
gnufr33d0m has joined #ipfs
verin0x0 has joined #ipfs
verin0x has quit [Ping timeout: 260 seconds]
verin0x0 is now known as verin0x
user_51 has quit [Ping timeout: 268 seconds]
Adbray has quit [Quit: Ah! By Brain!]
user_51 has joined #ipfs
clemo has quit [Ping timeout: 240 seconds]
shizy has quit [Remote host closed the connection]
xcm has quit [Read error: Connection reset by peer]
Adbray has joined #ipfs
xcm has joined #ipfs
KempfCreative has quit [Ping timeout: 260 seconds]
MDude has quit [Quit: Going offline, see ya! (www.adiirc.com)]
gnufr33d0m has quit [Remote host closed the connection]
Newami has joined #ipfs
Newami has quit [Remote host closed the connection]
null1337 has quit [Ping timeout: 260 seconds]
mithilarun has joined #ipfs
daMaestro has quit [Quit: Leaving]
mithilarun has quit [Ping timeout: 248 seconds]
yrjyrj123 has joined #ipfs
Trieste has quit [Ping timeout: 265 seconds]
Trieste has joined #ipfs
malestorm has joined #ipfs
tryte has quit [Remote host closed the connection]
tryte has joined #ipfs
Jybz has joined #ipfs
AbramAde_ has joined #ipfs
AbramAdelmo_ has quit [Ping timeout: 268 seconds]
tryte has quit [Remote host closed the connection]
<Mikaela[meow]>
`Error: not pinned or pinned indirectly`
<Mikaela[meow]>
maybe a better question would be am I hosting content or pinning it indirectly?
<odisseus[m]>
If the hash is not pinned, repo gc should be enough to remove the files
<Mikaela[meow]>
I would prefer to not post the hash in public channel as that would surely ensure the content staying online and it containts personal data of two people, their names and addresses and possibly phone numbers
<Mikaela[meow]>
Is it possible that I am pinning the file in the directory as the hash is a wrapped directory?
<odisseus[m]>
Yes, it is
<Mikaela[meow]>
How can I get the hash of that file to unpin it?
<odisseus[m]>
I don't know if there's a special command for that, but you can always add the file again without the directory wrapper, and take note of its hash
<odisseus[m]>
If the file has been added previously, adding it again won't really change anything
tsrt^ has quit []
nfip^ has joined #ipfs
octav1a has joined #ipfs
<Mikaela[meow]>
thanks, I did that and will try in a few hours to access the file again hoping that that was it, but I still hope that I will hear the proper solution or even better it will be written to the Discourse so other people will also be able to find it
<odisseus[m]>
Then there's the thermonuclear option of deleting your entire IPFS repo directory to make sure you aren't sharing any compromising data
<Mikaela[meow]>
I will withhold from that for as long as possible
<odisseus[m]>
You can also try to get the hash after having deleted it
<odisseus[m]>
If you're able to resolve the hash, the data are either shared from another node or weren't really removed after all
<Mikaela[meow]>
I think the data is at least on https://ipfs.io/ipfs/ but I imagine every public gateway would clean it within a few hours or suffer performance issues
<swedneck[m]2>
yeah it's not gonna be easy to remove data you don't know the addess of
<swedneck[m]2>
* yeah it's not gonna be easy to remove data you don't know the address of
<swedneck[m]2>
`ipfs pin rm --recursive=true Qmfoo` and `ipfs repo gc` should otherwise be sufficient
<Mikaela[meow]>
that sounds like what I am looking for, thanks
<Mikaela[meow]>
it does say `Error: not pinned or pinned indirectly` but it's possible that I managed it before. I am assuming `--recursive=true` is not the default?
<swedneck[m]2>
it is not
<swedneck[m]2>
check the output of `ipfs pin rm -h`
<Mikaela[meow]>
I see, thanks
<swedneck[m]2>
you can also use `ipfs pin ls --type=indirect` to see all indirectly pinned addresses
jesse22 has joined #ipfs
jesse22 has quit [Ping timeout: 248 seconds]
mithilarun has joined #ipfs
jesse22 has joined #ipfs
nickjohnson has quit []
nickjohnson has joined #ipfs
mithilarun has quit [Ping timeout: 248 seconds]
ec has quit []
ec has joined #ipfs
rodolf0 has joined #ipfs
englishm has quit []
englishm has joined #ipfs
jbenet has quit []
jbenet has joined #ipfs
rvagg has quit []
rvagg has joined #ipfs
stebalien has joined #ipfs
<stebalien>
Sitting here looking at network stats from our DHT crawler... there are 4K of you running go-ipfs 0.4.14. That release is getting close to two years old. Please upgrade!
kaotisk has quit [Remote host closed the connection]
dqx has quit [Ping timeout: 260 seconds]
kaotisk has joined #ipfs
dqx has joined #ipfs
doodlemania5 has joined #ipfs
CCR5-D32 has joined #ipfs
dqx has quit [Ping timeout: 268 seconds]
dqx has joined #ipfs
Guest59583 has quit []
Guest59583 has joined #ipfs
prettymuchbryce has quit []
prettymuchbryce has joined #ipfs
Caterpillar has quit [Quit: You were not made to live as brutes, but to follow virtue and knowledge.]
mir100 has quit [Quit: WeeChat 1.9.1]
ulrichard has quit [Remote host closed the connection]
mir100 has joined #ipfs
MDude has joined #ipfs
mithilarun has joined #ipfs
mir100 has quit [Ping timeout: 260 seconds]
mir100 has joined #ipfs
<Mikaela>
The hash is still online so I guess getting it down may be a lost cause. It could be worse though as I think the details can be gotten publicly otherwise too
mir100 has quit [Ping timeout: 260 seconds]
mir100 has joined #ipfs
vmx has quit [Quit: Leaving]
ylp has quit [Quit: Leaving.]
<eleitl[m]>
Sooner or later GC will eat it.
johnhmay has quit []
johnhmay has joined #ipfs
Soo_Slow has joined #ipfs
mithilarun has quit [Remote host closed the connection]
mithilarun has joined #ipfs
mithilarun has quit [Remote host closed the connection]
mithilarun has joined #ipfs
mithilarun has quit [Ping timeout: 245 seconds]
rodolf0 has quit [Quit: Leaving]
voxelot has quit []
voxelot has joined #ipfs
jesseclay has quit []
jesseclay has joined #ipfs
verin0x0 has joined #ipfs
Fessus has quit [Quit: Leaving]
verin0x has quit [Ping timeout: 265 seconds]
verin0x0 is now known as verin0x
AbramAdelmo_ has joined #ipfs
AbramAdelmo has quit [Read error: Connection reset by peer]