Search found 67 matches

by powerlogy
Sat Feb 16, 2013 9:17 pm
Forum: General Discussion
Topic: USB Hard Drive Transfer Rate Testing! Come Get Some!
Replies: 26
Views: 113473

Re: USB Hard Drive Transfer Rate Testing! Come Get Some!

Another tweak for file reads : in sysctl /sys/block/sda/queue/read_ahead_kb=1536 or echo 1536 > /sys/block/sda/queue/read_ahead_kb Now with vsftpd got 12.20MB/s download file from usb hdd, 12.02MB/s upload file to usb hdd. I think these are limits of 1043nd's cpu. My last mount line : mount -t ext4 ...
by powerlogy
Sun Dec 16, 2012 5:36 am
Forum: General Discussion
Topic: USB Hard Drive Transfer Rate Testing! Come Get Some!
Replies: 26
Views: 113473

Re: USB Hard Drive Transfer Rate Testing! Come Get Some!

Not sure what is slowing you down. Maybe the newer stuff uses more cpu as you see 81% sys... 11 seems normal, I got that with openwrt. Never used usb on gargoyle... by then I made my own NAS/CableTV pc. You might want to disable bwmon (bandwith monitor). It sucks up cpu, but doesn't show up as an a...
by powerlogy
Sat Dec 15, 2012 7:31 pm
Forum: General Discussion
Topic: HDD not spinning up from sleep
Replies: 3
Views: 3502

Re: HDD not spinning up from sleep

Usb hard drive must have sleep-spin down time by itself.If so when it sleeps by itself , is it spining up normally on file read or write?
by powerlogy
Sat Dec 15, 2012 7:18 pm
Forum: Other Issues
Topic: OpenVPN Client mode Error: Could not find config file
Replies: 39
Views: 67052

OpenVPN Client mode Error: Could not find config file

Hello, i just want set up client mode with openvpn.But whatever i choose between Configure Client Manually or Upload Client Configuration File(s) and set up option for server configuration or chosing zip file or file(s) i get the same error when i press SaveChanges button. I tried with many browsers...
by powerlogy
Sat Dec 15, 2012 9:28 am
Forum: Gargoyle Development
Topic: Packages Gargoyle Provides
Replies: 1
Views: 2973

Re: Packages Gargoyle Provides

Hello mate, which packages do you want to include your own build ? I need a lite build too, i just need QoS.i don't need OpenVPN and Tor so if you are going to build like this, can you share your build ?
by powerlogy
Mon Dec 03, 2012 9:51 pm
Forum: General Discussion
Topic: USB Hard Drive Transfer Rate Testing! Come Get Some!
Replies: 26
Views: 113473

Re: USB Hard Drive Transfer Rate Testing! Come Get Some!

i think i found some tricks. with these i have stable 11.5 MB/s download transfer speed with vsftpd and with samba 10MB/s on 1.5.8 while transmission-daemon not under load off course :D . echo noop > /sys/block/sda/queue/scheduler echo 1024 > /sys/block/sda/device/max_sectors echo 1024 > /sys/block/...
by powerlogy
Mon Dec 03, 2012 9:26 pm
Forum: General Discussion
Topic: USB Hard Drive Transfer Rate Testing! Come Get Some!
Replies: 26
Views: 113473

Re: USB Hard Drive Transfer Rate Testing! Come Get Some!

Hello guys, i'm updated my tp-link wr1043nd gargoyle version to 1.5.8 and having slow speeds on reading data from usb harddrive from my pc over lan. at 1.5.6 i got 11MB/s transfer speeds with ext4 but with 1.5.8 i'm getting 7.5MB/s transfer speed with ext4 Tried with vsftpd and smbd , same results.C...
by powerlogy
Wed Sep 26, 2012 6:46 pm
Forum: News
Topic: Version 1.5.7 -- OpenWRT "Attitude Adjustment"
Replies: 127
Views: 270213

Re: Version 1.5.7 -- OpenWRT "Attitude Adjustment"

Anyone got a problem with Rootfs on External Storage (extroot) ? Couldn't mount as a rootfs on this branch. Here is my fstab config global automount option from_fstab 1 option anon_mount 1 config global autoswap option from_fstab 1 option anon_swap 0 config mount option target /overlay option device...
by powerlogy
Tue Aug 28, 2012 5:59 am
Forum: Monitoring / Quota / QoS Issues
Topic: QoS Percent Bandwidth At Capacity not working right
Replies: 23
Views: 22370

Re: QoS Percent Bandwidth At Capacity not working right

Qosmon restart command : + tc qdisc show + grep hfsc + awk {print $5} + tc qdisc del dev eth0.2 root + tc qdisc del dev imq0 root + delete_chain_from_table mangle qos_egress + delete_chain_from_table mangle qos_ingress + set +x + tc qdisc add dev eth0.2 root handle 1:0 hfsc default 10 + tc class add...