15 Pages V « < 13 14 15  
Reply to this topicStart new topic
> Hentai@Home 1.6, Not the kind for horsies

 
post Jun 15 2022, 21:07
Post #281
Tenboro

Admin




QUOTE(teenyman45 @ Jun 15 2022, 16:34) *
Now, even though I've had three times the speed since January, 2022 and its stored on a pair of SSDs my cache won't generally show an average rate of more than about 0.9KB/s. I can understand slow growth when the client is absolutely brand new... but it's been over six months.


Some locations are rather over-saturated, and while clients in those locations will still grow over time, new ranges would only be assigned when old clients go away.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jun 24 2022, 19:01
Post #282
mryemzfx



Lurker
Group: Lurkers
Posts: 1
Joined: 24-June 22
Level 0 (Newbie)


Hopefully getting a new PC soon and will try this out smile.gif
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jun 27 2022, 22:18
Post #283
MurMuMax



Lurker
Group: Lurkers
Posts: 4
Joined: 18-January 17
Level 28 (Apprentice)


I didn't even know there was a client. Link for more info please.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jun 28 2022, 10:12
Post #284
Waitugreat



Vigilante
****
Group: Gold Star Club
Posts: 374
Joined: 15-June 16
Level 382 (Lord)


There is even a FAQ linked in the first post, but okay:

https://ehwiki.org/wiki/Hentai@Home
/index.php?showtopic=19795


--------------------
Feeeeelings

VTubers are cringe. Especially male-to-female voice changing ones.

Managing e-hentai collection

Not a native English speaker. Still learning. Probably forever. Ganbatte!
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jul 12 2022, 10:09
Post #285
FaiTCRaH



Lurker
Group: Lurkers
Posts: 2
Joined: 18-July 18
Level 5 (Beginner)


Is there any way i can regain my id? it says it's been revoked due to inactivity...
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jul 15 2022, 14:10
Post #286
wtmsbb



Lurker
Group: Recruits
Posts: 6
Joined: 1-November 17
Level 6 (Beginner)


inspired by LocalMaximumJo's nginx conf , i managed to run h@h along with my websites on port 443 with haproxy.

any suggestions would be appreciated since i'm a noob.

CODE
global
    maxconn 500000
    ca-base /data/ssl
    crt-base /data/ssl

    #only disable SSLv3 since tls1 and tls1.1 are still used by h@h client
    ssl-default-bind-options no-sslv3
    tune.ssl.default-dh-param 2048

defaults
    log    global
    mode    tcp
    option    dontlognull
    timeout connect 10000
    timeout client 100000
    timeout server 100000

frontend tls-in
    bind *:443
    tcp-request inspect-delay 5s
    tcp-request content accept if HTTP
    acl hath req.ssl_sni -m end .hath.network #match requests contain a sni with *.hath.network
    acl foobar req.ssl_sni -m end .foobar.com #match requests contain a sni with *.foobar.com
    use_backend hath if hath #redirect h@h traffic to h@h client
    use_backend foobar if foobar #redirect other web traffic to website frontend
    
backend hath
    server server1 127.0.0.1:8443 #running h@h with port 8443

backend foobar
    server server1 127.0.0.1:8444 #same as website frontend port
    
    
frontend foobar
    bind 127.0.0.1:8444 ssl crt /data/ssl/foobar.com
    tcp-request inspect-delay 5s
    tcp-request content accept if HTTP
    acl 1 hdr_beg(host) -i 1.foobar.com
    acl 2 hdr_beg(host) -i 2.foobar.com
    use_backend 1 if 1
    use_backend 2 if 2

backend 1
    server server1 127.0.0.1:8080

backend 2
    server server1 127.0.0.1:8081

frontend http-in
    bind *:80
    mode http
    redirect scheme https code 301



with this config i'm running h@h with
CODE
java -jar HentaiAtHome.jar --disable-ip-origin-check --port=8443 --silentstart



This post has been edited by wtmsbb: Jul 16 2022, 05:42
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jul 24 2022, 21:07
Post #287
rozos



