Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 542 matches

Go to advanced search

Advanced search
Search found 542 matches
  • Page 1 of 22
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 22
  • Next
by elgato319
Thu Jan 14, 2010 8:33 am
Forum: Networking & Security
Topic: Network problems!
Replies: 8
Views: 3369


ifconfig eth0 up
net-setup eth0


or manual

ifconfig eth0 up
ifconfig eth0 192.168.x.x/24
route add default gw 192.168.x.x
echo nameserver 192.168.x.x > /etc/resolv.conf


be sure that the nic is detected correctly at bootup

good documentation: http://www.gentoo.org/doc/en/gentoo-x86 ...
  • Jump to post
by elgato319
Mon Nov 16, 2009 2:17 pm
Forum: Other Things Gentoo
Topic: vmwre tools question
Replies: 5
Views: 3238

Re: vmwre tools question

which vmware version are you using?
roelof wrote: How do I do that
Roelof
viClient or VMware Server Console is offering a menu option which mounts the vmware-tools.iso in the local vm
roelof wrote: and is it a problem that my rescue-cd for installing gentoo is in the cdrom ?
should be no problem
  • Jump to post
by elgato319
Thu Nov 12, 2009 1:13 pm
Forum: Networking & Security
Topic: roundcube-0.3.1 automatic logout after 2 seconds [Solved]
Replies: 6
Views: 6310



EDIT(2): ok, cancel the idea of putting the value into a .htaccess file.... it seems that this doesn't override the server wide setting :-(



It should overwrite it if "AllowOverride All" is set in your vhost

php_value / php_flag can also be written directly in your vhost

<Location ...
  • Jump to post
by elgato319
Wed Nov 11, 2009 12:58 pm
Forum: Networking & Security
Topic: roundcube-0.3.1 automatic logout after 2 seconds [Solved]
Replies: 6
Views: 6310

roundcube is shipping with an htaccess that disables suhosin.sesseion.encryption

# AddDefaultCharset UTF-8
AddType text/x-component .htc

<IfModule mod_php5.c>
php_flag display_errors Off
php_flag log_errors On
# php_value error_log logs/errors

php_value upload_max_filesize 5M
php_value post_max ...
  • Jump to post
by elgato319
Wed Nov 11, 2009 10:36 am
Forum: Networking & Security
Topic: roundcube-0.3.1 automatic logout after 2 seconds [Solved]
Replies: 6
Views: 6310

roundcube 0.3.1 is working here fine. (dovecot)

You could try to:
- check your apache error_log.
- build a new config
- check file permissions
- set $rcmail_config['debug_level'] = 4;
  • Jump to post
by elgato319
Mon Oct 26, 2009 8:50 am
Forum: Networking & Security
Topic: Postfix creates emails without read permission....
Replies: 3
Views: 1550

Which mailserver do you have installed?

Postfix is the MTA (http://en.wikipedia.org/wiki/Mail_transfer_agent)

Dovecot? Cyrus?
  • Jump to post
by elgato319
Fri Oct 23, 2009 10:03 am
Forum: Networking & Security
Topic: Telnet failing with postfix, following gentoo mail guide
Replies: 7
Views: 4416

Does it work if you disable tls?

Code: Select all

#smtp_use_tls = yes
#smtpd_use_tls = yes 
is your key/cert file correct?
  • Jump to post
by elgato319
Fri Oct 23, 2009 9:41 am
Forum: Networking & Security
Topic: Postfix creates emails without read permission....
Replies: 3
Views: 1550

i think the problem is not postfix, but the mailserver which is unable to access the emails.

Postfix is creating all emails with 200:200. So your mailserver needs to use 200:200 to access them.
Roundcube only accesses the mailserver and displays the results.

if you chmod the files "+r" the ...
  • Jump to post
by elgato319
Mon Oct 19, 2009 11:38 am
Forum: Networking & Security
Topic: Second time the connection to my Teamspeak server it fails
Replies: 4
Views: 1716

does the ts2 server crashed when you try to connect the second time?

does the "server.log" from ts2 contains something?
  • Jump to post
by elgato319
Tue Oct 06, 2009 1:35 pm
Forum: Networking & Security
Topic: Apache config help requested
Replies: 6
Views: 2179

Is the server reachable from the outside or only in your internal network?

If it's only internal:
can you ping statsmail.trehtcancer.nhs.uk from your local pc?

do you get any response if you "telnet statsmail.trehtcancer.nhs.uk 80"?
any response if you telnet the ip directly?
  • Jump to post
by elgato319
Fri Jul 03, 2009 6:38 am
Forum: Networking & Security
Topic: Postfix relay incoming mail[SOLVED]
Replies: 4
Views: 4705

Looks like transport maps can help.

Code: Select all

man transport
main.cf
transport_maps = hash:/etc/postfix/transport
/etc/postfix/transport
domain1.com smtp:[10.0.0.1]
domain2.com smtp:[10.0.0.2]
  • Jump to post
by elgato319
Mon Jun 22, 2009 7:21 am
Forum: Multimedia
Topic: photo RSS feed generator
Replies: 1
Views: 1213

How about using php to generate the rss feed?
  • Jump to post
by elgato319
Thu May 14, 2009 7:55 am
Forum: Networking & Security
Topic: iframe worm or malware infected my php pages
Replies: 2
Views: 1634

Do you use mod_security?
Which software was on the vhost where the iframe was inserted?

Maybe the code was inserted throug some kind of joomla, wordpress, etc... bug
  • Jump to post
by elgato319
Mon May 11, 2009 7:13 am
Forum: Networking & Security
Topic: Apache2 Localhost Prob
Replies: 3
Views: 1267

You could try to add:

Code: Select all

Order allow,deny
Deny from all
inside <Directory> </Directory>.
If you can still access via die IP it seems like it's the wrong conf
  • Jump to post
by elgato319
Fri May 08, 2009 12:57 pm
Forum: Portage & Programming
Topic: Migrating from PHP to Java
Replies: 4
Views: 1479

Do you use some kind of opcode cache?
It speeds up PHP pretty well.
  • Jump to post
by elgato319
Thu Apr 23, 2009 11:09 am
Forum: Networking & Security
Topic: Gentoo on esx server ???
Replies: 1
Views: 948

hdds on an esx are scsi only

so if your current host are ide drives be sure to have scsi support compiled in your kernel
modules for AMD pcnet nic are also helpful :)
  • Jump to post
