debian snort and systemd bug?

2019-11-13 Thread Eero Volotinen
Hi, Any clue why systemctl start snort is not running start section of init script? (if start is already run once?) For example, if snort daemon is killed then only way to start it is run command systemctl restart snort Sounds like a bug? Eero

Re: debian buster predeeding with error: no root filesystem defined

2019-10-25 Thread Eero Volotinen
Well. Debugging that preseed installer was too hard task .. Anyway. this worked: https://launchpadlibrarian.net/242408899/Ubuntu-LVM-Preseed-PartitionSection.txt Eero On Fri, Oct 25, 2019 at 5:09 PM Jonas Smedegaard wrote: > Quoting Eero Volotinen (2019-10-24 18:08:27) > > Trying

debian buster predeeding with error: no root filesystem defined

2019-10-24 Thread Eero Volotinen
Hi, Trying to create custom lvm preseeding partitions, but it just fails with no root filesystem defined. any clues? Using this guide: https://secopsmonkey.com/custom-partioning-using-preseed.html Eero

latest snort for debian stable

2019-08-24 Thread Eero Volotinen
Hi, Is there any reliable source that offers latest 2.9.x snort for debian 10? Or instructions how to package it. compiling snort from source does not sound good solution. thanks, Eero

Re: Bastion server

2018-12-03 Thread Eero Volotinen
Hi, There is no drop in replacement for this product, but check out following products - snort/suricata - pfsense - logstash - greylog - elastic search - openvpn .. Eero On Sun, Dec 2, 2018 at 1:00 AM Ilyass Kaouam wrote: > Hi, > Please can you give me an equivalent off Wallix but open sourc

Re: Deep Packet Inspection

2018-08-20 Thread Eero Volotinen
Well. You can't really open "decipher" ssl without changing certificate, but you can exclude some sites from ssl bumping. Eero On Tue, Aug 21, 2018 at 9:31 AM Mimiko wrote: > Thank you all for suggestions. > > Yes, I didn't tell my goal. First of course is to limit access to web > sites and col

Re: Deep Packet Inspection

2018-08-19 Thread Eero Volotinen
squid with ssl_bump Eero On Mon, Aug 20, 2018 at 12:48 AM Cindy-Sue Causey wrote: > On 8/19/18, Reco wrote: > > Hi. > > > > On Sun, Aug 19, 2018 at 09:03:10PM +0300, Eero Volotinen wrote: > >> snort > > > > Intrusion detection. Unsuitable for

Re: Deep Packet Inspection

2018-08-19 Thread Eero Volotinen
snort and suricata. Eero su 19. elok. 2018 klo 20.52 Reco kirjoitti: > Hi. > > On Sun, Aug 19, 2018 at 08:31:42PM +0300, Mimiko wrote: > > Hello. > > > > Maybe this was answered. Is there a Deep Packet Inspection to use in > Debian 9 for a firewall setup? Opensource and maybe in reposit

Re: Hard Drive Encryption

2018-05-22 Thread Eero Volotinen
yes, with luks. ti 22. toukok. 2018 klo 16.34 Herb Garcia kirjoitti: > It is possible to encrypt a hard drive at anytime in Debian? > > HP Garcia > >

Re: rsync - newbie question

2018-05-12 Thread Eero Volotinen
You should not sync /proc. it's not normal directory Eero la 12. toukok. 2018 klo 18.37 Richard Owlett kirjoitti: > In another thread it was suggested that I use:> rsync -avzh --delete > -n > > I tried it and got ~200 error messages of form: > > > file has vanished: "/proc/10/exe" > > > f

Re: SSH session audit

2018-02-19 Thread Eero Volotinen
Well. It's normal way to stream logs to centralized log server via rsyslog or ossec.. Eero 19.2.2018 18.25 kirjoitti: > On 2018-02-19 16:52, john doe wrote: > >> Isn't pam enough?: >> https://linux.die.net/man/8/pam >> >> No need to install anything and it's quite versatile. >> > > Yes, this is

Re: SSH session audit

2018-02-19 Thread Eero Volotinen
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/security_guide/sec-configuring_pam_for_auditing pam audit might work, test it :) -- Eero On Mon, Feb 19, 2018 at 3:29 PM, wrote: > On 2018-02-19 14:11, Eero Volotinen wrote: > >> Commercial sol

Re: SSH session audit

2018-02-19 Thread Eero Volotinen
Commercial solution: https://www.ssh.com/products/cryptoauditor/ Eero On Mon, Feb 19, 2018 at 2:51 PM, wrote: > Hi, > > I'm co-managing a server with a friend of mine offering ourself some basic > service (like emails, file sharing, etc). At this time each of us can > freely login on the server

Re: Experiences with BTRFS -- is it mature enough for enterprise use?

