ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
aerospace[m] has joined #linux-sunxi
montjoie has joined #linux-sunxi
montjoie_ has quit [Ping timeout: 480 seconds]
fraolt has joined #linux-sunxi
fraolt_ has quit [Ping timeout: 480 seconds]
apritzel_ has quit [Ping timeout: 480 seconds]
MattTrescott[m] has joined #linux-sunxi
DanielakaCyReVolt[m] has joined #linux-sunxi
Danct12 is now known as Guest211
Danct12 has joined #linux-sunxi
_gastonmelo has quit [Quit: Konversation terminated!]
movedon5b2z4xywybidzannet[m] has joined #linux-sunxi
Danct12 has quit []
Daanct12 has joined #linux-sunxi
Daanct12 has quit []
Danct12 has joined #linux-sunxi
vagrantc has quit [Ping timeout: 480 seconds]
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
dittid[m] has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
enick_770 has joined #linux-sunxi
vagrantc has joined #linux-sunxi
vagrantc has quit []
DarkNeutrino has joined #linux-sunxi
obbardc has joined #linux-sunxi
vulpes2[m] has joined #linux-sunxi
warpme has joined #linux-sunxi
sajattack[m] has joined #linux-sunxi
ArminH616 has joined #linux-sunxi
ArminH616 has quit []
indy has quit [Ping timeout: 480 seconds]
bauen1_ has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
kuba2k2 has joined #linux-sunxi
Guest179 is now known as aperezdc
DarkNeutrino has quit [Remote host closed the connection]
Newbyte has joined #linux-sunxi
mripard has joined #linux-sunxi
mripard has quit [Remote host closed the connection]
max_ has joined #linux-sunxi
max_ has quit [Remote host closed the connection]
max_ has joined #linux-sunxi
max_ has quit []
mripard has joined #linux-sunxi
LordKalma has quit [Quit: Server has probably crashed]
LordKalma has joined #linux-sunxi
LordKalma has quit []
LordKalma has joined #linux-sunxi
LordKalma has quit []
LordKalma has joined #linux-sunxi
LordKalma has quit [Quit: Server has probably crashed]
LordKalma has joined #linux-sunxi
kuba2k2 has quit [Ping timeout: 480 seconds]
indy has joined #linux-sunxi
LordKalma is now known as Guest254
LordKalma has joined #linux-sunxi
Guest254 has quit [Ping timeout: 480 seconds]
_gastonmelo has joined #linux-sunxi
<_gastonmelo> hi to all Im using linux kernel 6.5 on armv7 and I installed php
<_gastonmelo> I checked the php info and is php-cgi
<_gastonmelo> i remove the COntent-type and X-powered from php.ini but for some reason Im still getting this char at the output
<_gastonmelo> ^M
<_gastonmelo> im using apache and php
<_gastonmelo> i tried to use remove_header but is not working. I tried to use str_remove with <br/ >
<_gastonmelo> but that wont work either
Tooniis[m] has joined #linux-sunxi
<apritzel> _gastonmelo: that doesn't look like sunxi (or even ARM) specific at all, it's probably more like a buildroot/PHP issue
<apritzel> Have you tried that on your host machine? Might be easier to debug there?
<apritzel> _gastonmelo: or ask in the #buildroot channel
<apritzel> you could also use buildroot to create an x86 image and run that in a container or QEMU
<_gastonmelo> hi
<_gastonmelo> thanks for reply
<_gastonmelo> im using the lichee pi board
<_gastonmelo> and had installed php
enick_770 has quit []
<_gastonmelo> if I run from terminal php test.php i just get the output correct, without headers
<_gastonmelo> if i run php-cgi test.php i got this strange header
<_gastonmelo> im using apache with php
<_gastonmelo> i configure php.ini to remove Content-type and X-powered from header
<_gastonmelo> but still getting this strange header
<apritzel> again, this looks like a generic PHP installation issue, people in this (sunxi) channel probably cannot help you with that
<_gastonmelo> can I just configure apache httpd to use php and not cgi?
warpme has quit []
warpme has joined #linux-sunxi
chuang[m] has joined #linux-sunxi
digetx is now known as Guest270
digetx has joined #linux-sunxi
kuba2k2 has joined #linux-sunxi
Guest270 has quit [Ping timeout: 480 seconds]
warpme has quit []
Danct12 has quit [Quit: WeeChat 4.0.3]
<gnarface> _gastonmelo: yes, you can, but that's a question specific to your linux distro, not arm. go hit up your linux distro's IRC channel for support. (i can tell you that if it's a debian derivative the apache support is in a separate package from the cgi stuff)
<_gastonmelo> i just download from torvald page the linux kernel
JohnDoe_71Rus has quit []
kuba2k2 has quit [Ping timeout: 480 seconds]
kuba2k2 has joined #linux-sunxi
engin33r has joined #linux-sunxi
engin33r has quit []
engin33r has joined #linux-sunxi
engin33r has quit []
JohnDoe_71Rus has joined #linux-sunxi
mripard1 has joined #linux-sunxi
<apritzel> _gastonmelo: that statement doesn't make any sense, please go to #buildroot and ask there ...
vagrantc has joined #linux-sunxi
junari has joined #linux-sunxi
junari has quit []
warpme has joined #linux-sunxi
kuba2k3 has joined #linux-sunxi
kuba2k2 has quit [Ping timeout: 480 seconds]
ungeskriptet has joined #linux-sunxi
ArminH616 has joined #linux-sunxi
warpme has quit []
ArminH616 has quit []
<buZz> quite sure 'how do i config apache' has nothing to do with kernel or allwinner :P
<buZz> also, getting a '^M' in output is 100% normal
apritzel has quit [Ping timeout: 480 seconds]
mripard has quit [Quit: mripard]
veremitz has quit [Quit: ZNC - http://znc.in]
veremitz has joined #linux-sunxi
<_gastonmelo> sure
<_gastonmelo> by checking it seems that the python script with import headers is not working
<_gastonmelo> i tried to use the libgpiod library
<_gastonmelo> and I installed from buildroot
<_gastonmelo> i removed the lines where i use the library and it works like it should be
<_gastonmelo> is there other way I can use gpio control without using the libgpiod?
kuba2k3 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit []
heartburn has quit [Remote host closed the connection]
kuba2k2 has joined #linux-sunxi
warpme has joined #linux-sunxi
veremitz has quit [Quit: ZNC - http://znc.in]
veremitz has joined #linux-sunxi
hentai has joined #linux-sunxi
warpme has quit []
apritzel_ has joined #linux-sunxi
hexdump01 has quit []
hexdump0815 has joined #linux-sunxi
ftg has joined #linux-sunxi
kuba2k2 has quit []
ftg has quit [Read error: Connection reset by peer]
hentai has quit [Remote host closed the connection]
hentai has joined #linux-sunxi
hentai has quit [Remote host closed the connection]
hentai has joined #linux-sunxi
hentai has quit [Remote host closed the connection]
hentai has joined #linux-sunxi
hentai has quit [Remote host closed the connection]