FreeBSD mailing list reverse DNS problem

2005-04-29 Thread Ihsan
already. Thank you for your time, Ihsan __ Do you Yahoo!? Yahoo! Small Business - Try our new resources site! http://smallbusiness.yahoo.com/resources/ ___ freebsd-questions@freebsd.o

dhcrelay is setting the relay ip address wrong

2005-09-05 Thread Ihsan Dogan
and not 213.144.141.145 how it should be. In that case, the DHCP server is sending the reply to 192.168.23.1 and not to 213.144.141.145. Did I something wrong? A bug? Ihsan -- [EMAIL PROTECTED] http://ihsan.dogan.ch/ ___ freebsd-questions@f

Re: dhcrelay is setting the relay ip address wrong

2005-09-07 Thread Ihsan Dogan
fe3a0,0,0x0,{ AF_INET 213.144.141.146:67 },0xbfbfe38c) = 300 (0x12c) The dhcrelay is forwarding the request from the client correctly to the server, but it does not forward the reply from the server to the client. Ihsan -- [EMAIL PROTECTED] http://ihsan.dogan.ch/ _

Re: dhcrelay is setting the relay ip address wrong

2005-09-08 Thread Ihsan Dogan
On Wednesday, 07 Sep 2005 16:27 +0200, Ihsan Dogan wrote: > > The relay agent is acting exactly the way it should. When it gets a > > DHCP request in from a client, it uses its own address ON THE CLIENT'S > > NETWORK for the relay agent address. This way, the DHCP se

portupgrade coredumps

2007-09-29 Thread Ihsan Dogan
ool s -- What's going wrong here? Ihsan -- [EMAIL PROTECTED] http://blog.dogan.ch/ http://ihsan.dogan.ch/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailma

Re: portupgrade coredumps

2007-10-01 Thread Ihsan Dogan
Am 29.9.2007 22:55 Uhr, Ihsan Dogan schrieb: > [EMAIL PROTECTED]:~# portupgrade -a > [Updating the pkgdb in /var/db/pkg ... - 655 packages > found (-2 +1) (...)/usr/local/lib/ruby/site_ruby/1.8/pkgdb.rb:429: [BUG] > Segmentation fault > ruby 1.8.6 (2007-03-13) [i386-freebsd6] >

NFS file locking problems on 6.1

2006-11-15 Thread Ihsan Dogan
ne. When the applications are starting to lock files, it's impossible to lock files from the client anymore. I'm wondering now if I have a configuration mistake or a if I'm running into a bug. Ihsan -- [EMAIL PROTECTED] http://ihsan.dogan.ch/ ___

Re: Having problems with 'pcm' and on-board Crystal Sound

2003-12-16 Thread Ihsan Junaidi
David Kelly wrote: On Dec 15, 2003, at 5:18 PM, [EMAIL PROTECTED] wrote: (2) If I let the boot loader.conf bring in 'snd_pcm' before the kernel starts, it won't see the sound chips at all you will need csa bridge driver for use with Crystal's sound chips. put in your loader.conf: snd_csa_load

Re: Postfix and FreeBSD question

2003-12-16 Thread Ihsan Junaidi
[EMAIL PROTECTED] wrote: My question is that, by default, FreeBSD has sendmail up and running. I seem to vaguely remember that there were a few extra steps that were needed to remove and install postfix correctly. yes, there is. in /etc/rc.conf, disable sedmail by including this line: sendmail_enab

Re: Postfix and FreeBSD question

2003-12-17 Thread Ihsan Junaidi
Sven Pfeifer wrote: donĀ“t you need to add the extension ".sh" to your link? I fond the following in the handbook. what a miscue that was. thanks sven. it's /usr/local/etc/rc.d/postfix.sh symlink'ed to /usr/local/sbin/postfix ___ [EMAIL PROTECTED] mailin

rc initialization anomaly (some sections are being loaded twice)

2003-12-23 Thread Ihsan Junaidi
I upgraded a test system running 5.1 to 5.2 RC1 and with it, i came upon a few difficulties. firstly, the default login and su PAM configs are (mis)configured so that they totally ignored the password. so each user is able to login freely without being prompted for a password. but the one i'm a

