Re: Multiple 7zip extract

2022-01-16 Thread Gokan Atmaca
> > The hardest part will be remembering that you have to set the "+x" flag on > the script's file if you want to start it directly :-) > >>> On Sun, Jan 16, 2022 at 8:02 PM David Wright >>> wrote: >>> > >>> > On Sun 16 Jan 2022 at 18:59

Re: Multiple 7zip extract

2022-01-16 Thread Gokan Atmaca
f folders with a size of close to 100GB, into their own directories. # find /home/z0/ob7z/ -name "*.7z" -type f| xargs -I {} 7z x -p* -oextract7z {}; On Sun, Jan 16, 2022 at 8:02 PM David Wright wrote: > > On Sun 16 Jan 2022 at 18:59:49 (+0300), Gokan Atmaca wrote: > > >

Multiple 7zip extract

2022-01-16 Thread Gokan Atmaca
Hello I have hundreds of 7z compressed files in different folders. I want to open them. Every extracted file must be in the same directory. How can we do this? Thanks. -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org ⠈⠳⣄

Open-iscsi Multipath

2022-01-05 Thread Gokan Atmaca
Hello I'm using TGT (OpenIscsi-server) on Debian. I made disk assignments to the web servers with iscsi and it works. Your Openiscsi server also has 2x 10Gbps ethernet. I want to assign a multipath disk to the database server over this ethernet. What do I need to do with tgt and openiscsi

Re: ceph storage

2021-11-28 Thread Gokan Atmaca
h can't work, as strings in python3 are > already decoded (versus "bytestring" which are not). Yes it looks like that. I think I will use native packages. On Sun, Nov 28, 2021 at 11:02 PM Pierre-Elliott Bécue wrote: > > > Gokan Atmaca wrote on 28/11/2021 at 20:39:51+0100: &

ceph storage

2021-11-28 Thread Gokan Atmaca
Hello I am installing ceph storage. I have 3 monitors, 3 OSD servers. I am using the link below for installation. (*) The error I get is as follows. I couldn't run "fdisk" on the OSD server. What could cause the problem? (*) https://github.com/ceph/ceph-deploy.git error: # ceph-deploy disk

Re: nginx mail proxy

2021-11-21 Thread Gokan Atmaca
while compiling. On Sun, Nov 21, 2021 at 5:06 PM Reco wrote: > > Hi. > > On Sun, Nov 21, 2021 at 02:27:52PM +0300, Gokan Atmaca wrote: > > What could be the problem? > > The very thing nginx tells you in the error message - "mail" directive > is

nginx mail proxy

2021-11-21 Thread Gokan Atmaca
Hello I want to configure email proxy server with Nginx. Actually I already do this with Postfix. But my goal is to make it Nginx. To learn... I have configured Nginx with email module. You can see it below. # nginx -V nginx version: nginx/1.20.2 built by gcc 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)

Re: OpenLdap

2021-10-12 Thread Gokan Atmaca
4 PM Henning Follmann wrote: > > On Mon, Oct 11, 2021 at 06:04:08PM -0500, Nicholas Geovanis wrote: > > On Mon, Oct 11, 2021, 7:31 AM Gokan Atmaca wrote: > > > > > Hello > > > > > > I am using openldap. I configured a different server as ldap client. >

Re: Bash script last 4 folder delete

2021-10-12 Thread Gokan Atmaca
ue, Oct 12, 2021 at 05:41:59PM +0300, Gokan Atmaca wrote: > > I have directories created at different times. This last updated > > directory is in the directory with a symbolic link named "last". > > Directories are named from 100 to 110. what i want is to delete all > >

Bash script last 4 folder delete

2021-10-12 Thread Gokan Atmaca
Hello I have directories created at different times. This last updated directory is in the directory with a symbolic link named "last". Directories are named from 100 to 110. what i want is to delete all directories except the folder named "last" and 4 before it. How can I do that?

OpenLdap

2021-10-11 Thread Gokan Atmaca
Hello I am using openldap. I configured a different server as ldap client. When I say "id user", the information comes. I have two organized units. "people" and "groups". my test environment. But I can't login. What could be causing the problem? Example: $ id gokhan (ldap_user)

Re: zoom client for bullseye

2021-08-22 Thread Gokan Atmaca
> Installing it in bullseye fails, dependency problems Can you share the log? Or run apt -f install? On Sun, Aug 22, 2021 at 9:25 PM Thomas George wrote: > > The zoom client downloaded from the zoom web page seems to have been > written for Debian 8 > > Installing it in bullseye fails,

