Search results

  1. ligregni

    Parse parameter files

    Hi there! I am in a development project at FreeBSD, I need to parse some files (like /etc/security/audit_control) but I don't know how to do it, so, I am asking for your help (I tried to find the source that parses that file but got no success, or maybe there are like library functions in...
  2. ligregni

    Audit_warn, how?

    Hi This time is one kind of hard since there is almost none doc about that. How do I tune audit_warn to do something when a trail has been closed? Let's put in in an example, I want audit_warn no write to terminal "Trail closed!" (I know there is no a controlling terminal, the "echo" is...
  3. ligregni

    How to use Skype on FreeBSD?

    GOT THE SOLUTION!!! Using FreeBSD 8.0, Skype 2.0 for linux If you can hear your microphone but no "send sound" in Skype, or other devices, it's simple (well, find the solution is not so simple...): ligPhenom# mixer Mixer vol is currently set to 80:80 Mixer pcm is currently...
  4. ligregni

    Get remote host from server - sockets

    Hi all! I bring this time a programming question. I am using Berkeley sockets under TCP protocol, I want to get in the server the hostname of the client that is connecting with me, this is: server: user@hostServer client@ user@hostClient Is there a function (I think maybe the...
  5. ligregni

    Installing software from host to Jail

    Hi!, this time I have an easy one I have installed some software in my host system, and I then created a Jail, it is working fine, but, the only thing I can't do is install software from packages and/or ports in the Jail since I have not yet configured internet access from the Jail. I think...
  6. ligregni

    Enable network interface in Jail

    I am a newbie Jail's user, I can't get this working: I got the Jail working, I also can put some services (small socket programs) and run it with clients in the host system, also, I can access SSH server in the Jail from remote systems using NAT, that is, the network interface in the Jail is...
  7. ligregni

    Screenshots

    How to get a screenshot? Hi!, I am a Fluxbox/FreeBSD user, and I like it a lot for it's simplicity, but, how can I get some screeshots of my "screen"??? I mean, wich port I should use and how to use it! Thanks
  8. ligregni

    SSH in Jails (accesing from other location)

    Solved!!! Solved!!! (I can't edit my threads so ask for a moderator to change it)
  9. ligregni

    SSH in Jails (accesing from other location)

    Thanks "anomie" I solved the problem following your advice, NAT was the answer. Some config files to show the solution: Host's /etc/rc.conf gateway_enable="YES" firewall_enable="YES" firewall_type="OPEN" natd_enable="YES" natd_interface="vr0" natd_flags="-f /etc/natd.conf" Host's...
  10. ligregni

    FreeBSD Program Compiling-Installing

    Hi everyone! I am a FreeBSD user since 3 years ago, I now I am getting started in it's development. The first trouble I got is: "how to implement the changes I made?" For example, I want to modify the source code of audit.c located at /usr/src/sys/security/audit/audit.c, OK, I just put a...
  11. ligregni

    SSH in Jails (accesing from other location)

    Hi all I have read many docs about Jails, including the Handbook, the jails(8) man page, and searched for some threads here talking about that, but I have no answer yet. I am running a 8.0-FreeBSD machine, installed a Jail in it and I can successfully start/enter/login into it. My specs are...
  12. ligregni

    BOOTING FreeBSD without CD

    S o l v e d!!!
  13. ligregni

    BOOTING FreeBSD without CD

    Hi there! This is my issue. I am an non-amateur BSD user, but I am getting crazy with this. I have an Acer notebook, without CD-ROM drive, without floppy (obviously), so, the only thing I have to boot are my USBs ports and the network adapter. I have an USB-HD where I have previously...
  14. ligregni

    Installing: Another Linux user...

    HERE SOMETHING THAT COULD HELP!!! Hi, I know what you are passing for, you have now configured the X Window System, but, you need a Window Manager (plus a desktop if you want), so, you have firstly to install it. The magic starts here, you can install any of the WM/Desktop you want (even...
  15. ligregni

    installing on USB

    SURE YOU CAN!!! I said that because I have already do it. Here is what I have: - A Laptop HD in an USB/IDE adapter, so I can use it as an external drive - It works in almost any computer The steps are here: 1.- Boot from CD in ANY machine (your laptop recommended, but not needed)...
  16. ligregni

    what do you use to debug C/C++?

    The easiest way to debug main () { #ifdef DEBUG printf("It reached checkpoint A"); #endif return 0; } gcc -DDEBUG c.c I know it is too primitive, but it works for me (I wanna learn to use the gdb mentioned above. Greetings from Mexico Sergio Ligregni
  17. ligregni

    Use PC-BSD xorg.conf IN FreeBSD

    Hi everyone!, here is the deal. I am a PC-BSD user / FreeBSD not_too_dedicated user, and I have PC-BSD installed on my notebook, it works ok and ... BUT!, I have other PC, an old one, really old can I say, it has 256 MB RAM and an Intel Celeron 1.8 2.0 Ghz, I can use FreeBSD there, I have...
  18. ligregni

    Which is your Favourite Linux?

    The linux I would join with FreeBSD is... Hi!, This is my first post here!!!, I noticed that FreeBSD has it own forums... TODAY!!! About the linux I like (and, as the Thread creator said, I love FreeBSD), it will be Slackware. Why?, because it is not too easy, just like FreeBSD, I love...
Back
Top