Re: Big server IPs

2013-07-14 Thread M . Atıf CEYLAN
I don't need it. I want to create a white list for the firewall. I need  the 
outgoing IPs of  google, opendns etc.
For example google dns ip is 8.8.8.8 but outgoing ip is 8.8.8.0/24 

Yurdum Yazılım

staticsafe  wrote:

>On Sun, Jul 14, 2013 at 12:10:48AM +0300, M.Atıf CEYLAN wrote:
>> Hi all,
>> How can I learn big servers Ip addresses when outgoing for dns.(google dns 
>> or others). I could not find any list on their web sites.
>> 
>> Yurdum Yazılım
>
>You want to do DNS lookups? You need the `dig` utility from the dnsutils
>package.
>
>`dig google.com`
>-- 
>staticsafe
>O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
>Please don't top post.
>Please don't CC! I'm subscribed to whatever list I just posted on.
>
>
>-- 
>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/20130713212235.gc17...@uriel.asininetech.com
>


Big server IPs

2013-07-13 Thread M . Atıf CEYLAN
Hi all,
How can I learn big servers Ip addresses when outgoing for dns.(google dns or 
others). I could not find any list on their web sites.

Yurdum Yazılım

Re: Dovecot sieve plugin global rules

2013-07-03 Thread M . Atıf CEYLAN
How can I write sieve log messages into the log file?

Yurdum Yazılım

"M.Atıf CEYLAN"  wrote:

>Unfortunately, doesn't shown any error messages in log files :(
>
>Yurdum Yazılım
>
>staticsafe  wrote:
>
>>On Mon, Jul 01, 2013 at 05:39:42PM +0300, "M.Atıf CEYLAN" wrote:
>>> Thanks for the answer.
>>> I tried some different scenarios. But I couldn't run the script. I
>>> have commented "sieve_global_dir" parameter.
>>> 
>>> My new configuration is below :
>>> 
>>> plugin {
>>>   sieve = ~/.dovecot.sieve
>>>   sieve_dir = ~/sieve
>>>   sieve_before = /etc/dovecot/sieve/spam.sieve
>>> 
>>> /etc/dovecot/sieve/spam.sieve (I have compiled manually by sievec) :
>>> 
>>>require "fileinto";
>>>if header :contains "X-Spam-Flag" ["YES"] {
>>>  fileinto "Junk";
>>>  stop;
>>>}
>>> 
>>> -- 
>>> M.Atıf CEYLAN
>>> Yurdum Yazılım
>>
>>Sorry for the late reply, do you see any errors in your mail.log or any
>>other error log defined with dovecot?
>>-- 
>>staticsafe
>>O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
>>Please don't top post.
>>Please don't CC! I'm subscribed to whatever list I just posted on.
>>
>>
>>-- 
>>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/20130703183732.ga21...@uriel.asininetech.com
>>


Re: Dovecot sieve plugin global rules

2013-07-03 Thread M . Atıf CEYLAN
Unfortunately, doesn't shown any error messages in log files :(

Yurdum Yazılım

staticsafe  wrote:

>On Mon, Jul 01, 2013 at 05:39:42PM +0300, "M.Atıf CEYLAN" wrote:
>> Thanks for the answer.
>> I tried some different scenarios. But I couldn't run the script. I
>> have commented "sieve_global_dir" parameter.
>> 
>> My new configuration is below :
>> 
>> plugin {
>>   sieve = ~/.dovecot.sieve
>>   sieve_dir = ~/sieve
>>   sieve_before = /etc/dovecot/sieve/spam.sieve
>> 
>> /etc/dovecot/sieve/spam.sieve (I have compiled manually by sievec) :
>> 
>>require "fileinto";
>>if header :contains "X-Spam-Flag" ["YES"] {
>>  fileinto "Junk";
>>  stop;
>>}
>> 
>> -- 
>> M.Atıf CEYLAN
>> Yurdum Yazılım
>
>Sorry for the late reply, do you see any errors in your mail.log or any
>other error log defined with dovecot?
>-- 
>staticsafe
>O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
>Please don't top post.
>Please don't CC! I'm subscribed to whatever list I just posted on.
>
>
>-- 
>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/20130703183732.ga21...@uriel.asininetech.com
>


Re: How to get multiarch support

2013-05-08 Thread Atıf CEYLAN
Try below steps.
http://wiki.debian.org/skype#On_Debian_7.0

On Wed, 2013-05-08 at 14:25 +0530, J B wrote:

> Hello list,
> 
> I like to have multiarch support in my debian wheezy to install
> latest skype (4.1).
> 
> What are the steps to do so ?
> Do I need to modify sources.list ?
> 
> Please suggest.
> 
> Thanks
> 
> 


-- 
M.Atıf CEYLAN
Yurdum Yazılım


DRBD resource separate

2012-12-31 Thread Atıf CEYLAN
Hi all,
I have four disk arrays (raid 5) that each of which is 1.8TB and
consisting of 12 disk volumes. I will use DRDB with OCFS2. I want to
separate the to use as volumes but I think so it might cause high CPU
usage if each "resource" contains a volume.
I don't want to have to synchronize my all volumes by DRDB when, for
example, my first server crashes and starts up again or if there be a
disk problem on runtime. 
So should I insert all volumes of each disk into the same resource in
the configuration file or not?

For example,

resource disk1{
.
  volume 0{ disk /dev/sdb1 } #200gb
  volume 1{ disk /dev/sdb2 } #200gb
.
}

resource disk2{
.
  volume 0{ disk /dev/sdc1 }
  volume 1{ disk /dev/sdc2 }
.
}
and another disk conf.
##

or

resource disk1{
.
  volume 0{ disk /dev/sdb1 } #400gb
  volume 1{ disk /dev/sdc1 } #400gb
.
}

you suggest me which one of these?
-- 
M.Atıf CEYLAN
Yurdum Yazılım


Re: ocfs2+drbd two-primary

2012-12-26 Thread Atıf CEYLAN
On Wed, 2012-12-26 at 23:12 +1100, Igor Cicimov wrote:

> Maybe try heartbeat if tou are after something simple. Using dual
> primary though without fencing is asking for trouble, split brain and
> lost od data.
> 

Yes. maybe I will encounter a split brain problem. I had asked the first
question for this very reason. I have a similar problem with GlusterFS.
But drbd and ocfs2 are block device level software, I think so that
won't be problematic as GlusterFS. 
Also please, could you make "reply all"?

> 
> 
> On 26/12/2012 2:35 PM, "Atıf CEYLAN"  wrote:
> 
> You are saying me that use HA and you have a master file
> system and share from on it via NFS to the other server. is
> that right?
> I tried some scenarios about cluster. GlusterFS, NFS and
> OCFS2. My system daily load is very highly. It's over 50
> million transactions daily. So nfs and glusterfs are not great
> working under the real load. ocfs2 is best solution for me.
> Because I have many small files and GlusterFS and NFS can not
> great work with many small files (or many write operations).
> When ocfs2 use be without drbd, it does go haywire at any
> fault or crash situation. So I want to try ocfs2+drbd. 
> 
> On Wed, 2012-12-26 at 12:02 +1100, Igor Cicimov wrote:
> 
> > Then you dont need cluster at all do you. Or maybe you dont
> > understand what cluster really means and provides. If you
> > just need apps running on two nodes without any management
> > software then use simple load balancing. Maybe even a NAS
> > providing nfs mount for the mail storage instead of drbd.
> > 
> > 
> 
> -- 
> M.Atıf CEYLAN
> Yurdum Yazılım

-- 
M.Atıf CEYLAN
Yurdum Yazılım


Re: ocfs2+drbd two-primary

2012-12-25 Thread Atıf CEYLAN
You are saying me that use HA and you have a master file system and
share from on it via NFS to the other server. is that right?
I tried some scenarios about cluster. GlusterFS, NFS and OCFS2. My
system daily load is very highly. It's over 50 million transactions
daily. So nfs and glusterfs are not great working under the real load.
ocfs2 is best solution for me. Because I have many small files and
GlusterFS and NFS can not great work with many small files (or many
write operations). When ocfs2 use be without drbd, it does go haywire at
any fault or crash situation. So I want to try ocfs2+drbd. 

On Wed, 2012-12-26 at 12:02 +1100, Igor Cicimov wrote:

> Then you dont need cluster at all do you. Or maybe you dont understand
> what cluster really means and provides. If you just need apps running
> on two nodes without any management software then use simple load
> balancing. Maybe even a NAS providing nfs mount for the mail storage
> instead of drbd.
> 
> 

-- 
M.Atıf CEYLAN
Yurdum Yazılım


Re: ocfs2+drbd two-primary

2012-12-25 Thread Atıf CEYLAN
Thanks for the answer.
if I must do it, I don't want to use the HA (pacemaker or corosync). I
should run on both server actively. There is a way for active-active
cluster without any HA solution? Do I know incorrect thi?

On Wed, 2012-12-26 at 00:43 +1100, Igor Cicimov wrote:

> Check pacemaker then. Search for "cluster from scratch" there you can
> find a comprehensive guide about HA cluster based on pacemaker,
> corosync, drbd and stonith for fancing.
> 
> 
> 
> On 25/12/2012 10:47 AM, "Atıf CEYLAN"  wrote:
> 
> Hi all,
> I have Apache and Postfix+Dovecot are running on two debian
> servers. I want to use drbd+ocfs2 (or redhat gfs). 
> I tried some configurations and fault scenarios on VM  but I
> have data loss. Would you like suggest me best practice about
> drbd+cluster filesystem with two-primary mode?  
> 
> regards,
> -- 
> M.Atıf CEYLAN
> Yurdum Yazılım

-- 
M.Atıf CEYLAN
Yurdum Yazılım


ocfs2+drbd two-primary

2012-12-24 Thread Atıf CEYLAN
Hi all,
I have Apache and Postfix+Dovecot are running on two debian servers. I
want to use drbd+ocfs2 (or redhat gfs). 
I tried some configurations and fault scenarios on VM  but I have data
loss. Would you like suggest me best practice about drbd+cluster
filesystem with two-primary mode?  

regards,
-- 
M.Atıf CEYLAN
Yurdum Yazılım


Re: internet connection is disconnected very often

2012-09-30 Thread Atıf CEYLAN
Hi,
Sometimes I encounter with the same problem. I think your problem reason
is your modem. If you use a network device with broadcom chipset, your
problem reason is that. I have 3 modems   (cisco linksys, airties and
current docsis3.0 cable modem and all of them include broadcom chipset
network devices) and 3 computers (two debians one winXP).  Sometimes I
can connect to modem from Debians  but can not be data transfer between
my computer and the modem. I get some dhcp error in syslog. I think
there is a problem only between linux+broadcom client and with broadcom
chipset modems.

On Sun, 2012-09-30 at 01:34 -0700, Serkan KURT wrote:

> Hello
> 
> In my Debian Wheezy System, internet connection is disconnected very
> often. In the meantime, I cannot reach modem interface. In Network
> manager, the connection seems to have. I can access to internet when
> disconnect and reconnect it to the Network Manager. The situation is
> the same in both wired and wireless. Please help.
> 
> The output of lspci;
> 
> 06:00.0 Network controller: Intel Corporation PRO / Wireless 4965 AG
> or AGN [Kedron] Network Connection (rev 61)
> 08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M
> Gigabit Ethernet PCI Express (rev 02)
> 
> Network Manager Network Interface status;
> 
> Type: Wired Ethernet
> Connection State: Connected
> IP Address: 192.168.1.34
> Connection Speed​​: 10 Mbit / s
> System Name: eth0
> MAC Address: 
> Driver: tg3


-- 
M.Atıf CEYLAN
Yurdum Yazılım


Re: Why compiling.

2012-07-11 Thread Atıf CEYLAN
On Tue, 2012-07-10 at 19:15 +0500, Muhammad Yousuf Khan wrote:

> On Tue, Jul 10, 2012 at 6:55 PM, Gary Dale  wrote:
> > On 10/07/12 08:03 AM, Muhammad Yousuf Khan wrote:
> >>
> >> This is a very basic question but confusing me for very long. so i
> >> need your help.
> >>
> >> why people do compiling. i have heard many time that people are
> >> compiling kernel on debian.
> >> what is the reason for this? i am using debian for almost 1.5 year and
> >> have been using it on different platform in CLI mode. but no need of
> >> compiling in this time window.
> >>
> >> secondly i have read  that people are compiling Squid SAMBA and all
> >> the other packages but why. i am using KVM, squid samba etc  for
> >> almost more then 1 year and all the servers are providing me what ever
> >> i asled all the services are very comprehensive and could be fit in
> >> any environment then why compiling?
> >>
> >>
> >> Thanks,
> >
> > There is little need to compile code. In fact, doing so will probably have a
> > negative impact on your system's stability, especially if you use other than
> > the official sources.
> >
> > People who prepare the individual packages or distributions are usually the
> > only ones who need to compile code. However, some brave/foolhardy souls must
> > have the latest code from the developer's source and compile their own. This
> > is invariably a bad idea.
> >
> > When you leave the safety of your distribution's code repositories, you
> > become responsible for managing the various inter-dependencies between
> > programs and libraries. This is not a trivial task.
> >
> > If you need later code than is available from the official repositories,
> > look for backports or, in the case of Debian, move to testing. In the
> > testing repositories you get up to date code that is somewhat stable for
> > non-critical work.
> >
> > Compiling from the official sources is a slightly different issue. For
> > example, some people will compile a custom kernel from the official sources
> > to do one of several things:
> > - create a kernel that doesn't need an initramfs - everything is built in
> > - create a smaller kernel that contains only the options they need -
> > rendering it non-portable
> > - creating a kernel with non-standard options for a particular situation.
> >
> > Other code may need similar tweaking. I once compiled a CUPS driver for a
> > printer to include a bug fix I needed that hadn't made it into SID yet.
> >
> > However, these situations are rare. For the vast majority of people,
> > compiling is something you shouldn't worry about. The package maintainers do
> > a great job of getting everything to work together properly. Don't undermine
> > their work.
> >
> noway i am undermining their work but i have heard that people do
> compile kernels  and some time hardware vendors suggest users to
> compile their drivers from source though i couldn't get the idea of
> what they are discussing.
> 
> so after reading your detailed answer things are crystal clear. i
> applicate the effort and i thank you for help.
> 
> >
> >
> > --
> > 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/4ffc344b.9040...@rogers.com
> >
> 
> 

For example, my wireless card is not supported by debian wheezy standart
kernel. Also non-free package is not working. So I compile it from
source code and I change some part of the code (because some part of
code is not working with my hardware). So I must make compiling :)
-- 
M.Atıf CEYLAN
Yurdum Yazılım


Re: firewall

2012-07-05 Thread Atıf CEYLAN
 

On 2012-07-05 10:05, Anthony Campbell wrote: 

> On 04 Jul 2012,
Brad Alexander wrote:
> 
>> On Wed, Jul 4, 2012 at 2:15 AM, Ralf Mardorf
 wrote: 
>> 
>>> On Wed, 2012-07-04 at
11:19 +0800, lina wrote: 
>>> 
>>>> Hi, I don't know which firewall
(http://wiki.debian.org/Firewalls [1]) I should choose. Thanks ahead for
recommendation, and it will be very nice if you tell me why you
recommend this one.
>>> To answer drily: Test them and report what
firewall does protect you the best against no attacks. Linux for home
usage was safe, is safe, will be safe. Yes, it's safe regarding to
things I criticize. I don't criticize protection per se, I only worry
about t much security for nothing.
>> I disagree. Its about defense
in depth. Because what happens if you get a piece of bad software that
opens a vulnerability? And yes, that could happen to a home Linux user
as easily as a corporate one, since they are using the same update
mechanisms. In fact, I would posit that a home user could be at *more*
risk, since, in theory, a corporate user would be limited in the amount
and types of software installed...Corporate server vs home
workstation.
> 
> I have a home network. A few years ago I was attacked
and the ownership
> of some files was changed. I restoreed them to
normal and it happened
> again, so I reinstalled. Since then I've been
using sborewall and there
> have been no further intrusions.
> 
>
AC

Your problem is not a firewall problem. Firewall doesn't mean
IPS/IDS or L7 Filter. Also a firewall must be a netfilter, NAT, routing
etc. 

Inbound or outbound network traffic and packets are permitted or
blocked/rejected or port forwarding by firewall. 

If there is a
vulnerability on your OS or apps you must use IPS/IDS or L7 filter or
UTM (netfilter + ips + any stuff...) 
-- 

/**
 * @AUTHOR Atıf CEYLAN
 *
Software Developer & System Admin
 * http://www.atifceylan.com
 */



Links:
--
[1] http://wiki.debian.org/Firewalls
[2]
mailto:ralf.mard...@alice-dsl.net


Re: firewall

2012-07-04 Thread Atıf CEYLAN

On Wed, 2012-07-04 at 11:19 +0800, lina wrote:
> Hi,
> 
> I don't know which firewall (http://wiki.debian.org/Firewalls) I should 
> choose.
> 
> Thanks ahead for recommendation, and it will be very nice if you tell
> me why you recommend this one.
> 
> Best regards,
> 
> 

I think you don't need anything else than Iptables. You should learn
Iptables if you want to use linux as a firewall. But my suggestion is PF
on BSD. PF is a very powerful stateful firewall. I use PF on FreeBSD and
I show 1-2 million states at attack times. Also my firewall cpu and
memory usage is very low shown (I have 1 cpu and 4GB memory).

If you want to more easy solution than PF+BSD you can use pfsense.
pfsense is web based management tool for PF on FreeBSD. You must do some
settings as manual on terminal but I think pfsense is better solution
for you. 
-- 
M.Atıf CEYLAN


-- 
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/1341393750.3632.54.camel@debian



Re: Dell MD3600F (solved)

2011-10-29 Thread Atıf CEYLAN

I have solved the problem,
I added the  "qla2xxx qlport_down_retry=5" line to /etc/modules and now 
no problem.


On 09/30/2011 04:56 PM, Atıf CEYLAN wrote:

Hi all,
I have a new dell md3600f ( 2 controller ) fiber channel storage, two 
qlogic 2560 single port HBAs and two brocade 300 switches. FC cables 
are redundant connected between switches and storage controllers.


I have installed multipath-tools and configured my multipath.conf 
file. I couldn't find and understand  the "mpath_prio_rdac" file. 
There isn't the file on the disk and repos.

What / Where is the file?

The multipath software and failover mechanism are work fine. But I get 
lot of failures at computer boot time and when after down/up the 
switch port. These failures are shown as  "Buffer I/O error on device 
sdc, logical block" in kern.log but there is no problem on runtime and 
I can access to the all disk volume on the storage.


My system is debian/squeeze. How can I solve this problem?

The multipath.conf file content is below:

defaults {
udev_dir/dev
max_fds 8192
user_friendly_names yes
}

blacklist {
# System disks
device {
vendor ATA
product *
}
device {
vendor SAMSUNG
product *
}
}

multipaths {
multipath {
wwid  1234004ea0984ee33874712347238
alias   test_vol1
}
}

devices {
device {
vendor  "DELL"
product "MD36xxf"
path_grouping_policy   group_by_prio
priordac
polling_interval5
path_checkerrdac
path_selector   "round-robin 0"
hardware_handler"1 rdac"
failbackimmediate
#features   "2 pg_init_retries 50"
no_path_retry   30
rr_min_io   100
prio_callout"/sbin/mpath_prio_rdac /dev/%n"
getuid_callout      "/lib/udev/scsi_id 
--whitelisted --device=/dev/%n"

}
}


--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Lot of the "Illegal Request" errors at the boot time

2011-10-02 Thread Atıf CEYLAN

Hello,
I have a HA storage and 2 HBAs and get lot of the "illegal request" 
errors at computer boot time. For example, there are 2 LUN on the storage.
The multipath software shows 2 active and 6 passive, total 8 devices. 
The multipath mechanism works fine. But the computer's boot time takes 
more then 4 minutes.
All errors're below. In addition, at the first opening of the computer, 
delay time is too long.  I know the "illegal request" must be once.
These errors are repeated until dump by the kernel the "__ratelimit: 10 
callbacks suppressed" message. In this way, the loop continues.


[ 4969.803250] sd 5:0:1:0: [sde] Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE

[ 4969.803255] sd 5:0:1:0: [sde] Sense Key : Illegal Request [current]
[ 4969.803259] sd 5:0:1:0: [sde] <> ASC=0x94 ASCQ=0x1ASC=0x94 
ASCQ=0x1
[ 4969.803265] sd 5:0:1:0: [sde] CDB: Read(10): 28 00 00 00 10 00 00 00 
08 00

[ 4969.803273] end_request: I/O error, dev sde, sector 4096
[ 4969.803324] Buffer I/O error on device sde, logical block 512

My system is debian squeeze.

regards,

--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Dell MD3600F

2011-09-30 Thread Atıf CEYLAN

Hi all,
I have a new dell md3600f ( 2 controller ) fiber channel storage, two 
qlogic 2560 single port HBAs and two brocade 300 switches. FC cables are 
redundant connected between switches and storage controllers.


I have installed multipath-tools and configured my multipath.conf file. 
I couldn't find and understand  the "mpath_prio_rdac" file. There isn't 
the file on the disk and repos.

What / Where is the file?

The multipath software and failover mechanism are work fine. But I get 
lot of failures at computer boot time and when after down/up the switch 
port. These failures are shown as  "Buffer I/O error on device sdc, 
logical block" in kern.log but there is no problem on runtime and I can 
access to the all disk volume on the storage.


My system is debian/squeeze. How can I solve this problem?

The multipath.conf file content is below:

defaults {
udev_dir/dev
max_fds 8192
user_friendly_names yes
}

blacklist {
# System disks
device {
vendor ATA
product *
}
device {
vendor SAMSUNG
product *
}
}

multipaths {
multipath {
wwid  1234004ea0984ee33874712347238
alias   test_vol1
}
}

devices {
device {
vendor  "DELL"
product "MD36xxf"
path_grouping_policy   group_by_prio
priordac
polling_interval5
path_checkerrdac
path_selector   "round-robin 0"
hardware_handler"1 rdac"
failbackimmediate
#features   "2 pg_init_retries 50"
no_path_retry   30
rr_min_io   100
prio_callout"/sbin/mpath_prio_rdac /dev/%n"
getuid_callout  "/lib/udev/scsi_id 
--whitelisted --device=/dev/%n"

}
}


--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re:

2011-08-04 Thread Atıf CEYLAN

On 08/04/2011 11:54 AM, Kevin Williams wrote:


I'm at the localhost login and out keeps saying my login is incorrect. 
Thanks for the quick reply



What is the "localhost login"?

Did you create a normal user at the installation?

--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re: ftp problem?

2011-06-07 Thread Atıf CEYLAN

Yes, you are right.
I'm not sure but if you use redhat based OS, you can install with "yum 
install " command.


On 06/07/2011 11:19 AM, hadi motamedi wrote:

On 6/7/11, Atıf CEYLAN  wrote:
   

You need proftpd, pureftpd or vsftpd like ftp server.

On 06/07/2011 09:46 AM, hadi motamedi wrote:
 

Dear All
I cannot ftp to my debian server from MS  Windows machine ,but ping
and telnet are ok. I checked as the following :
#chkconfig tftp on
#setup
After enabling tftp service, still the ftp is not ok but ping&   telnet
are ok. Can you please help me?
Thank you



   


--
/**
* *@author* Atıf CEYLAN
* Software Developer&  System Admin
* http://www.atifceylan.com
*/

 

So I need to obtain one of vsftpd/proftpd/pureftpd  rpm packages and
try to install it. Am I right?


   



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re: ftp problem?

2011-06-07 Thread Atıf CEYLAN

You need proftpd, pureftpd or vsftpd like ftp server.

On 06/07/2011 09:46 AM, hadi motamedi wrote:

Dear All
I cannot ftp to my debian server from MS  Windows machine ,but ping
and telnet are ok. I checked as the following :
#chkconfig tftp on
#setup
After enabling tftp service, still the ftp is not ok but ping&  telnet
are ok. Can you please help me?
Thank you


   



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re: rsync silent failed

2011-05-16 Thread Atıf CEYLAN

Hi,
If there is a problem necessarily you must see the error messages.

On 05/16/2011 03:55 PM, Andrea Ganduglia wrote:

On my Debian this

rsync -av --delete::bar bar/

waiting without error message, but do not works.

On other Debian

rsync -av --delete::bar bar/
receiving incremental file list
created directory bar
./
.bash_eternal_history
.bash_history
.bashrc
.lesshst

simply works.

hosts allow directive it's ok. What is it wrong?


-Andrea


   



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re: wireless driver

2011-05-16 Thread Atıf CEYLAN

I'm not sure. But I suggest you try the directions in the following link:
http://wiki.debian.org/Broadcom

I have the "Broadcom Corporation BCM43225" card and no problem.

On 05/16/2011 03:52 PM, lina wrote:

  bcm43xx only contains: 4311, 4312, or 4318, 1390

none 4331

On Mon, May 16, 2011 at 8:34 PM, lina  wrote:
   

so the wireless card is Broadcom Corporation Device 4331 (rev 02)?

and I can try the bcm43xx way provided by the website in your last
email, correct?

I don't know much,

Thanks again,

On Mon, May 16, 2011 at 6:36 PM, Atıf CEYLAN  wrote:
 

No, sorry NetXtreme BCM57765 is not wireless card. It is an ethernet card.
Is contain "Network controller: Broadcom Corporation BCM43225 802.11b/g/n"
like line at lspci output?

On 05/16/2011 01:17 PM, lina wrote:

bcm43xx matches  BCM57765?

The same?

Thanks

On Mon, May 16, 2011 at 5:03 PM, Atıf CEYLAN  wrote:


On 05/16/2011 10:37 AM, lina wrote:

Hi,

Just curious, what's the wireless driver for the following card?

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)



Hi,
"02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765" this
is your wireless card.
if you use debian like distribution, you can visit the
http://wiki.debian.org/Broadcom


--
/**
* @author Atıf CEYLAN
* Software Developer&  System Admin
* http://www.atifceylan.com
*/




--
/**
* @author Atıf CEYLAN
* Software Developer&  System Admin
* http://www.atifceylan.com
*/
   



--
Best Regards,

lina

 



   



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re: wireless driver

2011-05-16 Thread Atıf CEYLAN

No, sorry NetXtreme BCM57765 is not wireless card. It is an ethernet card.
Is contain "Network controller: Broadcom Corporation BCM43225 
*802.11b/g/n*" like line at lspci output?


On 05/16/2011 01:17 PM, lina wrote:

bcm43xx matches  BCM57765?

The same?

Thanks

On Mon, May 16, 2011 at 5:03 PM, Atıf CEYLAN  wrote:
   

On 05/16/2011 10:37 AM, lina wrote:

Hi,

Just curious, what's the wireless driver for the following card?

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)



Hi,
"02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765" this
is your wireless card.
if you use debian like distribution, you can visit the
http://wiki.debian.org/Broadcom


--
/**
* @author Atıf CEYLAN
* Software Developer&  System Admin
* http://www.atifceylan.com
*/
 



   



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re: wireless driver

2011-05-16 Thread Atıf CEYLAN

On 05/16/2011 10:37 AM, lina wrote:

Hi,

Just curious, what's the wireless driver for the following card?

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765
Gigabit Ethernet PCIe (rev 10)
02:00.1 SD Host controller: Broadcom Corporation Device 16bc (rev 10)
03:00.0 Network controller: Broadcom Corporation Device 4331 (rev 02)

   

Hi,
"02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM57765" 
this is your wireless card.
if you use debian like distribution, you can visit the 
http://wiki.debian.org/Broadcom



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re: Missing unixodbc-dev

2011-04-13 Thread Atıf CEYLAN
  

What is your debian version? 

if it is squeeze or lenny, you can
try run the "apt-get update" command. After this try again.  

On Wed,
13 Apr 2011 10:23:10 -0400, CDR wrote: 

> I am new to Debian.
> 
> When
I type "apt-get install unixodbc-dev"
> 
> I get back:
> 
> "Reading
package lists... Done
> 
> Building dependency tree
> 
> Reading state
information... Done
> 
> Package unixodbc-dev is not available, but is
referred to by another
> 
> package.
> 
> This may mean that the package
is missing, has been obsoleted, or
> 
> is only available from another
source
> 
> E: Package 'unixodbc-dev' has no installation candidate"
>

> Question, maybe I need to add some repositories?
> 
> lso, I did find
the package here:
> 
>
http://packages.debian.org/squeeze/amd64/unixodbc-dev/download [1]
> 
>
But if it is there, why apt-get does not think so? I actually
downloaded
> 
> it manually, but it fails on dependencies.
>
Federico

-- 

/**
 * @AUTHOR Atıf CEYLAN
 * Software Developer & System
Admin
 * http://www.atifceylan.com
 */
  

Links:
--
[1]
http://packages.debian.org/squeeze/amd64/unixodbc-dev/download


Re: html to image

2011-03-10 Thread Atıf CEYLAN

I know the package but can I convert to image from ps format?

On 03/10/2011 09:39 PM, Volkan YAZICI wrote:

You might want to check here: http://packages.debian.org/search?keywords=html2ps

   $ apt-cache show html2ps
   Package: html2ps
   Priority: optional
   Section: text
   Installed-Size: 260
   Maintainer: Debian QA Group
   Architecture: all
   Version: 1.0b5-5
   Depends: perl, perlmagick, libwww-perl, libhtml-parser-perl, libpaper-utils
   Recommends: gs-gpl
   Suggests: postscript-viewer, texlive-base, weblint-perl, xhtml2ps
   Filename: pool/main/h/html2ps/html2ps_1.0b5-5_all.deb
   Size: 104880
   MD5sum: a928636e0c5af5b1c0db81588e91b4cd
   SHA1: ff484424dc184761ee113941010a7a3e1c6d5081
   SHA256: 4f37f0b533fb7160044dad8b5e91043b58a09b56ebc17bc8a1ba9b1810d2b8e6
   Description: HTML to PostScript converter