2017-12-28 Thread Eero Volotinen
01:44AM +0200, Eero Volotinen wrote: > > Are you really using it in production? > > > > I'm using ZFS at home (3 pools, including my main server's > /home and two backup pools) and at work (my desktop machine's > root and /home, some of the backup servers). &g

Re: Experiences with BTRFS -- is it mature enough for enterprise use?

2017-12-27 Thread Eero Volotinen
Are you really using it in production? Eero 28.12.2017 3.12 "deloptes" kirjoitti: > Rick Thomas wrote: > > > Since it doesn't look like I'll be using BTRFS for my application, I too > > would appreciate hearing about experiences with ZFS as an alternative. > > Unfortunately, the application w

Re: Experiences with BTRFS -- is it mature enough for enterprise use?

2017-12-26 Thread Eero Volotinen
use XFS, it's mature and suitable for big storage. (or gluster or cehp?) Eero 26.12.2017 21.45 "Rick Thomas" kirjoitti: > > Is btrfs mature enough to use in enterprise applications? > > If you are using it, I’d like to hear from you about your experiences — > good or bad. > > My proposed appli

Re: Compatible laptops

2017-11-11 Thread Eero Volotinen
Well, thinkpad P70 or P71. a bit expensive. Eero 12.11.2017 2.22 "Maureen L Thomas" kirjoitti: > I do know that this list is for real problems but I am looking to get a > new laptop, 17 inch preferable or an all in one computer. The problem is I > have only used Toshiba laptops and have had no

Re: Editing /etc/apt/sources.list breaks update

2017-09-16 Thread Eero Volotinen
Hi, You need to import needed gpg key. Try something like this gpg --keyserver pgpkeys.mit.edu --recv-key 7638D0442B90D010 gpg -a --export 7638D0442B90D010 | sudo apt-key add - -- Eero 2017-09-16 11:57 GMT+03:00 Juha Manninen : > Hello Debian people! My first post here. > > I have installe

Re: Laptop recommendation

2017-09-05 Thread Eero Volotinen
Try buying levono with student discount 3.9.2017 4.46 ip. "Jonas Hedman" kirjoitti: > Hello I hope that is not OT for this list. > > Basically I'm on the hunt for a newish laptop on which I naturally want > to run Debian. I'm a student and I spend most of my daily outandabout > computer time rea

Re: Secure Boot won't let boot into Debian

2017-02-23 Thread Eero Volotinen
UBuntu supports secure boot, if you cannot disable it from bios. Eero 2017-02-22 23:40 GMT+02:00 Rodolfo Medina : > Hi all. > > I frehly installed Debian Sid in dual boot with Windows 10 on my brand new > Lenovo desktop pc but it won't boot into Debian system I suspect because > of the > new Sec

Re: "Invalid arch-independent ELF magic" in grub after SSD migration

2017-02-22 Thread Eero Volotinen
Try using clonezilla: http://clonezilla.org/ -- Eero 2017-02-22 15:26 GMT+02:00 Lucio Crusca : > Il 22/02/2017 09:18, Lucio Crusca ha scritto: > >> the following command to copy the disk contents: >> >> dd if=/dev/sda of=/dev/sdb status=progress bs=4K >> >> > P.S. I've just tried cloning again w

Re: NTP insecure defaults

2017-01-07 Thread Eero Volotinen
Hi, Default ntpd does listens allways all interfaces. You need to install openntpd or limit access to ntp port with iptables. -- Eero 2017-01-07 11:40 GMT+02:00 Michael Luecke : > On 01/07/2017 09:33 AM, Mart van de Wege wrote: > >> Turns out the Debian default is indeed to provide time service

Re: router solutions based on Debian?

2016-11-23 Thread Eero Volotinen
check out pfsense.org eero 23.11.2016 4.54 ip. "Daniel Pocock" kirjoitti: > > > My ISP is upgrading my connection to gigabit on Friday and I suspect my > current router may struggle with it. > > My existing router runs OpenWRT but I've found the firewall and IPsec > setup is a little bit constr

Re: need help on pptp config

2016-10-08 Thread Eero Volotinen
How about using graphical pptp client, like network manager? Eero 2016-10-07 4:04 GMT+03:00 Li Wei : > I want to use vpn to bypass censor. > In XP, it's OK > In Linux I have installed and run pptp-linux: > > Using interface ppp0 > Connect: ppp0 <--> /dev/pts/1 > CHAP authentication succeeded > M

Re: How to get rid of M10

2016-08-08 Thread Eero Volotinen
You possibly need to disable secure boot from bios settings. Eero 9.8.2016 1.45 ap. "Maureen L Thomas" kirjoitti: > I have an acer aspire XC-704G with windows 10 on it. I changed the BIOS > to boot from CD/DVD but all I get is a message to put a boot device in and > reboot. It will not recogn

Re: PowerPC Debian on IBM Thinkpad 860

2016-07-29 Thread Eero Volotinen
How about running powerpc under kvm ;) Eero 29.7.2016 3.54 ap. "Spencer Gordon" kirjoitti: > Hello! I have been considering buying a used IBM Thinkpad 860 laptop for a > while now, and I was wondering if anyone had tested the PowerPC version of > Debian on this machine. I would hope to install

