Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Search found 379 matches

by shoof
2009-09-25 14:12
Forum: System and Network configuration
Topic: scponly with chroot setup but user can STILL forward ports..
Replies: 2
Views: 594

Re: scponly with chroot setup but user can STILL forward ports..

You can override config entries per user or group with the Match statement.

Match user sftponly
AllowTcpForwarding no
by shoof
2009-09-04 13:58
Forum: Hardware
Topic: Multi-Monitor Madness
Replies: 3
Views: 789

Re: Multi-Monitor Madness

Well you are going to need X to do the displaying, you don't need gnome or anything else running.

As far as what video cards and how easy it is will depend on one thing, does this application require 3d acceleration? Last I knew OpenGL will only do acceleration on one display at a time.
by shoof
2009-08-27 15:03
Forum: General Questions
Topic: How can I start a program that requires X on startup?
Replies: 2
Views: 554

Re: How can I start a program that requires X on startup?

If it just needs a display to be active and you don't care about viewing it you can use http://en.wikipedia.org/wiki/Xvfb
by shoof
2009-08-14 14:06
Forum: Installation
Topic: Software Raid and ICH9 controller
Replies: 2
Views: 821

Re: Software Raid and ICH9 controller

You can ignore that, it's just a warning.
by shoof
2009-08-12 14:45
Forum: General Questions
Topic: Logs emailed to me
Replies: 4
Views: 744

Re: Logs emailed to me

The manpage doesn't have a reference for mailer, but I'd assume it is expecting a sendmail binary, so you can try using /usr/sbin/sendmail , that is installed by postfix and is meant to be a sendmail compatible binary.
by shoof
2009-08-11 13:51
Forum: General Questions
Topic: Logs emailed to me
Replies: 4
Views: 744

Re: Logs emailed to me

Easiest way is to have logrotate do it, it has an option to have logs emailed after they are rotated, Anything else is just going to require some scripting.
by shoof
2009-08-07 14:34
Forum: Graphical Environments & Desktops
Topic: Keyboard shortcut to minimize/iconify windows
Replies: 4
Views: 4530

Re: Keyboard shortcut to minimize/iconify windows

You can set those via whatever DE or WM you use. In Gnome it's under System > Preferences > Keyboard Shortcuts . You will see the various options under the window Management group. KDE will have something similar.
by shoof
2009-08-07 14:28
Forum: System and Network configuration
Topic: Configuring FTP access and Apache2...
Replies: 1
Views: 460

Re: Configuring FTP access and Apache2...

/web/www should be owned by the apache user, which is normally www-data, it should not be writable by any group. The sites should then be put into that dir and you can set the permissions on those to be writable to certain users or groups. No idea on wu-ftpd, they don't even seem to have a website a...
by shoof
2009-07-30 14:35
Forum: System and Network configuration
Topic: awstats problem
Replies: 2
Views: 713

Re: awstats problem

How big are the log files? awatsts has to load large chunks of the logs into memory to analyze. If you have very large logs it could be causing the issue. At least it's some where to start.
by shoof
2009-07-30 14:32
Forum: General Debian
Topic: Linux & Fake RAID?
Replies: 5
Views: 2000

Re: Linux & Fake RAID?

Never had an issue with that, mdadm is normally first and last in the runlevels.
by shoof
2009-07-29 16:56
Forum: General Debian
Topic: Linux & Fake RAID?
Replies: 5
Views: 2000

Re: Linux & Fake RAID?

Those onboard raid controllers end up being a crap shoot, sometimes they work, sometime they dont, sometimes they do wierd things. One problem I usally get with those is Linux tends to boot the drives in a different order then they are connected so my raids get screwed up. Also keep in mind that the...
by shoof
2009-07-27 16:21
Forum: General Questions
Topic: Freeze from time to time
Replies: 8
Views: 1255

Re: Freeze from time to time

Apparently it's /var/log/kern.log not kernel.log If you can make it crash then try starting Icedove from a terminal to see if it spits out any information as it crashes. You can also try removing enigmail and making Icedove crash to see if it is Icedove itself or Enigmail that is causing it. Once yo...
by shoof
2009-07-27 16:13
Forum: General Questions
Topic: Problems getting LWP installed...
Replies: 9
Views: 2738

Re: Problems getting LWP installed...

Most of the perl modules you will need are already packaged and they all follow the same naming convention which is quite easy to figure out. Basically since just about every module is Var1::Var2 that would be in debian as libvar1-var2-perl. Also if there aren't packaged versions of the module your ...
by shoof
2009-07-27 15:54
Forum: General Questions
Topic: How to display SAMBA share folder in windows like a drive.
Replies: 7
Views: 2660

Re: How to display SAMBA share folder in windows like a drive.

There isn't a simple way to do that other than setting it as network drive within the Windows client. To do it via samba you will need to use logon scripts and samba would have to be the domain controller. http://oreilly.com/catalog/samba/chapte ... 06_06.html
by shoof
2009-07-27 15:48
Forum: General Questions
Topic: Freeze from time to time
Replies: 8
Views: 1255

Re: Freeze from time to time

Sounds like you got a memory leak, this only happens when you send an encrypted email from Icedove? I assume you are using Enigmail to do so? Are you using the Debian package of enigmail? You can look in /var/log/syslog or /var/log/kernel.log and see if you are getting any OOM (out of memory) warnin...
by shoof
2009-07-27 15:36
Forum: System and Network configuration
Topic: ia32-apt-get vs ia32-libs
Replies: 19
Views: 3534

Re: ia32-apt-get vs ia32-libs

It was easier, but because the amount of libs being added to ia32-libs it was getting large it needed to be split into separate packages but the FTP master said no to having 100s of ia32-* packages. So they decided it was time to get the multi-arch system working and ia32-apt-get is the start of tha...
by shoof
2009-07-22 16:08
Forum: General Questions
Topic: wine doesn't work anymore
Replies: 16
Views: 7459

Re: wine doesn't work anymore

Some big changes were made to ia32-libs and most things are broke or wonky because of it. Try removing wine and installing ia32-wine
by shoof
2009-07-22 16:05
Forum: General Questions
Topic: Annoying useless warnings in syslog
Replies: 7
Views: 2109

Re: Annoying useless warnings in syslog

Warnings go into logs, thats why we have logs. If you don't like what is being logged than either change how the program does logging or change syslog. (or is it rsyslog these days?)
by shoof
2009-07-09 14:36
Forum: General Questions
Topic: FTP Auditing
Replies: 2
Views: 485

Re: FTP Auditing

pureftpd has an upload script option that will run a script everytime something is uploaded

http://blog.derjohn.de/space/start/2006-11-14/1
by shoof
2009-06-26 15:23
Forum: General Debian
Topic: noobish questions about Debian's security
Replies: 28
Views: 7206

Re: noobish questions about Debian's security

Lavene hit the nail on the head. Debian is the universal OS, it allows you to do a very basic install and then tweak it the way you want it. If you want all that stack protection and other crap then install it. Debian makes very few assumptions on how you are going to use it and typically only adds ...