Re: Problem with /var/mail file > 2GB with pop3

2020-11-23 Thread Didar Hossain
On Mon, Nov 23, 2020 at 07:24:37AM -0500, rhkra...@gmail.com wrote:
> On Monday, November 23, 2020 06:15:09 AM Sven Hartge wrote:
> > Joe  wrote:
> > > That's why we have IMAP, which doesn't use mbox.
> > 
> > The IMAP protocal and the backend storage have no connection.
> 
> Well, they do in a way -- if you use IMAP from your ISP for example, you 
> don't 
> need local storage on your email device (not any of mbox, maildir, or 
> whatever).
> 
> (I don't use IMAP (I use POP3), but I assume that if I were using IMAP as 
> described, I could save emails on my local device, but I'm not clear on that 
> mechanism / storage method.)

Thought I would just jump in.

Dovecot has "single instance attachment storage" (SIS) as well as its own native
mdbox binary format (multiple emails per file indexed efficiently).

The SIS is a feature that I am really excited about since we have multiple user
receiveing the same email - it really saves on storage space.

Kind regards,
Didar

-- 
"I can imagine no greater misfortune for a cultured people than to see in
 the hands of the rulers not only the civil, but also the religious power."
[Caius Valerius Catullus, Roman poet 87-54 BC]



Re: Local shared storage configuration

2020-11-10 Thread Didar Hossain
On Tue, Nov 10, 2020 at 11:59:52AM +0200, Andrei POPESCU wrote:
> On Ma, 03 nov 20, 17:34:48, Joe wrote:
> > 
> > Those of us who use NTFS do so deliberately to provide compatibility
> > with Windows. It's not that long ago that Linux NTFS support was a bit
> > flaky, so we don't do it solely by our own choice. 
> 
> One use case that is significantly easier with NTFS is setting up a 
> shared local storage for several users on the same system.
> 
> With NTFS one can just use mount options to ensure all files/directories 
> have the correct ownership and permissions[1].

I have kind of similar requirements with respect to shared folder under Samba.

> With native file systems one has to mess around with umasks for each 
> user and environment (console, X session and systemd --user, possibly 
> also Wayland).
> 
> Or configure some daemon (cron job, systemd timer, inotify, etc.) to fix 
> ownership and permissions in the background. Yuck!
> 
> I'd be interested to know if there are better ways to do this.

How about Linux ACL? Will that help? 

I plan to explore ACL for my requirements.

> [1] uid, gid, fmask and dmask mount options
> 
> Kind regards,
> Andrei
> -- 
> http://wiki.debian.org/FAQsFromDebianUser

Cheers,
Didar


-- 
Committees have become so important nowadays that subcommittees have to
be appointed to do the work.



Re: [OT] Requesting feedback for VPS/Cloud for email (MX) server?

2020-07-31 Thread Didar Hossain
On Fri, Jul 31, 2020 at 01:52:30PM +, Andy Smith wrote:
> Hello,
> 
> On Fri, Jul 31, 2020 at 12:59:06PM +0530, Didar Hossain wrote:
> > I have shortlisted Digital Ocean and Linode for my use because both of
> > datacenters in India. Is anyone using either of them for MX service?
> 
> You will be fine almost anywhere (as long as you find the service
> reliable) for inbound email, but it's sending where you will have
> issues.
> 
> Most cheap VM providers are a spam sewer and you will experience
> significant difficulties getting large email service providers like
> gmail to consistently accept your email if you send from such a
> network neighbourhood. I would include Linode, DigitalOcean, Hetzner
> and OVH in the "spam sewer" classification.

Exactly my fear and that is why I am on the hunt for a reputable IP/ASN space.

> If you're determined to do it, at least make sure you abide by the
> real world best practices for sending email:
> 
> https://bridge.grumpy-troll.org/2020/07/small-mailserver-bcp/

That is a comprehensive list and I intend to implement at least MTA-STS/TLSRPT
and consider SPF/DKIM/DMARC as standard stuff.

> I have to declare an interest because I operate a VM hosting
> company, but I speak on this as a recipient of email and as a member
> of the mailop mailing list where every month we see people
> complaining they can't get mail out of a spam sewer and into gmail.
> 
> https://www.mailop.org/

Now this is the list that I want to be on. But, I am getting SSL errors trying
to connect to https://chilli.nosignal.org/cgi-bin/mailman/listinfo/mailop

> https://bitfolk.com/ -- No-nonsense VPS hosting

Added for consideration.


Kind regards,
Didar




-- 
"Virtual" means never knowing where your next byte is coming from.



Re: [OT] Requesting feedback for VPS/Cloud for email (MX) server?

2020-07-31 Thread Didar Hossain
On Fri, Jul 31, 2020 at 10:36:46PM +0900, 황병희 wrote:
> Didar Hossain  writes:
> 
> > Hi,
> >
> > I want to host my own email on the cloud - I don't want to use G Suite or 
> > any
> > other commercial service because I would like to have control over my email.
> >
> > I read around a little and it seems that most cloud providers block SMTP 
> > ports
> > (25,587,465) from/t the internet as well sometimes from within their 
> > network.
> > This poses a real problem for my deployment plans. Also, note that my 
> > design has
> > separate MSA (submission), Mailstore (IMAP) and MTA (MX) nodes.
> >
> > I have shortlisted Digital Ocean and Linode for my use because both of
> > datacenters in India. Is anyone using either of them for MX service?
> >
> > Any and all feedback is most welcome including specialist/small VPS 
> > providers
> > who I can consider to host the MX node for my domain at least.
> 
> If you intrested in Google Compute Engine, this is useful:
> https://cloud.google.com/compute/docs/tutorials/sending-mail/using-mailgun?hl=en

I don't want to use mailgun/sendgrid/mandrill to send emails, I just want to
take control of my email.

> Also we can open (ingress) port 25 for MX at there Google Compute
> Engine. Personally i'm using Google Compute Engine -- Ubuntu
> 18.04. And running MTA is Postfix.

Good for you, but, I guess you are using mailgun for outgoing.

Kind regards,
Didar


-- 
NO OPIUM-SMOKING IN THE ELEVATORS
-- sign in the Rand Hotel, New York, 1907



