Re: Looking for info on how to install and configure suPHP on FreeBSD 8

2013-01-03 Thread Ilya Kazakevich
http://www.freshports.org/www/suphp/ Is not it what are you looking for? On Fri, Jan 4, 2013 at 2:29 AM, Matt Rauch wrote: > suPHP ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Re: http://localhost/phpmyadmin

2013-01-01 Thread Ilya Kazakevich
To open some url you need to use web browser. Sending URL to freebsd mail list would not open it. On Tue, Jan 1, 2013 at 5:01 PM, Bekim's Mac wrote: > > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freeb

Re: "Dialog" on some ports looks odd

2012-12-13 Thread Ilya Kazakevich
Hello, Your SSH client probably configured for different charset. 1) use "locale" command to check your LC_*. 2) echo $TERM to check terminal type 3) In case of putty check "Window / Translation / Remote charset" 4) In case of unix-based client check "locale" there. wrote: > Hey there, > > Ca

Re: netstat -i

2012-12-06 Thread Ilya Kazakevich
Hello Oliver, > > NameMtu Network Address Ipkts Opkts > > > em19000 00:0e:0c:5c:32:29 92M 129M > > > em19000 10.41.170/24 ufo2000 924K 926K > Use tcpdump to find out what traffic do you have there. There are a lot of protocols that work o

Re: redirect incoming telnet to com port

2012-12-03 Thread Ilya Kazakevich
hello everybody > > i have freebsd8.2. i want to redirect incoming telnet from telnet port to > a com port. i mean if somebody telnet to my system with a specific port (or > 22 which is default telnet port), connect to com port and can talk to modem > (something like cisco). > > is it possible or

Re: dual boot winxp & 9.1-rc3

2012-12-03 Thread Ilya Kazakevich
On Mon, Dec 3, 2012 at 5:40 AM, Fbsd8 wrote: > On an old 20gb hard drive I first installed winxp on the first half of the > HD. winxp booted fine. Then I installed 9.1-rc3 on the second half of the > HD. Now when I boot the HD I only get 9.1-rc3. Winxp created mbr and > installed winxp into first

Re: Gnome

2012-12-02 Thread Ilya Kazakevich
On Sun, Dec 2, 2012 at 10:36 PM, wrote: > Hello, I was wondering if you can use Gnome to run your FreeBSD server, > instead of using let's say Direct Admin ? > If so, is there any literature on it ? > Thank you, > Sam Fasciano > Sent from my Verizon Wireless BlackBerry > You can always install X

Re: set connection to a modem

2012-12-02 Thread Ilya Kazakevich
Hello, ppp is used when you want connect to internet via modem. i just want to > config my modem by AT command. > when my ppp.conf file is empty, i can talk to my modem so this config file > do nothing what you want talk to your modem. > > if i want to talk to my modem by a specific speed, which c

Re: i386 vs amd64

2012-11-30 Thread Ilya Kazakevich
> How does the system know what is OS and what is 32-bit apps? > "OS" works in kernel space while application is not. PAE affects paging system allowing software to address 2^36 bytes of memory. You can access it in kernel space, but user space applications are limited to 2^32 bytes of virtual mem

Re: clearing /var/tmp in periodic.conf?

2012-11-29 Thread Ilya Kazakevich
Any process that stores data there would be really surprised when you clear it:) PHP uses tmp to store sessions and that is a good example:) tmp may be cleaned after server restart On Thu, Nov 29, 2012 at 8:19 PM, Gary Aitken wrote: > Any reasons why one should not clear /var/tmp via periodic.co

Re: i386 vs amd64

2012-11-29 Thread Ilya Kazakevich
Hello, On Thu, Nov 29, 2012 at 2:57 PM, Bill Tillman wrote: > i386 will not see anything above 4 GB Actually you *can* give access to >4Gb RAM for your system: PAE allows you to use 36 bits instead of 32 to address your memory (and supported till Pentium Pro) but that is only for OS (32bit app

Re: set connection to a modem

2012-11-29 Thread Ilya Kazakevich
Hello, honestly, i should do it for my boss and don't know what he should want > exactly to do but i am sure that he has an external serial modem and wants > to config it by AT commands via a freebsd system; therefore i think our > connection is dial-out. > 1) Make sure your serial port and modem

Fwd: set connection to a modem

2012-11-28 Thread Ilya Kazakevich
> i want to connect my freebsd system to modem and configure it via my > freebsd. i thought that i should change /etc/ttys file to set speed and > other configuration. in order to check if i am right or not, i comment ttyu > line in ttys file and expect the modem got disconnected but the modem stil

Re: Bind99 stopped resolving for external queries

2012-11-21 Thread Ilya Kazakevich
Hello, > From my laptop if I ping the server: > ping www.mydoamin.com > ping: cannot resolve www.mydoamin.com: Host name lookup failure > > But if I log in to the server and do the same ping, it works fine. > > 1) check your laptop is configured to work with this DNS server (cat /etc/resolv.conf

Re: freebsd 8.2 on amd64 opteron

2011-04-04 Thread Ilya Kazakevich
Could you provide us this message? On Tue, Apr 5, 2011 at 2:08 AM, David Collins wrote: > Hi List, > > I have been using FreeBSD for a number of years and love it. I have a > friend who is competent it linux and wanted me to help him get started > with BSD. > > He has an amd64 opteron dual core 2

Re: Easiest desktop BSD distro

2011-03-30 Thread Ilya Kazakevich
> > If there is a choice between making things easy to learn and easy to use, > the design principle is to make it easy to use - even if that comes at the > cost of a steeper learning curve. > And you can always create easy-to-learn GUI-based tool that works on the top of low-level tools. BTW Micro

Re: searching for a good IDE

2011-03-27 Thread Ilya Kazakevich
If you use VI, be sure to install http://insenvim.sourceforge.net/ :))) Intellisense is the difference between IDE and text editor On Sun, Mar 27, 2011 at 10:57 PM, Chris Brennan wrote: > On Sun, Mar 27, 2011 at 2:07 PM, Chip Camden > wrote: > > Quoth Charlie Kester on Sunday, 27 March 2011: > >

Re: searching for a good IDE

2011-03-27 Thread Ilya Kazakevich
AFAIK intellij has several IDEs (for python, ruby, php) but not sure about c and c++ Their java ide is very good and popular, and other based on the same platform, so they may be good too. On Sun, Mar 27, 2011 at 5:41 PM, Alokat wrote: > Hi, > > I'm searching for a good IDE for my development s

Re: boot linux

2011-03-22 Thread Ilya Kazakevich
You need to install boot0cfg in your MBR man boot0cfg http://www.freebsd.org/doc/en/books/handbook/boot-blocks.html Honestly you can use any MBR loader you like (grub, lilo, boot0cfg, windows). Windows can't access boot sector on non-

Re: FreeBSD Boot

2011-03-21 Thread Ilya Kazakevich
You can use "fdisk -B" to install non-interactive boot manager. Or you can use -t in boot0cfg to make timeout equals to zero. If after it you STILL have "F1" -- you probably boot from another drive: not da0 but da1. How many drives do you have? Check your BIOS settings to find which drive you boot

Re: [solved] How to tell whether CPU supports x64?

2011-03-18 Thread Ilya Kazakevich
> >AMD Features=0x2010 >AMD Features2=0x1 >Cores per package: 16 > Logical CPUs per core: 2 > > The Intel site does say the E5520 supports x64. It seems the lack of LM > in the original system does in fact mean it's a 32-bit only processor. > Look again: AMD F

Re: adding SRV records to a FreeBSD server

2011-03-17 Thread Ilya Kazakevich
Hello, What name server do you use? I am almost sure you have BIND. You must open your zonefile, add SRV record and reload zone. I think your zonefile is somewhere in /etc/namedb/ read bind manual, man named and man ndc (or rndc) to solve your problem. Your question is not about freebsd but abou

Re: adding SRV records to a FreeBSD server

2011-03-17 Thread Ilya Kazakevich
Ola, You have BIND 8.3 as you wrote to me. Check manual if it supports SRV records. If so -- you do not have to upgrade your OS now. FreeBSD 4 is REALLY OLD but I do not think upgrading freebsd is what you want to do now: your issue is to update SRV record, right? On Fri, Mar 18, 2011 at 12:48 A

Re: How to tell whether CPU supports x64?

2011-03-17 Thread Ilya Kazakevich
Afaik there should be "LM" in "AMD features" output. Even for Intel. Grep your dmesg.boot for LM. On Fri, Mar 18, 2011 at 12:33 AM, Tait wrote: > I have a remote server, and I'd like to know if it will support > 64-bit instructions. Is there some way I can tell? It's running 32-bit > FreeBSD

Re: postfix / windows live mail problems (possibly OT)

2011-03-16 Thread Ilya Kazakevich
Your postfix does not relay mails from this client. See http://www.postfix.org/SMTPD_ACCESS_README.html I suggest you to remove your IPs from messages next time. By the way, postfix should have its own mail-list, not freebsd:) On Wed, Mar 16, 2011

Re: Booting from firmware RAID

2011-03-16 Thread Ilya Kazakevich
My boot0 freezes. I found discussion where guy told that extipl works fine but boot0 not because extipl uses LBA instead of CHS and some raids do not support CHS. It is new to me that BIOS allows LBA but I will try extipl now. On Wed, Mar 16, 2011 at 5:11 PM, b. f. wrote: > > This is probably mo

Re: Booting from firmware RAID

2011-03-16 Thread Ilya Kazakevich
Thank you. I configured boot0 to my ar0 and tried to boot from it. It freezes. I use RAID10 and Intel-ICH7. Looks like I've faced with some other troubles.. Ilya. On Wed, Mar 16, 2011 at 4:05 PM, mcoyles wrote: > >This is probably more PC-specific than freebsd-specific question. I have > >inte

Booting from firmware RAID

2011-03-16 Thread Ilya Kazakevich
Hello, This is probably more PC-specific than freebsd-specific question. I have intel firmware raid. OS needs drivers to work with it. FreeBSD sees it as ar0, so it has drivers. But I want my OS to be installed on this drive and boot from it. It is not good idea, but I really want to do it:) Is it