Re: XKBOPTIONS:ctrl:nocaps is not working with console-cyrillic

2012-03-15 Thread Stayvoid
 Does it work when you're on a tty?
No.
(BTW, console-cyrillic doesn't work with X. Maybe it's not a problem
and I should use something else.)

 Also, check for any open bug there could for the mentioned package
 (console-cyrillic):
I haven't found any, but I found a solution.

Maybe it's not a clean one, but it works:
1. Install and setup console-cyrillic;
2. Add or uncomment the following line in /etc/console-tools/remap:
s/keycode  58 = Caps_Lock/keycode  58 = Control/;
3. Add /etc/init.d/console-screen.sh to your /etc/rc.local.

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_ep7z6b4qlnfjdwo+6kcxjz6aw5w5c2bs8he9ka9tu...@mail.gmail.com



Re: OT: Newbie questions on security

2012-03-08 Thread Stayvoid
 A machine (including any virtual hosts on it) can not be 100% secured
 from people having physical access to it.
So the only solution in this case is to run the server at my place. Right?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_Ff7z-1TQU8F=KxHrNQBd=P2iNuF5B3n8SgJU-K=cn...@mail.gmail.com



Securing Debian Manual: 3.1 Choose a BIOS password

2012-03-08 Thread Stayvoid
Hello.

Before you install any operating system on your computer, set up a
BIOS password. After installation (once you have enabled bootup from
the hard disk) you should go back to the BIOS and change the boot
sequence to disable booting from floppy, CD-ROM and other devices that
shouldn't boot. Otherwise a cracker only needs physical access and a
boot disk to access your entire system. [1]
Is there a way to prevent such actions while using a VPS?