Re: rc initialization anomaly (some sections are being loaded twice)

2003-12-24 Thread Ihsan Junaidi
Lowell Gilbert wrote: Ihsan Junaidi <[EMAIL PROTECTED]> writes: I upgraded a test system running 5.1 to 5.2 RC1 and with it, i came upon a few difficulties. firstly, the default login and su PAM configs are (mis)configured so that they totally ignored the password. so each user is able to

Migrating 5.2 from Pentium 4 to Athlon MP

2004-01-27 Thread Ihsan Junaidi
enSSL is capable of taking advantage of specific CPU instructions but other than that? Thank you for your time, Ihsan ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to &q

Re: browsing networks

2003-10-25 Thread Ihsan Dogan
On Saturday, 25 Oct 2003 02:38, Joe Marcus Clarke wrote: > Install devel/gnomevfs-extras, then enter smb:/// as the location. You > should see all your servers. I something similar available for nfs? Ihsan... -- Swiss Unix User Group: http://www.suug.ch/ Software Packages for Solaris

Detaching program from controlling terminal

2004-06-14 Thread Ihsan Junaidi Ibrahim
because once it entered daemon mode, it locked up the whole terminal and subsequent tries also suffered the same fate. If there's something that I have missed or there's better alternatives, please point it out. :) Thanks, Ihsan ___ [EMAIL PRO

Re: Detaching program from controlling terminal

2004-06-15 Thread Ihsan Junaidi Ibrahim
Usermin viable in this setting? Can centralized authentication mechanism such as LDAP/RADIUS/TACACS be recommended? Thank you for your time, Ihsan ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubs

Re: Detaching program from controlling terminal

2004-06-15 Thread Ihsan Junaidi Ibrahim
Volker Kindermann wrote: > what about giving them /usr/bin/passwd as the shell? So, the only thing they have to do is ssh to the system and they're asked for the password. Haven't tried this on FreeBSD yet, but it should work. Did a cursory testing just now and they seem to work. I'm going to con

Re: mod_auth_pam apache pam

2005-05-25 Thread Ihsan Junaidi Ibrahim
your apache is running as user www, that should explain why the authentication failed. The only workaround is to have your apache runs as root or use a different authentication back-end. -- Thank you for your time, Ihsan Junaidi Ibrahim, http://ihsan.synthexp.net __

Re: mod_auth_pam apache pam

2005-05-25 Thread Ihsan Junaidi Ibrahim
Ihsan Junaidi Ibrahim wrote: > I've encountered the problem as well and have lived without it since; if I recalled correctly from a previous reply on this list, pam_unix.so uses getpwnam () to fetch the password information. It will only return the password if the calling process has a

Quota support in GENERIC kernel

2005-04-29 Thread Ihsan Junaidi Ibrahim
i all, Is there any technical reason why quota support is not included in GENERIC kernel or at least be made a loadable module? I know it's not hard to recompile the kernel but why the hassle of doing that when a module or built-in feature can be included? I would like to utilize freebsd-update

Quota support in GENERIC

2005-04-29 Thread Ihsan Junaidi Ibrahim
ng FreeBSD for quite some time that quota is an essential feature that should be part of the GENERIC kernel. I hope I can get a good explanation for this. -- Thank you for your time, Ihsan, http://ihsan.synthexp.net ___ freebsd-questions@freebsd.org ma

RE: FreeBSD mailing list reverse DNS problem

2005-04-29 Thread Ihsan Junaidi Ibrahim
list (including this one). I'm not a DNS expert but for the life of me I can't see the correlation between a TTL and reverse lookup. -- Thank you for your time, Ihsan, http://ihsan.synthexp.net ___ freebsd-questions@freebsd.org ma

make delete-old question (removing old binaries)

2010-04-03 Thread Ihsan Junaidi Ibrahim
ply a cosmetic issue and I can just remove those binaries manually or if not so, is there a special configs needed to remove them. Apologize if this question has been asked before. -- Thank you for your time, Ihsan Junaidi Ibrahim ___ freebsd-ques

Maximum gif(4) interfaces

2011-10-18 Thread Ihsan Junaidi Ibrahim
Hi, I need to build a system that need to terminate a number of 6-in-4 and 4-in-4 tunnels. Can someone point me to a direction, with gif auto-cloning and on GENERIC, what is the maximum number of gif interfaces/tunnels that can be supported? I'm on 8.2. Thanks in advance._

IPMI SoL oddity on 9.0

2012-06-12 Thread Ihsan Junaidi Ibrahim
Folks, I'm hitting a roadblock on getting IPMI SoL up and running on my Supermicro box. It's a X9SCL-F with a dedicated IPMI LAN. I've installed ipmitool and set the necessary console redirects (COM1, COM2 and SoL) in the BIOS. The new AMI BIOS does not seem to indicate the SoL is sharing reso

Re: IPMI SoL oddity on 9.0

2012-06-13 Thread Ihsan Junaidi Ibrahim
; hint.uart.2.flags="0x10" The handbook does not seem to indicate this very clearly but well, now that it's working, I'm a happy man. ihsan On Jun 13, 2012, at 5:53 AM, Ihsan Junaidi Ibrahim wrote: > Folks, > > I'm hitting a roadblock on getting IPMI SoL u

Re: amd64, 57600 serial install help

2012-07-21 Thread Ihsan Junaidi Ibrahim
, take note it's interrupt number in the BIOS. You'll need to append the 0x10 flags to your UART device in device.hints file if the you plug in the cable at a non-default port. ihsan On Jul 22, 2012, at 1:47 AM, Paul Macdonald wrote: > > what am i doing wrong here? > &g

Quota problem

2002-09-21 Thread Ihsan Junaidi Ibrahim
ign of the quota.user/quota.group is corrupted? When I ran these tests, I removed userquota,groupquota from /home's fstab entry. Please help. Thanks in advance. -- Thank you for your time, Ihsan __ Do you Yahoo!? New DSL Internet Acce

Re[2]: Svsup problems

2002-09-22 Thread Ihsan Junaidi Ibrahim
ty patches? then use tag=RELENG_4_6. > -Adam I thought 4.6.2 is the RELEASE ver of the RELENG_4_6 tree. -- Thank you for your time, Ihsan __ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com To Unsubscribe: send

Re[2]: Quota problem

2002-09-22 Thread Ihsan Junaidi Ibrahim
Hello all, Thanks Matthew, it works now. I no longer have the hangup in apache and file operations. But I'm still stumped on why it happened, since I'm pretty sure I followed all the guidelines. Thanks again. -- Thank you for your t

Apache CGI problem

2002-09-25 Thread Ihsan Junaidi Ibrahim
plenty of good people over here that can help me. Just started with Apache a month ago and all seemed breezing smoothly up until now. So I guess, this is where the fun chapter begins. -- Thank you for your time, Ihsan __ Do you Yaho

Re[]: Apache CGI problem

2002-09-25 Thread Ihsan Junaidi Ibrahim
scripts to work. I wrote quite a few Perl and CGI progs and tested them on this very platform weeks ago and they executed well. For some inexplicable reason, I couldn't get them to work now. I even used my backup httpd.conf copy and still the problem persists. -- Thank you for your ti

Re: Apache CGI problem

2002-09-25 Thread Ihsan Junaidi Ibrahim
one on the system itself, the permissions were right and the syntax were definitely correct. I can't log in into my qmailadmin, sqwebmail and do administrative tasks now. I'm going to reinstall apache if that's going to help in any way. -- Thank you for your time, Ihsan

Re: Apache CGI problem

2002-09-25 Thread Ihsan Junaidi Ibrahim
Hello all, Thursday, September 26, 2002, 10:41:30 AM, freebsd-questions wrote: > Ihsan Junaidi Ibrahim <[EMAIL PROTECTED]> writes: >> I can't log in into my qmailadmin, sqwebmail and do administrative >> tasks now. I'm going to reinstall apache if that's

Re: Apache CGI problem

2002-09-26 Thread Ihsan Junaidi Ibrahim
uot;JDK/1\.0" force-response-1.0 # # SSL-specific configurations # Include etc/apache/ssl.conf ### Section 3: Virtual Hosts # # Use name-based virtual hosting. # NameVirtualHost 10.0.0.4 # Hosted sites Include etc/apache/vhosts --

Re: Apache CGI problem

2002-09-26 Thread Ihsan Junaidi Ibrahim
Hello all, Error 500 : Internal server error. -- Thank you for your time, Ihsan __ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-

Re: Apache CGI problem

2002-09-27 Thread Ihsan Junaidi Ibrahim
for your time, Ihsan Junaidi Ibrahim __ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re : Apache CGI problem

2002-09-27 Thread Ihsan Junaidi Ibrahim
right now, if I were to get the both CGI AND PHP running, I would have to comment the PHP LoadModule statement, start the server, uncomment it back, restart (apachectl restart) and the cylinders is all fired up. -- Thank you for your time, Ihsan __

Booting from a CD-ROM

2002-09-29 Thread Ihsan Junaidi Ibrahim
t explains up until unload and set kernel, if possible I want to use loader because I've done a few customizations in loader.conf which I don't know how to make it out without using a loader. Thanks in advance. -- Thank you for your time, Ihsan Junaidi Ibrahim _

Tiger MPX and mbmon

2002-10-21 Thread Ihsan Junaidi Ibrahim
Hello all, I'm using mbmon 2.00 (not available in the ports yet) and I'm getting mixed results partnering it with a Tyan Tiger MPX 2466-4M with 2 Athlon MP 1800+. The kernel does not support neither one of the Winbond chips (W83627HF & W83782D) used on this board hence the use of mbmon. mbmon s

apache2 "directory index forbidden by rule"

2002-11-14 Thread Ihsan Junaidi Ibrahim
Hello all, I have an apache manual directory located in /usr/local/share/doc/apache2 which I'm trying to link from my local website. I symlink the folder to a local folder in my home directory and all I'm getting is "directory index forbidden by rule" when I looked inside the log file. The prob

Adding new disk as the primary.

2002-11-21 Thread Ihsan Junaidi Ibrahim
Hello all, My disk is getting full and I'm thinking of getting bigger and faster disk to accomodate my installation. I do not want to do reinstallation and prefer to export previous settings in the present disk. There's too many of them that I have to customize and I hate to redo it all. The pr

Questions on OpenGL GLUT

2002-12-24 Thread Ihsan Junaidi Ibrahim
Hello all, 1) Where can I find GLUT on the ports 2) Are there multiple versions of GLUT serving the DRI and MESA? Thanks in advance __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: s

