Re: Samba Backup Tool Preserving File Owner/Group/Permissions

2012-06-18 Thread Andrej Kacian
On Mon, 18 Jun 2012 12:54:34 +0300
Volkan Yazıcı yazic...@ttmail.com wrote:

 In such a case, AFAIK, I won't be able to take benefit of
 incremental backups and I will need to tar+cp the whole disk
 everytime I want to take a backup. Am I mistaken?

You could use duplicity (http://www.nongnu.org/duplicity/) for
incremental backups within tar archives - and I'm sure there are other
similar tools.

Regards,
-- 
Andrej


--
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/20120618155257.434ae1d4@hiker



Re: netbook

2012-06-18 Thread Andrej Kacian
On Mon, 18 Jun 2012 13:34:48 + (UTC)
Camaleón noela...@gmail.com wrote:

 Agree, but there are some gotchas to take into account other than
 memory and processor capabilities, for instance, some of the big
 applications (e. g., Evolution) do not integrate well within 10.1
 screens meaning not all the buttons are visible which renders the app
 almost useless.

Claws Mail is a nice MTA, with optional layout for small screens.

Regards,
-- 
Andrej


--
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/20120618155436.4a35185c@hiker



Re: something about the dnet-common

2012-05-16 Thread Andrej Kacian
On Wed, 16 May 2012 20:35:23 +0800
lina lina.lastn...@gmail.com wrote:

 My curiosity is that why during the full-upgrade, it's installed the
 dnet-common. Is it something important?

I too was wondering about that just now, when a DECNet configuration
dialog popped out on my screen, during an aptitude upgrade. AFAIK,
DECNet is some old network protocol which is mostly unused nowadays.
Why would my system decide to install support for it all of a sudden?

Regards,
Andrej


-- 
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/20120516154349.1067f2d5@hiker



Re: pure debian testing or a distro based on debian testing

2012-01-13 Thread Andrej Kacian
On Tue, 10 Jan 2012 15:11:58 +0530
Amrish Purohit amrish.dis...@gmail.com wrote:

Hi Osamu,
Thanks for your reply. I will definitely try installing testing over
stable version. I make my system dual boot so I have a backup. Here is
the way I install the debian, please correct me if I am wrong.
I install the core system, then I install gdm3 and gnome-terminal to get
the GUI. After getting the GUI I install the packages as I need it. So I
plan to do the same with testing. First I will install core system +
gdm3 of stable debian, after getting the gui, I will change the
repositories in /etc/apt/sourcelist and make dist upgrade. I hope this
will work.
Please comment if any thing is wrong.

Two points:

- Wouldn't it be better to change the source.list to debian testing straight
after installation? That way you will not need to download Gnome packages from
stable, saving bandwidth and time.

- If you want Gnome, it is probably better to use tasksel[1], so that all the
Gnome-related goodies are installed and configured. Installing just login
manager and terminal application will only bring in minimal necessary
dependencies, giving you a rather poor GUI experience - you might as well stay
in text console.


1. http://wiki.debian.org/Gnome#task

Regards,
-- 
Andrej


-- 
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/20120113225335.388635b5@penny



Re: NVIDIA - URGENT

2011-07-04 Thread Andrej Kacian
On Mon, 04 Jul 2011 09:38:01 +0200
Sven Joachim svenj...@gmx.de wrote:

 I tried to do the same, but alas, Xorg doesn't like noveau driver:

 [  1528.909] drmOpenDevice: node name is /dev/dri/card0
 [  1528.916] drmOpenByBusid: Searching for BusID pci::01:00.0
 [  1528.916] drmOpenDevice: node name is /dev/dri/card0
 [  1528.924] drmOpenByBusid: drmOpenMinor returns -1
 [...]
 [  1529.044] (EE) [drm] failed to open device
 [  1529.044] (EE) No devices detected.

 It should work, though, GT200 series should be supported by nouveau.  

Looks like Kernel Modesetting is disabled, either through a boot
parameter or via a file in /etc/modprobe.d.  Try reloading the nouveau
kernel module:

rmmod nouveau
nouveau modprobe modeset=1

and restart X.

Thanks for the tip, but I already installed nvidia-glx from sid, and am now
happily using it. I wrote this little gem of knowledge down for the future,
though. :)

-- 
Andrej Kacian


-- 
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/20110704190640.26d273fd@penny



Re: NVIDIA - URGENT

2011-07-03 Thread Andrej Kacian
On Sat, 02 Jul 2011 23:54:01 +0200
Hans Vogelsberger li@schwaz.net wrote:

instead of moving 
/etc/X11/xorg.conf, I again changed its driver line in section device 
to nouveau - and SUCCEDED: After a reboot xdm started X normally, not 
even startx was necessary.

I tried to do the same, but alas, Xorg doesn't like noveau driver:

[  1528.909] drmOpenDevice: node name is /dev/dri/card0
[  1528.916] drmOpenByBusid: Searching for BusID pci::01:00.0
[  1528.916] drmOpenDevice: node name is /dev/dri/card0
[  1528.924] drmOpenByBusid: drmOpenMinor returns -1
[  1528.924] drmOpenDevice: node name is /dev/dri/card1
[  1528.929] drmOpenByBusid: drmOpenMinor returns -1
[  1528.929] drmOpenDevice: node name is /dev/dri/card2
[  1528.932] drmOpenByBusid: drmOpenMinor returns -1
[  1528.932] drmOpenDevice: node name is /dev/dri/card3
[  1528.936] drmOpenByBusid: drmOpenMinor returns -1
[  1528.936] drmOpenDevice: node name is /dev/dri/card4
[  1528.940] drmOpenByBusid: drmOpenMinor returns -1
[  1528.940] drmOpenDevice: node name is /dev/dri/card5
[  1528.944] drmOpenByBusid: drmOpenMinor returns -1
[  1528.944] drmOpenDevice: node name is /dev/dri/card6
[  1528.947] drmOpenByBusid: drmOpenMinor returns -1
[  1528.947] drmOpenDevice: node name is /dev/dri/card7
[  1528.951] drmOpenByBusid: drmOpenMinor returns -1
[  1528.951] drmOpenDevice: node name is /dev/dri/card8
[  1528.955] drmOpenByBusid: drmOpenMinor returns -1
[  1528.955] drmOpenDevice: node name is /dev/dri/card9
[  1528.959] drmOpenByBusid: drmOpenMinor returns -1
[  1528.959] drmOpenDevice: node name is /dev/dri/card10
[  1528.962] drmOpenByBusid: drmOpenMinor returns -1
[  1528.962] drmOpenDevice: node name is /dev/dri/card11
[  1528.966] drmOpenByBusid: drmOpenMinor returns -1
[  1528.966] drmOpenDevice: node name is /dev/dri/card12
[  1528.970] drmOpenByBusid: drmOpenMinor returns -1
[  1528.970] drmOpenDevice: node name is /dev/dri/card13
[  1528.973] drmOpenByBusid: drmOpenMinor returns -1
[  1528.973] drmOpenDevice: node name is /dev/dri/card14
[  1528.977] drmOpenByBusid: drmOpenMinor returns -1
[  1528.977] drmOpenDevice: node name is /dev/dri/card15
[  1528.981] drmOpenByBusid: drmOpenMinor returns -1
[  1528.981] drmOpenDevice: node name is /dev/dri/card0
[  1528.986] drmOpenDevice: node name is /dev/dri/card0
[  1528.989] drmOpenDevice: node name is /dev/dri/card1
[  1528.993] drmOpenDevice: node name is /dev/dri/card2
[  1528.997] drmOpenDevice: node name is /dev/dri/card3
[  1529.001] drmOpenDevice: node name is /dev/dri/card4
[  1529.004] drmOpenDevice: node name is /dev/dri/card5
[  1529.008] drmOpenDevice: node name is /dev/dri/card6
[  1529.012] drmOpenDevice: node name is /dev/dri/card7
[  1529.015] drmOpenDevice: node name is /dev/dri/card8
[  1529.019] drmOpenDevice: node name is /dev/dri/card9
[  1529.023] drmOpenDevice: node name is /dev/dri/card10
[  1529.026] drmOpenDevice: node name is /dev/dri/card11
[  1529.030] drmOpenDevice: node name is /dev/dri/card12
[  1529.033] drmOpenDevice: node name is /dev/dri/card13
[  1529.037] drmOpenDevice: node name is /dev/dri/card14
[  1529.041] drmOpenDevice: node name is /dev/dri/card15
[  1529.044] (EE) [drm] failed to open device
[  1529.044] (EE) No devices detected.