I won't have a physical access to the machine.
Is there a need to set a BIOS password for a VPS? (I've never used a
VPS, but someone told me that it's possible for some of them.) I've
been told that it's not necessary because if someone reboot the
machine I'll have no chance to enter the password.

[1] http://www.debian.org/doc/manuals/securing-debian-howto/ch3.en.html

Cheers

P.S. Sorry for those who already seen this post.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_HxOQK+K7Bgi3spM2xq1X=ppip9th0nx1evfkxb3hk...@mail.gmail.com



Securing Debian Manual: 3.2.1 Choose an intelligent partition scheme

2012-03-08 Thread Stayvoid
Hello.

What partition scheme is the best for a VPS (MTA + web server)?

According to the guide [1] I should use something like this:
/home
/tmp
/var/tmp/
/var
/opt
/var/mail

[1] http://www.debian.org/doc/manuals/securing-debian-howto/ch3.en.html

Cheers

P.S. Sorry for those who already seen this post.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_f6ddjayq_m-idjpaga68au2sxxojx29uaqwc7e_mp...@mail.gmail.com



Securing Debian Manual: 3.2.1.1 Selecting the appropriate file systems

2012-03-08 Thread Stayvoid
Hello.

During the system partitioning you also have to decide which file
system you want to use. The default file system selected in the Debian
installation for Linux partitions is ext3, a journaling file system. [1]
This manual covers only ext-related features. Should I use ext4
instead of ext3 for all partitions?

[1] http://www.debian.org/doc/manuals/securing-debian-howto/ch3.en.html

Cheers

P.S. Sorry for those who already seen this post.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gpl1rmwyqraeqngbvoz0jqnz3sh8kfqe3u69o_5e5...@mail.gmail.com



Securing Debian Manual: 3.7 Install the minimum amount of software required

2012-03-08 Thread Stayvoid
Hello.

The presence, for example, of development utilities (a C compiler) or
interpreted languages (such as perl - but see below -, python, tcl...)
may help an attacker compromise the system…
So, without Perl and, unless you remake these utilities in shell
script, you will probably not be able to manage any packages (so you
will not be able to upgrade the system, which is not a Good Thing).
I'm confused. Should I remove it?

http://www.debian.org/doc/manuals/securing-debian-howto/ch3.en.html


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_GdNxHboXz2bxRmyCQdctsV1ckAeC022E-s35oyc=w...@mail.gmail.com



Securing Debian Manual: 4.2 Execute a security update

2012-03-08 Thread Stayvoid
Hello.

To manually update the system, put the following line in your
sources.list and you will get security updates automatically, whenever
you update your system. Replace [CODENAME] with the release codename,
e.g. squeeze.
   deb http://security.debian.org/ [CODENAME]/updates main contrib non-free
Is this a good idea? I've thought that automatically is not a best choice.

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_ecztjaxvzddbsb4+qraqlooo-yp_rl2chi_zu-n1y...@mail.gmail.com



Securing Debian Manual: 4.2.1 Security update of libraries

2012-03-08 Thread Stayvoid
Hello.

Bringing the system to run level 1 (single user) and then back to run
level 3 (multi user) should take care of the restart of most (if not
all) system services. But this is not an option if you are executing
the security upgrade from a remote connection (like ssh) since it will
be severed.
I'll upgrade from a remote connection (SSH). What should I do instead
of this procedure?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_EEF+25ZrdXKonwotq5kvEdv=u2ped6-f1tb6rvn_e...@mail.gmail.com



Re: Securing Debian Manual: 4.2.1 Security update of libraries

2012-03-08 Thread Stayvoid
Exercise caution when dealing with security upgrades if you are doing
them over a remote connection like ssh. A suggested procedure for a
security upgrade that involves a service restart is to restart the SSH
daemon and then, inmediately, attempt a new ssh connection without
breaking the previous one. If the connection fails, revert the upgrade
and investigate the issue.
How to make it?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_h-z-susqudvnahh44nxg_sptgoabh93pv+fgxx+1d...@mail.gmail.com



Securing Debian Manual: 4.2.2 Security update of the kernel

2012-03-08 Thread Stayvoid
Hello.

If you are doing a security update which includes the kernel image
you need to reboot the system in order for the security update to be
useful. [1]
How to make it on a running server?
I don't want to disable my site and mail for that period of time.
Should I use another server to keep them running?

http://www.debian-administration.org/?article=70
Will it work with GRUB?

* When the new system comes up the second time, disable the 'support'
account.
How to disable it?

[1] http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_frs_xgkcvnqfvx0qledwu5ct1dv6wrckcs0atcskx...@mail.gmail.com



Securing Debian Manual: 4.8 Restricting system reboots through the console

2012-03-08 Thread Stayvoid
Hello.

Now, in order to allow some users to shutdown the system, as the
manpage shutdown(8) describes, you must create the file
/etc/shutdown.allow and include there the name of users which can boot
the system. When the three finger salute (a.k.a. ctrl+alt+del) is
given the program will check if any of the users listed in the file
are logged in. If none of them is, shutdown will not reboot the
system. [1]
What can I do to disable keyboard access at all? (I'll use a remote
connection (SSH).)

[1] http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_fz5r0u7qcj5dmgxccpcyv7mx2eptxwf9tqplizxva...@mail.gmail.com



Securing Debian Manual: 4.9 Mounting partitions the right way

2012-03-08 Thread Stayvoid
Hello.

This sounds great, but it: only applies to ext2 or ext3 file systems… [1]
What about ext4 (and others)?

[1] http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_HDs3gNMSkX1hF0cACXh7uoEArS2R_c+y3h-=mpgcn...@mail.gmail.com



Securing Debian Manual: 4.9.1 Setting /tmp noexec

2012-03-08 Thread Stayvoid
Hello.

You can set this variable in /etc/apt/apt.conf to another directory
with exec privileges other than /tmp. [1]
Which directory should be selected?

[1] http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_HwaKAsWkzQe_ZdPp=Ek+RnnfM=oqh1zmta673ok9v...@mail.gmail.com



Securing Debian Manual: 4.10.1 User authentication: PAM

2012-03-08 Thread Stayvoid
Hello.

Add root and the other users that should be able to su to the root
user to this group.
I'll be the only user of the server. Should I create a guest user for
me? Will it be enough to have a root access?
(The answer is pretty obvious, but I want to be sure.)

To make sure that the user root can only log into the system from
local terminals, the following line should be enabled in
/etc/pam.d/login:auth requisite  pam_securetty.so
I'll use a remote connection (SSH). Is it possible (and necessary) to
make the opposite thing (to disable login from the local terminals)?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_fbj3nay32qwwbkkztu3m+egjyzkvasgxfaeko4zsw...@mail.gmail.com



Securing Debian Manual: 4.10.6 Using sudo

2012-03-08 Thread Stayvoid
Hello.

Violations, such as incorrect passwords or trying to run a program
you don't have permission for, are logged and mailed to root.
Where can I check this?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gz112gj9pbghq-xmpx3zpmimaht_4jf_6x5grq3br...@mail.gmail.com



Securing Debian Manual: 4.10.9 User auditing

2012-03-08 Thread Stayvoid
Hello.

If you are really paranoid you might want to add a system-wide
configuration to audit what the users are doing in your system. This
sections presents some tips using diverse utilities you can use.
Is it safe? Someone can read the logs.

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_E=fudvdxhjumxh7cyg3+mjmdjqvl7qptof5hqwy_j...@mail.gmail.com



Securing Debian Manual: 4.10.9.2 Using the shell history file

2012-03-08 Thread Stayvoid
Hello.

Note that you could introduce the configuration above in the user's
.profile. But then you would need to setup permissions properly in
such a way that prevents the user from modifying this file. This
includes: having the user's home directories not belong to the user
(since he would be able to remove the file otherwise) but at the same
time enable them to read the .profile configuration file and write on
the .bash_history. It would be good to set the immutable flag (also
using chattr) for .profile too if you do it this way.
How to make this?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_eagcqb--usebusg-uoh+ws-hordtnemmnlnom2xn7...@mail.gmail.com



Securing Debian Manual: 4.10.11 Setting users umasks

2012-03-08 Thread Stayvoid
Hello.

Finally, you should consider changing root's default 022 umask (as
defined in /root/.bashrc) to a more strict umask.
Which one?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gt613svvf16bypwtmpz1q3txde18m3nlzl-ljpo33...@mail.gmail.com



Securing Debian Manual: 4.10.12 Limiting what users can see/access

2012-03-08 Thread Stayvoid
Hello.

Describe the consequences of changing packages permissions when
upgrading (an admin this paranoid should chroot his users BTW) if not
using dpkg-statoverride.
Could you provide more information on this?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gjjbpoe-z8rfkjbvsnirpmb3_6rwxaw1ahauzx5+0...@mail.gmail.com



Securing Debian Manual: 4.11 Using tcpwrappers

2012-03-08 Thread Stayvoid
Hello.

Beware: The above printed example is open to a DoS attack by making
many connections in a short period of time. Many emails mean a lot of
file I/O by sending only a few packets.
How to avoid this?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_HVyb5=6pa6q2wbkbj2tpnvuera+foqa+wb0nhrdz9...@mail.gmail.com



Securing Debian Manual: 4.12.2 Configuring where alerts are sent

2012-03-08 Thread Stayvoid
Hello.

There are other role accounts and aliases on your system. On a small
system, it's probably simplest to make sure that all such aliases
point to the root account, and that mail to root is forwarded to the
system administrator's personal mailbox.
How to enable this mailbox thing? Is it secure?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_h_2fgtttfhtolafijk6qedky-wfarhagesxrmdbgo...@mail.gmail.com



Securing Debian Manual: 4.16.2 The ext2 filesystem specific attributes (chattr/lsattr)

2012-03-08 Thread Stayvoid
Hello.

In addition to the usual Unix permissions, the ext2 and ext3
filesystems offer a set of specific attributes that give you more
control over the files on your system.
What about ext4 and others?

Now that the capability has been removed from the system, an intruder
cannot change any attribute on the protected files, and thus cannot
change or remove the files. If he forces the machine to reboot (which
is the only way to restore the capabilities bounding set), it will
easily be detected, and the capability will be removed again as soon
as the system restarts anyway. The only way to change a protected file
would be to boot the system in single-user mode or using another
bootdisk, two operations that require physical access to the machine
!
What about the remote connections?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_h0gnybx1nkx3retn-qy8bjx0wokp2inrgvzjvymda...@mail.gmail.com



Securing Debian Manual: 4.17.2 Configuring syncookies

2012-03-08 Thread Stayvoid
Hello.

This option is a double-edged sword. On the one hand it protects your
system against syn packet flooding; on the other hand it violates
defined standards (RFCs).
Is there a way to protect the server against syn flooding without
RFCs' violation?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_g5y5z2hakvvlfyqj+p39kkbcvpgkgvmj8okm9fayt...@mail.gmail.com



Securing Debian Manual: 4.17.6 Protecting against ARP attacks

2012-03-08 Thread Stayvoid
Hello.

Implement IP traffic filtering validating the MAC address.
How to do this?

http://www.debian.org/doc/manuals/securing-debian-howto/ch4.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_E3jquo=Yd=JK77VE_mR1uNxeusXa=1oqxt+1w6a8t...@mail.gmail.com



Securing Debian Manual: 5.1.4 Restricing access to file transfer only

2012-03-08 Thread Stayvoid
Hello.

... Give users a restricted shell such as scponly or rssh. These
shells restrict the commands available to the users so that they are
not provided any remote execution privileges.
Is it really necessary?

http://www.debian.org/doc/manuals/securing-debian-howto/ch-sec-services.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_hjoe_-cypgjbugj57gfq+1tufqbkf3peatfjwxv-8...@mail.gmail.com



Securing Debian Manual: 10.4.2.1 Proactive defense

2012-03-08 Thread Stayvoid
Hello.

Note, however, that there are rootkits which might work even in this
case, there are some that tamper with /dev/kmem (kernel memory)
directly to make themselves undetectable.
How to avoid those?

http://www.debian.org/doc/manuals/securing-debian-howto/ch10.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_FS3kbr3sZowhbvuMASaaUYjwkK=vw6-q-vy3u2k4r...@mail.gmail.com



Securing Debian Manual: 11.2 Backing up the system

2012-03-08 Thread Stayvoid
Hello.

From this shell, backup the information to another host if possible
(maybe a network file server through NFS/FTP).
What about SSH?

Make sure to startup in single user mode, so no other Trojan
processes run after the kernel.
How to be sure?

http://www.debian.org/doc/manuals/securing-debian-howto/ch-after-compromise.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_faktdz_jwqb_2sraebdbq2xmmwxby2y4o5bn9pte_...@mail.gmail.com



Securing Debian Manual: 11.4 Forensic analysis

2012-03-08 Thread Stayvoid
Hello.

FIXME: Talk on how to do a debsums on a stable system with the
MD5sums on CD and with the recovered file system restored on a
separate partition.
How to do it?

http://www.debian.org/doc/manuals/securing-debian-howto/ch-after-compromise.en.html

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gfuam89n8guvsg_s6jjpkm+-rso2khhgqs3tlx6ps...@mail.gmail.com



Re: Securing Debian Manual: 3.2.1 Choose an intelligent partition scheme

2012-03-08 Thread Stayvoid
 You really, really should read
 http://catb.org/esr/faqs/smart-questions.html first (this applies to all
 your other questions as well).
I read it some time ago.

Sorry for zillions of questions, but I really want to hear some
thoughts on these topics. The guide is outdated and I hope it'll help
to fix it.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_fc4tj3enyx_vruu4qd3grsh9uce47yb-iapnvpfoj...@mail.gmail.com



Re: Securing Debian Manual: 3.2.1 Choose an intelligent partition scheme

2012-03-08 Thread Stayvoid
 The one which suits your needs :p
Could you point me to the guide that actually explains this?
Every guide I read says something like: do foo because foo is the right way.
It doesn't make any sense.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gqckeiprewnpmsbcpy1p8fxz6c-a8qpr+3+o0njf3...@mail.gmail.com



Re: Securing Debian Manual: 10.4.2.1 Proactive defense

2012-03-08 Thread Stayvoid
 In ten years I've never seen so much of a flood sent to this list.
I'm really sorry for this, but it's not that easy to find.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_fygq56wwsdrftwgjbz4h_pyijqdeuskvx-6an-yju...@mail.gmail.com



Re: OT: Newbie questions on security

2012-03-08 Thread Stayvoid
 I wonder why the OP didn't keep all the questions in just one thread if
 they are addressed to the same subject.
Sorry again. I've though it was a good idea to split those because
some issues may lead to a long discussion.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_G2vXMKHm7qUGTboq=K0aA0NJ6muOH=rtc_9fn2mgh...@mail.gmail.com



Re: OT: Newbie questions on security

2012-03-08 Thread Stayvoid
 nobody did
Sorry. I learned my lesson.

 Most of them could be
 answered with the right google search.
It's true, but most of the answers you get will be something like do
foo because foo is a Good Thing.
I want to know the reason for doing foo.

 Also, Im happy to see you are eager to learn, but start reading the
 debian-reference for starters (apt-get install debian-reference; dpkg -L
 debian-reference) prior reading securing-debian...
OK.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_fhwedumkr5vsjauty5r5xa77njmdn+wyludxaugdk...@mail.gmail.com



Re: OT: Newbie questions on security

2012-03-08 Thread Stayvoid
 Why do you think debian-security was the wrong list? You even got answers to
 some questions you posted there, what's wrong with those?
People told me (in private) that my questions are not connected with
security and I shouldn't post them there. I've also been told that
debian-security is used only for the security announcements.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_ene2cq58fnscnqmrsecsxta3-txpm7mh-rkle5zfd...@mail.gmail.com



Re: Single boot EFI Mac install

2012-03-07 Thread Stayvoid
I've successfully installed gNewSense using this guide:
http://www.odi.ch/prog/macbookpro/index.php

Now I have two systems installed. I don't think it'll be a problem to
get rid of Mac OS X.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_hjjrrkwfbg-y591qyqdjkckqqoanxg+tgx-avqcfy...@mail.gmail.com



Re: Single boot EFI Mac install

2012-03-07 Thread Stayvoid
I forgot to mention this page: http://wiki.debian.org/MacBookPro


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_epa2jo1u+xmqq8kltqyhwpcz1biudwawy5qve6cgm...@mail.gmail.com



Re: Single boot EFI Mac install

2012-03-07 Thread Stayvoid
 rEFIt works but cannot be convinced to stop delaying the boot
 process by ~20 seconds (even after deleting PRAM and bless'ing
 the partition).
I've been told that it's possible to tweak rEFIt, but I don't know how.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_foxfjx1qka5boks_b+_6ve7hyst9a_dr_gj3b2sgd...@mail.gmail.com



Re: Single boot EFI Mac install

2012-03-07 Thread Stayvoid
 I've had the same problem. But using grub2 there is no need to use rEFIt
 in a single boot environment.
Could you tell a little bit more?
What should I do to make it work?
Will it be enough to delete the partition of Mac OS X (rEFIt was
installed via Mac OS X)?
Should I somehow update GRUB after that?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_frqcbefl4sygfau7_4eeglciut+qyeboervzh+mm6...@mail.gmail.com



OT: Newbie questions on security

2012-03-07 Thread Stayvoid
Hi there.

I've recently read Securing Debian Manual and I have some newbie
questions connected with security.
I've thought that debian-security is the right list
for them, but I was wrong.
What is the proper list for such questions?

Here is an example:
What is more secure: dedicated server or VPS?
I've been told that a hoster has an ability to look through the files on the VM.
Why people use this solution for MTAs?  Do they care about privacy? Is
it possible to hide your data from the staff?

Cheers

P.S. I have more questions to ask and I don't really know where to
post them. So I need your advice. Sorry for the OT.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gmprjr1frnbrbrro6coecrokqghysikotaccooyfp...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-03-06 Thread Stayvoid
 ..firmware?
 arnt@celsius:~$ dpkg -l |grep firmware-linux
 ii  firmware-linux   0.35
 Binary firmware for various drivers in the Linux kernel (meta-package)
 ii  firmware-linux-free  3
 Binary firmware for various drivers in the Linux kernel
 ii  firmware-linux-nonfree   0.35
 Binary firmware for various drivers in the Linux kernel
Here is mine:
ii  firmware-linux-free
2.6.32-35+gnewsense1   Binary firmware for
various drivers in the Linux kernel


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_Hgbyx3S+8B5yxcPgYzr4q1x97+1f8R9Wv9=rtjj8x...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-03-06 Thread Stayvoid
Hello.