Re: [OT] Requesting feedback for VPS/Cloud for email (MX) server?

2020-07-31 Thread Didar Hossain
On Fri, Jul 31, 2020 at 08:00:32AM -0400, Henning Follmann wrote:
> On Fri, Jul 31, 2020 at 12:59:06PM +0530, Didar Hossain wrote:
> > Hi,
> > 
> > I want to host my own email on the cloud - I don't want to use G Suite or 
> > any
> > other commercial service because I would like to have control over my email.
> > 
> > I read around a little and it seems that most cloud providers block SMTP 
> > ports
> > (25,587,465) from/t the internet as well sometimes from within their 
> > network.
> > This poses a real problem for my deployment plans. Also, note that my 
> > design has
> > separate MSA (submission), Mailstore (IMAP) and MTA (MX) nodes.
> > 
> > I have shortlisted Digital Ocean and Linode for my use because both of
> > datacenters in India. Is anyone using either of them for MX service?
> > 
> > Any and all feedback is most welcome including specialist/small VPS 
> > providers
> > who I can consider to host the MX node for my domain at least.
> > 
> 
> I think all ISP should be fine. I sometime feel for a mailserver it is
> more important to have a decent DNS provider than where you actually
> run your mailserver. Because as a minimum you want to set up
> SPF and DKIM.
> Most ISP require to register an outgoing mail server with them. This
> is also important that they set up a reverse ptr for your host.

Cheap US$5 cloud instances are super attractive propositions for spammers who
have absolutely abused these providers and made it difficult for legitimate
senders to host on them.

I have DNS, SPF, DKIM and DMARC under control. But, IP/ASN reputation is
something that I have to factor in because a lot of my counter party receivers
are on Office365 and G Suite who would block ill reputed networks.

> One note on Digital Ocean. In my experience there is a lot of spam
> originating from Digital Ocean. This potentially could cause you
> some trouble. But this might be just my personal "feeling". I never
> ran the numbers on ISP spam submission rates.

True, I remember seeing some statistics about spam originating from them and
that is why they have recently started blocking ports 25 throughout.

> I currently use AWS for my mailservers. In the past I used
> A1flexus for dedicated servers. They are on Long Island
> and were very "linux friendly" at that time.

Does your AWS instance receive and send over port 25?

Kind regards,
Didar

-- 
Sun in the night, everyone is together,
Ascending into the heavens, life is forever.
-- Brand X, "Moroccan Roll/Sun in the Night"



Re: [OT] Requesting feedback for VPS/Cloud for email (MX) server?