dns failover a record

2021-07-12 Thread Gokan Atmaca
Hello I want to do dns failover. There is no such feature in the bind service. It has RR feature but no Failover. I have 2 services. I want the A record to change automatically when one is inaccessible. Is there a tool you can recommend for this ? Thanks. -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The

Re: Kernel tuning service

2021-06-24 Thread Gokan Atmaca
dm.8.en.html On Thu, Jun 24, 2021 at 2:54 PM Gene Heskett wrote: > > On Thursday 24 June 2021 07:30:05 Gokan Atmaca wrote: > > > Hello > > > > Is there a kernel tuning service in Debian ? I heard it from one > > person during a chat. But there is no such service

Kernel tuning service

2021-06-24 Thread Gokan Atmaca
Hello Is there a kernel tuning service in Debian ? I heard it from one person during a chat. But there is no such service that I know of. -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org ⠈⠳⣄

Re: Openvpn 2fa google

2021-06-03 Thread Gokan Atmaca
the error is as follows. Verification code is correct. -% error: openvpn(pam_google_authenticator)[16239]: Invalid verification code for usi21 On Wed, Jun 2, 2021 at 10:58 PM Gokan Atmaca wrote: > > Hello > > I use Google for 2FA. My configuration is as follows. However, I cou

Openvpn 2fa google

2021-06-02 Thread Gokan Atmaca
Hello I use Google for 2FA. My configuration is as follows. However, I could not log in. Stn. When I configure it with TLS I am able to login. But unfortunately it doesn't work when I add 2fa. What could be the problem ? -% error: TLS Auth Error: Auth Username/Password verification failed for

Re: OpenVpn Mac Address Filter

2021-06-02 Thread Gokan Atmaca
:915: install] Error 2 On Mon, May 31, 2021 at 12:18 PM Gokan Atmaca wrote: > > > Mac address is available only on the local network. You usually do not > > get the mac address of the openvpn client but the mac address of nic of > > the last router facing your openvpn server.

Re: LVM raid0

2021-05-31 Thread Gokan Atmaca
> vgcreate vg2t /dev/sda /dev/sdb > lvcreate --type raid0 -name lv-stg --size 16700GiB vg2t I solved the problem by manually activating it initially. On Sat, May 29, 2021 at 10:41 PM Tom Dial wrote: > > > > On 5/28/21 12:58, Gokan Atmaca wrote: > >> Is your '/

Re: OpenVpn Mac Address Filter

2021-05-31 Thread Gokan Atmaca
> > Le 29/05/2021 à 20:09, Gokan Atmaca a écrit : > > Hello > > > > Can we filter MAC addresses of Openvpn clients ? > > > > Thanks. > > > > > > > Mac address is available only on the local network. You usually do not > get the mac address

OpenVpn Mac Address Filter

2021-05-29 Thread Gokan Atmaca
Hello Can we filter MAC addresses of Openvpn clients ? Thanks. -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system ⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org ⠈⠳⣄

Re: LVM raid0

2021-05-28 Thread Gokan Atmaca
> That file (1) needs to be populated for it to work at boot! :) thanks, i didn't know. I will check it. :) On Fri, May 28, 2021 at 10:10 PM john doe wrote: > > On 5/28/2021 8:58 PM, Gokan Atmaca wrote: > >> Is your '/etc/crypttab' file properly populated? > > > >

Re: LVM raid0

2021-05-28 Thread Gokan Atmaca
> Is your '/etc/crypttab' file properly populated? There is no encrypted volume. On Fri, May 28, 2021 at 9:37 PM john doe wrote: > > On 5/28/2021 8:31 PM, Gokan Atmaca wrote: > > Additionally I found something like the following in the dmesg logs. > > > > [Fri Ma

Re: LVM raid0

2021-05-28 Thread Gokan Atmaca
[Fri May 28 14:14:22 2021] device-mapper: table: 253:2: raid: Failed to run raid array [Fri May 28 14:15:25 2021] hdaudio hdaudioC0D2: Unable to bind the codec On Fri, May 28, 2021 at 9:27 PM Gokan Atmaca wrote: > > Hello > > I did LVM raid 0. But when reboot the disks come as "

LVM raid0

2021-05-28 Thread Gokan Atmaca
Hello I did LVM raid 0. But when reboot the disks come as "inherit". What would be the reason ? lvdisplay --- Logical volume --- LV Path/dev/vg2t/lv-st0 LV Namelv-st0 VG Namevg2t LV UUID

Re: KVM: GPU passthrough

2021-04-30 Thread Gokan Atmaca
th the "irqpoll" option) [ 1323.645198] handlers: [ 1323.645236] [<7029899b>] usb_hcd_irq [usbcore] root@homeKvm:~# On Fri, Apr 30, 2021 at 7:36 PM Gokan Atmaca wrote: > > system boots up but freezes. It just stays like that. I guess the > problem is with the hardware. &g