by elgato319
Wed Apr 22, 2009 6:58 am
Forum: Networking & Security
Topic: mod_rewrite apache
Replies: 4
Views: 1654

mod_rewrite is not responsible for this.
The appliction that generates the urls needs to be altered.
  • Jump to post
by elgato319
Mon Apr 06, 2009 10:56 am
Forum: Portage & Programming
Topic: Error test unrealircd
Replies: 1
Views: 1563

Just read the error messages.

Search your config for "cloak-keys" and enter three different ones.
Then try again.
  • Jump to post
by elgato319
Mon Apr 06, 2009 9:01 am
Forum: Networking & Security
Topic: Bittorrent seeding server
Replies: 4
Views: 1227

Re: Bittorrent seeding server

How about Transmission ?

Can be run via Commandline.
Has a webinterface.
Written in C, low memory footprint.
Should be able to use the torrentfiles vom ktorrent.



could be started via an init-script
would have a decent command-line interface (or web-interface)
would allow me to easily import ...
  • Jump to post
by elgato319
Thu Apr 02, 2009 12:22 pm
Forum: Networking & Security
Topic: Help me set up a server at home
Replies: 12
Views: 3138

Re: Help me set up a server at home

some first comments...

I already have Gentoo installed, and I'm going to make a LAMP-server. I have no previous experience with setting up a home server, and as suggested I need it for mail, web hosting, databases and file hosting.

mail: postfix and dovecot/courier
web hosting: apache is your ...
  • Jump to post
by elgato319
Tue Feb 24, 2009 8:35 am
Forum: Unsupported Software
Topic: VMware Issue
Replies: 1
Views: 1797

- Workstation?
- Server 1.x?
- Server 2.x?

checked /var/log/messages, /var/log/syslog, /var/log/kern.log

Is the programm able to write files where the vm needs to be created?
  • Jump to post
by elgato319
Wed Feb 18, 2009 3:22 pm
Forum: Networking & Security
Topic: Recommended way to set up SPF with Postfix
Replies: 6
Views: 2482

ToeiRei wrote:could you give a short reason why?
well i don't prefer amavisd-new + spamassassin.
i use dspam on my setup. so policyd is the prefered way for me.

of course using spamassassin + spf might get you the same results as using policyd.
it's your choice :)
  • Jump to post
by elgato319
Mon Feb 16, 2009 7:55 am
Forum: Networking & Security
Topic: Recommended way to set up SPF with Postfix
Replies: 6
Views: 2482

i would go with policyd

the version on portage seems a little older (1.8.2) since 2.0.6 is available on the page.
  • Jump to post
by elgato319
Fri Feb 06, 2009 8:15 am
Forum: Portage & Programming
Topic: Anonymous PureFTPd + Firefox Issues
Replies: 2
Views: 859

If you are going to use passive ftp over the internet you need to do NAT on your router for the passive ftp ports.
  • Jump to post
by elgato319
Thu Jan 22, 2009 12:58 pm
Forum: Networking & Security
Topic: php eaccelerator messes up virtual webapps [solved]
Replies: 2
Views: 1258

thanks for the great tip!

i've been looking for this problem for ages. it seems that xcache and apc have exactly the same problem.
but unfortunately those don't seem to have a switch to disable the inode check.

maybe webapp-config can be tuned to not use any symlinks at all
  • Jump to post

Search found 542 matches
  • Page 1 of 22
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 22
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic