[semi-OT] create playlist for android

2021-11-12 Thread Pol Hallen
Hi folks and sorry for this semi-OT Normally I use this command line to create a playlist for my android phone (more specific I use jetaudio app) ls -1 > playlist_name.mp3 and put whole contents to mobile the problem is that jetaudio not always "see" the playlist, using vlc on my pc works

Re: how to add a /home partition

2017-11-03 Thread Pol Hallen
i have installed wheezy at /dev/sda3, no swap disk space isn't enough now i want to add /dev/sda4 as /home partition but how to do it? Thanks! mkfs.ext4 -v /dev/sda4 login from shell (no xorg) with root and mount sda4 to /home2, copy /home to /home2, rm home and rename home2 to home Pol

Re: where is gmplayer in jessie

2017-11-03 Thread Pol Hallen
I can't find mplayer-gui for jessie. apt-cache showpkg mplayer-gui Package: mplayer-gui Versions: 2:1.3.0-7 (/var/lib/apt/lists/ftp.it.debian.org_debian_dists_testing_main_binary-amd64_Packages) Description Language: File:

Re: where is gmplayer in jessie

2017-11-03 Thread Pol Hallen
mplayer-gui? On 03/11/17 22:10, Long Wind wrote: i have installed mplayer2 for jessie but where is gmplayer? how to install it? Thanks! -- Pol

Re: adsl route

2017-11-03 Thread Pol Hallen
What manages the wan interface ? /etc/network/interfaces, statically with /etc/network/interfaces NetworkManager, other ? I don't have X Which server ? debian 9.x my server has 2 network interfaces What does it mean exactly ? that, suddently internet goes down... routing table is

openvpn

2017-10-23 Thread Pol Hallen
Hello all :-) maybe I've a simple question... I've an openvpn server 10.0.0.1/24 and a connected client (gateway): I use vpn to make backup. On this client I've samba and clients in same lan can connect to it. The problem: these clients can see also all netbios across vpn (10.0.0.1/24)

connectivity checks

2017-10-03 Thread Pol Hallen
Hi all :-) is there a tool (like a daemon that keep logs file) to check the connectivity of DSL? thanks for help! Pol

dirs mirror

2017-09-25 Thread Pol Hallen
Hi folks :-) I'd like create a mirror between 2 dirs: one local dir /home/user/testA and /home/user/testB this "testB" is a samba mounted share dir (//ip/remote_share /home/user/testB) any idea? thanks for help! Pol

[Semi-OT] samba

2017-09-24 Thread Pol Hallen
Hi all :-) I looking for a windows program to automatize transfer of file from windows to samba file server any idea? thanks! Pol

Re: I may not mount usb-stick,

2017-09-19 Thread Pol Hallen
root@debian:~# mount -v  /dev/sdb /mnt sdb? try with: mount /dev/sdb1 /mnt/ (or /dev/sdb2, etc.) Pol

Re: languages

2017-09-18 Thread Pol Hallen
What terminal do you use. bash Also, what locales do you use? env env LANG=en_US.ISO-8859-15 GDM_LANG=en_US.utf8 HISTCONTROL=ignoredups DISPLAY=:0 GTK_OVERLAY_SCROLLING=0 COLORTERM=truecolor XDG_VTNR=7 SSH_AUTH_SOCK=/run/user/1000/keyring/ssh XDG_SESSION_ID=66

languages

2017-09-18 Thread Pol Hallen
Hello all :-) studying russian language I've some files with cyrillic file name: using caja (mate file manager) I see correct file name, but using the shell I see: ?? - ?? .txt How can I see the correct file names? thanks for help :) Pol

Re: keyboard layout

2017-09-13 Thread Pol Hallen
can you describe a scenario around what you want? hello and thanks! I study russian and with florence (virtual-keyboard) I'd like use it with cyrillic chars but with english desktop environment :) Pol

keyboard layout

2017-09-13 Thread Pol Hallen
Hello :-) I see that the command setxkbmap en change all keyboard system layout is there a way to change only an user layout? thanks for help! Pol

Re: rsnapshot

2017-09-09 Thread Pol Hallen
hello and thanks for your reply :) well, does "delta" keeps my backup for 10 years? thanks # Daily at 01:00 am 00 01 * * * root/usr/bin/rsnapshot alpha # Weekly on every Monday at 03:30 am 30 3 * * 1 root/usr/bin/rsnapshot beta # Monthly on

rsnapshot

2017-09-07 Thread Pol Hallen
Hi folks :-) I just upgraded 2 pc to debian stable (finally! :-) I see new version of rsnapshot 1.4.2.1, I'd like make a daily backup and keep it for 10 years, so I done this: cat /etc/rsnapshot.conf [...] retain alpha 1 retain beta7 retain gamma 12 retain delta 10 cat

cgi and bash

2017-09-07 Thread Pol Hallen
Hello all I try to formatting out put cat command cat /usr/lib/cgi-bin/test00.cgi #!/bin/bash echo "Content-type: text/html" cat /tmp/file results is: one two three four How format output like a bash script (with newline)? one two three four thanks for help! :) Pol

Re: cups jobs queue

2017-07-27 Thread Pol Hallen
?waitjob=false thanks :) -- Pol

cups jobs queue

2017-07-27 Thread Pol Hallen
Hi folks :) It happens that if the printer is off and from client (the printer is physically connect to cups server) I send some jobs, only first jobs sent to cups server, from second job all remains in the client. I'd like send all job to cups server, next when I can power-on the printer

Re: cups

2017-07-24 Thread Pol Hallen
lpadmin -p E460DN -v ipp://192.168.1.100/printers/E460DN -E -m raw many thanks for your help Brian! Cheers! Pol

Re: cups

2017-07-24 Thread Pol Hallen
1. Set up this queue: lpadmin -p testq -v ipp://192.168.1.100/printers/E460DN -E -m raw 2. Print: lp -d testq 158.pdf works!!! :))) thanks Can I create a permanently queue so to avoid filtering from this client? Pol

Re: cups

2017-07-24 Thread Pol Hallen
A discovered that: debian testing before sending to cups server my pdf file uses ghostscript with ps2write and send ps file to. So the original pdf (about 200/300K) becomes a ps file with 9Mb of size :-/ this is the header of file: %!PS-Adobe-3.0 %%HiResBoundingBox: 0 0 596.00 842.00

Re: cups

2017-07-23 Thread Pol Hallen
Hi Brian >For the testing client, post the output of >lpoptions -p e460dn lpoptions -p E460DN.fuckaround.org copies=1 device-uri=ipp://10.10.10.1/printers/E460DN finishings=3 job-cancel-after=10800 job-hold-until=no-hold job-priority=50 job-sheets=none,none marker-change-time=1500823547

Re: cups

2017-07-22 Thread Pol Hallen
Hello and thanks to all :) Impossible to say in your situation without knowing the printer make it's a lexmark e460dn: I tried also ppd from lexmark website and many from foomatic, etc I tried the ppd from a debian stable installation (where there printers runs) but same problem Please

cups

2017-07-20 Thread Pol Hallen
Hi all :-) can someone tell me how cups handles pdf files? I've cups on server and some clients connected to it (ipp://ip/printer) From client I print (ie: a 300Kb of pdf), in log cups server I see that file size about 4/5Mb (why?), so the printer before print it I've to wait also 15 minutes

new packages

2017-03-23 Thread Pol Hallen
Hi all :-) is there a tool to see periodically new packages added to repository?(mainly I use testing) thanks! Pol

Re: ffmpeg / avconv

2017-01-19 Thread Pol Hallen
What is your actual purpose? Hello, thanks for your reply My goal is not to waste the file size (disk space) ie: if I've a 10Mb of a file with video bitrate 1000K and 128K audio bitrate, I'd like don't exceed 10Mb using a larger bitrate :) unfortunately I've some flv file and my home

ffmpeg / avconv

2017-01-18 Thread Pol Hallen
Hello to all :-) I use ffmpeg (or avconv) and also winff to convert video (transcode) from a format to another. The question: it there an extended version to transcode keep same bitrate (audio and video) to output file? Because I've to set manually (using ffmpeg -i file) bitrate from each

Re: where's proftpd?

2016-11-15 Thread Pol Hallen
https://tracker.debian.org/pkg/proftpd-dfsg thanks! Pol

where's proftpd?

2016-11-15 Thread Pol Hallen
apt-cache search proftpd fail2ban - ban hosts that cause multiple authentication errors ftpd - File Transfer Protocol (FTP) server prelude-lml - Security Information Management System [ Log Agent ] cat /etc/apt/sources.list deb http://ftp.it.debian.org/debian/ testing main contrib non-free deb

new pc and swap

2016-10-30 Thread Pol Hallen
Good sunday to all :-) I bought a new notebook: i7 2.2Ghz, 8Gb ram and ssd 256Gb. Consider that small disk, can I install debian without swap? Does swap still useful? thanks for advices! :) Pol

Re: iptables advice

2016-10-27 Thread Pol Hallen
iptables -A FORWARD -s 192.168.2/24 -d 192.168.1/24 -m conntrack \ --ctstate NEW -m comment --comment 'lan2 cannot see lan1' -j DROP [...] cheers! :-p Pol

iptables advice

2016-10-27 Thread Pol Hallen
Hello all :-) I've 2LAN (192.168.1/24 and 192.168.2/24) with these rules: iptables -A FORWARD -s 192.168.1/24 -d 0/0 -j ACCEPT iptables -A FORWARD -m state --state ESTABLISHED,RELATED -d 192.168.1/24 -j ACCEPT and same rules for 192.168.2/24: this allow each lan see other lan. Can I deny

Re: rsnapshot advice

2016-10-19 Thread Pol Hallen
PPS: main backup of each server will be /etc/ Pol

rsnapshot advice

2016-10-19 Thread Pol Hallen
Hey all :-) I need an advice about remote rsnapshot backup: in my scenario I've 8 servers and one primary (backup server) in same LAN. What is better: make on each server rsnapshot and automatically backup data (ssh+root) to primary server? Or on primary server make a remote backup to all

systemd

2016-10-11 Thread Pol Hallen
Hi all, after upgraded oldstable to stable it happens that systemd doesn't create PID file of these packages: openvpn smartmontools and maybe others... I auditing now... any idea to have PID file of openvpn and smartmontools? thanks for help! Pol

/etc/fstab and systemd

2016-09-19 Thread Pol Hallen
hi all :-) I migrated my pc to systemd (!), in /etc/fstab I've /dev/sdb1 /test ext4x-systemd.automount 0 0 (I use UUID but to semplify I wrote /dev/sdb1) this line works but only on some pc what is the correct way to mount a disk automatically at start up of system?

iptables redirect

2016-09-07 Thread Pol Hallen
Hi all, I've a small lan: dsl<--->server1<--->lan1-192.168.10.0/24 (NIC1) lan2-192.168.20.0/24 (NIC2) I've squid proxy on lan2 (ip192.168.20.250) iptables -t nat -A OUTPUT -p tcp --dport 80 -j DNAT --to-destination 192.168.20.250:8080 it works (I see squid logs on

Re: networking

2016-08-26 Thread Pol Hallen
sorry for the incomplete question: each floor will has not more than 20/30 devices (mixed: wifi + wired). We connect some AP to switch 1-4 and thanks for all replies :-) Pol On 08/26/2016 12:43 PM, Pol Hallen wrote: Hi all, I'm helping a friend to create a small network on his office (4

Re: networking

2016-08-26 Thread Pol Hallen
Why do you want to separate it? try to discover a network problem when there're many many devices online... if you separate is become "easy" audit network Is your organisation divided into floors or into sections, divisions etc...? this scenario by floors. Is it strange? :-| If you

Re: networking

2016-08-26 Thread Pol Hallen
Hi Dan 1. Use a switch for each floor, connect them individually to a router. All cross-floor communication will need to pass through the router. This is good for control - you can do firewall functions between floors as well as to the outside. nice :-) 3. Use a switch for each floor and

networking

2016-08-26 Thread Pol Hallen
Hi all, I'm helping a friend to create a small network on his office (4 floors) I suggests him to separate each networks: floor1 - 192.168.1.0/24 floor2 - 192.168.2.0/24 floor3 - 192.168.3.0/24 floor4 - 192.168.4.0/24 DSL <--> SERVER <--> WAN - 192.168.10.0/24 NIC1 -

samba (and netbios)

2016-08-03 Thread Pol Hallen
Hi all :) I've a samba server listen on eth0 (everything ok) and eth2 server1 has eth2: 192.168.100.212 <--> 192.168.100.213 (another linux server) with another interface 192.168.30.0/24 from network 192.168.30.0/24 I can ping 192.168.100.212 and use samba share (but only using numeric IP)

connectivity check

2016-08-02 Thread Pol Hallen
Hi folks :-) I need (better a daemon) to check if my server goes offline. I guess from my other server something like ping -c1 server ; echo $? is there a package for this issue? (maybe nagios but I prefer something more than light). thanks for help! Pol

How to blocks clients between them in subnet

2016-07-18 Thread Pol Hallen
I all I've a network 192.168.2.0/24 connected by routing to 192.168.1.0/24 I'd like blocks clients on 192.168.2.0/24 between then in same network. So, client1 can go to 192.168.1.0/24 but can't see other clients in 192.168.2.0/24. And so for all clients. Any idea? thanks! Pol

Re: C source

2016-07-15 Thread Pol Hallen
sorry, my mistake about the package (I use debian testing) find /usr/include -name md5.h find /usr/include/ -name md5.h /usr/include/openssl/md5.h /usr/include/crypto++/md5.h #include now I've many errors thanks for help! alice.c:50:18: error: unknown type name ‘md5_context’ void

Re: C source

2016-07-15 Thread Pol Hallen
#include I've same problem :-/ -- Pol

C source

2016-07-15 Thread Pol Hallen
Hi, all I've this error: fatal error: md5.h: No such file or directory compilation terminated. when I compiled a source C gcc source.c [...] #include #include #include #include "md5.h" [...] I've openssl-dev installed, but I don't understand how to audit this error.. any idea? thanks

apache and clients

2016-06-19 Thread Pol Hallen
Hi folks! Inside a small lan (less 10 pc) I've a server with apache. I've to install bind/dnsmasq to automatically resolve IP of apache or can I use clients's host file? What's the easy/fast way to resolve IP of this server? thanks Pol

Re: cups (sharing network printer)

2016-05-10 Thread Pol Hallen
Please post the outputs of 'lpstat -t' on the server and a client. scheduler is running system default destination: T640 device for PDF: cups-pdf:/ device for T640: socket://192.168.1.220:9100 PDF accepting requests since Mon 09 May 2016 07:25:03 PM CEST T640 accepting requests since Tue 10 May

Re: cups (sharing network printer)

2016-05-10 Thread Pol Hallen
try lpstat -a T640 accepting requests since Mon 09 May 2016 07:29:09 PM CEST Pol

Re: cups (sharing network printer)

2016-05-09 Thread Pol Hallen
Unless I am misunderstanding the question, I need to print using 192.168.1.10 (server) not directly by network printer thanks! Pol

Re: cups (sharing network printer)

2016-05-09 Thread Pol Hallen
Set up the clients to discover the server. Print. ehm... not it so easy: from client I see network printer (shared by server) but after installed it I can't print. On client I see "printer not connected" and on the server no logs file. I also checked iptables rules but I've same problem :-/

cups (sharing network printer)

2016-05-09 Thread Pol Hallen
Hi all :) I've a cups printer server (192.168.1.10) with a network printer connected (192.168.1.200). From that server I can print. how I have to configure the clients to print by that server? thanks for help! Pol

graphical analysis wireless network

2015-12-13 Thread Pol Hallen
I folks :-) I've some AP with many clients, I'd like implement (on the server) a graphical analysis of network clients, a tool like these: awstats, mrtg, cacti, etc. what's the more appropriate tool to _only_ monitor network? I mean something to monitor the bandwidth of network (better with

printing from lan

2015-12-09 Thread Pol Hallen
Hi folks I've 2 lan and 1 vpn: lan1 192.168.1.0/24 <---> vpn 10.10.10.0/24 <---> lan2 192.168.1.0/24 on lan1 I've a network printer: 192.168.1.200 How can I print via lan2? thanks for help! Pol

Re: printing from lan

2015-12-09 Thread Pol Hallen
> - how do you "see" computers in lan2 viewed from lan1? >Have they 10.10.10.x addresses? yes :) > - how is the printer on lan2 integrated? Does it have >its own IP address or is it hanging off a computer >(e.g. via USB, parallel, what have you)? It has a fixed IP address

Re: printing from lan

2015-12-09 Thread Pol Hallen
> If the vpn is set up correctly, you should be able to print to the > printer from lan1 using the appropriate 10.10.10.x address. That's the problem: the printer has only 192.168.1.0/24 address, I can't configure it with vpn :-/ Pol

Re: how execute a script

2015-11-14 Thread Pol Hallen
Put the command at the end of /home/user/.profile It works for me. thanks for help but does not work :-/ Pol

Re: how execute a script

2015-11-13 Thread Pol Hallen
(a) the result of the command "ls -l /home/user/bin/script1.sh" -rwx-- 1 user000 user000 936 Dec 5 2014 script1.sh my mistake sorry :-/ script1.sh checks (using apt-get update && apt-get upgrade) if there're (or not) any updates availables showing me only the total number of

how execute a script

2015-11-13 Thread Pol Hallen
Hi all :-) How can I execute a script inside a script? I putted inside /home/user/.bashrc a line like this: /home/user/bin/script1.sh but the script does not run... any idea? thanks for help! :-) Pol

Re: Dnsmasq si rifiuta di partire al boot

2015-11-02 Thread Pol Hallen
mhmh... se fai: cd /etc/init.d/ insserv dnsmasq? Ciao, sono su Kali GNU/Linux 2.0, dnsmasq è configurato come servizio che starta al boot anche guardando rcconf e sysv-rc-conf, questo il warning: :~# update-rc.d dnsmasq defaults insserv: warning: current start runlevel(s) (empty) of script

Re: Dnsmasq si rifiuta di partire al boot

2015-11-02 Thread Pol Hallen
wrong list... sorry for the mistake On 11/02/2015 05:06 PM, Pol Hallen wrote: mhmh... se fai: cd /etc/init.d/ insserv dnsmasq? Ciao, sono su Kali GNU/Linux 2.0, dnsmasq è configurato come servizio che starta al boot anche guardando rcconf e sysv-rc-conf, questo il warning: :~# update-rc.d

Re: Windoze ibernato e Jessie non si avvia

2015-10-26 Thread Pol Hallen
(come ho scritto in lista) permettere l'accesso d'emergenza. Che io sappia è così da sempre, da ben prima che fosse inventato systemd. i sistemi non-systemd non hanno questo problema e si: è un meccanismo di systemd Pol

Re: pendrive permissions

2015-06-05 Thread Pol Hallen
Also, a machine I used today was mounting usb drives but the owner would be set to root, so a non-root user wasn't allowed to write. Fixed it by commenting out the usb-related lines in /etc/fstab. (I don't know why they were there, but probably something left over from when I installed testing

Re: Regarding issues

2015-06-05 Thread Pol Hallen
2. I just get confused in app names in Synaptic and want to install apps without using DVD easily. man apt man apt-get To install from network you have to modify /etc/apt/sources.list with (if you using debian stable): deb http://ftp.us.debian.org/debian stable main contrib non-free deb

Re: Regarding issues

2015-06-05 Thread Pol Hallen
deb http://ftp.us.debian.org/debian stable main contrib non-free deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free deb http://security.debian.org/ wheezy/updates main contrib non-free change wheezy to jessie sorry for the mistake Pol -- To UNSUBSCRIBE, email to

pendrive permissions

2015-06-03 Thread Pol Hallen
Hi all :-) I use debian testing with mate desktop. How can I handles pendrive permissions? When I put in a pendrive, caja (mate window manager) can't mount it with this error message unable to mount. Not authorized to perform operation. Where mate handles usb permissions? thanks! Pol --

Re: How To Activate USB Wifi Adapter

2015-06-03 Thread Pol Hallen
I want to use EDUP EP-N8513 usb wireless adapter for wireless networking. you have to check which chipset adapter uses and looking for the drivers Pol -- Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: pendrive permissions

2015-06-03 Thread Pol Hallen
I think your user needs to be in the plugdev group. thanks Sven, users already were in plugdev... looking for I found something like polkit but I didn't solve :-/ Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: cron.d scripts

2015-05-26 Thread Pol Hallen
cron reads the files in /etc/cron.d in addition to /etc/crontab and the per-user crontab files. See the cron(8) manpage. The files in /etc/cron.d are supposed to be crontab files, not scripts like those being run using run-parts. -- regards, kushal understood :-) Cheers! Pol -- To

cron.d scripts

2015-05-26 Thread Pol Hallen
Hi all :-) doing a check of my system, I see some scripts in /etc/cron.d/ if my /etc/crontab contains: SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command 17 ** * * rootcd / run-parts --report /etc/cron.hourly 25 6* *

[OT] 2 dhcp server on same lan

2015-05-21 Thread Pol Hallen
Hi all and sorry for the OT On same network 192.168.1.0/24 I can put 2 AP with each one own dhcp server? (obviously with different range but on same network). router IP 192.168.1.1 AP1 IP 192.168.1.2 (dhcp 192.168.100-149) AP2 IP 192.168.1.3 (dhcp 192.168.150-199) Thanks for help! Pol --

Re: [OT] 2 dhcp server on same lan

2015-05-21 Thread Pol Hallen
You can, but you will need to make sure that both servers are marked as not authoritative (if such a feature is available). not available... Be aware, though, that this could cause a newly-arriving client to take a bit longer to connect (Client: I'd like to use 192.168.234.123... anyone? ...

Re: irqbalance affinity problem

2015-05-05 Thread Pol Hallen
May 5 12:26:28 kbase /usr/sbin/irqbalance: irq 104 affinity_hint subset empty May 5 12:26:28 kbase /usr/sbin/irqbalance: irq 105 affinity_hint subset empty May 5 12:26:38 kbase /usr/sbin/irqbalance: irq 98 affinity_hint subset empty [...] which kernel do you use? Pol -- To UNSUBSCRIBE,

Re: irqbalance affinity problem

2015-05-05 Thread Pol Hallen
What do I look for in the Bios (which is not an easy path to walk on the server)? it's too hard remember exaclty settings of bios... I can then in /etc/default/irqbalance put OPTIONS = --intpolicy=ignore but I am not sure what the effect will be on the server performance. might be useful do

Re: irqbalance affinity problem

2015-05-05 Thread Pol Hallen
Linux kbase 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt7-1 (2015-03-01) x86_64 GNU/Linux have you tried with other kernels and/or check bios settings? Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

squid and apt

2015-04-22 Thread Pol Hallen
Hi all I've squid with transparent proxy, why linux clients has problems with apt? (apt-get update) Err http://mirrordirector.raspbian.org wheezy/non-free armhf Packages 400 Bad Request on every clients I've: iptables -t nat -A OUTPUT -p tcp --dport 80 -j DNAT --to-destination ip:port

Re: samba issue

2015-04-19 Thread Pol Hallen
Strange issue. Could you post your samba config? yep, at below There aren't any entries in non-samba logfiles when the connection is dropped? I think... I've checked ALL log files of my system. Is this also happening when there's only the client and the samba server on the LAN? Are they

Re: samba issue

2015-04-19 Thread Pol Hallen
Have you tried renaming / deleting the temporary tdbs (see manual)? They're automatically created again. yes I guess with IP addresses instead of names the connection is also dropped? yes I tried. Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of

Re: samba issue

2015-04-19 Thread Pol Hallen
Is this also a problem when copying (big) files from samba? Without media player? yes Hello Chris :-) Is there packet loss when using floodping (Linux Client, ping -f, see manpage). no loss packets with floodping I tried: - another 2 different NICs with wired cable - init 1 with only

Re: samba issue

2015-04-17 Thread Pol Hallen
my server has 3 different ethernet NICs, so I can exclude a driver problems... is it happening with all media players? perhaps it is cache/mem issue server mem issue? what about cache? yep: all media players. All os clients (linux, win and mac) Pol -- To UNSUBSCRIBE, email to

Re: samba issue

2015-04-16 Thread Pol Hallen
I had a similar problem with samba (on jessie), but under slightly different conditions. Under full load the interface went down and it took several minutes to retrieve connectivity. hello and thanks for your reply :-) I've same problem also if I set low bandwidth my server has 3 different

samba issue

2015-04-15 Thread Pol Hallen
Hi folks :-) on debian stable I've a default samba file sharing config. Everything works perfectly (almost...). From linux and windows clients (wired and wifi too) when I (i.e. listen musics) often (one time every 4/5 minutes) networks collapse (for less one second) and later goes up. So

Re: samba issue

2015-04-15 Thread Pol Hallen
/etc/samba/smb.conf: socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 I've: socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=8192 SO_SNDBUF=8192 I tried change 8192 values and also comments socket options but same problem... thanks for help -- Pol -- To UNSUBSCRIBE,

iptable's books and/or full tutorial

2015-04-07 Thread Pol Hallen
Hey all :-) someone can advice me about a best books about iptables? (books and/or comprensive tutorial/howto). I see iptables pocket references but I prefer something of more deep. Any advice? thanks! Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Re: debian 8

2015-04-03 Thread Pol Hallen
What are the expected differences between Debian 7 and Debian 8? Will Debian 8, when released, provide the GNOME Classic interface? no problems about differences (but I hate systemd). I've many (and many and many) productions server (with compilated inside source and other harden and tips).

