Commit Graph

5670 Commits

Author SHA1 Message Date
Michael Tremer
a19f33961c update accelerator: Don't change owner of ALL files in cache.
When a file has been downloaded, all files in the update accelerator
cache directory have been chowned which causes huge IO load.
It is only required to set permissions that members of the group
can delete the files (purge function on the web user interface).

Changing the owner is completely unnecessary as only the squid
user needs write access and the web server is able to deliver
any file in the update cache anyways.
2013-01-26 19:31:58 +01:00
Michael Tremer
5114bcb3cd Merge remote-tracking branch 'stevee/axel-log-fix' into axel-fixperms 2013-01-26 18:54:44 +01:00
Arne Fitzenreiter
5292c03dde setclock: use last log access time if no rtc found.
This prevents time backjumps that destroy graphs and vnstat data.
2013-01-21 17:53:36 +01:00
Alexander Marx
8b6f424c03 SQUID : BUG 10280: extended patch, so that 0 is a valid value for disk-cache 2013-01-20 17:06:48 +01:00
Michael Tremer
7f39519efe QoS: Fix configuration of fq_codel as qdisc.
fq_codel has not been used for egress traffic,
but for ingress traffic.

Also, fq_codel is applied as root qdisc when QoS
is disabled.
2013-01-20 16:58:43 +01:00
Arne Fitzenreiter
9c7d04fe5e IPFire 2.13beta2. 2013-01-19 12:48:49 +01:00
Arne Fitzenreiter
963f4bffca transmission: update to 2.76. 2013-01-19 12:07:11 +01:00
Arne Fitzenreiter
91b86890a6 compat-wireless: fix for legacy xen kernel. 2013-01-18 17:36:25 +01:00
Arne Fitzenreiter
0976ce2f19 fstrim: add daily cronjob. 2013-01-17 20:38:01 +01:00
Arne Fitzenreiter
dc0c6fbbd8 fstrim: new common package. 2013-01-17 18:42:10 +01:00
Arne Fitzenreiter
3e5f2ee99d kernel: updated to 3.2.37. 2013-01-17 07:41:15 +01:00
Michael Tremer
60cc2e54a7 vpnmain.cgi: Fix selection of AES-192 as ESP cipher. 2013-01-15 15:57:29 +01:00
Michael Tremer
b2531cb080 vpnmain.cgi: Allow to use PSK if public IP is '%defaultroute'.
Openswan did not support to use PSKs on net-to-net connections,
when the public IP of the IPFire box was "%defaultroute".
However, it is required to set the public IP to "%defaultroute"
on NAT-ed devices (such as UMTS connections in Germany) to
connect to other sites as the IPFire box does not know
the real public IP address.
2013-01-15 15:45:29 +01:00
Arne Fitzenreiter
558a005279 installer: increase bootpartition. 2013-01-13 22:54:10 +01:00
Arne Fitzenreiter
e7b7cbae36 proxy: fix cache_replacement_policy setting.
fixes: 10264
thx to SAHC for help.
2013-01-13 22:46:49 +01:00
Arne Fitzenreiter
1cab447f8f updater: add xvc0 to /etc/securetty on xen update. 2013-01-13 22:27:25 +01:00
Michael Tremer
940da289ef squid: Update to 3.1.23.
http://www.squid-cache.org/Versions/v3/3.1/changesets/SQUID_3_1_23.html
2013-01-12 20:44:39 +01:00
Bernhard Bittner
c65c1facb4 de: Fix typos wording and compound/seperate spelling. 2013-01-11 15:16:05 +01:00
Michael Tremer
5411bbb296 Add proxy.cgi to core update 66. 2013-01-10 21:38:31 +01:00
Alexander Marx
d5a7ff9500 Squid: added check if ram cache is greater than harddisk cache 2013-01-10 16:40:52 +01:00
Bernhard Bittner
f0ccae1819 ovpnmain.cgi: Fix typo. 2013-01-09 15:22:21 +01:00
Michael Tremer
f3b0222e3f squid: Update to 3.1.22. 2013-01-09 12:39:16 +01:00
Arne Fitzenreiter
b25c4ede55 updater: add backup.pl to core. 2013-01-07 18:17:47 +01:00
Arne Fitzenreiter
5fd4c3e5dd elinks: update to 0.12pre6. 2013-01-07 18:13:06 +01:00
Alexander Marx
c490c6e802 Backup: added ovpn-ccd-converter script to restore. With this patch one is able to restore old backups and the openvpn clients get converted for new ccd-file 2013-01-07 15:36:27 +01:00
Alexander Marx
b643120c01 OpenVPN CCD: Fix ccd filename when certificate has spaces in name. Now the filename gets an underscore to provide full functionality of openvpn. 2013-01-07 12:31:03 +01:00
Arne Fitzenreiter
1d109fd2a6 installer: add parameter to skip a block device for installation.
A hyper-v user has reported that the ipfire installer detects a wrong drive
as sda and always try to install on this.
Now you can boot the installation with "ipfire skipdst=sda" to install
this may help to install on hyper-v and other situations.
If more than one should skipped add a parameter for every drive.
2013-01-06 12:58:23 +01:00
Arne Fitzenreiter
d14229c0da kernel: bump package version. 2013-01-05 15:13:55 +01:00
Arne Fitzenreiter
7234a472ad git: fix rootfile. 2013-01-05 11:08:29 +01:00
Arne Fitzenreiter
c36da4cb06 kernel: fix pae kernel uninstall.
we have not enough space to left older versions without cleanup at update.
2013-01-04 23:55:08 +01:00
Arne Fitzenreiter
eed187d68b kernel: update to 3.2.36. 2013-01-04 23:54:46 +01:00
Michael Tremer
8cb035bac8 Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2013-01-04 15:10:12 +01:00
Michael Tremer
4fa6aa529d Merge remote-tracking branch 'stevee/git-update' into next 2013-01-04 15:10:07 +01:00
Arne Fitzenreiter
f224c3f265 red.up: add script to cleanup conntrack-table if red ip has changed. 2013-01-03 16:28:21 +01:00
Arne Fitzenreiter
a10733a5d8 conntrack-tools: add conntrack and needed deps. 2013-01-03 16:27:38 +01:00
Alexander Marx
ac2f710771 OpenVPN CCD: Fixes Bug when editing an IPsec Net, the ipcheck did not return a ipsecnet name. 2013-01-03 10:55:25 +01:00
Alexander Marx
f7e3d2080b OpenVPN CCD: Bugfix: when editing an IPsec Net, the ipcheck produces an error. 2013-01-03 10:55:13 +01:00
Stefan Schantl
28481f1083 git: Update to 1.8.1.
This is a mayor update to the latest stable version of git.
2013-01-03 07:40:42 +01:00
Michael Tremer
6201ce613a Merge remote-tracking branch 'stevee/pakfire3-fixes' into next 2013-01-02 22:02:43 +01:00
Stefan Schantl
e4061f1f14 pakfire3: Fix dependencies.
There was a wrong dependency (libsatsolver) declared, which doesn't exist anymore.
The dependency to pygpgme was missing.
2013-01-02 20:26:18 +01:00
Arne Fitzenreiter
31d619a6ef kernel: compile xhci support into kernel.
this fix booting from usb3.0 devices.
2013-01-02 19:08:12 +01:00
Arne Fitzenreiter
468d396310 asterisk: fix stop. 2013-01-02 14:25:34 +01:00
Arne Fitzenreiter
a161b1f112 acpid: test if acpi is present. 2013-01-02 12:44:54 +01:00
Arne Fitzenreiter
11b5b85cb8 asterisk: update to 1.8.19.0. 2013-01-02 10:18:25 +01:00
Arne Fitzenreiter
8cd1b3b021 asterisk: fix rootfile. 2013-01-01 21:13:59 +01:00
Arne Fitzenreiter
5c313dec7d lcr: fix logfile in initskript. 2012-12-30 09:48:35 +01:00
Arne Fitzenreiter
65c6ed3f27 transmission: update to 2.75. 2012-12-30 09:43:45 +01:00
Arne Fitzenreiter
568854621c initskripts: fix leds userskript start. 2012-12-29 22:48:31 +01:00
Arne Fitzenreiter
00ede2200e transmission: run as nobody. 2012-12-29 22:42:47 +01:00
Arne Fitzenreiter
d77b8843c7 wpa_supplicant: update to 1.1. 2012-12-29 18:17:10 +01:00