It worked!
I ran apt-get update; apt-get -f upgrade; apt-get install xorg.

Now I want to find out which packages are really needed. Because xorg
installed a lot of stuff.

Thanks for your help.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gxp9jwz37-9fuastmernmoxydfiok_pec674dnkny...@mail.gmail.com



Re: XKBOPTIONS:ctrl:nocaps is not working with console-cyrillic

2012-02-29 Thread Stayvoid
 Does it work when you're on a tty?
I don't really understand why did you mention tty.

What should I do to check it?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_Ex+27Ybqp5aWPRR=drchmvago3v1js1wvvvfubm9-...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-29 Thread Stayvoid
 Earlier you mentioned
 http://nouveau.freedesktop.org/wiki/TroubleShooting

 did you check the section that applies to this error?
 http://nouveau.freedesktop.org/wiki/TroubleShooting#Xorg_fails_to_start_with_.22.28EE.29_.5Bdrm.5D_failed_to_open_device.22

This guide wasn't helpful. modprobe nouveau outputs nothing and
there is no nouveau module in the output of lsmod. But nouveau
appears in the output of lspci -vv.

 At this point I can only guess there is some mismatch between your
 kernel and Xorg. I would suggest you try to reproduce this on a pure
 Debian install[1][2], but if it works there is not much more we can do.

 [1] you mentioned using gNewSense
 [2] you are of course aware that Debian with only 'main' is free

Kernel: Linux-libre 3.2.4;
Xorg: 1:7.5+8+squeeze1.

I don't know how to check the versions of libdrm and nouveau DRM. And
I have no idea which ones are compatible.

Someone told me that I could check it this way:
$ grep DRICreatePCIBusID /usr/lib/xorg/modules/extensions/libdri*

Here is the output:
Binary file /usr/lib/xorg/modules/extensions/libdri.so matches

I don't know how to reinstall the whole system quickly or how to
install it harmlessly for the main system. (Could you provide a guide
on this?) It took me a lot of time to setup the current system.
And I don't really want to install Debain. [a]

Let's try to fix it in gNewSense. (My version is based on Squeeze.)

I'd also tried to ask gNewSense guys. [b]

Cheers

[a] http://www.gnu.org/distros/common-distros.html
[b] http://lists.nongnu.org/archive/html/gnewsense-users/2012-02/msg00011.html


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_H__-xuNp3skQpoDiT_k4TP1iiqOERdf2i=pnc7vf7...@mail.gmail.com



Re: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01) without proprietary firmware

2012-02-29 Thread Stayvoid
 To make the firmware work properly you need at least 2 more files that
 must be extracted from original Broadcom drivers: b0g0bsinitvals5.fw and
 b0g0initvals5.fw.
Could you provide an installation guide for OpenFWWF?
I want to test it myself. Maybe those guys didn't have a chance to test my card.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gxmdjwly88ixymknf-qwi8wyz1r8jlibgwtjkjzup...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-29 Thread Stayvoid
 This suggests something is missing from your kernel.
Could you be more specific?
Will it help if I paste my .config?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_ei7fm69ruruuxwttb8sd2ufgsystu1wre9pxkgqno...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-28 Thread Stayvoid
 Please attach your /var/log/Xorg.0.log

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
xorg-server 2:1.7.7-14 (Julien Cristau jcris...@debian.org)
Current version of pixman: 0.25.1
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |--Screen Default Screen Section (0)
(**) |   |--Monitor default monitor
(==) No device specified for screen Default Screen Section.
   Using the first device section listed.
(**) |   |--Device n
(==) No monitor specified for screen Default Screen Section.
   Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
   Entry deleted from font path.
(WW) `fonts.dir' not found (or not valid) in
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType.
   Entry deleted from font path.
   (Run 'mkfontdir' on /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType).
(==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable
AutoAddDevices.
(II) Loader magic: 0x81ecce0
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.4
   X.Org Video Driver: 6.0
   X.Org XInput driver : 7.0
   X.Org Server Extension : 2.0
(--) using VT number 7

(--) PCI:*(0:1:0:0) 10de:0a29:106b:00c7 rev 162, Mem @
0xc000/16777216, 0x9000/268435456, 0xa000/33554432, I/O @
0x2000/128, BIOS @ 0x/524288
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor=X.Org Foundation
   compiled for 1.7.7, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: dbe
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor=X.Org Foundation
   compiled for 1.7.7, module version = 1.0.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: glx
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor=X.Org Foundation
   compiled for 1.7.7, module version = 1.0.0
   ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: record
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor=X.Org Foundation
   compiled for 1.7.7, module version = 1.13.0
   Module class: X.Org Server Extension
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension RECORD
(II) LoadModule: dri
(II) Loading /usr/lib/xorg/modules/extensions/libdri.so
(II) Module dri: vendor=X.Org Foundation
   compiled for 1.7.7, module version = 1.0.0
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension XFree86-DRI
(II) LoadModule: dri2
(II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
(II) Module dri2: vendor=X.Org Foundation
   compiled for 1.7.7, module version = 1.1.0
   ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DRI2
(II) LoadModule: nouveau
(II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
(II) Module nouveau: vendor=X.Org Foundation
   compiled for 1.7.7, module version = 0.0.15
   Module class: X.Org Video Driver
   ABI class: X.Org Video Driver, version 6.0
(II) NOUVEAU driver Date:   Tue Mar 16 13:08:37 2010 +1000
(II) NOUVEAU driver for NVIDIA chipset families :
   RIVA TNT(NV04)
   RIVA TNT2   (NV05)
   GeForce 256 (NV10)
   GeForce 2   (NV11, NV15)
   GeForce 4MX (NV17, NV18)
   GeForce 3   (NV20)
   GeForce 4Ti (NV25, NV28)
   GeForce FX  (NV3x)
   GeForce 6   (NV4x)
   GeForce 7   (G7x)
   GeForce 8   

XKBOPTIONS:ctrl:nocaps is not working with console-cyrillic

2012-02-28 Thread Stayvoid
Hi,

I have no idea how to make it work.
ctrl:nocaps works fine if console-cyrillic is disabled.
Maybe console-cyrillic blocks /etc/default/keyboard...

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_f8l+tremrc101qez0n-wqtyznp70yf2ylk5vzwg2b...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-27 Thread Stayvoid
I've tried to use both packages, but I can't make X work.
startx fails with (EE) [drm] failed to open device.

I tried to look through the kernel options, asked people about it,
read a man page on troubleshooting [1], but all my attempts were
unsuccesful.

[1] http://nouveau.freedesktop.org/wiki/TroubleShooting


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_GKUnybZD1L=eoktrot0-mj4wru6qshua6fta4sq4v...@mail.gmail.com



Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01) without proprietary firmware

2012-02-22 Thread Stayvoid
Hi there!

I'm trying to configure wlan on my laptop. I've found several guides
on the topic, but all of them require to install non-free software.
[1, 2] I'm looking for a way to make it work without proprietary
software. Someone told me that it's possible with OpenFWWF. [3] But I
have no experience in patching. Could you help me with this? What
should I do?

I'm using gNewSense (it's a Debian-based distro) with the latest
Linux-libre kernel (3.2.4).
(I'll send a BCC to the gnewsense-users list too.)

[1] http://wiki.debian.org/brcm80211#Squeeze
[2] http://wireless.kernel.org/en/users/Drivers/b43#Device_firmware_installation
[3] http://www.ing.unibs.it/~openfwwf/

Cheers


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gavtrncfieqfd6dzhosdjb5tqtpbosc5ieykro7yw...@mail.gmail.com



Re: Several errors on the start up

2012-02-08 Thread Stayvoid
(I'd tried to use one of the nouveau lists, but didn't get the reply.)

modprobe nouveau outputs nothing, but there is no nouveau module in
the output of lsmod.

Is there a HOWTO for Debian?

Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_HTjveM0BSR0rTOSOVfNARbq+4BA=imwm5ch8xdz+_...@mail.gmail.com



Re: Sleep

2012-02-06 Thread Stayvoid
 Works here with acpi-support. Uncomment LID_SLEEP=true
 in /etc/default/acpi-support.
This thing is exactly what I wanted. But it's not working.

I'd uncommented LID_SLEEP, but it didn't work out. It may depend on
some ACPI-related stuff, but I don't know how to check this.
Or it may be connected with pm-utils: Beginning with version 0.122-1
acpi-support solely uses pm-utils then.
Any ideas?

BTW, DISPLAY_DPMS is not working too. (I've tried several options:
xset, xrandr, vbetool.)

Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_em-1r41vkascpu6vgb4zwjpfza2dwh+mq3v0ftsed...@mail.gmail.com



Re: Sleep

2012-02-06 Thread Stayvoid
 First, invoke acpi_listen, then close and re-open the lid. The event will
 be shown onscreen, in my case it is button/lid LID close plus a few
 other lines.
In my case: button/lid LID0 0080 000f (closed) and
button/lid LID0 0080 0010 (opened). The last numbers differ
from time to time.

 Second, write script placed into /etc/acpi/:

 $cat /etc/acpi/lidclose.sh
 echo echoing from inside script lidclose.sh
 touch /etc/acpi/tested.ok
 pm-suspend
It didn't work.

 Second, create this script:

 $cat /etc/acpi/lidclose
 event=button/lid LID close
 action=/etc/acpi/lidclose.sh
This one didn't work too. (I've changed event according to acpi_listen.)

How will it know when to run /etc/acpi/lidclose?

BTW, there are lid.sh and sleep.sh in this directory. Maybe I should
tweak those. What do you think?

Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_HYe=q28Z3tjtzCChV=gz8a6eyfx1ghvqrw9fi_crh...@mail.gmail.com



Re: Sleep

2012-02-05 Thread Stayvoid
$ tasksel --task-packages laptop
I've installed pm-utils.

(I was testing these commands in prompt because I haven't configured X yet.)
pm-suspend worked. The LED was blinking. But when I had left suspend
the screen was very bright. How to tweak the screen settings?

I'm not sure about pm-hibernate, because I don't know how to check it.

pm-is-supported --suspend --hibernate --suspend-hybrid outputted nothing.

How to configure pm-utils to suspend after the lid is closed?
(There are some directories in /etc/pm/, but I don't know how to use them.)

BTW, there is another program called hibernate. Which one is the best?

Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_EqobQbRupvKBm8L0AiFSVWRHNbw0aWe_Ux=vdceq6...@mail.gmail.com



Re: Sleep

2012-02-05 Thread Stayvoid
 Closing the lid and go suspend is an option, maye you have to enable that.
Where?

Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_Hn4xvG6dLcD=o1+pxwcn3mpd9b5tashrxhlbbas+h...@mail.gmail.com



Re: Sleep

2012-02-05 Thread Stayvoid
 This usually has to be configured in whatever power manager you're
 using. What DE are you using?
I haven't configured Xorg yet. And I'm looking for a universal
solution. It shouldn't depend on DE. I want to be able to use it from
the shell.

Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gbn+futh0kqmpyuyuweiwtb9e3zbq8nfp6ucy_jgn...@mail.gmail.com



Re: Sleep

2012-02-05 Thread Stayvoid
 Under Trinity desktop, I use the kde3 applet kpowersave.
I'm looking for a small standalone daemon. Because I want to be able
to use it without DE at all.

 I've learned to do it by myself!
This is nice. But the main goal was to find a way to do it automatically.

Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_HcX=zu7jkh4yg+bvqddzffqbmwhex7mrnxgprqf2e...@mail.gmail.com



Re: Several errors on the start up

2012-02-04 Thread Stayvoid
 I wonder if gNewSense have a dedicated mailing list... hum, it seems that
 yes ;-)
I've experienced some technical problems with that list.

 Despite the messages, what's the problem you are experiencing? No video
 output?
The messages themselves are not good. I want to know the cause of the problems.

For some reason X is not working too: http://dpaste.com/697488/

 This is a known issue. You can safely omit the warning.
Thanks. It worked.

 What did you try exactly?
I can't remember.
For example: I've tried to enable drm-related features in the kernel,
but it didn't work out.


Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_EE0mjrdCVo9KCdQqy==k7yusaoe+tjqqxfsl5jxax...@mail.gmail.com



Re: Several errors on the start up

2012-02-04 Thread Stayvoid
 Kernel messages can be verbose but harmless.
What is the cause of those messages?
If those are harmless I also want to know how to disable them.

 Upload the full /var/log/Xorg.0.log file and also dmesg so we can
check it.
/var/log/Xorg.0.log: http://pastebin.com/SYBHh7CZ
dmesg: http://pastebin.com/X7rp3Amc

 What kind of VGA card do you have?
nVidia GT216 [GeForce GT 330M] (rev a2)


Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_EK3UMhRaeKmWGwSX6kwfi-wpm67uyjKrzK_=gx7e0...@mail.gmail.com



Sleep

2012-02-04 Thread Stayvoid
Hi!

I'm using gNewSense.
(I know that gNewSense has it's own mailing list. But there aren't
many Mac users.)

Is there a way to check that my laptop (MacBookPro6,2) is actually
going to sleep after the lid is closed?

I'm not sure because it didn't turn off the screen. And the LED was
not blinking, but it should. [1]

It's possible that I've not installed something important because I've
used debootstrap to install the system.

Cheers.

[1] http://wiki.debian.org/MacBookPro#Hibernate


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gwbt0oxoor+q6+j9g3z05vci_vz3alww8ewhn7gof...@mail.gmail.com



Re: Several errors on the start up

2012-02-04 Thread Stayvoid
 I wonder if nuvó supports that card.
It's supported: http://nouveau.freedesktop.org/wiki/CodeNames#NV50

 1/ Disable KMS (append nouveau.modeset=0 to the kernel line of GRUB)
Are you talking about GRUB legacy (1)? I'm using the second version.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_Hk7VzN8ux96=8_6h7cwuzpkl6wuo7czxqmdkavdwn...@mail.gmail.com



Re: Several errors on the start up

2012-02-04 Thread Stayvoid
 Is there another video device on the system? Intel?
Yep. Intel HD.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_HKHofLzgq=m_ub-ae_uessehq+cjq7_k1hidebpou...@mail.gmail.com



Re: GNU/Debian Linux vs. facebook, Twitter and other proprietary social media

2012-02-04 Thread Stayvoid
 Everyone has been telling us that we *absolutely* have to be on facebook...
Please don't use Facebook.
http://stallman.org/facebook.html

 I've read the tech news concerning facebook's privacy and intellectual 
 property policies.
Please don't use this term.
http://www.gnu.org/philosophy/not-ipr.en.html

Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_EHA-ZB6S5ue5GDt+HrFCXifvZ-v3XfeH8=nobt_qg...@mail.gmail.com



Several errors on the start up

2012-02-02 Thread Stayvoid
Hi!

I'm using gNewSense (it's a Debian-based distro).

Could you help me with these errors:
[drm: i915_init] *ERROR* drm/i915 can't work without intel_agp module!
i8042: No controller found
uhci_hcd :00:1a.0: Found HC with no IRQ. Check BIOS/PCI :00:1a.0 setup!
uhci_hcd :00:1a.0: init :00:1a.0 fail, -19
uhci_hcd :00:1d.0: Found HC with no IRQ. Check BIOS/PCI :00:1d.0 setup!
uhci_hcd :00:1d.0: init :00:1d.0 fail, -19

Error: Driver 'pcspkr' is already registered, aborting...

Let me know if you need any additional information.

Yep, I've tried some solutions from the Web, but it didn't work out.


Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_hqailcfkogdtwt-xktsmsb5ggq8jbbuw40agmtms3...@mail.gmail.com



Virtual packages

2012-02-02 Thread Stayvoid
Hey!

Could you help me to install elinks?

Here is the output:
http://pastebin.com/aaAjpS5G

What should I do to resolve this dep?


Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_eyzpw+byjgr-y3cy27dwzdkjqa3wf0ew2t9-pjww_...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-01 Thread Stayvoid
I don't want to use non-free software.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gthf+khz8wyepvcbkpvk9xotf4lkib7ojniffy3un...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-02-01 Thread Stayvoid
 Serious, you're using a Mac [1], there's nothing I could imagine that's
 more un-libre.
I can't go back in time, but I can change the future.

 I really wonder why you won't use the proprietary driver.
It's a matter of principle.

Thanks for the links.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_fxsamrxhupzcurhhy26kqz1f0v4pwsvyezv4mgeqc...@mail.gmail.com



xserver-xorg vs. xserver-xorg-video-nouveau

2012-01-31 Thread Stayvoid
Hello there!

What's the difference between these packages?


Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_gafic92v17y9d_homwukr7dz8yguwura9c6f1jpry...@mail.gmail.com



Truecrypt

2012-01-31 Thread Stayvoid
Hi there!

I want to encrypt my files automatically when I close my laptop. Is it possible?
Which directories should be encrypted? Where is stored my personal
information (GPG keys, personal data etc.)?

I'm using gNewSense (it's a Debian-based distro).


Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_ez8ju0yhp7qfvw0sewb+hr9_cdpah0g4a3gsquyzt...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-01-31 Thread Stayvoid
 In brief, the former will install (by dependencies) the full Xorg server
 with all of the VGA drivers...
Will it install Nouveau this way?

Should I install Nouveau drivers after the installation of the server itself?


Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_HEFgXH9tiCLSeJx3tCjUzVCPqPnYVeBXsH=lzdstx...@mail.gmail.com



Re: Truecrypt

2012-01-31 Thread Stayvoid
 TrueCrypt is non-free software, and as a gNewSense user you should know it.
Thanks! What could you recommend as a replacement?


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_grwxpvfp2uizs_jlpjaflv5mkslk9s7w0en6+omkv...@mail.gmail.com



Re: xserver-xorg vs. xserver-xorg-video-nouveau

2012-01-31 Thread Stayvoid
Hello!

 What version of Debian do you have installed?
I'm using gNewSense (AFAIK it's based on Squeeze).

 What Nvidia graphics?
NVIDIA GeForce 330M + Intel HD

 What computer?
MacBookPro6,2

 Do you need perfect, very fast 3D acceleration?
Yep, but the drivers should be free.

 What screen resolution will you use?
1680 x 1050
But I'm not sure about this one.

I also forgot to mention that I want to be able to switch between
GPUs. What should I use for this purpose? What about VGA switcheroo?


Cheers.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_HpTmrx-EjkLUxpFUbEqfgKEKN++=6knhx+ixjjkh3...@mail.gmail.com



Securing Debian

2012-01-26 Thread Stayvoid
Hello there!

I'm going to run my own server (website + MTA).
Here is the chosen solution:
https://www.gandi.net/hosting/vps/dedicated (Debian 6 64 bits without
Gandi AI).
Is it OK?

This is my first attempt to administer a server and I want to be as
secure as possible.
Could you give any advice on this topic? What should be done in the first place?
Are there any Gentoo-Hardened-like security addons available for Debian?

I'm thinking about Apache + Postfix. I also want to read my mail
through Emacs (Rmail). Should I install anything else to make it work
(SSH etc.)?

I'd like to use this server as a proxy too. (I don't want to give
anyone a chance to look through my traffic.) Is it a good idea? Is it
even possible? Are there any better solutions for this purpose?


Kind regards.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_Gatb1i05788pAOPL6KNDB-YnetVRPzjZ=isn0fg1b...@mail.gmail.com



Re: Securing Debian

2012-01-26 Thread Stayvoid
I knew about it. But I need more information.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_emuze7_t28gvzy12cbci5euywaw4kjxmbd2wkcet1...@mail.gmail.com



Re: Free software

2012-01-25 Thread Stayvoid
 The main branch is only free software...
Are you sure about that?
How to check that?
Where can I look through the package's license?


King regards.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/cak5fs_hx3guksoqkqbn-3d+qqezce6wt8+-3iftnrvuunwl...@mail.gmail.com



Debian on x86.

2011-07-20 Thread stayvoid stayvoid
My processor is x86.

Which one should I download?
http://www.debian.org/releases/squeeze/debian-installer/

My OS is Windows XP and I need to make a backup of my data, but I also
want to use this data in the future (on Debian). Could you recommend
me something? Are there any software solutions (not just copy and
paste)? Windows-based ntbackup is not working in that way.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CAK5fS_Fw3FurMT3B7mVpw7fQa2Fgz=hw++rpaqoc1zt+-hx...@mail.gmail.com