The collected works of BSDero - Page 2

Hi guys!!

I'm looking for a nice tutorial of Irix+Apache+Mysql+PHP, does anybody knows about some how-to?


Thanks in advance, guys

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
god, thanks man :)

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
:D mmmm some ideas crossed my mind

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
I think is better to include as default, developers or somebody would need to check what's relevant to the packages

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
kudos!!

Thanks!! This has been a very cool start of 2013!!

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
got it, reviewed the php software install selections in swmgr and selected php apache module and voila!!

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
that would be fine!!

I just installed neko_apache, neko_php5, neko_php5_mysql4, neko_mysql4 and used swmgr, unfolded the software selections in neko_php5 package and selected CLI.

After that opened httpd.conf and activated the php5 module.

that's all

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
Hi guys!!

Updated old neko_fossil package, previous one had a li'l bug related to SQLite transactions. This new package fixes that issue.

More info about fossil:

Fossil is a little but very useful control version software, with cool features and no bloat at all.
    Bug tracking and wiki
    Web Interface
    Autosync for distributed projects
    One single executable file, no extra files nor bloat
    CGI enabled
    Robust and reliable

I've been using this for one week in my Irix personal projects and it is exactly what I was looking for.
Simple, fast and with a nice web UI!! :D :D


Site here: http://fossil-scm.org

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
Thaks!! Works flawlessly in my SGI Fuel, thanks!! :)

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
What about a Fuel?

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
woa!! Hapy tenth anniversary!! Cheers!
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
got an old build of geany (2011), which is good for me.

If u like I can provide u with binaries.

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
Hi!! welcome aboard!! :)

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
if anybody is using fat to do interesting things, I found this page

http://ultra-embedded.com/?fat_filelib

It has portable code to use FAT filesystems.
I tested this some months ago with a dd extracted FAT filesystems of 100MB and it works flawlessly. It may works even for kernel modules.

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
Does anybody has development experience with driver develoment for Irix??
Or another O.S.?

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico
I do this question, cause I'm working in a USB stack in kernel mode in my free time.
I got stuck with USB transfers in UHCI module, altough the drivers detect when a new USB device is connected and disconnected.
The PCI host controller is detected, I'm using VIA VT6212 in a Fuel R14000.

Had to do some weird things, cause the Irix drivers developers manual does not cover some interesting functionalities, needed for a USB stack, like communication from one modules to another.

However, things seems to work, except DMA transfers from PCI Host Controller to DMA memory. (well, the UHCI transfers get stuck, no errors signals from host controller received... just a sudden stop in communication). I think it has something to do with the DMA management and transfers from the PCI controller, some Irix specific stuff....

Does anybody would like to check things? I'll send code under request.

_________________
__Zacatito__ Image 600 MHZ R14000; 17GBytes HD
__Nopalito__ Image 200 MHZ R5000; 9GBytes HD
Guadalajara, Jal and Aguascalientes, Ags
Mexico