2020-07-31 Thread Didar Hossain
On Fri, Jul 31, 2020 at 07:25:42AM -0400, Carl Fink wrote:
> On 7/31/20 3:29 AM, Didar Hossain wrote:
> > I read around a little and it seems that most cloud providers block SMTP 
> > ports
> > (25,587,465) from/t the internet as well sometimes from within their 
> > network.
> > This poses a real problem for my deployment plans. Also, note that my 
> > design has
> > separate MSA (submission), Mailstore (IMAP) and MTA (MX) nodes.
> 
> I have never heard that. Many home ISPs block those ports, but VPS
> providers generally are serving a business market. My own VPS is
> with RimuHosting (https://rimuhosting.com) and they block no ports.
> The most economical one I have heard of
> (https://nosupportlinuxhosting.com/) certainly does not, and you will
> find it hard to beat the price.

Ahh, RimuHosting is indeed on my option list. The other guys are providing
CPanel/WHM preconfigured instances; I want to fully customize my minimal Buster
instance.

> You mentioned wanting your host to be physically based in India,
> but I'm not sure that's important unless you expect very heavy
> traffic and need very short response times. My Rimuhosting VPS
> has moved from New Zealand to Long Island, New York (east cost
> of the USA) to Dallas, Texas (southwestern USA, about 2400 km
> away) and for what I do (web hosting and mail, mostly) it has
> made no detectable difference.

Hosting in India is a preference, not a hard requirement. I am happy to know
that Rimu are not blocking ports.

Kind regards,
Didar

-- 
 *snipsnip*
 oh dear, is that the sound of fortune-database editing?
 uh oh
 Yes  =>



Re: [OT] Requesting feedback for VPS/Cloud for email (MX) server?

2020-07-31 Thread Didar Hossain
On Fri, Jul 31, 2020 at 07:05:52AM -0400, Celejar wrote:
> On Fri, 31 Jul 2020 12:59:06 +0530
> Didar Hossain  wrote:
> 
> > Hi,
> > 
> > I want to host my own email on the cloud - I don't want to use G Suite or 
> > any
> > other commercial service because I would like to have control over my email.
> > 
> > I read around a little and it seems that most cloud providers block SMTP 
> > ports
> > (25,587,465) from/t the internet as well sometimes from within their 
> > network.
> > This poses a real problem for my deployment plans. Also, note that my 
> > design has
> > separate MSA (submission), Mailstore (IMAP) and MTA (MX) nodes.
> > 
> > I have shortlisted Digital Ocean and Linode for my use because both of
> > datacenters in India. Is anyone using either of them for MX service?
> > 
> > Any and all feedback is most welcome including specialist/small VPS 
> > providers
> > who I can consider to host the MX node for my domain at least.
> 
> Have you seen Ars Technica's series on self-hosting email? It
> may be a bit dated (it's from 2014), but they're pretty good on such
> topics. They mention a couple of VPS providers (A Small Orange,
> Lithium Hosting), but I took a quick look, and they somewhat pricey:
> 
> https://arstechnica.com/information-technology/2014/02/how-to-run-your-own-e-mail-server-with-your-own-domain-part-1/

Yes, those hosting providers to seem a little pricey, but if I am able send and
receive emails without *much* problems I can consider them.

Kind regards,
Didar

-- 
One can search the brain with a microscope and not find the
mind, and can search the stars with a telescope and not find God.
-- J. Gustav White



Re: [OT] Requesting feedback for VPS/Cloud for email (MX) server?

2020-07-31 Thread Didar Hossain
On Fri, Jul 31, 2020 at 11:30:53AM +0200, to...@tuxteam.de wrote:
> On Fri, Jul 31, 2020 at 12:59:06PM +0530, Didar Hossain wrote:
> > Hi,
> > 
> > I want to host my own email on the cloud - I don't want to use G Suite or 
> > any
> > other commercial service because I would like to have control over my email.
> 
> I just have a virtual machine "out there" on a hoster. I share the physical
> machine with a couple (~4) of friends.
> 
> Bandwidth is great, uptime is great, it's just a bit pricier than "gmail".
> But not much.

Sounds like a cool setup. If you and your friends are open to host another VM
then we can talk specifics off-list.

Kind regards,
Didar

-- 
Q:  How does the Polish Constitution differ from the American?
A:  Under the Polish Constitution citizens are guaranteed freedom of
speech, but under the United States constitution they are
guaranteed freedom after speech.
-- being told in Poland, 1987



[OT] Requesting feedback for VPS/Cloud for email (MX) server?

2020-07-31 Thread Didar Hossain
Hi,

I want to host my own email on the cloud - I don't want to use G Suite or any
other commercial service because I would like to have control over my email.

I read around a little and it seems that most cloud providers block SMTP ports
(25,587,465) from/t the internet as well sometimes from within their network.
This poses a real problem for my deployment plans. Also, note that my design has
separate MSA (submission), Mailstore (IMAP) and MTA (MX) nodes.

I have shortlisted Digital Ocean and Linode for my use because both of
datacenters in India. Is anyone using either of them for MX service?

Any and all feedback is most welcome including specialist/small VPS providers
who I can consider to host the MX node for my domain at least.

Kind regards,
Didar

-- 
Fortune finishes the great quotations, #6

"But, soft!  What light through yonder window breaks?"
It's nothing, honey.  Go back to sleep.



Re: systemd-nspawn networking inside VirtualBox VM

2020-07-08 Thread Didar Hossain
On Wed, Jul 08, 2020 at 07:20:18AM +0200, Alexandre Rossi wrote:
> Hi,
> 
> > > since I am not well educated about macvlan, ipvlan, I could not get the
> > > networking working at all. I would like to avoid using
> > > "systemd-networkd/systemd-resolvd" especially on the Buster host - using 
> > > those
> > > it seems should make everything work automagically.
> > 
> > If you realy want to do the networking yourself, you will need to create
> > the bridge based on the examples found in '/lib/systemd/network'.
> 
> I've had success declaring a bridge in /etc/network/interfaces:
> 
> iface br0 inet dhcp
> bridge_ports eth0 # this is your VM Ethernet
> 
> and launching my containers with:
> 
> $ cat /etc/systemd/nspawn/container.nspawn
> [Exec]
> Boot=yes
> 
> [Network]
> Bridge=br0
> $ sudo machinectl start container

I tried this as well. Looks like some specific problem for my setup.


> 
> Alex
> 

I have decided not to pursue this anymore, I need to get things done so will put
this off till I have proper resources and time.

Thanks for all the help to everyone.

Kind regards,
Didar

-- 
Put your brain in gear before starting your mouth in motion.



Re: systemd-nspawn networking inside VirtualBox VM

2020-07-08 Thread Didar Hossain
On Tue, Jul 07, 2020 at 06:05:14PM +0200, john doe wrote:
> On 7/7/2020 3:13 PM, Didar Hossain wrote:
> > Hi,
> > 
> > TL;DR
> > How to get systemd-nspawn containers networking so that they can talk to 
> > each
> > other, the host and the internet inside a Buster VM? VirtualBox on Windows 
> > 10
> > which has internet connectivity via a wireless interface.
> > 
> > 
> > 
> > I am running a Buster VM with hand picked minimal packages, networking is
> > configured simply using interfaces(5) file with DHCP. I have configured a
> > "NatNetwork" on VirtualBox which allows the VMs to connect to each other 
> > and the
> > internet. I was wondering if I can do similar thing with containers inside 
> > the
> > buster VM.
> > 
> > I used `debbootstrap' to have a template directory of buster under
> > "/opt/templates/buster". I then simply copy the directory tree over to
> > "/var/lib/machines". I tried a few networking options of `systemd-nspawn', 
> > but
> > since I am not well educated about macvlan, ipvlan, I could not get the
> > networking working at all. I would like to avoid using
> > "systemd-networkd/systemd-resolvd" especially on the Buster host - using 
> > those
> > it seems should make everything work automagically.
> > 
> > If it works then I will be able to test my Dovecot/Exim setup easily in such
> > throwaway containers. I currently do testing using VMs.
> > 
> > Does anyone have experience in having this kind of scenario working?
> > 
> 
> For testing purposes, I use in a Buster VM systemd-container.
> That is if your VM has internet access the containers will also get
> internet access .
> 
> For sake of simplicity, I would strongly suggest you to use in the VM
> systemd-networkd to get the networking working between the containers
> and the VM.

I finally gave in and tried things with systemd-networkd - it worked. It seems
the trick is mostly the way routing is setup, "ip route" shows multiple line
output which is difficult to understant unless you know how to work iproute2
advanced routing.

> $ debootstrap --include=systemd-container
> 
> You need the above debootstrap pkg for systemd-networkd to work in the
> container.
> 
> Then in the VM and in eatch container, simply enable systemd-networkd.
> 
> 
> If you realy want to do the networking yourself, you will need to create
> the bridge based on the examples found in '/lib/systemd/network'.
> 
> --
> John Doe
> 

-- 
Don't forget to support the ERA apersonment.



systemd-nspawn networking inside VirtualBox VM

2020-07-07 Thread Didar Hossain
Hi,

TL;DR
How to get systemd-nspawn containers networking so that they can talk to each
other, the host and the internet inside a Buster VM? VirtualBox on Windows 10
which has internet connectivity via a wireless interface.



I am running a Buster VM with hand picked minimal packages, networking is
configured simply using interfaces(5) file with DHCP. I have configured a
"NatNetwork" on VirtualBox which allows the VMs to connect to each other and the
internet. I was wondering if I can do similar thing with containers inside the
buster VM.

I used `debbootstrap' to have a template directory of buster under
"/opt/templates/buster". I then simply copy the directory tree over to
"/var/lib/machines". I tried a few networking options of `systemd-nspawn', but
since I am not well educated about macvlan, ipvlan, I could not get the
networking working at all. I would like to avoid using
"systemd-networkd/systemd-resolvd" especially on the Buster host - using those
it seems should make everything work automagically.

If it works then I will be able to test my Dovecot/Exim setup easily in such
throwaway containers. I currently do testing using VMs.

Does anyone have experience in having this kind of scenario working?

Regards,
Didar

-- 
Baby On Board.



[OT] JFYI: Lets Encrypt CAA bug, how to check certificate

2020-03-04 Thread Didar Hossain
Hi,

This post is informational:

Lets Encrypt discovered a bug in their CA software (boulder) related to CAA
checking code. They have decided to revoke a subset of certificates issued on
March 4, 2020.

More information:
https://arstechnica.com/information-technology/2020/03/lets-encrypt-revoking-https-certs-due-to-certificate-authority-bug/

If you are using letsencrypt certificate(s) as I am, here is a way to check
whether you are affected -

curl -d 'fqdn=example.com' https://unboundtest.com/caaproblem/checkhost

* replace "example.com" with your own domain(s).

Found the helpful command from the comments on slashdot about this issue.

Kind regards,
Didar

-- 
The odds are a million to one against your being one in a million.



Re: Understanding the two-year release cycle as a desktop user (and a Debian newcomer)

2020-02-29 Thread Didar Hossain
On Tue, Feb 25, 2020 at 06:48:21PM +0100, Sam wrote:
> Thanks for your points of view! I agree that Stable comes at a cost, and of 
> course if I ever were to set up a server Debian would probably be my choice.
> 
> Regarding derivatives, I know about Ubuntu, Mint, etc., but I don't exactly 
> like distributions tied to or ultimately dependant on commercial entities (I 
> want a change of air after going through Ubuntu, openSUSE...)

I recently made the move to Debian after being a Ubuntu user since 4.10 (first
release).

> I have also seen independent Debian derivatives (MX Linux comes to mind), but 
> they either used backports or the Testing distribution.
> 
> I would happily consider using Debian Testing for example, but wherever I see 
> someone asking about it I always find someone discouraging from using it due 
> to the possibility of having broken or unsecure packages for a long time due 
> to it being automated. Is it actually usable for a Workstation? The same 
> would 

A lot of people seem to be using Testing as such.

> apply to Sid, I can no longer allow myself to fix big breakages after broken 
> updates (I don't know if that really happens often in Sid)

I chose Debian Stable because I need to get work done and can't afford
disruptions due to broken updates - I already have to deal with broken internet
connectivity, ISP/institutional shenanigans from time to time.

I kept my old Ubuntu LTS instance running while I setup Debian Stable with stuff
that gave me the same functionality. I have customised my Stable instance with
the software that is minimally resource intensive (no GNOME/KDE/XFCE).

To make the decision easier:
  * When work is important stick with Debian Stable *

HTH,
Didar

> Thanks,
> Sam
> 
> 

-- 
Somewhere in Tenafly, New Jersey, a chiropractor is viewing "Leave it
to Beaver"!



Re: Connection closed by [IP] port [port] [preauth]

2020-02-29 Thread Didar Hossain
On Wed, Feb 26, 2020 at 08:49:28AM +0100, Klaus Singvogel wrote:
> deloptes wrote:
> > +1 :( and I am not using standard port 22, so they scanned all 3 ports
> > and found out what is open (well filtered) and now are trying to do brute
> > force on SSH. Others are trying to exploit apache/php & Co.
> 
> I'm using portsentry against this:
> https://packages.debian.org/buster/portsentry
> 
> Let it sniff on some unused ports, like 445, 69, 8181, 5353, or 22. :-)
> 
> https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
> 
> But beware to have a whitelisted IP address active. I locked myslef out,
> after switching to a different computer, like fresh a installed Linux. :-)

"fwknop" is another tool to consider if you don't like getting scanned.

Regards,
Didar

> 
> Regards,
>   Klaus.
> -- 
> Klaus Singvogel
> GnuPG-Key-ID: 1024R/5068792D  1994-06-27
> 

-- 
Basic Definitions of Science:
If it's green or wiggles, it's biology.
If it stinks, it's chemistry.
If it doesn't work, it's physics.



Re: Best file system to use?

2020-02-13 Thread Didar Hossain
On Thu, Feb 13, 2020 at 12:18:42PM +0100, deloptes wrote:
> Dennis Wicks wrote:
> 
> > I have been using xfs but that is based on info
> > from many years ago.
> 
> If you have had no issues with xfs, why not use it in the future too?

I have been using XFS for data on dual HDD (RAID1->LVM->LUKS->XFS) on Debian
Stretch for more than a year, haven't experienced issues yet. OS is on Ext4 on
SDD. I use Urbackup (www.urbackup.org) to backup multiple Windows machines to
this box as well as Samba for simple shares.

I stayed away from Btrfs after hearing a lot of negative stories. ZFS on FreeBSD
is probably better if you need that kind of reliability. I am a one man show
currently managing the tech, so I don't really have that kind of mental
bandwidth to learn and setup FreeBSD+ZFS right now. But, you may explore that
path if you have the time.

Kind regards,
Didar

-- 
The world is moving so fast these days that the man who says it can't be
done is generally interrupted by someone doing it.
-- E. Hubbard



[RESOLVED/Thanks] Re: Debian Perl or Brew Perl for production application?

2019-07-04 Thread Didar Hossain
On Tue, Jul 02, 2019 at 01:36:52PM +0200, Alex Mestiashvili wrote:
> On 7/2/19 11:20 AM, Dave Sherohman wrote:
> > On Mon, Jul 01, 2019 at 06:30:19PM +0200, to...@tuxteam.de wrote:
> >> I tend to stick to Debian packages as my primary choice, resorting
> >> to off-distribution packages when needed (e.g. not packaged for
> >> Debian, or I /need/ a newer version). Of course it takes some foresight
> >> to guess in advance whether you expect such a situation in the
> >> future.
> >>
> >> Rationale: they mesh better with the flow of system updates/upgrades.
> >>
> >> I've found Perl packaging in Debian outstanding. The Debian Perl
> >> packaging team does a damn good job indeed.
> > 
> > Pretty much the same here.  I was initially hired as a Perl developer,
> > then gradually moved into more sysadmin duties and, in both roles, I
> > prefer to stick with the Debian-packaged perl binary.  It gets me
> > security updates as needed and the only reasons I see a particular need
> > for PerlBrew and the like are:
> > 
> > 1) You need different compile-time options than Debian chooses
> > 
> > 2) You need access to a feature that's only present in a newer-than-
> >Debian Perl version
> > 
> > 3) You want to have the "latest and greatest" for its own sake
> > 
> > Personally, I've never encountered #1 or #2 in practice and if #3
> > mattered to me, then I wouldn't be running Debian stable in the first
> > place.
> > 
> 
> +1 here, but in case one need the "latest and greatest" modules, in most
> cases it's dead simple to package a not-yet-packaged module with
> cpan2deb from dh-make-perl package.
> 
> One of the benefits of this approach, is that you don't need to bring
> compilers and sources of the dependencies to the production machine.
> Build packages on a "development" node and install binary packages on
> the production.
> 
> In case you need to replicate the setup, or you have more than one
> machine one can maintain a repository,making installation of a new
> system way easier.
> 
> And you also can contribute back to Debian in case you packaged a new
> software.
> 
> Best,
> Alex