It should work, though, GT200 series should be supported by nouveau.

root@penny:/etc/X11# lspci | grep -i nv
01:00.0 VGA compatible controller: nVidia Corporation GT200 [GeForce GTX 260]
(rev a1)

Any ideas?

Thanks in advance,
-- 
Andrej Kacian


-- 
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/20110704005812.257a7a43@penny



Re: Adobe flash sound issues

2011-06-24 Thread Andrej Kacian
On Tue, 14 Jun 2011 00:50:13 +0100
Wolodja Wentland babi...@gmail.com wrote:

$ LD_PRELOAD=/usr/lib/libc/memcpy-preload.so /usr/bin/iceweasel
$ LD_PRELOAD=/usr/lib/libc/memcpy-preload.so /usr/bin/chromium

Thanks for this! I noticed some weird sound artifacts in flash videos, but
didn't have the time to investigate. Next thing I open debian-user ML folder,
and the solution (well, workaround really) is staring right at me. :)

-- 
Andrej Kacian


-- 
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/20110624212536.4041f672@penny



Re: How to install with encrypted root?

2011-06-24 Thread Andrej Kacian
On Fri, 10 Jun 2011 13:15:10 -0400
Christian Jaeger chr...@gmail.com wrote:

See my other reply, it seems pretty clear that there is a bug in the
debian installer (assuming that the installer is *meant* to support
installing a system with encrypted root and that the result boots).
Glad it worked for you; please tell if you can add information to pin
the problem down more.

Christian.



I managed to install Squeeze (6.0, few days after it got released) on raid1 and
LVM2, with encryption (except for /boot), but I remember that I spent a lot of
time getting it right in the installer interface (and cursing a lot about how
can an installer in 2011 be so obtuse :) ).

I think I may even have restarted the installation once or twice, because I
configured something in the disk setup incorrectly, and the interface did not
allow me to revert the change.

So, yes, it is possible, but not easy. :)

-- 
Andrej Kacian


-- 
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/20110624220045.4334d893@penny



Re: hard drive configuration

2011-06-11 Thread Andrej Kacian
On Fri, 10 Jun 2011 16:28:32 -0700
Freeman hew...@gmail.com wrote:

The disadvantage is wasted space, since each partition has some expansion
room that equals lost contiguous bulk space.  (Reading up on LVM's is on my
todo list.)  

You really should, there's no reason not to use LVM, especially for wacky
setup like yours. :)

-- 
Andrej Kacian


-- 
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/20110611142826.57e95e65@penny



Re: Downgrading Udev

2011-04-12 Thread Andrej Kacian
On Sun, 10 Apr 2011 22:03:36 -0400
Johan Kullstam kullstj...@verizon.net wrote:

Apologies for following up to myself, but I thought I should say that
when I added /run myself the 2.6.38 kernel booted without problems.   

 So... is this udev167-1 safe to upgrade to on Wheezy (base-files 6.1), or
 should I wait?  

You can safely upgrade both base-files and udev.  Just make sure you
delete the /run directory before any reboot.

Hm, thanks for the concise info, but I wouldn't call that safe. I think
I'll wait until this gets fixed, eventually.

-- 
Andrej Kacian


-- 
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/20110412213212.750f1aa4@penny



Re: Asus A8N-E - debian-amd64 hangs during installation

2011-04-11 Thread Andrej Kacian
On Tue, 05 Apr 2011 20:45:58 +0200
kjo...@poczta.onet.pl (Kamil Jońca) wrote:

It has two disks WDC WD1001FALS in raid5 array (md0)

Hello,

just out of curiosity, why did you choose raid5 for a two-disk setup?

-- 
Andrej Kacian


--
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/20110411192909.082332cb@penny



Re: Downgrading Udev

2011-04-10 Thread Andrej Kacian
On Fri, 8 Apr 2011 11:44:17 +0100
Anthony Campbell a...@acampbell.org.uk wrote:

On 08 Apr 2011, Anthony Campbell wrote:
 
 After an upgrade today to base-files 6.3 I rashly assume things would be
 fixed, but not so. My /run is no longer there but now the 2.6.38 kernels
 won't boot - they stop at the nouveau driver. Luckily I still had a
 2.6.37 kernel which isn't affected.
 
 Anthony
   

Apologies for following up to myself, but I thought I should say that
when I added /run myself the 2.6.38 kernel booted without problems. 

So... is this udev167-1 safe to upgrade to on Wheezy (base-files 6.1), or
should I wait?

-- 
Andrej Kacian


-- 
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/20110411014656.2663b696@penny



Re: need help with sed problem

2011-03-18 Thread Andrej Kacian
On Fri, 18 Mar 2011 17:46:04 +
Joao Ferreira gmail joao.miguel.c.ferre...@gmail.com wrote:

jmf@squeeje:~$ sed s/.*/:$PWD/ text.txt
sed: -e expression #1, char 16: unknown option to `s'

Hello,

this is because $PWD gets expanded by shell before sed gets called, so what
actually gets executed is:

sed s/bbb.*/:/home/myself/ text.txt

...which is obviously syntactically incorrect.

To get result you want, try using different separator character than /, for
example the comma, or underscore:

$ sed s,bbb.*,:$PWD, text.txt
$ sed s_bbb.*_:$PWD_ text.txt

-- 
Andrej Kacian


-- 
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/20110318185908.2f959df8@penny



Re: Can't mount pendrive on testing

2011-03-10 Thread Andrej Kacian
On Thu, 10 Mar 2011 13:45:05 +
Brian a...@cityscape.co.uk wrote:

On Thu 10 Mar 2011 at 08:09:33 -0300, Marcelo Laia wrote:

 But, only root gain access to write in the mass storage. Plus,
 automount continue not working. When I plug the pendrive, a popup
 show:
 
 Wasn't possible to mount JANA
 Not Authorized

From an earlier post of yours these are the users who can mount the
drive:

 plugdev:x:46:inael,marcella,janaina

Is JANA a user too?



I'd guess it's a volume label of the vfat partition.

-- 
Andrej Kacian


-- 
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/20110310150624.0117351d@penny



Re: how to only allow tcp on dport 443 on the OUTPUT chain?

2011-03-09 Thread Andrej Kacian
On Wed, 9 Mar 2011 09:24:41 + (UTC)
Virgo Pärna virgo.pa...@mail.ee wrote:

 I may be mistaken, but such hard rules could cause serious
 problems. I think that even dns name resolution would not work
 anymore (you cannot send out dns queries). Essentialy you could only
 browse websites on port 80 using IP numbers instead of server name.

I suspect (and hope :) ) that the rules listed by the OP were only part
of a bigger rule set, and the drop policy rule was only included to give
more context. If this is not the case, I agree with Virgo.

Kind regards,
-- 
Andrej


--
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/20110309103512.4528@unknown



Re: Ideas for securing OpenVPN on an OpenWrt router

2011-03-08 Thread Andrej Kacian
On Tue, 08 Mar 2011 07:34:24 -0800
erikmccaskey64 erikmccaske...@zoho.com wrote:

 OpenWrt isn't OpenBSD, so from the ps command i can see that the OpenVPN
 is runned by root. it's not so secure. How can i make it more secure?

In the openvpn configuration file:

user nobody
group nogroup

(or whatever equivalents OpenWrt has for these)

openvpn will run as root, do necessary stuff and drop privileges.

-- 
Andrej


-- 
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/20110308174017.01698b21@penny