debian 8

2015-04-03 Thread Pol Hallen
I read that at 25 april (https://lists.debian.org/debian-devel-announce/2015/03/msg00016.html) should be available latest debian version. Someone known if will be a LTS of debian 7? Thanks! Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe.

Re: debian 8

2015-04-03 Thread Pol Hallen
Check this page, they say that squeeze LTS was a real success, and they will consider doing an LTS for wheezy. But it's handle by another community and they need some help. So may be you can give a hand to see a wheezy LTS someday ;) thanks for help! Maybe a day I will able to help developers

free cloud

2015-04-02 Thread Pol Hallen
Hey all :-) I looking for a free cloud with almost rsync server-side (or other good services to automatically sync data) no http/s transfer. What's the best online (and free or chip cost) service? thanks! Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

(ssh) Connection closed by

2015-03-30 Thread Pol Hallen
hey all :-) unfortunately I don't have access to ssh server, I can only see: Platform: i586-pc-linux-gnu Compiled with: liblua-5.2.3 openssl-1.0.1k libpcre-8.35 libpcap-1.6.2 nmap-libdnet-1.12 ipv6 Compiled without: Available nsock engines: epoll poll select ssh -vvvl user ip debug2:

Re: Upgrading clients using rsync

2015-03-04 Thread Pol Hallen
Nice work Paul! Thanks :-) Pol On 03/04/2015 11:24 AM, Paul van der Vlis wrote: Hello, I have successfully upgraded clients from Debian7 to Debian8 using rysnc. First I did a fresh new install with Debian8 on a client. Then I used rsync to make a backup of that to the server. After that I

server monitor

2015-03-04 Thread Pol Hallen
Hi all :-) I'm looking for a tool that generates a report (daily, weekly, etc.) with the statistics of resources (loadavg, cpu/mem/disk resources, etc.) of server (no IDS). I discovered sars (but I yet didn't test it), munin is nice but I need something with email reports (no web

Re: xfce 4.12

2015-03-04 Thread Pol Hallen
PD: sí, ho fatto la stessa domanda sulla mailing list debian-user ma li' direi che non mi hanno risposto, in un modo educato, ma non mi hanno risposto. Chris ti ha risposto dicendo di chiedere al manutentore del pacchetto :-) reportbug xfce dovresti seguire gli sviluppi direttamente dalla ML

dhcp and foreign ip

2015-03-02 Thread Pol Hallen
Hi all :-) An easy environment: 1 server 2 lans: 192.168.1.0 - local lan1 192.168.2.0 - local wlan0 only one dhcp server manages these 2 lans Sometimes I see inside the arp table (from wlan0) a strange IP like: 10.168.245.246 or similar what does it mean? Could be a PC with static IP goes

Re: dhcp and foreign ip

2015-03-02 Thread Pol Hallen
Let's put it this way: in a network belonging to one of my clients, I often see DHCP addresses being handed out to machines that do not belong in the network, but there is never a sign of any further use of those addresses. There is certainly a strong WPA2 passphrase set there. it's clear Joe,

upgrade kernel

2015-01-15 Thread Pol Hallen
Hi folks! a security updates of kernel is available (from apt-get upgrade), so: must I reboot my pc (after upgrade) to avoid security problems? Is there another way? thanks for help! Pol -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe.

bonding

2014-07-09 Thread Pol Hallen
Hi all :-) using two switches without 802.3ad support I can configure bonding mode 4? ie: server linux with 2nics: put nic1 cable on switch1, nic2 cable on switch2 and put another cable from switch1 to pc1 and another cable from switch2 to pc1? Obviously with bonding active on both pc.

Re: apt-get update fails

2014-07-08 Thread Pol Hallen
Does elinks http://ftp.uk.debian.org/debian run on your system? or you see 403 forbidden? W: Failed to fetch http://ftp.uk.debian.org/debian/dists/wheezy-updates/non-free/binary-amd64/Packages 403 Forbidden E: Some index files failed to download. They have been ignored, or old ones used

Re: boot order

2014-06-15 Thread Pol Hallen
No, but if all of us decide not to like it, and kill-file you as I am now doing, it might become your problem if you wanted help. all of us? have your fear to manage alone the situation? so you ask help to all of us... I don't want waste my time, from now I don't reply you again P. -- To

  1   2   3   4   >