Re: Root account blocked

2015-11-19 Thread Eero Volotinen
How about encrypting disks with luks? Eero 19.11.2015 3.32 ip. "Himanshu Shekhar" kirjoitti: > This reminds of an outcome that makes your system vulnerable to data theft. > Following the above steps, anyone having physical access to the device by > any means (which is more likely in case of mobi

Re: PCI-DSS compliant instalation guide for latest Debian

2015-09-10 Thread Eero Volotinen
Well, that is not simply true. PCI DSS requires to comply all requirements. See: https://www.pcisecuritystandards.org/documents/PCI_DSS_v3-1.pdf For example requirement 6.6 requires WAF (on public facing web applications). In simple way, you need also hardening on os or, not just security update

Re: Flash update

2015-06-25 Thread Eero Volotinen
Well, flash is also non-free and contains lots of security holes. Br, Eero 25.6.2015 10.18 ip. "Sven Arvidsson" kirjoitti: > On Thu, 2015-06-25 at 22:13 +0300, Eero Volotinen wrote: > > How about uninstalling flash and using crome browser? It contains > > internal >

Re: Flash update

2015-06-25 Thread Eero Volotinen
How about uninstalling flash and using crome browser? It contains internal flash support.. Eero 25.6.2015 10.57 ap. "Sven Arvidsson" kirjoitti: > On Wed, 2015-06-24 at 22:48 +0100, Brian wrote: > > I can offer you an on-demand service for BBC TV for 10 EURO a month, > > paid a year in advance. T

Re: Crypt data "on the fly"

2014-06-02 Thread Eero Volotinen
how about using luks? Eero Sent from my iPad > On 02 Jun 2014, at 19:32, "L.M.J" wrote: > > Hi, > > This may be a nasty/bad idea, but I still ask : > I sync my data to a cloud storage online service. I do NOT want to crypt my > 60GB data at home, but I want > them crypted on the cloud, so

Re: `ls` shows file, `bash` says "No such file" ???

2014-05-04 Thread Eero Volotinen
You need to install 32 compat libs to run 32 binaries. Eero 3.5.2014 5.26 kirjoitti "Tom Roche" : > > For background on my problem (and why I very much need to solve it), see > http://forums.linuxmint.com/viewtopic.php?f=190&t=166506&p=855700#p855700 > > But the essence of the problem appears to

Re: Network Performance Degrading over random amount of time

2014-04-20 Thread Eero Volotinen
> - TP-Link 8-Port gbit switches (2 of em between home-server and clients) > Try replacing this component with real quality switch like hp. -- Eero

Re: Including git commands in preseed

2014-01-09 Thread Eero Volotinen
2014/1/8 Todd Maurice > I'm working on i386, Debian testing net install, in VirtualBox, through > "auto url=". > > clone https://github.com/project > git clone https://github.com/project -- Eero

Re: need advice on remote installation of Debian

2013-03-25 Thread Eero Volotinen
2013/3/25 Muhammad Yousuf Khan : > Thanks Rob for the advice but we need redundancy and permanent > solution. we can not always ship pre-installed harddrive to US it will > take days and we can not bear downtime. anyways for us we are right > now planning to buy asus boards with Asus-iKVM module fo

Re: Driver Network Dell PowerEdge R720

2013-03-01 Thread Eero Volotinen
http://ftzdomino.blogspot.fi/2009/06/debianbroadcom-driver-fix.html?m=1 On Mar 1, 2013 4:32 PM, "rodrigo tavares" wrote: > Hello, > > I made a download debian-6.0.7-amd64-netinst.iso. > I have Dell Power EDGE, when I go to install debian, it not detect a > driver network. > I put broadcom but fai

Re: How do you read logs?

2012-12-26 Thread Eero Volotinen
2012/12/26 Hugo Vanwoerkom : > jug...@lavabit.com wrote: >> >> Hello. >> >> There are a lot of `possible break-in attempts' messages in my >> logs. So it's hard to read them `by hand' (with last or more). How do >> you read yours? Do you use any log analyzers? Which ones? >> >> >> >> > > http://pac

Re: Freeze accounts

2012-12-23 Thread Eero Volotinen
2012/12/23 Lars Noodén : > On 12/23/2012 06:01 PM, Beco wrote: >> On Sun, Dec 23, 2012 at 11:29 AM, Lars Noodén wrote: >>> >>> Although it says that the allow/deny directives are processed in the >>> following order DenyUsers, AllowUsers, DenyGroups, and AllowGroups, it >>> does not say if the fir

Re: Need help recovering hard drive

2012-12-10 Thread Eero Volotinen
2012/12/10 Markos : > Dear Dennis, > > I found at http://andrew.daviel.org/XP-disk-recovery.html, an > interesting strategy to use Linux to recover data from a hard drive with > NTFS system. > > Perhaps the same strategy could be used for a HD with Linux (using "dd") > > ... > dd if=/dev/sda1 of=sd

Re: New mackbook pro 9,1

2012-06-26 Thread Eero Volotinen
>everything works.  Just install the maximum RAM your machine will take. Retina model is just nice piece of work, memory sticks are soldered into motherboard, so remember to take 16GB model.. -- Eero -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe

Re: HD Data Recovery

2011-10-06 Thread Eero Volotinen
2011/10/3 Robert Blair Mason Jr. > > Hey list, > > A few days ago one of my parents' computers stopped booting, and they > don't have any external backups, so I have to try and backup the data. > BIOS POST revealed that the cause was a hard disk error. I swapped the > drive in as a slave on anothe

Re: How to hide Apache server info and headers?

2011-10-01 Thread Eero Volotinen
2011/10/1 Harshad Joshi > How to change Apache server header showing OS name and other details in > Debian? > > -- > Harshad Joshi > > > http://wiki.engardelinux.org/index.php/Mod_security#SecServerSignature

Re: Wiping hard drives

2011-09-13 Thread Eero Volotinen
2011/9/13 Aaron Toponce : > On 09/13/2011 08:04 AM, yudi v wrote: >>  I will be wiping partitions on my hard drive before sending it back to >> the manufacturer for replacement. >> >> I usually prefer dd if=/dev/urandom of=/dev/sdX#  for the unencrypted >> partitions and just over write the first f

Re: how to examine ssh problem

2011-08-02 Thread Eero Volotinen
2011/8/2 lina : > Hi, > > when I tried to ssh some_server, it showed me, > > Permission denied (publickey,gssapi-with-mic,password). > > 1] I tried ssh from desktop, laptop and other server, the same problem. > 2] I generate a new key  by ssh-keygen in some_server, it still has > this problem. > >