Thank you all for your responses. 

My position was indeed to stick with debian packages for the same reasons you
all mentioned. I am simply prone to self-doubt as my background is more of a
systems admin rather than a developer.

Kind regards,
Didar

-- 
Anthony's Law of Force:
Don't force it; get a larger hammer.



Debian Perl or Brew Perl for production application?

2019-07-01 Thread Didar Hossain
Hi,

I am developing a perl application to be deployed on a production Debian Stable
VM. So far, my approach has been to use the debian perl packages (perl modules) 
and
stay within those facilities. I am the sole system operator and wannabe
developer, there are no teams of sysadmins or developers.

Do you guys who run production debian stable servers use the debian perl
packages or use something like PerlBrew? I asked this question on #perl IRC and
they answered "PerlBrew/plenv/perl-build" - I want some experienced opinions
from the debian community as well.

Regards,
Didar

-- 
All international orders must be accompanied by payment in U. S. funds.



[OT] Systemd and forking programs (was systemd can't start a dæmon and doesn't give any error either)

2018-10-09 Thread Didar Hossain
** Apologies for hijacking the thread, I really wanted to start a new one
   but I need the perspective of Greg on this **

On Mon, Oct 08, 2018 at 09:02:18AM -0400, Greg Wooledge wrote:
> On Mon, Oct 08, 2018 at 06:17:52PM +0800, Weiwu Zhang wrote:
> 
> You've used an option named "-daemon".  I am guessing that this causes
> the process to "daemonize" itself (auto-background, self-background).
> 
> This is what you want if you're on a BSD system in 1989.
> 
> This is NOT what you want if you're on a systemd system in 2018.

