[CentOS] libvoikko-devel not available on Centos8?

2021-06-23 Thread Myyrä , Timo
Hi, Any ideas why CentOS 8 doesn't include the libvoikko-devel package? The libvoikko package is present but it doesn't have the development headers in it. The Fedora RPM SPEC seems to have separate package for the headers:

Re: [CentOS] Centos7 and apachectl

2017-03-15 Thread Myyrä , Timo
Hi, You can use "httpd -S". Timo 2017-03-15 7:57 GMT+02:00 Robert Moskowitz : > I am looking at: > > https://httpd.apache.org/docs/2.4/vhosts/index.html > > I tried: > > |apachectl -S > > | > And no output. Even stopping httpd, no output. > > How to we see how apache

Re: [CentOS] Trouble removing files in chrooted sftp

2017-01-11 Thread Myyrä , Timo
Ah, forgot to mention that the SELinux is not enabled on this server. So thats not causing this. Timo 2017-01-11 22:23 GMT+02:00 Clint Dilks <cli...@scms.waikato.ac.nz>: > Hi > > On Thu, Jan 12, 2017 at 12:07 AM, Myyrä, Timo <timo.my...@edita.fi> wrote: > > &g

Re: [CentOS] Trouble removing files in chrooted sftp

2017-01-11 Thread Myyrä , Timo
t(2, [0], [1], NULL, NULL) = 1 (out [1]) write(1, "\0\0\0\"e\0\0\0?\0\0\0\3\0\0\0\21Permission deni"..., 38) = 38 select(2, [0], [], NULL, NULL The relevant sections are probably: stat("/intranet//.", {st_mode=S_IFDIR|0775, st_size=98, ...}) = 0 ... unlink("/int

[CentOS] Trouble removing files in chrooted sftp

2017-01-09 Thread Myyrä , Timo
Hi, I have trouble setting up chrooted SFTP for our user. I got the basic SFTP chroot working, user is chrooted to its home directory, I've added /home/userb/etc directory with dummy passwd, group and localtime files. The problem is that instead of only accessing its own files, I need the user