Adding to standard include path (GCC)

2002-12-25 Thread Ihsan Junaidi Ibrahim
Hello all, I'm a starter to programming in FreeBSD after a few years in Visual C++ and would like to delve deeper into it. But I have a few questions which I need answers. I hope it wouldn't be too much a burden to you. I have two gccs installed, 2.95.4 (stock gcc) and 3.1.1. 1) How do add to

Using GRUB with 2 kernels

2003-01-09 Thread Ihsan Junaidi Ibrahim
Hello all, How do I put in the GRUB's menu.lst, 2 different kernels, say /kernel and /kernel.old? I can't seem to boot /kernel.old using loader. How can I allow configure loader to boot the kernel not specified in loader.conf? It helps if I can have loader do the job for me automaticall

Postfix configuration (MX and whatnot)

2003-01-09 Thread Ihsan Junaidi Ibrahim
Hello all, I've installed Postfix MTA on my machine and I'm have a few questions pertinent to it. I've setup named on this machine which I configure in 10 subdomains under a domain, trigger.lan which is the hostname of my machine. I've put MX configuration to point to a CNAME under mail.trigge

Good integrated Athlon chipset for FreeBSD

2003-01-12 Thread Ihsan Junaidi Ibrahim
Hello all, I'm building a small workgroup (10 PCs) which will be used for software and network testing as well for day-to-day usage. We're also conducting small classes teaching UNIX for school students in our area. Therefore I'm looking for a good integrated Athlon chipset which are su