Re: KVM: GPU passthrough

2021-04-27 Thread Gokan Atmaca
R5 230/235/235X OEM] [1002:a.. radeon 1466368 2 ttm 102400 1 radeon drm_kms_helper217088 1 radeon i2c_algo_bit 16384 1 radeon drm 552960 11 drm_kms_helper,nvidia,radeon,ttm On Thu, Apr 15, 2021 at 4:22 PM Gokan Atmaca wrote:

Re: KVM: GPU passthrough

2021-04-15 Thread Gokan Atmaca
here I can install two graphics cards. On Fri, Apr 9, 2021 at 2:51 AM Dan Ritter wrote: > > Gokan Atmaca wrote: > > Hello > > > > I want to use the graphics card directly in the virtual machine. IOMMU > > seems to be running, but unfortunately it doesn't work when I w

KVM: GPU passthrough

2021-04-08 Thread Gokan Atmaca
Hello I want to use the graphics card directly in the virtual machine. IOMMU seems to be running, but unfortunately it doesn't work when I want to start the virtual machine. pci: [0.010066] ACPI: DMAR 0x9D8B7000 70 (v01 INTEL EDK2 0002 0113) [0.121392] DMAR:

KVM backup

2020-07-19 Thread Gokan Atmaca
Hello I take backups while virtual machines are running live. For this, first I takes snapshot. Then I back up the original disk. But when I look at the snapshot list (1595157757,1595162592). I see that it is passive. I cannot delete them either. What would be the reason ? Name

Re: LXC container update fail

2020-06-15 Thread Gokan Atmaca
> Try updating and/or installing libgnutls30 and ca-certificates from packages installed. On Mon, Jun 15, 2020 at 9:58 AM Andrei POPESCU wrote: > > On Du, 14 iun 20, 11:15:55, Gokan Atmaca wrote: > > > Does internet access work properly from the container? > > yes. doma

Re: LXC container update fail

2020-06-14 Thread Gokan Atmaca
133 (151.101.14.133): icmp_seq=2 ttl=58 time=5.41 ms On Sun, Jun 14, 2020 at 5:31 PM Jim Popovitch wrote: > > On Sun, 2020-06-14 at 11:15 +0300, Gokan Atmaca wrote: > > > Does internet access work properly from the container? > > yes. domain name resolution, Ping etc. It works. >

Re: LXC container update fail

2020-06-14 Thread Gokan Atmaca
tes from fra15s28-in-f14.1e100.net (172.217.18.14): icmp_seq=2 ttl=118 time=5.38 ms On Sun, Jun 14, 2020 at 10:43 AM Andrei POPESCU wrote: > > On Du, 14 iun 20, 10:33:52, Gokan Atmaca wrote: > > > Mirror is out of date. Wait an hour and try again. > > > > It's bee

Re: LXC container update fail

2020-06-14 Thread Gokan Atmaca
> Mirror is out of date. Wait an hour and try again. It's been a week ago. Ubuntu container with Lxc fails. Debian,ubuntu they all have the same mistake. On Sat, Jun 13, 2020 at 5:29 PM Sven Hartge wrote: > > Gokan Atmaca wrote: > > > Container is not u

LXC container update fail

2020-06-13 Thread Gokan Atmaca
Hello Container is not updating. Why could it be ? ---> Error is as follows: root@debWeb0:~# apt update Ign:1 http://deb.debian.org/debian buster InRelease Ign:2 http://security.debian.org/debian-security buster/updates InRelease Err:3 http://security.debian.org/debian-security buster/updates

sieve dovecot

2020-06-03 Thread Gokan Atmaca
Hello I made the Sieve settings. The settings look correct. But it does not forward the e-mail it should deliver. I think there is an error in communication with Postfix. What could be the problem ? ---% sieve.conf plugin { sieve = file:~/sieve;active=~/.dovecot.sieve #sieve =

Re: ActiveSync Postfix

2020-06-01 Thread Gokan Atmaca
then decide to drop squirrelmail, or simply continue using > that as well for email. > > MJ > > Op 30-5-2020 om 21:14 schreef Gokan Atmaca: > > Hello > > > > I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal > > is to synchronize contact

Re: ActiveSync Postfix

2020-05-31 Thread Gokan Atmaca
M Charles Curley wrote: > > On Sat, 30 May 2020 22:14:12 +0300 > Gokan Atmaca wrote: > > > Hello > > > > I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal > > is to synchronize contacts and calendars. I have to do ActiveSync for > > th

Re: ActiveSync Postfix

2020-05-31 Thread Gokan Atmaca
> https://sogo.nu/files/docs/SOGoInstallationGuide.html#_microsoft_enterprise_activesync I tried SAGO yesterday. More precisely, I installed it. But I was unable to log in. Everything seems correct in log records. I see a success session. It says welcome and returns to the session page. SOGO is

ActiveSync Postfix

2020-05-30 Thread Gokan Atmaca
Hello I am using Postfix. (Postfix, OpenLdap, Dovecot, Squirrelmail) My goal is to synchronize contacts and calendars. I have to do ActiveSync for this. How can I resolve ActiveSync ? Is there an open source solution ? Thanks.

Re: Bash count

2018-08-22 Thread Gokan Atmaca
awk '$1 > 100' num > > 2.4.2 > 715 1.1.1.1 > 322 2.2.2.2 > 152 3.3.3.3 > > > 2018-08-22 22:33 GMT+02:00 Gokan Atmaca : >> >> Hello >> >> I have a list like the one below. I want to separate th

Bash count

2018-08-22 Thread Gokan Atmaca
Hello I have a list like the one below. I want to separate those bigger than 101. How can this be done ? 715 1.1.1.1 322 2.2.2.2 152 3.3.3.3 61 4.4.4.4 Thanks.

Re: [alert] 20356#20356: *17513 open socket Nginx

2018-08-02 Thread Gokan Atmaca
on 113 Other problem: [3744409.963342] TCP: request_sock_TCP: Possible SYN flooding on port 80. Sending cookies. Check SNMP counters. [3768838.719316] perf: interrupt took too long (5025 > 4991), lowering kernel.perf_event_max_sample_rate to 39750 On Thu, Aug 2, 2018 at 12:12 PM, Gokan Atmaca

[alert] 20356#20356: *17513 open socket Nginx

2018-08-02 Thread Gokan Atmaca
Hello I am using debian 9.4. I am using Nginx 1.10 and Php7.2. I'm getting mistakes like the following. 2018/08/02 10:05:13 [alert] 20356#20356: *17425 open socket #20 left in connection 112 2018/08/02 10:05:13 [alert] 20355#20355: *17285 open socket #94 left in connection 87 2018/08/02 10:05:13

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> > My advice is : > > - try to use TCP/IP for communication between FPM and NginX I read that UNIX socket is better. On Thu, Jul 26, 2018 at 4:05 PM, Georgi Naplatanov wrote: > On 07/26/2018 03:37 PM, Gokan Atmaca wrote: >>> Can you attach your PHP-FPM configuratio

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
00 php-fpm7.2 On Thu, Jul 26, 2018 at 4:00 PM, Jens Sauer wrote: > Am Donnerstag, den 26.07.2018, 15:37 +0300 schrieb Gokan Atmaca: >> > Can you attach your PHP-FPM configuration file and NginX virtual >> > host >> > section for the site? >> >> Hello &

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
text/js text/xml text/javascript application/javascript application/x-javascript application/json application/xml application/xml+rss; On Thu, Jul 26, 2018 at 2:56 PM, Georgi Naplatanov wrote: > On 07/26/2018 12:45 PM, Gokan Atmaca wrote: >>> What happene

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> What happened after you did what the warning message suggested to do? 502 gateway timeout On Thu, Jul 26, 2018 at 11:50 AM, Markus Schönhaber wrote: > Gokan Atmaca, Do 26 Jul 2018 08:46:46 CEST: > >> we are receiving an error as below. what is the cause of the problem? >>

Re: fpm problem

2018-07-26 Thread Gokan Atmaca
> we are receiving an error as below. what is the cause of the problem? > (32g ram , 240g ssd , xeon 8 cor cpu) nginx 1.10 version and php7.2-fpm... On Thu, Jul 26, 2018 at 9:46 AM, Gokan Atmaca wrote: > Hello > > we are receiving an error as below. what is the cause of the prob

fpm problem

2018-07-26 Thread Gokan Atmaca
Hello we are receiving an error as below. what is the cause of the problem? (32g ram , 240g ssd , xeon 8 cor cpu) WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 1 idle, and 143 total children

adsl bridge mode

2018-03-06 Thread Gokan Atmaca
Hello I got ADSL bridge mode. I can get ip address from DHCP from the service provider. How do I configure it ? thanks...

Re: nagios

2018-03-06 Thread Gokan Atmaca
st0 service_description Total Progress check_command check_nrpe!check_total_procs } On Tue, Mar 6, 2018 at 4:44 PM, emmanuel segura <emi2f...@gmail.com> wrote: > show us your nagios host definition > > 2018-03-06 14:26 GMT+01:00 Goka

Re: nagios

2018-03-06 Thread Gokan Atmaca
> Been a while since I've dealt with nagios, but don't you have to restart > / reload it in order for it to read teh config files again? hello I restarted and reloaded. Nothing changed. thanks. On Tue, Mar 6, 2018 at 2:40 PM, Dan Purgert <d...@djph.net> wrote: > Gokan Atmaca

nagios

2018-03-05 Thread Gokan Atmaca
hello I added 5 servers to Nagios. When I add the sixth, I can not see it in the web interface. But when I check it, it seems to exist. What would be the reason ? /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Nagios Core 4.3.4 Copyright (c) 2009-present Nagios Core

Re: hotspot

2018-03-05 Thread Gokan Atmaca
..) On Mon, Mar 5, 2018 at 5:22 PM, Dan Ritter <d...@randomstring.org> wrote: > On Mon, Mar 05, 2018 at 04:50:20PM +0300, Gokan Atmaca wrote: >> Hello >> >> I want to create a hotspot system on Debian. >> Can you help me with this? > > You need hos

