Displaying 20 results from an estimated 3000 matches similar to: "Printing to Windows’s share printer - epson lq 2090"
2008 Dec 18
3
Unable to connect to printer; will retry in 30 seconds...: Connection timed out
Hi ALL,
I recently withed from CentOS 3 X server to CentOS 4.5. It works fine
other than printers.
there are many printers connected to it. We have configured the commnad
printconf
queue type is Networked UNIX (LPD)
Some times, we will be able to print , But, some times, We will NOT be
able to print.
We can ping its ip address. Even, when we can't print, We can ping its
ip address.
2007 Feb 08
5
kernel 2.6.9-42.0.8.EL error while booting - CentOS 4.4
Hi ,
I am ruuning Senmail with MailScanner on CentOS 4.4. It has updated to
kernel 2.6.9-42.0.8.EL from its past kernel 2.6.9-42.0.3.EL.
Now the Server can not boot up and gives the below error.
mkrootdev: label / not found
Mounting root filesystem
mount: error 2 mouting ext3
switchroot: mount failed: 22
Kernel panic - not syncing: Attempted to kill init!
But I can boot up from its
2006 Nov 09
8
How to block Yahoo , MSN messanger and Kazza with IPTABLES
Hi,
I want to block Yahoo Messenger, MSN messanger and Kazza with IPTABLES as
my local network users always go there.
How Can I do it?
I am not runnig iptables as a script nor have I put anything in my rc.local.
But instaed, I input the commands and save it by using the below cmmand
/etc/init.d/iptables save
and I restart it
/etc/init.d/iptables restart
My box runs on Cent OS 4.4.
Help
2006 May 05
3
pls solve this problem
Hi all,
I installed cups and samba on redhat 9. Printer has been attached to the
linux box . We can print from the linux box. We can print from windows
clients too. But My problem is that when we print from windows, printer
starts printing. But I want to set them in the queue instead. Then I want
to go to cups web interface and release jobs. How can I do it? This is
urgent. Pls let me know as
2007 Mar 30
3
Has REDHAT EL 5 been released?
Hi all,
I would like to know has RedHat EL 5 been already released or is it still
under beta version?
When will CENT OS 5 be available to the world?
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20070330/001cc6a7/attachment.html>
2006 Dec 28
1
How to add a route to a network via 2 gateways.
Hi iproute2,
I have a network to reach which is 192.168.2.0/24. It is a branch of the
company. I have currently added a route to that network via one gateway (
192.168.0.254) in following way.
ip route add 192.168.2.0/24 via 192.168.0.254
Now, We got another gateway which is 192.168.0.250. Now I want to add a
route to the same network which is 192.168.2.0/24 via this gateway (
192.168.0.250)
2006 Nov 14
5
opens source trouble ticket
Hi all,
I am lookng for a truble ticket to install on my Cents os 4.4 server.
RPM is always prefferd. Souce is also welcome.
Have you done somethink like this before?
What are the packages that you recomend for me.
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Sep 25
7
DNAT PREROUTING issue with IPTABLES
Hi,
I have an DNAT ISSUE with PREROUTING.
This is my setup.
I have 2 firewalls running iptables.
Pls asume 1.2.3.4/29 is the internet interace of FIRST firewall.
2.3.4.5/29 is the internet interface of SECOND firewall. it has DMZ zone. in
that DMZ zone, mail server runnig @ 192.168.100.3
Now I want to DNAT port 25 of FISRT firewall ( i.e - its ip address -
1.2.3.4/29) to the internet ip
2007 Jan 16
2
Fwd: error, While mounting an Audio Cdrom.
Hi,
I tried to mount an audio cdrom to listen to its music. But It gives the
below error.
why is that ?
-- [root at worldnet ~]# mount /dev/hdc /media/cdrom/
/dev/hdc: Input/output error
mount: block device /dev/hdc is write-protected, mounting read-only
/dev/hdc: Input/output error
mount: /dev/hdc: can't read superblock
[root at worldnet ~]#
Thank you
Indunil Jayasooriya
--
Thank
2007 Dec 13
6
What is equivalent to MS OUTLOOK ?
Hi All,
I am looking for an open source email client package that is equivalent to
MS OUTLOOK.
Clients are running Windows XP and Vista and Linux. So the package should be
able to run on both Windows And Linux.
Mail server is running Ms Exchange. So this client pkg should be able to
access Global Address book of the MS Exchange Server just as MS OUTLOOK.
What about evolution ?
Pls see, below
2006 Oct 02
3
How to copy a file from linux to window pc
Hi,
I have file at /opt/mailbackup/mailbackup.tar.gz (this is a Linux Machine)
I want to put this file to a windows pc.
What is the command to do it.
can I use something like the following.
mount -t smbfs
Then How to use this ?
--
Thank you
Indunil Jayasooriya
2007 Sep 22
3
vsftp question ?
Hi,
I want to setup vsftp on centos 4.5. 2 types of ftp. they are active and
pasive. What is the default type ftp type o CentOS ?
Is is PASIVE ftp?
in /etc/vsftpd/vsftpd.conf, I found below line. What should I do for below
line?
# Make sure PORT transfer connections originate from port 20 (ftp-data).
connect_from_port_20=YES
Should I COMMENT it out? I need a very secure ftp service.
YOUR
2007 Jan 26
3
Installing DCC on CentOS 4.4
Hi,
I want to install dcc on CentOS 4.4 as I am ruunig Dual-Sendmail with
amavisd-new.
I am looking for DCC RPM pkg. I searchrd bit I could not find any RPM pkg.
Pls help me to find DCC RPM pkg.
Have you installed DCC on CentOS 4.4. then Pls guide me.
--
Thank you
Indunil Jayasooriya
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Dec 10
6
PAT HOW to - IPTABLES
Hi,
I have a box running with iptables and iproute2. it has 3 ethernet cards.
One for the internet. another for LAN and yet another for DMZ.
@ DMZ ZONE I have 3 web servers. But I have only one real ip on my firewall.
Now , I want to forward port 80 to theese 3 web servers.
How can I do it?
I searched a lot from google. But, still no luck.
--
Thank you
Indunil Jayasooriya
2006 Nov 07
1
Fwd: Warning: Kernel/Config.pm isn't writable! -- OTRS error -CENTOS 4.4
Hi,
I am trying to install OTRS on centos 4.4.
I keep getting Warning: Kernel/Config.pm isn't
writable! when i try to run the installer.
I have done chmod 777 on the
Config.pm file etc but
still it will not work. I also did "chown Config.pm
apache" and that did not work either.
Please can someone help me. This looks like a simple
issue which i cannot able to solve.
below is
2013 Jul 21
8
When no MTA is installed, How to send an email with a cronjob?
Hi,
When no MTA is installed, How to send an email with a cronjob?
I have below entrty in my cronjob?
my /etc/cron.d/backup file looks like this.
MAILTO=myemail at example.com
15 11 * * * root /root/scripts/backup.sh
Can I send this email via SMTP server?
Hope to hear from you.
--
Thank you
Indunil Jayasooriya
http://www.theravadanet.net/
2008 Jan 03
4
iptables
Hi All,
I am running iptables on centos 4.5 and 5 boxes.
Now , I have requirements to enable below features.
Gateway level antivirus, anti spyware and intrusion preventions,
content filtering, etc.
I googled a bit. But, Still no luck to find proper Docs to enable these.
Can Iptables meet these features? If possible, Pls let me know some
documentations that say How to set up these.
Hope to
2007 Oct 05
3
DNAT rule for vsftp (PASSIVE FTP)
Hi all,
I want to run vsftp behind a firewall.(i.e DMZ zone) . It is runnig as
passive ftp.
the theroy behind passive ftp is ,
- FTP server''s port 21 from anywhere (Client initiates connection)
- FTP server''s port 21 to ports > 1024 (Server responds to client''s
control port)
- FTP server''s ports > 1024 from anywhere (Client initiates data
2007 Jul 25
6
SHOULD I NEED TO RECOMPILE THE KERNEL ?
Hi,
I am still runnig Redhat 9 box with sendmail and squid. It is quite slow. It
has only 128 MB RAM. So I upgraded it to 512 MB RAM. Now, It is running with
512 MB RAM. But, It is still slow. No progress has been achived. Some users
say it is slower than before. Actually, I also have noticed it is NOW SLOWER
than before. WHY IS THAT?
SHOULD I NEED TO RECOMPILE THE KERNEL as I installed a new
2007 Aug 02
5
Allocating 64 kbits/s out of 256 kbits/s for one LAN behing firewall
Hi,
We have a 256 kbits/s (kilobits per second) link to the internet. it is a
router running Linux that belongs to our ISP. They have given us 8 internet
ips. (i.e- subnet is 255.255.255.248). one has been given to this router. I
have given another internet ip to the firewall running CentOS 4.5. iptables
is running on it. And also, I have installed iproute2 pkg as well.
pls see below for