This program converts HTML directly to PostScript. The HTML code can be
retrieved from one or more URLs or local files, specified as parameters on 
the
command line. A comprehensive level of HTML is supported, including inline
images, CSS 1.0, and some features of HTML 4.0.
   Homepage: http://www.tdb.uu.se/~jan/html2ps.html
   Tag: interface::commandline, role::program, scope::utility, use::converting, 
works-with::text, works-with-format::html, works-with-format::postscript

On Thu, 10 Mar 2011 21:31:12 +0200, Atıf CEYLAN writes:
   

Thanks for your answer but I did search as html2 in all packages.
unfortunately I did not found any utility program :(

On Wed, 09 Mar 2011 14:16:02 +0200, Volkan YAZICI  wrote:
 

On Wed, 09 Mar 2011 12:08:42 +0200, Atıf CEYLAN writes:
   

I need to a console based html to image converter application. I
found
the html2png2 application but it need to X.
 

That is not something trivial. Consider the different outputs of
different web browser rendering engines, e.g., Gecko, KHTML, IE, etc.
OTOH, you can start by looking at "apt-file search html2" results.
(For
instance, I just saw html2ps, and which also need ps2png, which is
provided by tth package.)
   



--
/**
* *@author* Atıf CEYLAN
* Software Developer & System Admin
* http://www.atifceylan.com
*/


Re: html to image

2011-03-10 Thread Atıf CEYLAN
Thanks for your answer but I did search as html2 in all packages. 
unfortunately I did not found any utility program :(


On Wed, 09 Mar 2011 14:16:02 +0200, Volkan YAZICI  
wrote:

On Wed, 09 Mar 2011 12:08:42 +0200, Atıf CEYLAN writes:

I need to a console based html to image converter application. I
found
the html2png2 application but it need to X.


That is not something trivial. Consider the different outputs of
different web browser rendering engines, e.g., Gecko, KHTML, IE, etc.
OTOH, you can start by looking at "apt-file search html2" results.
(For
instance, I just saw html2ps, and which also need ps2png, which is
provided by tth package.)


Regards.


--
/**
 * @AUTHOR Atıf CEYLAN
 * Software Developer & System Admin
 * http://www.atifceylan.com
 */


--
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/4d792700.6090...@atifceylan.com



html to image

2011-03-09 Thread Atıf CEYLAN


Hi all, 

I need to a console based html to image converter
application. I found the html2png2 application but it need to X.  
--


/**
 * @AUTHOR Atıf CEYLAN
 * Software Developer & System Admin
 *
http://www.atifceylan.com
 */
 

synaptics problem

2011-03-08 Thread Atıf CEYLAN


Hi all, 

I have a packard bell LM98 laptop. I get "TouchPad no
synaptics event device found (II) UnloadModule: "synaptics" " message in
the kernel log. xserver-xorg-input-synaptics package is installed and my
laptop have synaptics touchpad hardware. 

What should I do? 
 -- 

/**

* @AUTHOR Atıf CEYLAN
 * Software Developer & System Admin
 *
http://www.atifceylan.com
 */