hotspot

2018-03-05 Thread Gokan Atmaca
Hello I want to create a hotspot system on Debian. Can you help me with this? Thanks...

squid reporter

2018-02-28 Thread Gokan Atmaca
Hello I use the sarg reporting tool. But I need a more detailed and more stable reporting tool. Can you help me with this? Thank you.

squid ssl bump

2018-02-15 Thread Gokan Atmaca
Hello I am installing as follows. But "ssl_crtd" is not found ... installation steps ? apt-get build-dep squid3 apt-get install build-essential sharutils ccze libzip-dev libssl-dev apt-get install devscripts build-essential fakeroot apt-get install libssl-dev libcrypto++-dev libssl1.0-dev apt

Re: squid3 ssl-bump

2018-02-11 Thread Gokan Atmaca
> On 11.02.2018 21:28, Gokan Atmaca wrote: > >> I am getting an error like the following while compiling Squid3. (I >> want to install it with SSL-BUMP.) >> >> What can be the problem ? >> >> packages: >> apt-get install libssl-dev libcrypto++-dev

Re: squid3 ssl-bump

2018-02-11 Thread Gokan Atmaca
> http://squid-web-proxy-cache.1019090.n4.nabble.com/Build-errors-with-Squid-3-5-24-under-Debian-td4681637.html > > said you have to use libssl1.0-dev for compiling squid3 Thanks.. Now i try... On Sun, Feb 11, 2018 at 11:36 PM, Ulf Volmer <u.vol...@u-v.de> wrote: > On 11.02