Re: Problem with Driver!

2011-05-16 Thread Eero Volotinen
2011/5/16 Bonno Bloksma : > Hi Matt / Yashar, > >>> I have got a problem with Network controller on HP ProLiant DL380 G7 >>> E5620 >>> and HP ProLiant DL380 G6 E5504. > >> The matrix on the wiki page[1] says you need the bnx2 firmware.  I >> just installed Squeeze on a DL360 and needed the >> firmw

Re: Quality Assurance of mailserver?

2011-05-14 Thread Eero Volotinen
2011/5/14 Andrew McGlashan : > Hi, > > Hans-J. Ullrich wrote: >> >> You can also use uptimed, to create mails at long uptimes. I got 500 days >> uptime confirmed, which is really good, I think. > > Chances are that bragging about up times that long is a failing, not a > feature.  Kernels and other

Re: Ideas for securing OpenVPN on an OpenWrt router

2011-03-08 Thread Eero Volotinen
2011/3/8 Andrej Kacian : > On Tue, 08 Mar 2011 07:34:24 -0800 > erikmccaskey64 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 > gr

Re: NTP-Server no longer available in Squeeze?

2011-03-01 Thread Eero Volotinen
2011/3/2 Steve Smith : > Was going to setup a central time server, but found that NTP-Server is no > longer available in Squeeze. Are there any alternatives? > > Thanks, > Steve http://packages.debian.org/squeeze/ntp -- Eero -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org w

Re: Best and most popular distros for the enterprise desktop

2011-03-01 Thread Eero Volotinen
2011/3/1 John A. Sullivan III : > On Tue, 2011-03-01 at 11:34 +0200, Eero Volotinen wrote: >> 2011/3/1 John A. Sullivan III : >> > On Tue, 2011-03-01 at 11:23 +0200, Eero Volotinen wrote: >> > >> >> UBuntu lts is now very attractive to desktops, becau

Re: Best and most popular distros for the enterprise desktop

2011-03-01 Thread Eero Volotinen
2011/3/1 John A. Sullivan III : > On Tue, 2011-03-01 at 11:23 +0200, Eero Volotinen wrote: > >> UBuntu lts is now very attractive to desktops, because of long support >> and it is also possible to buy support from canonical. > > That's what we first thought but it ma

Re: Best and most popular distros for the enterprise desktop

