Grokbase
Topics Posts Groups | in
x
[ help ]

Kai Schaetzl (mail...@conactive.com)

Profile | Posts (62)Page 2 of 4: << < 1 2 3 4 > >>
21) Kai Schaetzl Re: [CentOS] FTPS setup problem
| +1 vote
I threw that configuration you posted on a working vsftpd (working without = SSL) on CentOS 5 and...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
I threw that configuration you posted on a working vsftpd (working without =

SSL) on CentOS 5 and can only confirm that it doesn't work. One obvious =

problem is port 990 as ftps wants to connect via port 990. In Filezilla =

you can choose to use FTPES which seems to connect to port 21 and force an =

SSL auth. This actually works as you get the certificate displayed to =

accept it and you can login. However, the directory listing fails. I tried =

changing to active, disallowing certain protocols etc. It all fails at the =

same stage.
The link posted (http://bugs.proftpd.org/show_bug.cgi?id=3D3094) seems to =

apply exactly to this situation. So, you simply will not be able to work =

with a newer Filezilla client against a vsftpd server without this patch.

Status: Connecting to 192.168.1.232:21...
Status: Connection established, waiting for welcome message...
Response:   220 FTP
Command:    AUTH TLS
Response:   234 Proceed with negotiation.
Status: Initializing TLS...
Status: Verifying certificate...
Command:    USER kai
Status: TLS/SSL connection established.
Response:   331 Please specify the password.
Command:    PASS ********
Response:   230 Login successful.
Command:    SYST
Response:   215 UNIX Type: L8
Command:    FEAT
Response:   211-Features:
Response:    AUTH SSL
Response:    AUTH TLS
Response:    EPRT
Response:    EPSV
Response:    MDTM
Response:    PASV
Response:    PBSZ
Response:    PROT
Response:    REST STREAM
Response:    SIZE
Response:    TVFS
Response:   211 End
Command:    PBSZ 0
Response:   200 PBSZ set to 0.
Command:    PROT P
Response:   200 PROT now Private.
Status: Connected
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/"
Command:    TYPE I
Response:   200 Switching to Binary mode.
Command:    PASV
Response:   227 Entering Passive Mode (192,168,1,232,75,253)
Command:    LIST
Response:   150 Here comes the directory listing.
Status: Server did not properly shut down TLS connection
Error:  Transfer connection interrupted: ECONNABORTED - Connection aborted
Response:   226 Directory send OK.
Error:  Failed to retrieve directory listing

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
22) Kai Schaetzl Re: [CentOS] cpuspeed problems with 5.2 and 2.6.18-92.1.18 kernel revision
| +1 vote
ArcosCom Linux User wrote on Thu, 18 Dec 2008 00:00:29 +0100 (CET): I don't know what this monitor...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
ArcosCom Linux User wrote on Thu, 18 Dec 2008 00:00:29 +0100 (CET):

> The last try:
>    1) Power off the laptop along 2/3 hours.
>    2) Power on and log into gnome.
> 3) The cpuspeed monitor shows that all is working fine.

I don't know what this monitor is. There's a cpuspeed service script. If =

enabled it will load the necessary kernel modules and the configured =

governor. Config is in /etc/sysconfig/cpuspeed. You can also check the =

script yourself to see what it does. It may very well be that it thinks tha=
t =

your CPU has a flaw that stops it from correctly working with frequency =

scaling. I know that the script has checks for AMD CPUs in it for instance.

If there is some cpuspeed GUI monitor, this has nothing to do with the =

cpuspeed service script. If cpuspeed is disabled the performance governor =

should be on. As I see you know where to check this. So, as I said earlier, =

shut it off (chkconfig cpuspeed off), reboot, and check the values.
Also, if you think that this has something to do with Gnome then you should =

*not* boot in the GUI and see if you get better results.
If that doesn't help there's more likely a problem with the driver. Have yo=
u =

checked that it is loaded?

> # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
> 800000
> =

> (and I think this last value is the problem because I can't change it with
> echo "1733000" > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq)

I tend to agree. That's why you want to check this value without gnomem =

without cpuspeed and also right after booting up (as you say frequency =

scales down after a few minutes, so theoretically there should be a higher =

value in the beginning and there might indeed be a problem in the driver =

that stops it from scaling up again). It's also possible that the algorithm =

for calculating the speedup is doing something wrong, so it doesn't scale u=
p =