squid3 ssl-bump

2018-02-11 Thread Gokan Atmaca
Hello I am getting an error like the following while compiling Squid3. (I want to install it with SSL-BUMP.) What can be the problem ? packages: apt-get install libssl-dev libcrypto++-dev apt-get build-dep squid3 apt-get install build-essential sharutils ccze libzip-dev libssl-dev

Re: bash array

2018-01-25 Thread Gokan Atmaca
ss" > done > > exec 3<&- > exec 4<&- I arranged according to this example. Very thanks. On Thu, Jan 25, 2018 at 4:34 PM, Greg Wooledge <wool...@eeg.ccf.org> wrote: > On Thu, Jan 25, 2018 at 03:35:35PM +0300, Gokan Atmaca wrote: >> The problem is: I

Re: bash array

2018-01-25 Thread Gokan Atmaca
yy zzz script: #!/bin/bash pass=$(cat pass.list) for i in user=$(cat user.list); do exampleporagram $i $pass; done On Mon, Jan 15, 2018 at 5:39 PM, Greg Wooledge <wool...@eeg.ccf.org> wrote: > On Sun, Jan 14, 2018 at 03:46:06PM +0300, Gokan Atmaca wrote: >> I ha

bash array

2018-01-14 Thread Gokan Atmaca
Hello I have the user list and the password list. I shot them with BASH. I want to give passwords to the usernames in these separate files in order. File names: Users.list Passwords.list In a loop, I have to not throw them into users of these passwords. I did this for it, but it did not work.