2011-03-01 Thread Eero Volotinen
2011/3/1 : >> >> >> >> Original Message >>From: b...@iguanasuicide.net >>To: debian-user@lists.debian.org >>Subject: Re: Best and most popular distros for the enterprise desktop >>Date: Mon, 28 Feb 2011 14:48:36 -0600 >> >>>On Monday 28 February 2011 13:47:23 Jason Hsu wrote: For tho

Re: Debian vs. other firewall/server operating systems

2011-02-27 Thread Eero Volotinen
> Why do people use Ubuntu on the server given that Debian is more stable?  Why > do people use RedHat given that it has proprietary features in it?  (While > it's not Windows, it sounds like a step in the wrong direction.)  I've heard > that CentOS is RHEL is supported seven to ten years on ea

Re: firewall package for laptop wi-fi client

2011-01-23 Thread Eero Volotinen
> Open wifi hot-spots (or open networks) are dangerous because all your > "neighbors" can represent a potential security risk (they have "physical" > access to your machine), meaning that you should enforce your computer > firewall rules to treat all of the LAN computers as "untrusted" hosts > whic

Re: Problems installing on Dell R310

2011-01-04 Thread Eero Volotinen
2011/1/5 mat brown : >> >> try to install withhttp://kmuto.jp/debian/d-i/(unofficial debian installer) >> > > I did consider that, but seeing as I've installed both Lenny and > Squeeze (not to mention Ubuntu LTS) OK, I'm not sure that it will > help:  it's not actually installing that's the problem

Re: Problems installing on Dell R310

2011-01-04 Thread Eero Volotinen
2011/1/4 mat brown : > OK, this is a fun one.  I recently took delivery of a new server, a > Dell Poweredge R310 try to install with http://kmuto.jp/debian/d-i/ (unofficial debian installer) -- Eero -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe"

Re: Recommendations for massive dhcp settings

2010-12-30 Thread Eero Volotinen
2010/12/30 Bob : > A flat file for 16 million users would be a little unwieldy whereas an RDBMS > wouldn't have a problem. Do you really want to use only one dhcpd for 16 millions users ? You might run into big big problems, when it crashes :) -- Eero -- To UNSUBSCRIBE, email to debian-user-

Re: Web calendar sharing in Evolution

2010-12-30 Thread Eero Volotinen
2010/12/30 Erwan David : > On Thu, Dec 30, 2010 at 02:33:30PM CET, Paul Cartwright > said: >> On 12/30/2010 08:21 AM, Jerome BENOIT wrote: >> > http://packages.debian.org/squeeze/calendarserver >> > >> >> >> >> could you explain what server/app/package that is? >> >> I tried apt-cache search ical

Re: wodim and perhaps nautilus surprise

2010-12-30 Thread Eero Volotinen
2010/12/30 Jude DaShiell : > I've been trying to help a friend burn his first cd on his system.  He has > gnome-desktop-environment and wodim with all dependencies installed. What he > recently told me is that nautilus has no problem burning cd's but wodim > finds that cd burner unknown and unsuppo

Re: Setting Access Control for Printers and browser

2010-12-30 Thread Eero Volotinen
2010/12/30 Eric KOM : > Hi All > Merry New Year! > Please I'm trying to find the software that I can able to set up a Access > Control for the printer and browser. printer: cups, iptables browser: iptables, squid-proxy, selinux, apparmor? -- Eero -- To UNSUBSCRIBE, email to debian-user-requ..

Re: [OT] Re: E-business and Linux

2010-12-28 Thread Eero Volotinen
>> No problems *) with banking on Finland, using only Linux or Mac > > That's great.  Will the bank ask you to install any software developed for > Linux? No, only sampo bank requires some custom java applet. -- Eero -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subjec

Re: [OT] Re: E-business and Linux

2010-12-28 Thread Eero Volotinen
2010/12/29 francis southern : > On 28 December 2010 20:23, John Hasler wrote: >> Yuwen Dai writes: >>> The situation is the same in all countries... >> >> I get along fine using only Debian here in the USA. >> -- >> John Hasler >> > > Actually, Camaleón said that, not Yuwen Dai.  You should be car

Re: how to tell what packages are unused on a debian server?

2010-10-29 Thread Eero Volotinen
2010/10/29 Robert P. J. Day : > >  just a cleanup-related question but on a debian lenny server that > i've inherited, i'm curious to know which packages have no value > whatever and that i can delete.  i recall there's a utility that will > identify unused libraries but i'm curious about what else

Re: cifs share is not mounted during boot