I am interested in understanding the above points. I am not a hater and do not
intend to start a flame war here about systemd. I am an old dog who is trying to
understand the new way of doing things.


> You did not specify what TYPE of service this is.  Since you didn't specify
> a Type= option, systemd uses the default, which is "simple", which means
> that it expects a single process to run in the foreground.
> 
> So: either omit that "-daemon" option, or whatever it takes to make the
> process run in the foreground like a good process should.
> 
> -OR-
> 
> Tell systemd that your process uses ancient, broken behavior
> (self-backgrounding) by specifying "Type=forking".

> I know which one I would pick.  Assuming that dropping -daemon does what

Please explain as to why "forking" is "broken" behaviour so that I can make
informed decisions whether I should use forking or not in my own scripts.

Again this is not a flame bait, I just want to understand Pros and Cons.

Regards,
Didar

-- 
 that's *IT*.  I'm never fucking attempting to install redhat
again.
 this is like the 10th fucking machine on which the installer has
imploded immediately after I went through the hell of their
package selection process.
 Sammy: just use debian and never look back
 timball: debian iso's are being written at this very moment.



Re: SystemD problem with launching a server

2018-08-13 Thread Didar Hossain
On Thu, Aug 09, 2018 at 08:41:39AM +0200, john doe wrote:
> On 8/9/2018 1:02 AM, Bill wrote:
> >Hi,
> >
> >So I'd like to run rinetd at boot time on Stretch along with sshd.
> >
> >I've no problem running rinetd manually using /usr/sbin/rinetd
> >or in a script using the same command. ps aux |grep rinetd shows it's
> >running and it works as expected.
> >
> >So I've written a service file for systemd,
> >/etc/systemd/system/rinetd.service and enabled it with systemctl enable
> >/etc/systemd/system/rinetd.service. At boot time the file gets run but
> >nothing shows up with ps aux, although sshd is running correctly. I think
> >the problem is with the systemd file. Here's the rinetd.service file:
> >
> ># /etc/systemd/system/rinetd.service
> ># A systemd.service file to start
> ># /usr/sbin/rinetd at boot time.
> >
> >[Unit]
> >Description=Start rinetd server
> >After=multi-user.target network.target sshd.service

Try removing multi-user.target from the "After" directive

> >
> >[Service]
> >Type=oneshot
> >ExecStart=/usr/sbin/rinetd
> >Restart=no
> >
> >[Install]
> >WantedBy=multi-user.target

I am guessing that specifying both "multi-user.target" in both the "After" and
"WantedBy" directives is probably causing this service to fail.

** DISCLAIMER: I am new to SystemD myself




> >
> >Any clues? Is this file too sparse? Or am I pining for the fjords?
> >
> 
> Do you see anything in the log (systemctl status rinetd)?
> 
> From google:
> 
> https://github.com/mixool/rinetd/wiki/System-startup-script
> https://github.com/mixool/rinetd
> 
> Isn't Debian providing a service file?
> 
> -- 
> John Doe
> 



How to automate away partition prompt in preseeded Jessie auto-intall?

2015-07-30 Thread Didar Hossain
Hi,