pastebinit

2017-12-27 Thread Gokan Atmaca
Hello I want to use the "pastebinit" service on the local network. Just for my own team. Is there such an application? thanks.

Re: Edimax ew-7711USn wirelees dongle problemi (Debian Stretch amd64)

2017-06-22 Thread Gokan Atmaca
> Merhabalar. Cihazı USB porttan takınca kablosuz ağlar görünüyor. Fakat > şifreyi girip bağlanmaya çalıştığımda "Arayüz yapılandırıyor" yazsı yazıyor. > ardından "devre dışı" bırakıldı yazıyor. Merhaba Ümit beyin dediği gibi "dmesg" çıktılarına göre uygun chipset driver set edip

Re: Fdisk

2017-01-20 Thread Gokan Atmaca
t ... Note: I fixed the fstab. On Fri, Jan 20, 2017 at 2:27 PM, <to...@tuxteam.de> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Fri, Jan 20, 2017 at 02:05:26PM +0300, Gokan Atmaca wrote: >> I did it. I first erased all parts. Without saying "W". Th

Re: Fdisk

2017-01-20 Thread Gokan Atmaca
Hash: SHA1 > > On Fri, Jan 20, 2017 at 11:59:36AM +0200, Georgi Naplatanov wrote: >> On 01/20/2017 11:54 AM, Gokan Atmaca wrote: >> > Hello >> > >> > Debian is running as a VM on the KVM. I enlarged the disk with QEMU. >> > But the disk is as follows. &

Fdisk

2017-01-20 Thread Gokan Atmaca
Hello Debian is running as a VM on the KVM. I enlarged the disk with QEMU. But the disk is as follows. So he did not grow up. Pre: root@debian:/home/gokan# fdisk -l Disk /dev/sda:[b] 40 GiB[/b], 42949672960 bytes, 83886080 sectors Units: sectors of 1 * 512 = 512 bytes Sector size

postfix-cluebringer problem

2016-12-01 Thread Gokan Atmaca
Hello I'm getting a table error. I got the database files from the site. Can you help with this ? Error: postfix-cluebringer[32765]: [2016/12/01-20:04:28 - 306] [CORE] ERROR: Database query failed: cbp::dblayer::DBSelect(107): Error executing select: Table 'policyd.access_control' doesn't exist

Re: autofs

2016-10-24 Thread Gokan Atmaca
nning ordered scripts... > ~ > > > 24 Ekim 2016 11:24 tarihinde Gokan Atmaca <linux.go...@gmail.com> yazdı: > >> > autofs.service failed because the control process exited with error >> > code. >> > See "systemctl status autofs.service" an

Re: autofs

2016-10-24 Thread Gokan Atmaca
autofs.service" and "journalctl -xe" for details. > > > 24 Ekim 2016 10:47 tarihinde Gokan Atmaca <linux.go...@gmail.com> yazdı: > >> > Sshfs ile bağlantı belli bir süre sonra kopuyor. Sshfs ile >> > bağlanabildiğimi belirtmek istedim. Ancak malesef a

Re: autofs

2016-10-24 Thread Gokan Atmaca
>> >> 21.10.2016, 17:49, "Engin Yilmaz" <eng...@gmail.com>: >> >> Ne yaptıysam olmadı teşekkür ederim ama pes ettim. nfs ile nfs'siz hepsini >> denedim. >> >> 21 Ekim 2016 14:35 tarihinde Gokan Atmaca <linux.go...@gmail.com> yaz

Re: autofs

2016-10-21 Thread Gokan Atmaca
Engin bey; Diğer tarafta linux görünüyor neden Cifs yernien Nfs kullanmıyorsunuz ? Linux daha performanslı calisacaktır. Yaptığınız ayarlarda doğru. Dmesg çıktılarınıda hatayla ilgili bilgileri görürsünüz. 2016-10-20 21:08 GMT+03:00 Engin Yilmaz : > Merhaba, Debian 8 testing