X11 problem. Simultaneous user connection on same machine.

2003-01-12 Thread Ihsan Junaidi Ibrahim
Hello all, I'm running KDE under a normal user and I couldn't seem to get some group of kcontrol to work properly. Whenever I need to adjust some settings such as Font Installer, Login Manager which requires root access (which I have), the Loading screen just stood there actionless when

Re: Good integrated Athlon chipset for FreeBSD

2003-01-12 Thread Ihsan Junaidi Ibrahim
On Monday 13 January 2003 04:28, Adam Maas wrote: > The nForce based boards would be your best bet. Good solid chipset with a > decent video core. You should be able to find one that's less expensive > than the Asus. Perhaps an MSI or Gigabyte. > Gigabyte doesn't make nForce. I'm keen on the MSI

emacs backup filename

2003-01-18 Thread Ihsan Junaidi Ibrahim
Hello all, It seems that every time I saved a file, emacs will create a backup of the previous copy and tack a ~(tilde) at the end of the filename. I find it annoying to have such feature, how do I turn it off? I'm using xemacs21 Thanks in advance. ___

Re: HP Printer not working?

2004-05-16 Thread Ihsan Junaidi Ibrahim
> On Thu, 03 Jun 2004 21:48:22 +0200, David Telyas wrote: > >I have an i386 running FreeBSD 5.2.1 and KDE, but I can't get my printer >working. It's a HP Deskjet 5550 connected via USB. I've heard about lpd >and cups, but don't know which one to use or what the difference is. So >can anyone guide a