again, because it thinks it's not necessary. You could set the UP_THRESHOLD=
=3D =

to something very low like 5

> 4) Some minutes after, the speed goes down to 800 MHz and no more wants
> to grow up. I can't change to force performance or using userspace and
> select the speed.
> =

> Any help more about?
> =

> If I launch any heavy compilation (as kernel compilation), the speed don't
> want to grow up. Really is working fine under these circumstances with the
> performance governor selected?

No, but this wasn't obvious from your earlier posting. As I said: did you =

stop cpuspeed? This is not a xen kernel, isn't it?

About the top posting/qoting etc.: The point is to make your postings as =

readable for others as possible. If you quote what you really answer to and =

then answer that and then quote the next part you answer and answer that =

it's much easier to follow for the reader and also much easier for *you* to =

answer as you cannot easily overlook questions if you go thru one by one. =

And everything that you don't answer (including the signature etc.) simply =

doesn't belong in the quote and is omitted. You can take this posting as an =

example.

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
23) Kai Schaetzl Re: [CentOS] yum udpate not getting new kernel
| +1 vote
Karanbir Singh wrote on Wed, 17 Dec 2008 17:56:34 +0000: I know how they work ;-) I was under the...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Karanbir Singh wrote on Wed, 17 Dec 2008 17:56:34 +0000:

> You might want to investigate a bit on how list digests work

I know how they work ;-) I was under the impression that announce is =

digest-only as I don't have any "normal" announcements. Apparently, this =

isn't the case.

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
24) Kai Schaetzl Re: [CentOS] yum udpate not getting new kernel
| +1 vote
Karanbir Singh wrote on Wed, 17 Dec 2008 15:53:00 +0000: last digest I got is 24 hours old, Vol....
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Karanbir Singh wrote on Wed, 17 Dec 2008 15:53:00 +0000:

> the kernel was announced about 15 hrs back,

last digest I got is 24 hours old, Vol. 46, Issue 7, no kernel in it.

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
25) Kai Schaetzl Re: [CentOS] yum udpate not getting new kernel
| +1 vote
Robert Moskowitz wrote on Wed, 17 Dec 2008 08:42:01 -0500: This kernel hasn't been even announced...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Robert Moskowitz wrote on Wed, 17 Dec 2008 08:42:01 -0500:

> kernel-2.6.18-92.1.22.el5.i686.rpm

This kernel hasn't been even announced yet, so what's the problem?

> So far the only difference

the difference is the mirrors they use

I think you should now that :-)

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
26) Kai Schaetzl Re: [CentOS] cpuspeed problems with 5.2 and 2.6.18-92.1.18 kernel revision
| +1 vote
ArcosCom Linux User wrote on Tue, 16 Dec 2008 23:33:36 +0100 (CET): why? "chkconfig cpuspeed off"...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
ArcosCom Linux User wrote on Tue, 16 Dec 2008 23:33:36 +0100 (CET):

> GNOME will have any problem if I "chkconfig --level 345 cpuspeed off"?

why?

"chkconfig cpuspeed off"
suffices

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
27) Kai Schaetzl Re: [CentOS] cpuspeed problems with 5.2 and 2.6.18-92.1.18 kernel revision
| +1 vote
ArcosCom Linux User wrote on Tue, 16 Dec 2008 21:31:30 +0100 (CET): sounds pretty much like it's...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
ArcosCom Linux User wrote on Tue, 16 Dec 2008 21:31:30 +0100 (CET):

> The laptop boots fine with the correct speed (usual speed), but when the
> init scripts run the service cpuspeed, the performance goes low: Only
> wants 800MHz!!

sounds pretty much like it's working as it should. It goes down went it =

doesn't need to run that fast. That's the normal on-demand governor. If =

you want to have full-speed all the time then stop the cpuspeed service, =

it will then use the performance governor.

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
28) Kai Schaetzl Re: [CentOS] sendmail outbound help needed
| +1 vote
Gopinath Achari wrote on Tue, 16 Dec 2008 14:40:08 +0530: e = can = This list is really not for...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Gopinath Achari wrote on Tue, 16 Dec 2008 14:40:08 +0530:

> I want to set up a sendmail server on Centos 5.2 Pc. This server should b=
e =

> able to send and receive mails outbound. i have purchased a domain name. =
can =

> you help on this.