Casual Poster
***
Group: Members
Posts: 173
Joined: 20-April 11
Level 324 (Godslayer)


Lately I have problem with very slow speed test server although my network is fine.

Whenever the client doing speed test routine, the connection to the test server (94.100.24.69) is very slow, like less than 1MBps.


However I have confirmed that my network is fine, and connecting to other clients during normal operation yields my actual speed.

The slowness only happen during speedtest.

This false speedtest result is hurting my client stats causing its hit and hath rate to tank.


Is there anything I could do to fix this?

This post has been edited by rozos: Jul 24 2022, 21:15
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jul 24 2022, 21:29
Post #288
Tenboro

Admin




QUOTE(rozos @ Jul 24 2022, 20:07) *
Lately I have problem with very slow speed test server although my network is fine.

Whenever the client doing speed test routine, the connection to the test server (94.100.24.69) is very slow, like less than 1MBps.


The startup speed test only matters if you don't have good tests from other clients yet. Assuming that you're talking about client 42620, it's being throttled because it keeps getting overloaded, which means that either the network or the host machine is struggling at times.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jul 25 2022, 08:27
Post #289
rozos



Casual Poster
***
Group: Members
Posts: 173
Joined: 20-April 11
Level 324 (Godslayer)


QUOTE(Tenboro @ Jul 24 2022, 20:29) *

The startup speed test only matters if you don't have good tests from other clients yet. Assuming that you're talking about client 42620, it's being throttled because it keeps getting overloaded, which means that either the network or the host machine is struggling at times.

Ah. makes sense. I've been running this particular client with its cache in NFS, and there were some internal networking issues going on previously.
The throttling is new to me. Should be updated in wiki.

edit
Btw how long the throttle will go on?
I think 230kbps is bit excessive tho.

This post has been edited by rozos: Jul 25 2022, 08:30
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jul 25 2022, 10:36
Post #290
Tenboro

Admin




QUOTE(rozos @ Jul 25 2022, 07:27) *

Btw how long the throttle will go on?
I think 230kbps is bit excessive tho.


It's dropped by 20% every time, so it's only 230 KB/s because it overloaded at 288 KB/s. It starts lifting the restriction after 10 days and removes it entirely after 30 days, unless it gets overloaded again.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jul 26 2022, 16:08
Post #291
Hakker



Newcomer
*
Group: Recruits
Posts: 10
Joined: 2-December 12
Level 28 (Apprentice)


When I try to initialize the client it gets stuck at...

2022-07-26T13:02:14Z [info] Finished applying settings
2022-07-26T13:02:14Z [info] CacheHandler: Attempting to load persistent cache data...
2022-07-26T13:02:15Z [info] CacheHandler: All persistent fields found, loading remaining objects

Taskmanager shows a very high Java usage with HaH going to a full core at multiple cores. Also it doesn't seem to load further than that.
I am using 1.6.1

Both logs also show 0 errors. Heck the error log only shows that the logging started at the same time.

This post has been edited by Hakker: Jul 26 2022, 16:50
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jul 26 2022, 20:09
Post #292
Tenboro

Admin




QUOTE(Hakker @ Jul 26 2022, 15:08) *

When I try to initialize the client it gets stuck at...

2022-07-26T13:02:14Z [info] Finished applying settings
2022-07-26T13:02:14Z [info] CacheHandler: Attempting to load persistent cache data...
2022-07-26T13:02:15Z [info] CacheHandler: All persistent fields found, loading remaining objects

Taskmanager shows a very high Java usage with HaH going to a full core at multiple cores. Also it doesn't seem to load further than that.


Sounds like the persistent cache data got corrupted, which could be a hardware issue or a problem with Java itself. Shut it down and delete all the pcache files from the data directory, then start it back up.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Jul 26 2022, 20:13
Post #293
Hakker



Newcomer
*
Group: Recruits
Posts: 10
Joined: 2-December 12
Level 28 (Apprentice)


QUOTE(Tenboro @ Jul 26 2022, 19:09) *