I'm trying preseeded installation with the Jessie netinst CD ISO. Everything
seems to work fine, except one prompt that still stalls until manual
confirmation for the drive to erase/format/use for target installation.

My preseed file and the screenshot of the dailog prompt can be found at the
following URL:

https://drive.google.com/open?id=0B9-tBo8X88GLfllQZURQQ3NyMTkzUzlHRDFYc1hVeGlVZU5iQWpodFIzVkxwTkF6YXc5TGM

Details:

* Installation is being done inside a KVM instance on my laptop.
* Network is provided by VDE (Virtual Distributed Ethernet)
* Preseed file is being served via a python SimpleHTTPServer invocation
* KVM instances can access both the host (hypervisor) and the internet

KVM invocation: (single command line)

kvm -drive file=debian-8.1.0-amd64-netinst.iso,media=cdrom -drive
if=virtio,file=test-install.qcow2,media=disk -netdev vde,id=net0 -device
virtio-net,mac=52:54:00:12:13:15,netdev=net0 -m 256 -boot once=d

Here are the lines relevant to the partitioning portion from the preseed

# Partitioning
d-i partman-auto/init_automatically_partition select biggest_free

# Still prompts for confirmation even after specifying
d-i partman-auto/disk string /dev/vda
# Also tried with /dev/sda (with KVM IDE interface emulation)

# A total shot in the dark, obviously didn't work
#d-i partman-auto/confirm boolean true

d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman-auto/choose_recipe select atomic
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
d-i partman-md/confirm boolean true
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true


This singular prompt is the only hitch in the completely automated
installation.

Directions/pointers appreciated.

Regards,
Didar


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150730133511.GA26561@mylappy



