On Mon, Sep 27, 2004 at 12:00:38PM +0200, Francisco Castillo wrote:
> Yesterday i decide to move /var/mail folder to /mnt/var/mail where i has
> another partition but this has caused to stop working my mail system.
>
> In order to do this i do
>
> cp /var/mail/* /mnt/var/mail
this is the cause o
25232 is the size and the 1 is how many times it is used, this part is
completely normal.
>>> Simon Buchanan <[EMAIL PROTECTED]> 09/27/04 10:05 PM >>>
Hi Doug,
the lsmod results in a line like this in the middle:
3c59x 25232 1
BUT, looking in /etc/modules.conf and /etc/modules... there in no en
Hi Doug,
the lsmod results in a line like this in the middle:
3c59x 25232 1
BUT, looking in /etc/modules.conf and /etc/modules... there in no entry
with anything near this? Strange
Doug Griswold wrote:
Do a lsmod and look for the 3 com module that is loaded. Then look in
/etc/modules.conf and mo
Do a lsmod and look for the 3 com module that is loaded. Then look in
/etc/modules.conf and modules to see if you have a options line near
that module that might be setting the duplex. You can always set the
duplex by using "ethtool -s eth0 speed 100 duplex full autoneg off" but
if you aren't ne
The output of lispci is:
:00:12.0 Ethernet controller: 3Com Corporation 3c905 100BaseTX
[Boomerang]
Im pretty sure that i havent coded anything... This is a standard debain
woody install on a Althon XP box...
Doug Griswold wrote:
Are you sure that you havn't hard coded the duplex in a scri
Are you sure that you havn't hard coded the duplex in a script or
elsewhere? lspci should show you which nic you have in the server.
>>> Simon Buchanan <[EMAIL PROTECTED]> 09/27/04 8:40 PM >>>
Here is the output of ethtool... i cant remember what the nic is...:
Settings for eth0:
Sup
Here is the output of ethtool... i cant remember what the nic is...:
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supports auto-negotiation: Yes
Speed: 10M
Try checking with ethtool. Which nic are you using?
>>> Simon Buchanan <[EMAIL PROTECTED]> 09/27/04 8:13 PM >>>
Hi There, i have a debian woody box that i am connected to via ssh, here
is the ifconfig:
eth0 Link encap:Ethernet HWaddr 00:50:FC:XX:XX:XX
inet addr:203.109.xxx.xx
Hi There, i have a debian woody box that i am connected to via ssh, here
is the ifconfig:
eth0 Link encap:Ethernet HWaddr 00:50:FC:XX:XX:XX
inet addr:203.109.xxx.xx Bcast:203.109.xxx.xx
Mask:255.255.255.xxx
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
R
Hello,
I has reinstaled postfix and this seems to work. I restore another
applications with files in /var too.
Thanks.
> Hello Francisco,
>
> Am 2004-09-27 14:11:17, schrieb Francisco Castillo:
>>
>> Hello, there are more:
>>
>> The user come_vie has the id 660, this user was in /var/lib/dpkg
Hello Francisco,
Am 2004-09-27 14:11:17, schrieb Francisco Castillo:
>
> Hello, there are more:
>
> The user come_vie has the id 660, this user was in /var/lib/dpkg where i has
> see there were postfix files, i has chown root dpkg -R , but the problem
> goes on. I has no found more come_vie fil
Hi...
when i do a ln -s /mnt/var/mail i has relationed the /mnt/var partition
and
the partition from debian in a way that the /var folder of the debian
partition has change and belongs to the come_vie user and not to the root
user, and the same has happended insite the /var folder, it seems that
Hello, there are more:
The user come_vie has the id 660, this user was in /var/lib/dpkg where i has
see there were postfix files, i has chown root dpkg -R , but the problem
goes on. I has no found more come_vie files owner, but i think there could
be more,
Do you know what is still stopping my m
Am 2004-09-27 13:09:33, schrieb Francisco Castillo:
>
> Hello,
>
> I has forget to say that the permisions where drwxrwsr-x when first was in
> error.
>
> Then i do a chmod 777 but the problem go on.
>
> But what is the chmod command in order to restore the drwxrwsr-x, but this
> will not be th
Hey, i has investigated more:
The /mnt/var/ was an old partition (from a mandrake with another /etc/passwd
distint from now)
when i do a ln -s /mnt/var/mail i has relationed the /mnt/var partition and
the partition from debian in a way that the /var folder of the debian
partition has change an
No, i did not chmod this directories, i only do a mv realy and the problem
go on. Then i has do a chmod 777 and i now i has do a chmod g+s mail but
the problem goes on.
Francisco.
> -Mensaje original-
> De: Wieslaw [mailto:[EMAIL PROTECTED]
> Enviado el: lunes, 27 de septiembre de
Hello,
I has forget to say that the permisions where drwxrwsr-x when first was in
error.
Then i do a chmod 777 but the problem go on.
But what is the chmod command in order to restore the drwxrwsr-x, but this
will not be the solution, as i explain above.
Thanks in advance.
> -Mensaje o
Hi :)
We have a site with a series of sub-domains by country, e.g.
www.uk.domain.com, www.fr.domain.com etc. but we are moving away from this to
a single 'www.domain.com' (for various reasons)..
The problem is that now we want to have the site apply the same themes as it
currently does, but b
Hi
In order to do this i do
cp /var/mail/* /mnt/var/mail
mv /var/mail /var/mail_back
cd /var ; ln -s /mnt/var/mail mail
[..]
cd /var ; rm mail
mv mail_back mail
reboot
Did you chmod/chown these directores?
mv does not move parent UID/GID and mod's.
--
I greet
Wieslaw
Le lundi 27 septembre 2004 à 12:00, Francisco Castillo écrivait:
> I only has seen in mail.info "relay=vscan, delay=344, status=deferred
> (temporary failure)" when postfix try to deliver localy a mail to the
> /var/mail/user file.
Please check the permissions of /var/mail. It must be something li
Francisco Castillo <[EMAIL PROTECTED]> wrote:
>
> cp /var/mail/* /mnt/var/mail
> mv /var/mail /var/mail_back
> cd /var ; ln -s /mnt/var/mail mail
Do it like this:
mount --bind /mnt/var/mail/ /var/mail/
> cd /var ; rm mail
> mv mail_back mail
> reboot
>
> but then the postfix server has problem
Am 2004-09-27 12:00:38, schrieb Francisco Castillo:
>
> Hello,
>
> I has a server with debian woody + postfix + amavis + procmail to local
> delivery
>
> Yesterday i decide to move /var/mail folder to /mnt/var/mail where i has
> another partition but this has caused to stop working my mail syste
Hello,
I has a server with debian woody + postfix + amavis + procmail to local
delivery
Yesterday i decide to move /var/mail folder to /mnt/var/mail where i has
another partition but this has caused to stop working my mail system.
In order to do this i do
cp /var/mail/* /mnt/var/mail
mv /var/m
Hi,
thanks folks a lot for all hints.
Now I found that the connects came indeed from the other.host.name
(192.168.0.2), but I didn't find out which user it was.
However, I'm no longer sure wether it was was some kind of code
injection, as more as I do not know how the guys did it exactly.
And
24 matches
Mail list logo