This list is really not for basic and OT stuff like this. Apart from that i=
t =

appears you work for a company with lots of expertise in telecommunications=
: =

http://signal-networks.com/about_us.htm
Apart from that there are *numerous* tutorials out there.
That should be sufficient for your needs.

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
29) Kai Schaetzl Re: [CentOS] Emailing jpeg images with Evolution 2.8.0
| +1 vote
Andrew Allen wrote on Tue, 16 Dec 2008 08:41:32 +0000: Still one step missing: did he actually view...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Andrew Allen wrote on Tue, 16 Dec 2008 08:41:32 +0000:

> I'll just have to pass the image to my
> colleague by means other than email.

Still one step missing: did he actually view it with an image viewer? If =

he can then it won't help to provide it by "other means" as it is the =

image itself that Publisher doesn't like. If he cannot it's more likely =

that someone (he or you) does something wrong with the attachment than =

that saving it on a Windows system changes it.

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
30) Kai Schaetzl Re: [CentOS] Emailing jpeg images with Evolution 2.8.0
| +1 vote
Andrew Allen wrote on Mon, 15 Dec 2008 22:24:52 +0000: I'm missing a crucial part here:...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Andrew Allen wrote on Mon, 15 Dec 2008 22:24:52 +0000:

> I recently emailed an important jpeg image to a colleague, but when he
> tried to insert it into a document it 'failed'. It appears that when
> jpegs are attached to messages, they become 'corrupted' - is this a
> known problem with evolution, and/or is there a way of solving the
> problem?

I'm missing a crucial part here: verification. He received the mail and he =

"inserted" it. Well, there's no mention that he saved it and *looked* at =

it. How do you know that it was corrupted *before* "insertion"?

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
31) Kai Schaetzl Re: [CentOS] sendmail Deferred mail - reason unknown
| +1 vote
Sean Carolan wrote on Mon, 15 Dec 2008 10:15:15 -0600: sendmail -v -q (will flush the mail queue,...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Sean Carolan wrote on Mon, 15 Dec 2008 10:15:15 -0600:

> Do you have any ideas how I can begin to troubleshoot this?

sendmail -v -q (will flush the mail queue, just wait and look).
First reason I would think of: greylisting.

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
32) Kai Schaetzl Re: [CentOS] CentOS 5 Dom0 doesn't start all DomU images
| +1 vote
Rudi Ahlers wrote on Mon, 15 Dec 2008 14:15:44 +0200: If one asks that specifically I would rethink...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Rudi Ahlers wrote on Mon, 15 Dec 2008 14:15:44 +0200:

> xm list will only show the active running VM's, not all of them :)

If one asks that specifically I would rethink that twice as you might be =

missing something ;-)

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
33) Kai Schaetzl Re: [CentOS] CentOS 5 Dom0 doesn't start all DomU images
| +1 vote
Devraj Mukherjee wrote on Mon, 15 Dec 2008 22:05:07 +1100: You should not copy, but symlink them!...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Devraj Mukherjee wrote on Mon, 15 Dec 2008 22:05:07 +1100:

> but if I copy the
> configuration files to /etc/xen/auto only one of the DomUs seem to
> start up automatically.

You should not copy, but symlink them!
Does an xm list show these domUs, no matter if they run or not?

BTW: this is a question for the virt list!

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



_______________________________________________
CentOS mailing list
[email protected: C...@centos.org]
http://lists.centos.org/mailman/listinfo/centos
34) Kai Schaetzl Re: [CentOS] GNOME + Firefox - Mouse froze - what key combination to revive?
| +1 vote
Lanny Marcus wrote on Sun, 14 Dec 2008 13:44:25 -0500: That's why I suggested it. ;-) It is, you...
CentOS
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Lanny Marcus wrote on Sun, 14 Dec 2008 13:44:25 -0500:

> It does not work on my box.

That's why I suggested it.  ;-)

> Possibly it isn't in the Kernel?

It is, you have to =


echo "1" > /proc/sys/kernel/sysrq

To enable it. Maybe you can put it in one of the sysconfig files, somebody =

here will know :-)
It may still not work then depending on your keyboard.

> I also tried CTRL-ALT-DEL and that
> did not work either......

That one should work if you are on the console. If you are in a window =

manager it depends if it gets trapped and passed by it or not.

Kai

-- =

Kai Sch=E4tzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com