Sounds like the persistent cache data got corrupted, which could be a hardware issue or a problem with Java itself. Shut it down and delete all the pcache files from the data directory, then start it back up.

That indeed solved it. Thank you.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Aug 20 2022, 01:35
Post #294
teenyman45



Active Poster
*******
Group: Gold Star Club
Posts: 1,549
Joined: 12-July 10
Level 500 (Ponyslayer)


QUOTE(Tenboro @ Jun 15 2022, 14:07) *

Some locations are rather over-saturated, and while clients in those locations will still grow over time, new ranges would only be assigned when old clients go away.



It's been almost two more months stuck at a sub 1KB/s DL speed and I thought things might pick up, but am I stuck at roughly 2 hath per day for the next umpteen years?
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Aug 20 2022, 10:08
Post #295
Tenboro

Admin




QUOTE(teenyman45 @ Aug 20 2022, 00:35) *
It's been almost two more months stuck at a sub 1KB/s DL speed and I thought things might pick up, but am I stuck at roughly 2 hath per day for the next umpteen years?


For a new client located in the US, yeah, it will probably take ages. Not really anything that can be done about that.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Sep 3 2022, 11:35
Post #296
ChairmanMiao



Lurker
Group: Recruits
Posts: 7
Joined: 17-September 16
Level 43 (Novice)


The software defaults to single-file download, but in most cases it is far from reaching the upper limit. Can the download thread be increased in later versions?
Also, is this the formula for calculating the weekly download limit?
min(avghits,LOG(1.003 + (avghits / 200), 1.003))x10.94MB
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Sep 20 2022, 23:12
Post #297
Spamfeind



Newcomer
*
Group: Members
Posts: 37
Joined: 15-November 09
Level 298 (Godslayer)


QUOTE(frozensnow @ May 21 2021, 04:03) *

I created this Docker image for my own personal use but for some reason it has been pulled 500K+ times now... It'll work on ARM based processors too. I try to keep it up to date using the latest H@H client. It is one of the few that actually lets you shutdown H@H cleanly when you stop the Docker container.

[hub.docker.com] https://hub.docker.com/r/frosty5689/hath/ta...ng=last_updated


Can you help me with the configuration in UnRaid?
I had already written to you privately on 23.08.22, but have not yet received a reply sad.gif
I do not know exactly which parameters are specified where.
What I specify IN the parameters I already understand but how are the following command/variables to understand?
--name hath \
--user 99:100 \
-v
-e
-p


--------------------
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Sep 21 2022, 11:38
Post #298
Username_xoxo



i hate myself
*******
Group: Members
Posts: 2,122
Joined: 10-January 20
Level 118 (Lord)


QUOTE(Username_xoxo @ Sep 21 2022, 10:38) *




help


--------------------
nothig
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Sep 21 2022, 22:33
Post #299
Spamfeind



Newcomer
*
Group: Members
Posts: 37
Joined: 15-November 09
Level 298 (Godslayer)


QUOTE(Username_xoxo @ Sep 21 2022, 10:38) *

help


You must forward your chosen port in your router and firewall.
Port: 20108

This might help you if you are not familiar with port forwarding:
[portforward.com] https://portforward.com/how-to-port-forward/

This post has been edited by Spamfeind: Sep 21 2022, 22:39


--------------------
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post

 
post Sep 25 2022, 03:57
Post #300
cb000



Casual Poster
***
Group: Members
Posts: 136
Joined: 19-March 11
Level 382 (Dovahkiin)


I am merging my J4205 box to my server. The H@H will be run inside TrueNAS Jail.

In TrueNAS, I can set the Compression Level (e.g. LZ4) of the Dataset (which is like directory). I would like to know if there is any impact when the H@H cache is located in a LZ4 Dataset.
User is offlineProfile CardPM
Report PostGo to the top of the page
+Quote Post


15 Pages V « < 13 14 15
Fast ReplyReply to this topicStart new topic
1 User(s) are reading this topic (0 Guests and 0 Anonymous Users)

 


Lo-Fi Version Time is now: 27th September 2022 - 11:29