2010-10-06 Thread Eero Volotinen
2010/10/6 Γιώργος Πάλλας : > On 10/06/2010 06:50 PM, Pol Hallen wrote: >>> //myserver/myData/data1             /media/cifs-shares/dat1 >>> cifs >>> defaults,user,auto,noserverino,uid=1000,gid=1000,credentials=/home/gpall/Do >>> cuments/samba_credentials.txt 0       3 >>> >> mount by shell with thes

Re: cifs share is not mounted during boot

2010-10-05 Thread Eero Volotinen
2010/10/6 Γιώργος Πάλλας : > On 10/05/2010 05:11 PM, Klistvud wrote: >> Dne, 05. 10. 2010 13:51:39 je Eero Volotinen napisal(a): >>> >>> try mount using ip address ? Are you sure that network is available >>> that time? >>> >>> or add

Re: cifs share is not mounted during boot

2010-10-05 Thread Eero Volotinen
2010/10/5 Γιώργος Πάλλας : > Hello to all! > > I have this cif share in my /etc/fstab which is not mounted during boot > and I can't figure out why: > > //myserver/myData/data1             /media/cifs-shares/dat1 > cifs > defaults,user,auto,noserverino,uid=1000,gid=1000,credentials=/home/gpall/Docu

Re: Backing up email to a CD

2010-09-06 Thread Eero Volotinen
2010/9/6 Eduardo M KALINOWSKI : > On Mon, 06 Sep 2010, James Stuckey wrote: >> >> The only access I have to this email account as of now is via >> >> http://webmail.dreamhost.com/src/login.php >> >> or at least that's what dreamhost tech-support told me. I have a >> half-dozen or so accounts hosted

Re: Backing up email to a CD

2010-09-06 Thread Eero Volotinen
2010/9/6 James Stuckey : > Thanks for the reply! I understand what imapsync does, but I don't know how > to use it. Everyone has told me to use it, but no one has told me how. I > don't have another server to sync these to, so the tutorial someone linked > doesn't help me. I tried the man page but

Re: Backing up email to a CD

2010-09-04 Thread Eero Volotinen
2010/9/4 James Stuckey : > > > On Sat, Sep 4, 2010 at 6:45 PM, Paul Cartwright > wrote: >> >> On Sat September 4 2010, James Stuckey wrote: >> > Hi, I asked a question a week or so ago about backing up e-mail. What I >> > meant was that I wanted to back it up to a CD. The responses I got >> > talk

Re: thoughts on RHCE

2010-09-01 Thread Eero Volotinen
2010/9/1 Julien Vehent : > > > On Wed, 1 Sep 2010 19:36:56 +0200, "Jesús M. Navarro" > wrote: >> Hi, Julien: >> >> >> Probably you won't be able to get the RHCE certification without dedicated >> training no matter what: there's too many specific "thingies" that wouldn't >> be so much of a problem

Re: Backing up email

2010-08-29 Thread Eero Volotinen
2010/8/29 James Stuckey : > > > On Sun, Aug 29, 2010 at 6:44 PM, Eero Volotinen > wrote: >> >> 2010/8/29 James Stuckey : >> > Hi all, >> > >> > I have several email accounts that I'd like to back up. I access them >> > through

Re: Backing up email

2010-08-29 Thread Eero Volotinen
2010/8/29 James Stuckey : > Hi all, > > I have several email accounts that I'd like to back up. I access them > through imap or webmail. I thought I could just copy over a directory on my > box through scp but it turns out that the webmail is hosted on another box > that I can't ssh into. How can I

Re: Debian should start a global certification and training course

2010-08-23 Thread Eero Volotinen
2010/8/24 surreal : > Just like we have RHCE, or linux certification, its high time Debian starts > its own global certification course. > > The course should cover setting up email/http/samba etc servers, managing > them, setting up HPCC clusters, or HA clusters, DNS servers etc > > This is not on

Re: Cron job

2010-08-20 Thread Eero Volotinen
2010/8/20 Poo Py : > Hi I'm tired of fucking ordering horny goat weed every week manually so can > someone please make a fucking cron job to do this for me? Many thanks and > god bless your kind souls. > crontab -e and: @weekly /path/to/order_horny_goat_weed.sh -- Eero -- To UNSUBSCRIBE, emai

Re: DEBIAN installer with BROADCOM BCM5721

2010-08-10 Thread Eero Volotinen
2010/8/10 Alex PADOLY : > > Sir, > > For BROADCOM, you must install a driver: > http://www.broadcom.com/docs/support/ethernet_nic/Broadcom_NetLink-NetXtreme_DTM_306.pdf > Regards. I think that is included in kernel. -- Eero -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wit

Re: DEBIAN installer with BROADCOM BCM5721

2010-08-09 Thread Eero Volotinen
2010/8/10 Alex PADOLY : > > Hi, > > I would like to know if the DEBIAN installer detect BROADCOM BCM 5721 network > card. > I hope your answer. If default installer cannot detect it, then you can try installer from: http://kmuto.jp/debian/d-i/ br, -- Eero -- To UNSUBSCRIBE, email to debian-us