Re: L2TP over IPsec in Stretch Gnome Shell

2016-08-24 Thread Gokan Atmaca
> Any advise? Am I missing any packages? I highly recommend Racoon. No graphical interface feature. https://wiki.debian.org/IPsec On Wed, Aug 24, 2016 at 12:26 AM, Jiri wrote: > Hi all, > > Any advise how to establish L2TP over IPsec VPN in Stretch. I installed > strongswan

HTB Upload problem

2016-06-04 Thread Gokan Atmaca
Hello there I'm using the HTB qdisc. I do not have a problem with the download set as follows. However, there are problems with the installation. 1. method: tc qdisc del dev eth0 root handle 1: htb tc class add dev eth0 parent 1:0 classid 1:1 htb rate 1024kbit tc filter add dev eth0 protocol ip

Haproxy

2016-02-13 Thread Gokan Atmaca
Hello I use HAProxy. 443 I'm doing load balancing TCP connections. But sometimes I get kernel messages are as follows. What could be the reason for this ? Problem: [2793026.300029] TCP: Peer X.X.Y.Y:57485/80 unexpectedly shrunk window 1395809414:1395815254 (repaired) [2793967.963099] TCP:

jbd2-dm0-8

2016-02-08 Thread Gokan Atmaca
Hello I use KVM. In a virtual machine "jbd2 dm-0" disk I / O is very increases. It consumes up to 99%. For this reason, slowing down the other virtual machine. What should I do to solve the problem. ? Thanks..

Fail2ban

2015-09-13 Thread Gokan Atmaca
Hello I'm using the Fail2ban. I configuration below. I want to try to prevent the continuous password. Fail2ban password that does not prevent this form. What could be the problem ? Asterisk log; "Registration from '' failed for 'x.x.x.x:32956' - Wrong

Re: Varnish

2015-07-13 Thread Gokan Atmaca
Varnish cache does not work. (Static files. V4.0) On Mon, Jul 13, 2015 at 4:24 PM, Lisi Reisz lisi.re...@gmail.com wrote: On Monday 13 July 2015 14:20:02 Gokan Atmaca wrote: Hello; Static files (HTML, text, CSS, JS, XML) I want to make up memory. You will get more replies if you answer

Varnish

2015-07-12 Thread Gokan Atmaca
Hello I'm using Debian 8. Varnish I installed 4.0.3. A kind of html, jpeg, png file not run from my memory. PHP files are running. Sample configuration; http://paste.debian.net/281658/

KVM

2015-06-07 Thread Gokan Atmaca
Hello Guest (Debian jessie) operating system on KVM creating Failed to access Perfct ms My error. What could be the reason? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

ipset

2015-05-09 Thread Gokan Atmaca
Hello; I bought according to the IP address you want to embed list of AS numbers ipset. Example: awk '{print $ 2}' facebook-ip.list ipset-facebook How can I do this? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: ipset

2015-05-09 Thread Gokan Atmaca
PM, Gokan Atmaca linux.go...@gmail.com wrote: Hello; I bought according to the IP address you want to embed list of AS numbers ipset. Example: awk '{print $ 2}' facebook-ip.list ipset-facebook How can I do this? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: BASH

2015-05-01 Thread Gokan Atmaca
As an example, you can write one? Thanks. On Fri, May 1, 2015 at 11:57 AM, Floris jkflo...@dds.nl wrote: Op Thu, 30 Apr 2015 15:46:37 +0200 schreef Gokan Atmaca linux.go...@gmail.com: Hello Parameterized with BASH I want to write a script. For example: I want to put parameters

BASH

2015-04-30 Thread Gokan Atmaca
Hello Parameterized with BASH I want to write a script. For example: I want to put parameters such as ./script.sh --dic --file. How can I do this? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Bash

2014-11-15 Thread Gokan Atmaca
, 2014 at 10:45:19PM +0200, Gokan Atmaca wrote: I want to conditionally output from the bash command. for example telnet localhost 25 220 localhost.localdomain ESMTP Postfix #! / bin / bash COMMAND = `telnet localhost 25` if [$ COMMAND == 220 localhost.localdomain ESMTP Postfix] echo postfix

Bash

2014-11-14 Thread Gokan Atmaca
I want to conditionally output from the bash command. for example telnet localhost 25 220 localhost.localdomain ESMTP Postfix #! / bin / bash COMMAND = `telnet localhost 25` if [$ COMMAND == 220 localhost.localdomain ESMTP Postfix] echo postfix ok else echo postfix error -- To UNSUBSCRIBE,