Re: [OT-where's Gnome going]Re: transition from Ubuntu - Debian to avoid Unity Desktop?

2011-01-18 Thread Didar Hossain
On Tue, Jan 18, 2011 at 5:33 PM, tv.deb...@googlemail.com
tv.deb...@googlemail.com wrote:
 On the 18/01/2011 12:09, Joao Ferreira gmail wrote:
 On Mon, 2011-01-17 at 12:09 -0600, Paul Johnson wrote:
 They say they will have other desktop options, but, in my
 experience, it will be tough to avoid the packaging and configuration
 changes that they enforce on everybody in order to make Unity work
 (maybe I'm too skeptical).

 I sincerely believe Gnome is too important for them to just leave it
 just like that

 but... I can't tell for sure...

 Gnome will always be available... (I hope and believe)

 Joao




 Ubuntu shows more and more interest in Qt, it is now official in the
 form of integrating Qt libraries in Ubuntu cd's, and as Shuttleworth
 puts it [1] they'll have to make room for this to happen, at the expanse
 of what ? Unless they ship on dvd instead of cd or create a separate
 Gnome spin (which will come anyway from the anti-unity crowd), they

My personal speculation is that the reason Canonical is backing things like
Wayland, Unity and now Qt is probably to move into the Smartphone and
Tablet arena. The Unity interface is deceptively similar to ones found on
handheld devices. Canonical is playing this close to the chest possibly for
tactical reasons.

Besides, AFAIK Unity is a shell to the GNOME environment. GNOME should
be available as an option, just not the default.

My 2 paise,
Didar


-- 
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/AANLkTi=n1o9s5zaplkvnv4lhpo+gytfgecnp5gjyn...@mail.gmail.com



Re: Selling Preinstalled Debian on Laptop Hardware

2011-01-18 Thread Didar Hossain
On Tue, Jan 18, 2011 at 10:34 AM, Narendra Sisodiya
naren...@narendrasisodiya.com wrote:
 I would like to sell or setup a shop for Preinstalled Debian on Laptop.
 I am looking for developing a kind of company who can ship/sell a
 complete free (free as in freedom) product in India
 * Freedom OS - Debian will all the packages are free
 * openly specified hardware.
 * Debian should work out of box.
 I want to go this approach because I can create better products if I
 target for single hardware architecture.

 I am good at software side, but not good at hardware side.. So How can
 i accomplish this task ?
 I mean is there any good quality china or anyother laptop available
 which i can directly purchase or is there any similar efforts ?
 Any other help or suggestions ??

Maybe, the guy that runs ...

http://www.idasystems.net/


... can help.

Regards,
Didar


-- 
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/AANLkTimFA6ZOqhWzTxxb3KCK=7rkoaexbutbfvjky...@mail.gmail.com



Re: check, that a script is in a folder

2011-01-05 Thread Didar Hossain
On Wed, Jan 05, 2011 at 02:27:39AM -0800, S Mathias wrote:
 $ echo ${PWD##*/}
 somefolder
 $ if ${PWD##*/} -eq asdf  /dev/null; then echo this is the asdf 
 folder; else exit 1; fi

if [ ${PWD##*/} == asdf ]; then echo this is the asdf folder; else exit 
1; fi


Why not simple use:

if [ -e $SCRIPT ]; then
  echo File exists;
else
  echo File does not exist;
fi



Regards,
Didar


-- 
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/20110105104413.ga2...@didar-laptop



Re: encrypt file names zip

2010-11-19 Thread Didar Hossain
On Fri, Nov 19, 2010 at 3:51 PM, Arthur Bela jozsi.avad...@gmail.comwrote:

 i can recursively zip a folder with password with:

 zip -re some-folder.zip some-folder/

 but how can i encrypt the filenames in the zip file? cause i can see
 them, i just only can't extract them!

 or there isn't any way? 7-zip under windows can do it :O

 ubuntu 10.10


Wrong mailing list to ask, but, I believe you can find 7-zip on Ubuntu as
well.

Didar


Re: Conversion to Ext4 in LVM

2010-11-11 Thread Didar Hossain
On Fri, Nov 12, 2010 at 5:10 AM, Doug dmcgarr...@optonline.net wrote:

 On 11/11/2010 12:44 PM, David Baron wrote:

 The system-config-lvm UI offers the option to change filesystem type, i.e.
 currently ext3, change to ext4.

 Can one/should one do this?




 Someone tell us dummies what the difference and advantage is of
 ext4 over ext3, please.

 --doug


http://kernelnewbies.org/Ext4

The above lists the features - can be advantages depending on your POV.

Personally, I would not recommend converting, but, rather creating a
separate partition
for ext4 to test it out.

Regards,
Didar


Re: [SOLVED] RoundCube not working properly under Lighttpd in Squeeze

2010-10-21 Thread Didar Hossain
On Wed, Oct 13, 2010 at 7:14 PM, Didar Hossain didar.hoss...@gmail.com wrote:
 Hi all,

 I am using Postfix + Dovecot(IMAP) + Lighttpd + RoundCube to get a
 webmail service working. However,
 when I login from the browser (Firefox 3.0.19), I briefly the initial
 inbox view and then within 1-2 seconds
 I am automatically returned to the login screen.

 I tried changing the rcmail_config['debug_level'] entry, but, still
 don't get anything other than a PHP warning
 about deprecated usage.

 Has anybody been able to get RoundCube + Lighty to work successfully
 under Squeeze?

Ok, it seems the only requirement was to set the PHP_INI values as in the
.htaccess file provided with the roundcube package.

I created the /var/lib/roundcube/.user.ini file with the following command -

# awk '/^php_/ {print $2, = ,$3}' /var/lib/roundcube/.htaccess 
/var/lib/roundcube/.user.ini

This makes roundcube work. However, the .user.ini can only work for
PHP 5.3 and above
which is the case in Squeeze.

Regards,
Didar


-- 
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/aanlktimmigvhbtw=tlppe4cra-eqcwvbvpgupzuag...@mail.gmail.com



Re: Bridge between two wi-fi cards

2010-10-14 Thread Didar Hossain
On Thu, Oct 14, 2010 at 6:04 PM, Victor Dorneanu vic...@dornea.nu wrote:
 Hi there!

 I'd like to create a bridge between 2 WLAN cards. The first one is connected
 to the Internet via wpa_supplicant, the second one should act as an AP. Both
 cards work in promiscuous mode.

Never tried it myself, but, maybe you could look at hostapd package.

Didar


-- 
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/aanlktik2=9yzdsmtxga0mgmynt9u8k5seegzjzf7y...@mail.gmail.com



RoundCube not working properly under Lighttpd in Squeeze

2010-10-13 Thread Didar Hossain
Hi all,

I am using Postfix + Dovecot(IMAP) + Lighttpd + RoundCube to get a
webmail service working. However,
when I login from the browser (Firefox 3.0.19), I briefly the initial
inbox view and then within 1-2 seconds
I am automatically returned to the login screen.

I tried changing the rcmail_config['debug_level'] entry, but, still
don't get anything other than a PHP warning
about deprecated usage.

Has anybody been able to get RoundCube + Lighty to work successfully
under Squeeze?

Regards,
Didar


-- 
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/aanlktinctgtk5_=h_yjehvbavv1ttn4hhw6duhrr1...@mail.gmail.com



Re:[Closure] [Lenny] KVM hosted lenny starts all processes with high priority

2010-10-05 Thread Didar Hossain
On Sat, Oct 2, 2010 at 12:37 PM, Didar Hossain didar.hoss...@gmail.com wrote:
 Hi all,

 I am currently attending a training session and have installed Lenny
 as a KVM guest.
 I just noticed that all the process are being assigned high priority
 (-2) - even the ones
 I invoke from the shell.

 Is there a kernel tunable (/proc/sys setting) that specifies the
 default process priority?

 Please, I know about nice/renice - I am after changing the default
 process priority setting.

 Regards,
 Didar


This is for anyone who hits this in the archives.

I did some more testing and this is what I found -

It seems to be not related to the guest instance at all. The situation
occurs only when I pass -nographic
option to vdekvm. I use `ssh' to remote login into the guest.

The host OS is not Debian (Ubuntu 8.10) and the KVM version is quiet
old - so, this might have probably been
resolved by now.

Of course, the workaround is to simply use snice/renice to change the
priority of all the user processes upto
the sshd instance; meaning to first renice the shell (bash) and
then renice the sshd (as root).

Regards,
Didar


-- 
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/aanlktik1b+b4hrtj_u6xzkfrgmbed5wbfykyztgud...@mail.gmail.com



[Lenny] KVM hosted lenny starts all processes with high priority

2010-10-02 Thread Didar Hossain
Hi all,

I am currently attending a training session and have installed Lenny
as a KVM guest.
I just noticed that all the process are being assigned high priority
(-2) - even the ones
I invoke from the shell.

Is there a kernel tunable (/proc/sys setting) that specifies the
default process priority?

Please, I know about nice/renice - I am after changing the default
process priority setting.

Regards,
Didar


-- 
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/aanlktinkl-rlgqaoja3z1bn0s97p+un3lzkftb+xo...@mail.gmail.com



Re: Deterring mail relay attempts

2010-06-29 Thread Didar Hossain
On Tue, Jun 29, 2010 at 4:16 PM, Chris Davies chris-use...@roaima.co.uk wrote:
 Alan Chandler a...@chandlerfamily.org.uk wrote:
 I have just moved my mail server (exim4 split config based) from one
 machine to another, and in doing so started examining the logs.  I am
 being hit with multiple attempts to relay - several a second.  They come
 in bursts from one host, then come from somewhere else.

 I would like to put some for of inconvenient barrier up so perhaps they
 stop bothering me.

 What is a good way of deterring them?

 Fail2ban is remarkably good at helping deter probes such as relay
 attempts. Get it working out of the box and then tweak it to match
 against other exim messages.

You could also look at the iptables limit and recent modules. I
use those to drop the automated
brute force SSH attempts. What you are seeing is also the same attack
using SMTP AUTH.

Regards,
Didar


--
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/aanlktinq-7slnlbooafjk-wscrufx73-xvlmzpnyw...@mail.gmail.com



Re: before reaching conclusion that I faced bug no 502849 what more should I check read message

2010-05-10 Thread Didar Hossain
On Mon, May 10, 2010 at 3:26 PM, Tapas Mishra mightydre...@gmail.com wrote:
 Today morning I found my xen crashed I was using Debian lenny amd64 bit
 2.6.26-2-xen-amd64 and xen-3.2.1

 Xen had crashed
 even though I try to restart it gives error
 openworld:~# xm list
 Error: Unable to connect to xend: No such file or directory. Is xend running?
 openworld:~# /etc/init.d/xend start
 Starting XEN control daemon: xendFATAL: Could not create tdb file
 /var/lib/xenstored/tdb: Input/output error
  failed!


Seems to be that the /var/lib/xenstored/tdb file is inaccessible -
probably due to underlying filesystem damage. Xend is bailing out
because it is unable to read the TDB file.

I am not sure if you can recover/recreate this TDB file. Try a
filesystem check, however, I don't suppose the error will be
recoverable.

Regards,
Didar


--
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/aanlktin_mebccn4spfpa933of5chwx4yzjxuk754j...@mail.gmail.com



Re: changing rootdn password

2009-12-28 Thread Didar Hossain
On Tue, Dec 29, 2009 at 11:22 AM, Mihamina Rakotomandimby
miham...@gulfsat.mg wrote:
 Manao ahoana, Hello, Bonjour,

 On a Debian and a Ubuntu I install OpenLDAP with the package manager.
 It usually asks for an admin password.

 But when looking in /etc/ldap/ I found no place where it is stored
 (even in an encrypted form).

 I would like to change that admin password without calling
 'dpkg-reconfigure slapd'.

 Is there an ldap utility or built-in command for that purpose?

Please, do not cross-post the same message to multiple mailing lists -
instead use separate messages.

Look for rootpw in slapd.conf

Regards,
Didar


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: postfix+sasl+dovecot script help!

2009-11-26 Thread Didar Hossain
On Thu, Nov 26, 2009 at 3:20 PM, Tudod Ki tudodk...@yahoo.com wrote:

 postfix+sasl+dovecot script help!

 Hi everybody!

 I am trying to get the solution for days now, and I don't know what to do 
 really :S

 I just want to write a script, what does automatically install postfix, 
 dovecot, and it configures sasl authentication for the clients.

 I'm here right now [the script!!]:

 

 http://pastebin.ca/1687824

 [I have written the reference howto in the script.]

 

 I run it after a fresh Lenny netinstall, on VirtualBox.

 If someone knows, what am I missing, please help me :\

 I can see with netstat -tulpn, that the server is listeing on port 
 993,955,25.

 

 1.) But: when I want to get the e-mails through imap, with Thunderbird, on 
 another machine, it just waits, and waits, and waits...[and finally it gives 
 this: Connection to server debian.lan timed out.] :\

Use openssl s_client -connect debian.lan:995 to perform a test POP3
session and verify whether you are able to connect to the POP3
service. Following is an example session. The + preceded lines are
Dovecot responses. Replace username and password with suitable
values in your case.

+OK Dovecot ready.
USER username
+OK
PASS password
+OK
QUIT
+OK Logging out.

If you get -ERR after typing the PASS line then you will need to
look deeper in to the dovecot logs.


 logs:
 mail.info log: http://pastebin.com/f6c486374
 mail.log: http://pastebin.com/f6e60f9b
 other logs are empty

 

 2.) When I want to send a message from a testuser to a testuser, with 
 Thunderbird, on the client, it just keeps asking for the password, when I 
 want click send. :S

 logs:
 mail.info: http://pastebin.com/f1bca774f
 mail.log: http://pastebin.com/f5c0be27c
 mail.warn: http://pastebin.com/f46806d2f

Try starting `saslauthd' with the -d flag for debugging the SASL failure.

 other logs are empty

 

 Info about the os  softwares [e.g.: dpkg -l | grep postfix]: 
 http://pastebin.com/f1d0cefd2

 192.168.56.4 is the client
 192.168.56.5 is the server
 [VirtualBox, Host-Only networking, they can ping each other]

 

 Later I want to use it with Squirrel Mail [plus spam filtering + antivirus], 
 but first, I just want to get it work :(

 Thank you for any help :S [_good_ docs, howtos, solution, or anything please! 
 :S :( ]


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: php cgi

2009-10-11 Thread Didar Hossain
On Sun, Oct 11, 2009 at 11:26 AM, Umarzuki Mochlis umarz...@gmail.com wrote:


 2009/10/11 Thierry Chatelet tchate...@free.fr

 On Sunday 11 October 2009 07:36:43 Umarzuki Mochlis wrote:
  I want to know how to set up a debian server capable of running php cgi
  script and how to create and run cgi script. Where can I find articles
  on
  that?
  I had search for a few hours but still could not find a good one.
 

 Hi,
 Have a look at wikipedia. It gives lot of links, and even explanation why
 not
 to use cgi.
 Thierry

 thanks for that info but that's what I had done since yesterday.
 What I want to find is how to use view linux server's information (ie.
 network interface IP) on a web browser and if there's any other way to do it
 with php, please share it with me.

I do not know of any web application which gives you a browser interface to view
linux system information, someone else could update on that*. However, writing
such a script is possible in PHP although is not a trivial exercise if
you one is not
experienced with Linux commands and some shell scripting

*There is something called `webmin' though I would not recommend it to most
people. It is a Perl application.

Regards,
Didar


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Someone help me in the right direction for networks - Might be off topic

2009-10-11 Thread Didar Hossain
On Sun, Oct 11, 2009 at 4:08 PM, Dean Chester
dean.g.ches...@googlemail.com wrote:
 Hi,
 I've been asked to set up a network of between 6 and 10 computers, using
 linux yet i don't know what to do. I've decided to allocate 2 as servers and
 because we have to run our network with in another network so we are hoping
 to run the 1 server as a copy of the other one just it will be sitting
 outside of the firewall(not allowed to open other ports on the firewall) so
 we can access documents at home, i'm thinking of running a webdav server to
 do that part.. Now the main problem how would i go about configuring the
 workstations to allow home directries on any computer so users do not have
 to have specific computers and they can go in and use any freely avaliable
 machine. I am open to another suggestions.

NIS+NFS used to be a popular setup for roaming users. Now, NIS is
being replaced by LDAP.
However, I have no experience with LDAP much so can't tell you much.

The old NIS-howto and NFS-howto documents are what I had referred to
get the NIS+NFS thing
going. Maybe you it could still help.

HTH,
Didar


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org