Re: backup system for servers

2010-08-07 Thread Eero Volotinen
2010/8/7 xserver80 : > Hi All > I need to schedule the data backup for 3 servers (2 Debian and 1 > Windows) into a dedicated server. > The problem is that I can't install any software in none of the data > source servers (2 Debian and 1 Windows). > The object of my backup are the data exported with

Re: Anti virus and Firewall

2010-08-05 Thread Eero Volotinen
2010/8/4 Tingez Unknown : > Hi all Debian people, > > Firstly i am very new to Debian so please excuse me for my lack of > understanding. I have recently got a Dedicated server box for my gaming Clan > and have had Debian 5 64bit installed on it. Now as we will eventually be > using the server for

Re: Embedded System Recommendations

2010-07-29 Thread Eero Volotinen
2010/7/29 Hal Vaughan : > > On Jul 28, 2010, at 4:58 PM, Volkan YAZICI wrote: > >> On Wed, 28 Jul 2010, Hal Vaughan writes: >>> I'm working with something that will go in people's offices. I was >>> seriously considering using some Soekris boxes (http://soekris.com). >>> The problem is the upper l

Re: Installing Java on Lenny

2010-07-07 Thread Eero Volotinen
2010/7/7 Gorka : > > > Hi linux friends. I've got Debian Lenny 5.0.5. > > I'm trying to install mirth, whose requires Java 1.5 or 1.6. > > The fact is that Lenny had Java somehow on it before installing it manually, > because it says: > # java -version > java version "1.5.0" > gij (GNU libgcj) vers

Re: 32bits and 3G memory limit

2010-06-21 Thread Eero Volotinen
2010/6/21 deloptes : > Eero Volotinen wrote: > >>> $ grep -i pae /boot/config* || echo no found >>> no found >> >> I think it is included in bigmem kernel ? >> >> try apt-cache search linux-image | grep bigmem ? > > thanks for pointing out this

Re: 32bits and 3G memory limit

2010-06-21 Thread Eero Volotinen
2010/6/21 T o n g : > Thanks everyone who replied, > > On Sun, 20 Jun 2010 17:26:08 +, Camaleón wrote: > >>> I mean, does 32bits Linux (the i386 architecture) has such 3G limit as >>> well? >> >> No, 32 bits architecture can make use of PAE and add/use/address as much >> as 64 GiB of RAM. >> >>

Re: Torrents killing my conection

2010-06-21 Thread Eero Volotinen
2010/6/21 ABS Doug : > On Mon, Jun 21, 2010 at 5:28 AM, Ron Johnson wrote: > >> Lets not forget that my *wired* system crapped out at 86% while downloading >> the torrent he supplied.  Bouncing my WRT56GL solved the problem. >> >> However, two other torrents I've downloaded (both "legally" on torr

Re: 32bits and 3G memory limit

2010-06-20 Thread Eero Volotinen
2010/6/20 Klistvud : > Dne, 20. 06. 2010 19:28:57 je Eero Volotinen napisal(a): > >> >> With pae enabled kernel on 32bit systems, you can split memory on 4GB >> slices. >> It comes with some overhead, but still works fine. also 4GB process >> limit ap

Re: 32bits and 3G memory limit

2010-06-20 Thread Eero Volotinen
2010/6/20 Klistvud : > Dne, 20. 06. 2010 18:32:02 je T o n g napisal(a): > >> Is the 3G memory access limit is the natural one > > IIRC the answer is yes, it's a "natural" one, imposed by the address lines > being limited to 32 bits: 2^32 gives you 4G, the remaining 1G was last seen > being swallow

Re: Pre-Install Question

2010-06-19 Thread Eero Volotinen
2010/6/19 Timothy Schader : > Please tell me what the differences are between all the DVD downloads at the > following link. What is contained on each disk/iso? > http://cdimage.debian.org/debian-cd/5.0.4/i386/iso-dvd/ Well, they contains all Debian software. Mainly you just need first one, if you

Re: Torrents killing my connection

2010-06-19 Thread Eero Volotinen
> Equipment: WRT54G, Acer Aspire One I think your torrent client is killing the router. (filling nat tables and eating cpu). You should buy more powerful router.. -- Eero -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas

Re: make not compiling -- Solved

2010-06-18 Thread Eero Volotinen
2010/6/18 prakhar gaur : > > >> Date: Fri, 18 Jun 2010 18:41:02 +0300 >> Subject: Re: make not compiling >> From: eero.voloti...@iki.fi >> To: prakhar_aaid...@hotmail.com >> CC: debian-user@lists.debian.org >> >> 2010/6/18 prakhar gaur : >> > >> > Dear All, >> > >> > This is my first week with Debi

Re: make not compiling

2010-06-18 Thread Eero Volotinen
2010/6/18 prakhar gaur : > > Dear All, > > This is my first week with Debian 504. I am using it as a host system to > build LFS(Linux From Scratch). > I ran a script which checks whether all prerequisites are there on the host > system(Debian 504). > It gave a lots of not present(eg. gcc, Binutils,

is there way to monitor dell perc 6i controller raid without dell omsa?

2010-06-17 Thread Eero Volotinen
Is there nice way to monitor dell perc 6i hardware raid without dell omsa ? .. because installing omsa on 64bit debian is a bit tricky and mainly I don't need that www gui, just hardware raid status? -- Eero -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "u

Re: Request for CD

2010-06-17 Thread Eero Volotinen
2010/6/17 Jnanadarshan Nayak : > Thank You for your support sir. I will inform you when CD/DVDs arrives. > Thank you again. OK, no problem. I hope you enjoy your new and shiny debian. -- Eero -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Re: Request for CD

2010-06-17 Thread Eero Volotinen
2010/6/16 Jnanadarshan Nayak : >  Please send me a Debian CD at the following address as I do not have the > financial capacity to buy it and as I am using a mobile internet connection > so its impossible for me download. Linuxbazaar is now processing this request, please inform me and the list wh

Re: Request for CD

2010-06-16 Thread Eero Volotinen
Hi sa...@linuxbazar.com Please send one full set of CD:s and DVDs of latest Debian stable (i386 and amd64 architecture) to following address: >> Address >> >> Jnanadarshan nayak >> C/O-Mardaraj Mishra >> Old Jagannatha Road >> Madhupatana-II >> Cuttack >> 753010 >> Orissa >> India and then send

Re: Request for CD

2010-06-16 Thread Eero Volotinen
2010/6/16 Jnanadarshan Nayak : >  Please send me a Debian CD at the following address as I do not have the > financial capacity to buy it and as I am using a mobile internet connection > so its impossible for me download. You mean CD1 or DVD1 of Debian? -- Eero -- To UNSUBSCRIBE, email to debia

Re: problems with dell poweredge server R140 (rack) [solved]

2010-06-16 Thread Eero Volotinen
2010/6/16 Justin The Cynical : > On 6/15/10 11:59 PM, Eero Volotinen wrote: >> Looks like problem is on iDrac, because it is connected as scsi device. >> >> solution was: deattach iDrac after boot and fix the root device on >> grub commandline. > > There you go, De

Re: problems with dell poweredge server R140 (rack) [solved]

2010-06-15 Thread Eero Volotinen
Looks like problem is on iDrac, because it is connected as scsi device. solution was: deattach iDrac after boot and fix the root device on grub commandline. -- Eero -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@l

Re: problems with dell poweredge server R140 (rack)

2010-06-15 Thread Eero Volotinen
> I forget, but does dmesg work when the system stops on boot? > > dmesg | grep sas > dmesg | grep mega > > I think one of those two commands /should/ return the driver stanza if > it's loading. dmesg works and it says something like this: megasas: 0x1000:0x0060:0x1028:0x1f0b bus:3:slot:0:func:0

Re: problems with dell poweredge server R140 (rack)

2010-06-15 Thread Eero Volotinen
> OK, so you are using the DRAC?  Are you using the virtual media options? >  When I used them, they threw off the install as the virtual optical and > floppy are presented to the system as USB devices, which were enumerated > before the install target. Yes, I am using DRAC with virtual media beca

Re: problems with dell poweredge server R140 (rack)

2010-06-15 Thread Eero Volotinen
> As for the SAS, what errors are you seeing?  Do you see the megaraid-sas > (I believe that is the correct one, depends on the chipset used on your > particular PERC) even load? Server is Dell R410, so I think controller is perc 6/i > > It was a while aqo, but I installed Debian on a 2950 with a

Re: problems with dell poweredge server R140 (rack)

2010-06-15 Thread Eero Volotinen
> Maybe having bnx2 driver in a usb disk, and installing it when lenny > installer ask ? Well, maybe. Any instructions how to put bnx2 driver on usb disk? > > Maybe some other non-free firmware is needed for sas raid controller ? > > I think RHEL and Ubuntu doesn't have a kernel major than 2.6.32

problems with dell poweredge server R140 (rack)

2010-06-15 Thread Eero Volotinen
I tried to install Debian Lenny on Dell Poweredge R140 with no success. First problem is with netword card bnx2? It is not working with default install, but with this workaround it works: -> http://kmuto.jp/debian/d-i/ (this image support bnx2 from scratch) another problem is that default kern

  1   2   >