Racoon

2014-09-29 Thread Gokan Atmaca
Hello I want to make using racoon IPSEC connection. My configuration is as follows. B site RouterOS (Mikrotik) are available. A kind of connection can not be established. Note: IP addresses are shown as examples. WAN sites: 1.1.1.1 LAN sites: 2.2.2.2 B's: 3.3.3.3 B's: 4.4.4.4 - A site

Re: Racoon

2014-09-29 Thread Gokan Atmaca
...@jorgensen.org.uk wrote: Hi On Mon, Sep 29, 2014 at 08:30:31PM +0300, Gokan Atmaca wrote: Hello I want to make using racoon IPSEC connection. My configuration is as follows. B site RouterOS (Mikrotik) are available. A kind of connection can not be established. What do you get in the logs

Re: Racoon

2014-09-29 Thread Gokan Atmaca
: [x.x.x.x] ERROR: phase1 negotiation failed. │ Sep 29 21:46:28 mx04 racoon: DEBUG: pfkey X_SPDDUMP failed: No such file or directory │ Sep 29 21:47:17 mx04 racoon: DEBUG: pfkey X_SPDDUMP failed: No such file or directory On Mon, Sep 29, 2014 at 10:40 PM, Gokan Atmaca linux.go

Re: Racoon

2014-09-29 Thread Gokan Atmaca
, Gokan Atmaca linux.go...@gmail.com wrote: In addition to the logs; Sep 29 21:46:02 mx04 racoon: [x.x.x.x] ERROR: couldn't find the pskey for x.x.x.x. │ Sep 29 21:46:02 mx04 racoon: [x.x.x.x] ERROR: failed to process ph1 packet (side: 1

Re: Bash Code Injection Vulnerability via Specially Crafted Environment Variables (CVE-2014-6271)

2014-09-25 Thread Gokan Atmaca
Hello This weakness than is sufficient to protect them do as follows. apt-get update and apt-get install --only-package bash On Thu, Sep 25, 2014 at 10:18 AM, Håkon Alstadheim ha...@alstadheim.priv.no wrote: According to

find

2014-09-24 Thread Gokan Atmaca
Within a directory backup tar.gz files you want to delete older than 1 day. I'm doing this as follows. But do not be. find /backup/ +1 -delete -mtime Can you help? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: find

2014-09-24 Thread Gokan Atmaca
Thanks for the correction. Indeed, will be as follows; find /arsiv/backup/ -mtime +1 -delete On Wed, Sep 24, 2014 at 5:37 PM, The Wanderer wande...@fastmail.fm wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 09/24/2014 at 10:29 AM, Gokan Atmaca wrote: Within a directory backup

Re: find

2014-09-24 Thread Gokan Atmaca
find /backup -mtime +0 -delete Command worked. So 7 days than what do I do to delete old files. Example: find /backup -mtime +6 -delete ? Thanks... On Wed, Sep 24, 2014 at 5:49 PM, Martin Steigerwald mar...@lichtvoll.de wrote: Am Mittwoch, 24. September 2014, 17:29:22 schrieb Gokan Atmaca

Samba group problem

2014-09-24 Thread Gokan Atmaca
hello How can I give permissions based on the groups SAMBA. ? for example: mkdir -p /fileserver/sales useradd -m sample-u1 usermod sample-u1 -G sales smbpasswd -a sample-u1 groupadd sales chgrp -R sales /fileserver/sales Smb.conf; [sales] comment = sales browseable = yes path =

Re: Oyun

2014-04-09 Thread Gokan Atmaca
Supertux2 ve Torus... iyidi. Birde gl-117 :) Ayrıca GNU Chess bir harika. :) 2014-04-08 20:24 GMT+03:00 Semetey Coskun semeteycos...@gmail.com: SUDO da yazilmayan var mi kontrol edelim. Paylasim icin tesekkurler. On 08 Apr 2014, at 19:03, Gokan Atmaca linux.go...@gmail.com wrote: Selamlar

Oyun

2014-04-08 Thread Gokan Atmaca
Selamlar, Ubuntu ve Debian oynanabilecek oyunlarin listesi; https://wiki.debian.org/Game Az önce Torus Trooper kurdum , süper bir oyun boş zamanlarda denenebilir. :D

  1   2   >