Show Posts
|
|
Pages: [1] 2 3 ... 5
|
|
1
|
Assistance / Configuring Pardus / Re: screen resolution
|
on: June 10, 2010, 22:14:37 PM
|
I have had similar problems in the past. What I did was to log in in text mode (by pressing Control+Alt+F1).
Login as root, give password. Then
$rm /etc/X11/xorg.conf
You then get a message like: "really remove file?" type yes.
This removes the xorg.conf file. The system cannot start into the graphical mode without that file, so when you reboot, Pardus autodetects the best config and rewrites the file. That has worked for me in the past. I hope it works for you. Good luck.
Marty
Marty Your advice is verry welcome to me. I will take a look tomorow and will let you know. Hendrikus
|
|
|
|
|
2
|
Assistance / Configuring Pardus / Re: screen resolution
|
on: June 10, 2010, 17:00:41 PM
|
Hi Hendrikus, Maybe someone with more knowledge will give you better suggestion, but maybe you can go in safety-mode and reinstall your xorg.conf-backup file. It seems whenever I make any changes to my Display Settings, I lose my resolution and locks it at 640 x 480. After I installed nVidia driver, my xorg.conf looks like this (without any additional changes to colour depth or monitor). Section "ServerFlags" EndSection
Section "Device" Identifier "VideoCard" Driver "nvidia" EndSection
Section "Screen" Identifier "Screen" Device "VideoCard" EndSection
Section "ServerLayout" Identifier "Layout" Screen "Screen" EndSection Lisa Marie Lisa Your xorg.conf file looks the same as mine when the problem with the resolution starteded.I tried everythink also I replaced the xorg.conf from my other Pardus partition and also Atolboo give me his xorg.conf files Section "ServerFlags" EndSection
Section "Device" Identifier "VideoCard" Driver "nvidia" Option "MetaModes" "DFP-0: 1024x768" Option "Monitor-DFP-0" "Monitor[DFP-0]" EndSection
Section "Screen" Identifier "Screen" Device "VideoCard" EndSection
Section "ServerLayout" Identifier "Layout" Screen "Screen" EndSection
Section "Monitor" Identifier "Monitor[DFP-0]" Option "PreferredMode" "1024x768" Option "Enable" "true" EndSection
Section "ServerFlags" EndSection
Section "Device" Identifier "VideoCard" Driver "nvidia" Option "MetaModes" "DFP-0: nvidia-auto-select" Option "Monitor-DFP-0" "Monitor[DFP-0]" EndSection
Section "Screen" Identifier "Screen" Device "VideoCard" EndSection
Section "ServerLayout" Identifier "Layout" Screen "Screen" EndSection
Section "Monitor" Identifier "Monitor[DFP-0]" Option "Enable" "true" EndSection No one of this files worked out - so i will make a new Pardus install.
|
|
|
|
|
3
|
Assistance / Configuring Pardus / screen resolution
|
on: June 10, 2010, 09:27:34 AM
|
The origenal screen resolution is gone. No NVidia starts screen anymore. System used: nvidia current This is my xorg.conf Section "ServerFlags" EndSection
Section "Device" Identifier "VideoCard" Driver "nvidia" Option "MetaModes" "default: nvidia-auto-select" Option "Monitor-default" "Monitor[default]" EndSection
Section "Screen" Identifier "Screen" Device "VideoCard" DefaultDepth 24 Monitor "Monitor[default]" EndSection
Section "ServerLayout" Identifier "Layout" Screen "Screen" EndSection
Section "Monitor" Identifier "Monitor[default]" Option "Enable" "true" EndSection
|
|
|
|
|
4
|
Assistance / Configuring Pardus / Re: No Sound - No ALsaConfig
|
on: June 09, 2010, 15:17:11 PM
|
hendrikus@linux-pardus ~ $ alsanconf bash: alsanconf: command not found hendrikus@linux-pardus ~ $ alsa bash: alsa: command not found Hello, Pardus only works with PulseAudio,  Greetings Andreas Thats not true: Pulse audio is ported to Alsa $ pulseaudio --kill $ killall pulseaudio $ killall -9 pulseaudio $ rm -rf ~/.pulse* $ rm -rf /tmp/pulse* pulseaudio --start
And now it is working: Not that i am happy with the "Veromix" Is there another volume widget witch can placed in the panel? I still like to work with Kmix as i volume regular Greetings Hendrikus
|
|
|
|
|
6
|
Assistance / Software / Re: psad
|
on: April 01, 2010, 16:24:44 PM
|
I suspect that you will get a better result after applying this Wiki page. (I have to test this on a new installation on P2009.1) Result is in attachment. Maybe your downloaded psad-2.1.5.tar.bz2 has an error Maybe your downloaded psad-2.1.5.tar.bz2 has an error Your were right! Result is in attachment. It was very handy to have your attachment. In most cases I answered no (n) I know you just can install it again and by that i will make a better configuration. It also did not go through the email notification. So I still need a few good things set! Thanks for your helping hands 
|
|
|
|
|
7
|
Assistance / Software / Re: psad
|
on: April 01, 2010, 12:17:44 PM
|
This is what i get / got
I suspect that you will get a better result after applying this Wiki page. (I have to test this on a new installation on P2009.1) sudo pisi install -c system.devel O.k Thanks for that. But it make is more worse!!! hendrikus@linux-pardus psad-2.1.5 $ sudo ./install.pl
Wachtwoord: - Thu Apr 1 12:14:31 2010 Installing psad on hostname: linux-pardus
- Compiling Marco d'Itri's whois client
make: Entering directory `/home/hendrikus/psad/psad-2.1.5/deps/whois' cc -O2 -c whois.c In file included from whois.c:36: data.h:98:20: error: ip_del.h: No such file or directory data.h:109:21: error: ip6_del.h: No such file or directory data.h:120:20: error: as_del.h: No such file or directory data.h:136:22: error: tld_serv.h: No such file or directory *** 4 errors, 0 warnings make: *** [whois.o] Error 1 make: Leaving directory `/home/hendrikus/psad/psad-2.1.5/deps/whois' - Could not compile whois at ./install.pl line 353.
hendrikus@linux-pardus psad-2.1.5 $
|
|
|
|
|
8
|
Assistance / Software / Re: psad
|
on: April 01, 2010, 11:24:46 AM
|
After unpacking psad-2.1.5.tar.bz2 I start the installation with sudo ./install.pl which ends with ======================================================== - psad has been installed.
- To start psad, run "/etc/init.d/psad start"
So as far as I am concerned there isn't an immediate need for a pisi package as I can install this without any problems.  This is what i get / got hendrikus@linux-pardus psad-2.1.5 $ sudo ./install.pl [+] Thu Apr 1 11:22:28 2010 Installing psad on hostname: linux-pardus [+] Compiling Marco d'Itri's whois client make: Entering directory `/home/hendrikus/psad/psad-2.1.5/deps/whois' cc -MM -MG *.c > Makefile.depend /bin/sh: cc: command not found make: *** No rule to make target `Makefile.depend', needed by `all'. Stop. make: Leaving directory `/home/hendrikus/psad/psad-2.1.5/deps/whois' [*] Could not compile whois at ./install.pl line 353. hendrikus@linux-pardus psad-2.1.5 $
whois hendrikus@linux-pardus psad-2.1.5 $ whois Usage: whois [OPTION]... OBJECT...
-l one level less specific lookup [RPSL only] -L find all Less specific matches First off all i wil take a look in the config section: Before executing the install.pl script, edit the config section at the beginning. Sensible defaults are provided so hopefully there will be a minimal number of things to change to get psad to work on your system, but if system binaries are in places the scripts don't know about then you will need to provide the correct paths.
After the config section is the way you want it, just run 'install.pl', and then run '/etc/init.d/psad-init start' to start psad, kmsgsd, and psadwatchd, or just run them from the command line. The install.pl script installs psad, kmsgsd, and psadwatchd in /usr/sbin/ by default.
|
|
|
|
|
9
|
Assistance / Software / Re: psad
|
on: April 01, 2010, 11:18:33 AM
|
Hendrikus, I know how to use search website, but one should not have to open a web page just to understand what you are asking about. My question was meant to make you realize that.
Dear Phix but one should not have to open a web page just to understand what you are asking about.
You're right! Greetings Hendrikus
|
|
|
|
|
10
|
Assistance / Software / Re: psad
|
on: March 31, 2010, 14:15:45 PM
|
What is "psad" ?
What is "Google" ? http://www.google.nl/search?q=psad+&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-aPSAD is a collection of four lightweight system daemons written in Perl and in C that is designed to work with Linux firewalling code (iptables in the 2.4.x kernels, and ipchains in the 2.2.x kernels) to detect port scans. It features a set of highly configurable danger thresholds (with sensible defaults provided), verbose alert messages that include the source, destination, scanned port range, begin and end times, tcp flags and corresponding nmap options (Linux 2.4.x kernels only), reverse DNS info, email alerting, and automatic blocking of offending ip addresses via dynamic configuration of ipchains/iptables firewall rulesets. In addition, for the 2.4.x kernels psad incorporates many of the tcp signatures included in Snort to detect highly suspect scans.
|
|
|
|
|
11
|
Assistance / Software / psad
|
on: March 31, 2010, 11:55:14 AM
|
|
Anyone who know's a replacemant for psad? Ore beter is there a psad pisi pakket ?
|
|
|
|
|
12
|
General / As seen on the internet / Open University launches Linux-study _ The Netherlands
|
on: March 22, 2010, 12:05:11 PM
|
The Open University with the Free Technology Academy. Teachers of this new training will teach from January 2010 on the use of open source software. That has let the trainer know. The first module of their master, the student the basic knowledge about free software development and teaching. Other modules will include the management of Linux systems and application development. It's consisted primarily of practical skills. The study is designed for ICT professionals, students, teachers and managers. The new training body is largely an initiative of the Dutch Open University (OU). The Free Knowledge Institute and the Open University of Catalonia in Spain the new examination. "This initiative responds to a social need," said OU Dean Lex Bijlsma earlier this year with the announcement of the Academy. "Many companies want to do more with open source products, but there is a lack of knowledge. Also fits the idea that open source software can remove barriers to training good idea of the Open University. " No restrictions The course material is available free from the trainer. Not so with guidance from teachers, conducting examinations and reviewing papers. "With free software there are no restrictions on the use of the source code and the product. The material of the course so should all ways be used. It can even commercially deployed," said Bylsma. At this time, students will only register for the module "The concepts of free software and open standards" and the module on Linux operating system. The trainer, the tendering for the section on application development start soon. Here is the link to download the (free) PDFs 1 http://ftacademy.org/materials/fsm/2 # 1. This is a course Linux administrator, total size: 540 pag. 2 http://ftacademy.org/materials. This is a course concepts of free software.
|
|
|
|
|
|