make buildworld failed (crypto related)

2003-02-05 Thread Ihsan Junaidi Ibrahim
Hello all, I cvsup'ed my source early today and modified OpenSSH and OpenSSL to point to the ports collection. I modified make.conf to reflect my changes OPENSSH_OVERWRITE_BASE = true OPENSSL_OVERWRITE_BASE = true AND NO_OPENSSH = true NO_OPENSSL = true The OpenSSH came from /usr/ports/securi

Re: make buildworld failed (crypto related)

2003-02-05 Thread Ihsan Junaidi Ibrahim
On Thursday 06 February 2003 02:53, Kris Kennaway wrote: > On Thu, Feb 06, 2003 at 02:38:34AM +0800, Ihsan Junaidi Ibrahim wrote: > > Hello all, > > > > I cvsup'ed my source early today and modified OpenSSH and OpenSSL to > > point to the ports collection. I

Re: make buildworld failed (crypto related)

2003-02-05 Thread Ihsan Junaidi Ibrahim
On Thursday 06 February 2003 02:38, Ihsan Junaidi Ibrahim wrote: > Hello all, > > I cvsup'ed my source early today and modified OpenSSH and OpenSSL to point > to the ports collection. I modified make.conf to reflect my changes > > OPENSSH_OVERWRITE_BASE = true > OPE

Deleting /usr dedicated slice.

2003-02-09 Thread Ihsan Junaidi Ibrahim
Hello all, I just bought an 80 GB drive and would like move /usr partition to the new disk. I have a dedicated partition /da0s1f that is currently dedicated to it. /var partition resides in da0s1e. How do delete the slice that is occupying /usr and use that free space to extend /var? I read t

Can't start Mozilla

2003-02-13 Thread Ihsan Junaidi Ibrahim
Hello all, Ever since I upgraded to KDE 3.1 and all the relevant packages and ports, I've been unable to use Mozilla. It will not even start. Here's the error message. --- No running window found. (process:1119): GLib-GObject-CRITICAL **: gtype.c:1875:g_type_register_static():

Re: Can't start Mozilla

2003-02-13 Thread Ihsan Junaidi Ibrahim
On Friday 14 February 2003 08:31, Ihsan Junaidi Ibrahim wrote: > Hello all, > > Ever since I upgraded to KDE 3.1 and all the relevant packages and ports, > I've been unable to use Mozilla. It will not even start. Here's the error > message. > I'm using Mozi

How do I know a disk is bad?

2002-09-18 Thread Ihsan Junaidi Ibrahim
fsck messages. Thanks in advance. -- Thank you for your time, Ihsan Junaidi Ibrahim __ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fre

Re: How do I know a disk is bad?

2002-09-21 Thread Ihsan Junaidi Ibrahim
up and quotas.user remains as is the first time I ran edquota. At first I though a bad disk was the problem but it turned to be false although I'm not throwing that possibility out. I'm returning to 4.6.2 Release and see whether the problem persis