Re: Anjuta and RH9.

2003-07-28 Thread Lewi
what anjuta version do you have?
lately I recompiled anjuta-1.1-1.src.rpm from anjuta
websites, compiled succesfully, and running well

--- "Jones, Keith" <[EMAIL PROTECTED]> wrote:
> Anyone use this combination? There seems to be an
> issue with compiling and I
> wondered if anyone had a fix. Thanks,
> 
>   _  
> 
> Keith 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


=
---
ichtus
ICQ: 50643061

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Redhat utility for orinoco pccard

2003-07-05 Thread Lewi
just use redhat-config-network and add "Wireless
Connection", it will do it for u

it's good tool to do that
--- ALAIN PATRICK AINA <[EMAIL PROTECTED]> wrote:
> 
> where can i found an orinoco pccard utility for
> redhat. I mean utility for 
> managing the card (SSID,WEP etc)
> 
> thanks
> 
> --alain
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


=
---
ichtus
ICQ: 50643061

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: backup copy /home/user

2003-06-21 Thread Lewi
I used this for backup my "home" in CDRW media,

# mkisofs -R -l -L -V BACKUP -P ICHTUS -uid 500 -gid
500 -hide-rr-moved -graft-points /ichtus/=/home/ichtus
| cdrecord dev=0,0,0 fs=4096k -v driveropts=burnfree
speed=4 -eject -

change to your own setting for some parameter

Christopher Russell wrote:

> I am trying to copy /home/user from one RH9 machine
to another RH9
> machine, using a CDR; but the files and directories
lose their
> permissions. How should this be done properly,
please?
> 
> WHAT I'VE DONE SO FAR:
> I used a CDR, and syntax from RH8 Bible by Negus,
p471.
> 
> mkisofs -o /var/tmp/user.cd /home/user
> cdrecord -v speed=10 dev=0,0,0 -data
/var/tmp/user.cd
> 
> WHAT HAPPENS:
> On copying the files and directories into the new
/home/user 
directory,
> icons are labeled as user not having necessary
permissions. e.g.,
> /evolution has changed from 700 to 555, /stuff has
changed from 755 
to
> 555, and a .html file has changed from 664 to 555.
> 
> WHAT I THINK THE PROBLEM IS:
> A CD is an archive media, and so it's something in
the way I made the
> CD,-
> 
> but what should have been the way to do this,
please?
> 
> Thanks in advance,
> Chris
> 
> 

=
---
ichtus
ICQ: 50643061

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Need help: Recompile kernel for NTFS mount support

2003-06-15 Thread Lewi
as long as I know, redhat doesn't provide this in
their release.

but if you can recompile kernel to get support
mounting ntfs,
there is some simple step:
1. in the /usr/src/linux-2.4
2. make mrproper
3. make menuconfig
4. load config from
configs/kernel-2.4.20-[arch].config
(as default config in redhat kernel)
5. add ntfs support in fs or filesystem menu
6. save (exit from menuconfig)
7. 
# make dep && 
  make bzImage &&
  make modules &&
  make modules_install &&
  make install
  (this will add your new kernel image in /boot)

--- dch <[EMAIL PROTECTED]> wrote:
> Apparently 2.4.20-18.9, as compiled by Red Hat, does
> not include support
> for NTFS mounts. I downloaded the source but I'm
> lost. Can someone point
> me in the right direction?
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


=
---
ichtus
ICQ: 50643061

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


Re: Java in Galeon

2003-06-14 Thread Lewi
all u have to do is just make links
libjavaplugin_oji.so in plugins dir in 
mozilla homedir, and galeon will have plugins
installed too

--- Manuel Aróstegui Ramirez <[EMAIL PROTECTED]>
wrote:
> I have installed the Java plugin called
> jre-1.3.1_08-fcs
> But I don't know how to use it with Galeon 1.2.6.
> Any help will be apreciated.
> Thanks in advance
> 
> =
> --
> 
> Manuel Aróstegui Linux user 200896
> 
> ___
> Yahoo! Sorteos  -  http://loteria.yahoo.es
> Juega a la Lotería Primitiva sin salir de casa
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
> https://www.redhat.com/mailman/listinfo/redhat-list


=
---
ichtus
ICQ: 50643061

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


iptables owner match error with 2.4.20-13.8?

2003-06-03 Thread Lewi
before I have this script in /etc/sysconfig/iptables,
and running fine, but after I update kernel to
2.4.20-13.8
when I ran this:
# iptables -A OUTPUT -m state --state
RELATED,ESTABLISHED -m owner --uid-owner ichtus -j
ACCEPT
iptables: Invalid argument

just that, :(
I try with 2.4.20-x.9 in redhat 9 work, so what's
break this?


=
---
ichtus
ICQ: 50643061

__
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


logwatch sshd empty log

2003-02-25 Thread Lewi Supranata K
I watch report from logwatch in redhat8.0 don't report sshd, 
is there any issue about this?

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
IPLUG Team
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list


Re: some problem with psyche (php & gtoaster)

2002-11-20 Thread Lewi
On Thu, Nov 21, 2002 at 11:08:51AM +0700, Lewi wrote:
> thank you,
> I have some workaround for this, 
> look about strace report when gtoaster import session, 
> it seems gtoaster try to create links from source to $tmp/gtoaster_cdfs
> then segmentation faults, 
> so I trial & erros, I uncheck the options 
> "use create call to determine tracksize" in ISO9660 tab
> 
don't try this, 
it just break things in determine size when import session
sorry for that

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: some problem with psyche (php & gtoaster)

2002-11-20 Thread Lewi
On Thu, Nov 21, 2002 at 02:27:11AM +0700, Lewi wrote:
> I have set safe_mode directive in php.ini 
> but when I try to open index.php that only contain
>  phpinfo()
> ?>
> --
> comes errors like this in browser
> 
> Warning: SAFE MODE Restriction in effect. The script whose uid/gid is -1/-1 is not 
>allowed to access /home/ichtus/public_html/index.php owned by uid/gid 500/500 in 
>Unknown on line 0
> 
> Warning: Failed opening '/home/ichtus/public_html/index.php' for inclusion 
>(include_path='.:/usr/share/pear') in Unknown on line 0
> --
> who is -1/-1?
> 
I think I must search better in google with better keywords :)
http://bugs.php.net/bug.php?id=17466

btw
thank you 

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: some problem with psyche (php & gtoaster)

2002-11-20 Thread Lewi
On Wed, Nov 20, 2002 at 10:24:32PM +0200, Marius Andreiana wrote:
> On Mi, 2002-11-20 at 21:27, Lewi wrote:
> > when I want to make a multisession cd with gtoaster, 
> > ...
> > is there any bugzila issue about this? 
> You can go to http://bugzilla.redhat.com, query on all open bugs on
> gtoaster and get this list
> 
>https://bugzilla.redhat.com/bugzilla/buglist.cgi?component=gtoaster&bug_status=NEW&bug_status=VERIFIED&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=MODIFIED&email1=&emailassigned_to1=1&email2=&emailreporter2=1&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&short_desc=&long_desc=&bug_file_loc=&status_whiteboard=&cmdtype=doit&newqueryname=&order=Bug+Number+Ascending&form_name=query
> 
> Next, check the main gtoaster home page.
> 
thank you,
I have some workaround for this, 
look about strace report when gtoaster import session, 
it seems gtoaster try to create links from source to $tmp/gtoaster_cdfs
then segmentation faults, 
so I trial & erros, I uncheck the options 
"use create call to determine tracksize" in ISO9660 tab


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



some problem with psyche (php & gtoaster)

2002-11-20 Thread Lewi
I have set safe_mode directive in php.ini 
but when I try to open index.php that only contain

--
comes errors like this in browser

Warning: SAFE MODE Restriction in effect. The script whose uid/gid is -1/-1 is not 
allowed to access /home/ichtus/public_html/index.php owned by uid/gid 500/500 in 
Unknown on line 0

Warning: Failed opening '/home/ichtus/public_html/index.php' for inclusion 
(include_path='.:/usr/share/pear') in Unknown on line 0
--
who is -1/-1?

the second problem is,
when I want to make a multisession cd with gtoaster, 
with the correctly mount point in the configuration, 
thereis error that cause gtoaster exits when I click "Import Session"
I have never have this problem before in rh7.3, 
is there any bugzila issue about this? 

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: trying running dos in new kernel patched from redhat

2002-11-16 Thread Lewi
On Sat, Nov 16, 2002 at 02:47:32PM -0600, Joseph A Nagy Jr wrote:
>  From RHN about the new kernel:
> 
> "The kernel in Red Hat Linux 7.1, 7.1K, 7.2, 7.3, and 8.0 are vulnerable to
> a local denial of service attack.  Updated packages are available which
> address this vulnerability, as well as bugs in several drivers.
> 
> Description:
> The Linux kernel handles the basic functions of the operating system.
> A vulnerability in the Linux kernel has been discovered in which a non-root
> user can cause the machine to freeze. This kernel addresses the
> vulnerability.
> 
> Note: This bug is specific to the x86 architecture kernels only, and does
> not affect ia64 or other architectures.
> 
> In addition, a bug in the maestro3 soundcard driver has been fixed as well
> as a bug in the xircom pcmcia driver network driver and the tg3 network
> driver for Broadcom gigabit ethernet chips."
> 
yes, I have read that, and I watch thereis a patch file to fix this, 
I think there is difference in that patch file and the patched file in
kernel source-2.4.18-18-7.x from redhat

> -- 
> Joseph A Nagy Jr Purgatory is where Windows users go when they
> Founder and CEO  die so they can figure out Linux and ascend into
> Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
> http://jan-jr-ent.homelinux.org  Linux - The Choice of Every Generation
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



msg95541/pgp0.pgp
Description: PGP signature


Re: trying running dos in new kernel patched from redhat

2002-11-16 Thread Lewi
On Sat, Nov 16, 2002 at 02:25:57PM -0600, Yoink! wrote:
> On Sun, 17 Nov 2002, Lewi wrote:
> > I have just update new kernel 2.4.18-18 from redhat,
> > the problem is when I running the c source from bugtraq
> > it still report segmentation fault,
> >
> > [ichtus@mbone ~]$ ./dos-kernel.i386
> > Segmentation fault (core dumped)
> 
> Not enough info.
> 
>  gdb -c core ./dos-kernel.i386
> 
> then type "bt" when gdb starts up and post the output of all that to the
> list.
> 
[ichtus@mbone ~]$ gdb -c core ./dos-kernel.i386
GNU gdb Red Hat Linux (5.2-2)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...
Core was generated by `./dos-kernel.i386'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/i686/libc.so.6...done.
Loaded symbols for /lib/i686/libc.so.6
Reading symbols from /lib/ld-linux.so.2...done.
Loaded symbols for /lib/ld-linux.so.2
#0  0xbac0 in ?? ()
(gdb) bt
#0  0xbac0 in ?? ()
#1  0x40048657 in __libc_start_main (main=0x8048430 , argc=1,
ubp_av=0xbb44, init=0x80482bc <_init>, fini=0x80484b0 <_fini>,
rtld_fini=0x4000dcd4 <_dl_fini>, stack_end=0xbb3c)
at ../sysdeps/generic/libc-start.c:129

I have try the second format of dos that can be found in the internet
succesfully hang rh8.0 in my home, so I don't dare to try it on 
"online" server.
I found that when I running the above binary in rh8.0 it's not produce any
core file

so what is that meant? 

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



msg95539/pgp0.pgp
Description: PGP signature


Re: Something eating my resources

2002-11-16 Thread Lewi
On Sat, Nov 16, 2002 at 06:56:02PM -0400, Vano Beridze wrote:
> Hello
> I got RH8 installed on my athlon XP 1800+ 512MB DDR.
> After a work I leave my pc turned on and locked (no program running, 
> just as after first login)
> Sometimes I come to work and see that my PC is dieing. Apparently there 
> is some process eating my CPU, but I can't find it.
> I tried “ps -ef” and top and also detailed system monitor but none of 
> them are showing that some of the processes is taking 99% of CPU. Top is 
> saying that system is taking 99% of CPU. Once top showed a process named 
> gdm-binary that was using my CPU so hard.
> 
> The only thing I can really do to work normally is to reboot.
> 
> Can anyone help me either how to find that damned process or give me 
> some workaround
> 
> Thank you in advance
> 
> Regards
> Vano Beridze
> 
try this, I hope this will help:
# strace -p named_pid
it will show u what's named doing

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



trying running dos in new kernel patched from redhat

2002-11-16 Thread Lewi
I have just update new kernel 2.4.18-18 from redhat, 
the problem is when I running the c source from bugtraq
it still report segmentation fault, 

[ichtus@mbone ~]$ ./dos-kernel.i386
Segmentation fault (core dumped)


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: simultanous passwd & sftp problem? -- 50% solved

2002-11-15 Thread Lewi
On Fri, Nov 15, 2002 at 08:19:39PM +0700, Lewi wrote:
> if ran passwd command simultanous, seems another passwd command waiting for
> the first passwd command to finish then the second passwd show 
> 
> first passwd command running show:
> Changing password for user ichtus.
> Changing password for ichtus
> (current) UNIX password:
> 
> second passwd command just show:
> Changing password for user ichtus.
> 
> and stop on that, wait for the first finish
> 
> I check redhat7.3 in my home got that problem too(with recently update too), 
I found in the mandrake server that I have try can running passwd two or more use this 
in /etc/pam.d/passwd: 
auth   required /lib/security/pam_pwdb.so shadow nullok
accountrequired /lib/security/pam_pwdb.so
password   required /lib/security/pam_cracklib.so retry=3
password   required /lib/security/pam_pwdb.so use_authtok nullok shadow md5

redhat use this:
auth   required/lib/security/pam_stack.so service=system-auth
accountrequired/lib/security/pam_stack.so service=system-auth
password   required/lib/security/pam_stack.so service=system-auth

when I change with pam_pwdb.so, it can work.
why redhat use pam.d like that? is there any security issue using pam_pwdb.so?


> 
> and the second problem is, with rh7.1 and openssh-3.1p1-5
> theres is some problem with some users when I use sftp to that user

I have search in the internet with keywords 
"Received message too long 1147761515"

and have an idea ( I can't read that email ) to change shell in that user with csh 
(from bash)
and it's work, so this is just workaround about this problem, 
but the strange is, I have a user that I used that have bash shell, it's doesn't need 
to change sheel for sftp work, it's strage hah?
so what the solutions for this problem?


> 
> -- 
> ichtus
> --
> Lewi Supranata .K
> ICQ: 50643061
> About Me :  http://lewi.f4boys.com 
> Homepage :  http://mercury7.petra.ac.id/~ichtus
> GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



msg95320/pgp0.pgp
Description: PGP signature


simultanous passwd & sftp problem?

2002-11-15 Thread Lewi
sorry for my long email,

I have a problem with my rh7.1 system, recently I have update from redhat using up2date

if ran passwd command simultanous, seems another passwd command waiting for
the first passwd command to finish then the second passwd show 

first passwd command running show:
Changing password for user ichtus.
Changing password for ichtus
(current) UNIX password:

second passwd command just show:
Changing password for user ichtus.

and stop on that, wait for the first finish

I check redhat7.3 in my home got that problem too(with recently update too), 
so what's the problem? I have check with strace the first command passwd and the second
# strace -o debug1 passwd
# passwd
open another terminal
# strace -o debug2 passwd
# diff debug1 debug2 

an show this report, (I think it's not give any clue)
119c119
< fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0
---
> fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
152c152
< time(NULL)  = 1037363983
---
> time(NULL)  = 1037364004
428c428
< select(0, NULL, NULL, NULL, {2, 110150}) = 0 (Timeout)
---
> select(0, NULL, NULL, NULL, {2, 325780}) = 0 (Timeout)



and the second problem is, with rh7.1 and openssh-3.1p1-5
theres is some problem with some users when I use sftp to that user
# sftp somuser@myserver
someuser@myserver password:
Received message too long 1147761515

when I check with adding -v to sftp

successfully sftp login with -v paramater : 
debug1: packet_send2: adding 48 (len 62 padlen 18 extra_pad 64)
debug1: ssh-userauth2 successful: method password
debug1: fd 4 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: ssh_session2_setup: id 0
debug1: Sending subsystem: sftp
debug1: channel request 0: subsystem
debug1: channel 0: open confirm rwindow 0 rmax 32768


failed login:
debug1: packet_send2: adding 48 (len 64 padlen 16 extra_pad 64)
debug1: ssh-userauth2 successful: method password
debug1: fd 4 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug1: send channel open 0
debug1: Entering interactive session.
debug1: ssh_session2_setup: id 0
debug1: Sending subsystem: sftp
debug1: channel request 0: subsystem
debug1: channel 0: open confirm rwindow 0 rmax 32768
Received message too long 1147761515
debug1: channel 0: read<=0 rfd 4 len -1
debug1: channel 0: read failed
debug1: channel 0: close_read
debug1: channel 0: input open -> drain
debug1: channel 0: ibuf empty
debug1: channel 0: send eof
debug1: channel 0: input drain -> closed
debug1: channel 0: write failed
debug1: channel 0: close_write
debug1: channel 0: output open -> closed
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: rcvd eof
debug1: channel 0: rcvd close
debug1: channel 0: almost dead
debug1: channel 0: gc: notify user
debug1: channel 0: gc: user detached
debug1: channel 0: send close
debug1: channel 0: is dead
debug1: channel 0: garbage collecting
debug1: channel_free: channel 0: client-session, nchannels 1
debug1: fd 0 clearing O_NONBLOCK
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.9 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 0


how do I check what cause this, any idea how to resolve this?

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



msg95278/pgp0.pgp
Description: PGP signature


Re: Booting problem

2002-11-15 Thread Lewi
On Fri, Nov 15, 2002 at 11:57:44AM +0200, Robert Golovniov wrote:
> Hello redhat-list,
> 
>   When I boot RH 7.2, I get this message:
> 
>   INIT: ID "x" respawning too fast: disabled for 5 minutes.
> 
>   What is the reason for this message and how can I fix the problem?
> 

maybe u can find a clue in /var/log/messages or /var/log/XFree*
I have that problem before, there was many poblem that can cause that messages, 
one of them vga driver

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



how to limit logins & logs ssh command in wtmp ?

2002-10-29 Thread Lewi
I have a several questions that annoying me,
I have been take a several test configure limits.conf
in redhat7.1 and redhat7.3 with all security update applied
that two system use pam-0.75
maxlogins conf in limits.conf don't work in groups ( @sign )
@users hard maxlogins 3

with this configuration, users that have users gid can still login more than 3
but if I use this,
test hard maxlogins 3

user test can login just 4, 
so what cause this? I don't modify any pam.d configuration, what file that I should 
modify to have limits.conf run?

I have checked with:
@lsof |grep limit
login have look the pam_limits.so


and one more question, 
how do I log, users that pass command with ssh client directly
@ssh [EMAIL PROTECTED] "uname -a;finger;ps axuww;df -h;ls -la /var/log"

should I recompile ssh?
because I found this not log in utmp or wtmp, just log in /var/log/secure with
less information




-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



msg93104/pgp0.pgp
Description: PGP signature


Re: mysqld rh8.0, connect tcp error?

2002-10-24 Thread Lewi
thank you all

after I yesterday have good looking in the mailing list of mysql, 
I found that too, but I read it that too, there is also some error
which redhat 7.3 with the newest glibc from redhat, glibc-2.5.40 if I'm not wrong
but I have try it in my home and it doesn't break like the redhat8.0 have

so if the problem is with glibc, why in redhat7.3 is not?


On Wed, Oct 23, 2002 at 03:35:56PM -0700, Daevid Vincent wrote:
> You should really join the mysql lists for this question, but I'll tell
> you what I suspect it is. The RH8 has a glibc that breaks mysql (among
> other things).
> 
> http://lists.mysql.com/cgi-ez/ezmlm-cgi?1:mss:122632
> 
> Temporary solutions:
> - downgrade glibc
> or
> - run MySQL server with --skip-name-resolving option
> 
> I have had limited luck by upgrading mysql to the latest RPMs just
> released the other day on their site. It is peculiar, but only some
> mysql clients work now and others don't. which is better than nothing at
> the moment.
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] 
> > [mailto:redhat-list-admin@;redhat.com] On Behalf Of Sherif D Mohamad
> > Sent: Wednesday, October 23, 2002 1:51 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: mysqld rh8.0, connect tcp error?
> > 
> > 
> > I do not know the error : error query string
> > But you have to login locally as root to mysql first and 
> > enable login from other IPs , look at : 
> > http://www.mysql.com/documentation/mysql/bychapter/manual_MySQ
> L_Database_Adm
> inistration.html#Adding_users
> 
> To use :
> Grant  on somedatabase.sometable to AUser@AHost
> Identified ... -> continue
> 
> 
> - Original Message -
> From: "Lewi" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, October 23, 2002 4:06 AM
> Subject: mysqld rh8.0, connect tcp error?
> 
> 
> > I have installed rh8.0, with mysql server installed from redhat I can 
> > connect to mysql server only from this server, if I connect from 
> > another server, there is error said something like this: "error query 
> > string"
> >
> > I have try connect with tcp :
> > mysql -u root -p -h myserver
> > and get status connection normally
> >
> > I have searching in google about this kind of problem, but none of
> solution
> >
> > --
> > ichtus
> > --
> > Lewi Supranata .K
> > ICQ: 50643061
> > About Me :  http://lewi.f4boys.com
> > Homepage :  http://mercury7.petra.ac.id/~ichtus
> > GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2
> >
> >
> >
> > --
> > redhat-list mailing list
> > unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



msg92581/pgp0.pgp
Description: PGP signature


mysqld rh8.0, connect tcp error?

2002-10-23 Thread Lewi
I have installed rh8.0, with mysql server installed from redhat
I can connect to mysql server only from this server, if I connect
from another server, there is error said something like this:
"error query string"

I have try connect with tcp :
mysql -u root -p -h myserver
and get status connection normally

I have searching in google about this kind of problem, but none of solution

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



issue on apache1.3.26, redhat update?

2002-10-14 Thread Lewi

I read that thereis some problem with shared memory with apache1.3.26,
there was an advisory comes out in Oct 3, 2002, 
but until now there was no update from redhat about this, 
is this meant redhat doesn't affected?

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



msg91356/pgp0.pgp
Description: PGP signature


help me, my partition is gone with e2image

2002-09-23 Thread Lewi

hi all, 
yesterday I want to enlarge my partition using parted (I'm using rh7.3)
because the disk layout not permit this, so I change the partition order
alias move partition.
because of that I delete my partition and make it in another place.
the old partition backup with 
# e2image -r /dev/hdb7 /mnt/disk/usr-share.image

now the problem comes up :) all of /usr/share gone, how do I reverse this image


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
About Me :  http://lewi.f4boys.com 
Homepage :  http://mercury7.petra.ac.id/~ichtus



msg89120/pgp0.pgp
Description: PGP signature


kdelibs update, redhat ??

2002-09-04 Thread Lewi

I watch there was an update kdelibs for konqueror ssl certificate verification patch, 
I looked that debian and freebsd
has been out since August17 and August28, until now I look that redhat doesn't provide 
this, so should I update manually
or kdelibs from redhat don't vulneral??

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage :  http://mercury7.petra.ac.id/~ichtus 
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



msg87424/pgp0.pgp
Description: PGP signature


Re: help, my server maybe have been compromised !

2002-08-29 Thread Lewi

six days ago, I have been upgrade chkrootkit, I have using it for 3 months, 
and have cron to report me everyday, and I have snort too to watch any suspicious 
network connection

I checked that netstat, ps, login, ssh have a right md5sum and right place :)
I have subscribe to bugzilla to received any security issue, and update it with 
up2date from redhat, I usually have current packages updates.

I don't want erase /bin/passwd first, if I don't sure where it come from??
I put ssh_possible_infected in my anonymous ftp,
ftp://mbone.petra.ac.id/security/possible-infected


On Wed, Aug 28, 2002 at 11:54:57AM -0600, Frederic Herman wrote:
> Timothy Writer wrote:
> 
> >Lewi <[EMAIL PROTECTED]> writes:
> >
> >  
> >
> >>I just checking whereis passwd place from, when I run this
> >># whereis passwd
> >>passwd: /bin/passwd /usr/bin/passwd /etc/passwd.OLD /etc/passwd 
>/usr/share/man/man1/passwd.1.gz
> >>
> >>then I checked 
> >># rpm -qf /bin/passwd 
> >>file /bin/passwd is not owned by any package
> >>
> >># rpm -ql passwd-0.64.1-4
> >>/etc/pam.d/passwd
> >>/usr/bin/passwd
> >>/usr/share/man/man1/passwd.1.gz
> >>
> >>so where /bin/passwd come from??
> >>I checked using whether maybe I can get something, 
> >># string /bin/passwd
> >>but I don't found any suspicious line
> >>I attached in here, sory if too big, it just 3,5kb :)
> >>I'm using rh7.1
> >>
> >>
> >
> >It could be a link (hard or symbolic) to or a copy of /usr/bin/passwd.
> >What do these tell you?
> >
> >ls -li /bin/passwd /usr/bin/passwd
> >cmp /bin/passwd /usr/bin/passwd
> >
> >If you suspect you've been hacked, use:
> >
> >rpm -Va
> >
> >to verify all your installed RPMS.  Expect changes to config files etc. but
> >any changes to key binaries such as passwd, login, and ps are evidence that
> >you've been hacked.
> >
> >  
> >
> My guess is that the additional /usr/passwd executable was placed by the 
> exploit.  The search path will probably look first in /bin, and then 
> /usr/bin.  The bogas executable is found first.  The original 
> /usr/bin/passwd is probably non altered.  So rpm -Va won't indicate 
> anything for this file, although there are likely other things that have 
> been changed which will show up.
> 
> As part of your clean up, first remove the bogas file.  Unless you feel 
> lucky, back up data files, and then reformat the hard drive and do a 
> fresh install.  You should also try to find out how the cracker got in. 
>  Likely you were not keeping patches up to date.
> 
> Good luck.
> 
> Fred
> 
> 
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage :  http://mercury7.petra.ac.id/~ichtus 
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



msg86894/pgp0.pgp
Description: PGP signature


help, my server maybe have been compromised !

2002-08-28 Thread Lewi

I just checking whereis passwd place from, when I run this
# whereis passwd
passwd: /bin/passwd /usr/bin/passwd /etc/passwd.OLD /etc/passwd 
/usr/share/man/man1/passwd.1.gz

then I checked 
# rpm -qf /bin/passwd 
file /bin/passwd is not owned by any package

# rpm -ql passwd-0.64.1-4
/etc/pam.d/passwd
/usr/bin/passwd
/usr/share/man/man1/passwd.1.gz

so where /bin/passwd come from??
I checked using whether maybe I can get something, 
# string /bin/passwd
but I don't found any suspicious line
I attached in here, sory if too big, it just 3,5kb :)
I'm using rh7.1

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage :  http://mercury7.petra.ac.id/~ichtus 
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys2



msg86799/pgp0.pgp
Description: PGP signature


open router???

2002-07-12 Thread Lewi

a few days ago, I recently build a gateway with linux, which has ip_forward to be 
turned on, I don't use any firewall yet

so there is any chance that someone in big dad internet use my gateway to access fake 
ip under my gateway, I use real ip in my gateway??? and how the theory works??
because I watch that rc.firewall that I used, thereis rule that deny that??


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage :  http://mercury7.petra.ac.id/~ichtus 
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys



msg83405/pgp0.pgp
Description: PGP signature


open router???

2002-07-12 Thread Lewi

a few days ago, I recently build a gateway with linux, which has ip_forward to be 
turned on, I don't use any firewall yet

so there is any chance that someone in big dad internet use my gateway to access fake 
ip under my gateway, I use real ip in my gateway??? and how the theory works??
because I watch that rc.firewall that I used, thereis rule that deny that??


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage :  http://mercury7.petra.ac.id/~ichtus 
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys



msg83362/pgp0.pgp
Description: PGP signature


redirect connection, how?

2002-06-26 Thread Lewi

connection I used now is slow, so I think maybe I can install proxy(something like 
that) on server
that have faster connection, so I can use redirect proxy setting in browsers to that 
server. I know squid can do that, but the problem I don't have root access on that 
server and squid is to big

is there anything that can help me according to that?

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage :  http://mercury7.petra.ac.id/~ichtus 
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys



msg81808/pgp0.pgp
Description: PGP signature


Re: XFS installer from SGI

2002-06-04 Thread Lewi

yesterday, I got Mandrake8.2 from magazine and installed it(I just interesting about 
new feature that bluebird have), I have not try Valhalla
but I noticed in mandrake that when using xfs, users can't go to others home dir

and with some command only can be executed

how do I do this on redhat7.1? with ext3??
how fast xfs compared to ext3?? why most distro still use ext3 as default??


On Tue, Jun 04, 2002 at 06:10:20PM -0400, Mike Burger wrote:
> Better to ask over at the linux-xfs list, on SGI's site.  
> 
> I have not yet used it...as I have only just downloaded it, last night 
> (their server got pretty well loaded when the announcement was made).
> 
> I will tell you that the 7.0, 7.1 and 7.2 installations were solid.
> 
> On Tue, 4 Jun 2002, Florian Lindner wrote:
> 
> > Hello,
> > it seems that SGI released a patched installer for RH 7.3.:
> > ftp://oss.sgi.com/projects/xfs/download/Release-1.1/installer/installer/i386/
> > Does anybody has tried that? It is supposed to be stable enough for everyday
> > use?
> > Thx,
> > Florian
> > 
> > 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage :  http://mercury7.petra.ac.id/~ichtus 
   ---> http://www.petra.ac.id:8080/~ichtus/ <---
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys



msg80105/pgp0.pgp
Description: PGP signature


Re: about chroot wu-ftpd; was->Re: Re: the port 41430?I was cracked :-(

2002-06-03 Thread Lewi

oh, ic
in what I'm thinking now it's clear now that running proftpd is better than wu-ftpd
because I see that proftpd ran as non-root user

thank you very much

On Sun, Jun 02, 2002 at 10:59:10PM +1000, Greg Wright wrote:
> 
> 
> *** REPLY SEPARATOR  ***
> 
> On 2/06/2002 at 1:18 PM Lewi [EMAIL PROTECTED]
> [gregausit/redhat-list] wrote:
> 
> >talking about wu-ftpd, I know that anonymous user in wuftpd release by
> >red hat using chroot env,
> >is this meant that, even I ran wu-ftpd in chroot, still can't protect your
> >system.
> >
> >so what the chroot really used for?? 
> >I have read Securing Red Hat by Gerhard, in his book he still using
> >wu-ftpd in chroot environment
> >
> >need for explanation, please
> >I'm really confusing :(
> >
> 
> I setup wu years back to run users chrooted, I am not sure what is in 7.3,
> but chrooting for wu is usually related to the user or group being chrooted
> or jailed so they cannot leave a directory, it does not offer any
> protection from say a known buffer overload.
> 
> If the wu daemon is run as a non priveledged user and chrooted, then this
> would be a setup that offers security for the system and not for protection
> agains users browsing to a directory where they could read your secret
> files
> 
> Hope that clarifies the basics or principle idea.
> 
> 
> 
> Regards
> 
> Greg Wright
> -- 
> 
> IT Consultant Sydney Australia PH 0418 292020 -- Int. +61 418 292020
> Available for Global Contracts  US Fax -- 801 740 2874
> Web  http://www.ausit.comE-mail Greg  AT  AusIT.com
> Trading As -   AAA Computers -- providers of IT services.
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage :  http://mercury7.petra.ac.id/~ichtus 
   ---> http://www.petra.ac.id:8080/~ichtus/ <---
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys



msg79976/pgp0.pgp
Description: PGP signature


about chroot wu-ftpd; was->Re: Re: the port 41430?I was cracked :-(

2002-06-01 Thread Lewi

talking about wu-ftpd, I know that anonymous user in wuftpd release by red hat using 
chroot env,
is this meant that, even I ran wu-ftpd in chroot, still can't protect your system.

so what the chroot really used for?? 
I have read Securing Red Hat by Gerhard, in his book he still using
wu-ftpd in chroot environment

need for explanation, please
I'm really confusing :(


On Sun, Jun 02, 2002 at 10:41:36AM +0800, Huter.Liu wrote:
> hi,Hal Burgiss!
>   I know how to fix a damaged system,I'll install rh7.3 and use vsftpd to do ftp 
>server,and I'll change ftp port to 2323,just open ftp to internal networks(use 
>ipchains)I'm not the manager of this damaged system,my friend manage it,just a 
>few days ago he found the ps and netstat command can't use,so he found his system is 
>cracked,now we want found out the cracker,my friend is good at programming,now he've 
>write a programme to record the attempt quest to port 21 and 23,but I want  gather 
>more information from system log or other relate things..
> Thank you very much,hehe.
> >The reason being someone else seems to have root access on your
> >machine, and may have multiple backdoors that are well concealed, and
> >you many never find them all.
> 
> [EMAIL PROTECTED]
> 2002-06-02
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage :  http://mercury7.petra.ac.id/~ichtus 
   ---> http://www.petra.ac.id:8080/~ichtus/ <---
GnuPG Public Key :  http://mercury7.petra.ac.id/~ichtus/ichtus-keys



msg79933/pgp0.pgp
Description: PGP signature


smtpd_restriction on postfix? -- unknown host client ??

2002-05-24 Thread Lewi

yesterday I have setup my mail server that using postfix to only allow sender that 
have a valid
hostname with A and MX entry in DNS, and in smtpd_recipient_restriction too

to deny some tricky client that use my mail server maybe like this
telnet myserver 25
helo myserver
mail from:[EMAIL PROTECTED]
rcpt to:[EMAIL PROTECTED]

so client that don't have a valid hostname can't do that


now trouble comes up, I guess that some domain don't have PTR entry in DNS, I check my 
maillog
I saw that postfix reject email like this : 

reject: RCPT from unknown[202.56.156.89]: 450 <[EMAIL PROTECTED]>: Sender 
address rejected: Domain not found; 


should I turn this off?


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage  : http://mercury7.petra.ac.id/~ichtus
GnuPG Key : http://mercury7.petra.ac.id/~ichtus/ichtus-keys



msg79420/pgp0.pgp
Description: PGP signature


Re: Need help!!

2002-05-18 Thread Lewi

have u try this
# su -l chsh


On Thu, May 16, 2002 at 07:10:09PM +0200, Johansson Henrik (Svensk Börsinformation) 
wrote:
> 
> I managed to set the root account shell to /bin/false
> and now I can't get superuser privileges of any kind!!
> 
> Tried "su -s /bin/bash"  but /bin/false is not in
> /etc/shells so it rejected that.
> 
> Desperate for help!!
> 
>  / henrik
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage  : http://mercury7.petra.ac.id/~ichtus
GnuPG Key : http://mercury7.petra.ac.id/~ichtus/ichtus-keys



msg78978/pgp0.pgp
Description: PGP signature


porting bsd source to linux??

2002-05-10 Thread Lewi

I want to know about how Linux developer porting BSD to Linux, like ping BSD's source, 
I see that there has many different comparing ping that I get it from 
iputils-xx.src.rpm

so how the process go??
is there any documentation that discuss about this??


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061
Homepage  : http://mercury7.petra.ac.id/~ichtus
GnuPG Key : http://mercury7.petra.ac.id/~ichtus/ichtus-keys



msg78333/pgp0.pgp
Description: PGP signature


Re: Not Sure If This Is A Postfix or Mailman Problem

2002-05-03 Thread Lewi

I have the problem too before, I found the solution when I read documentation about 
running majordomo
without suid, In that document tell me that postfix ran as uid own aliases file, 
so I change this entry in my main.cf:

alias_database = hash:/etc/postfix/aliases, hash:/etc/postfix/aliases.mailman

file aliases.mailman is just for mailman only and
don't forget to postalias /etc/postfix/aliases.mailman

I change ownership aliases.mailman,
# chown mail.mail aliases.mailman

I hope it works too in yours


On Fri, May 03, 2002 at 07:46:58PM -0500, Jim Hale wrote:
> I went and added the aliases that Anand suggested in an earlier email,
> ran 'postalias /etc/postfix/aliases' and then 'postfix reload' - now I
> don't get the 'name not found' but I get this:
> 
> The Postfix program
> 
> <[EMAIL PROTECTED]>: Command died with status 2:
> "/var/mailman/mail/wrapper post test". Command output: Failure to
> exec
> script. WANTED gid 12, GOT gid 99.  (Reconfigure to take 99?)
> 
> Wrapper IS in the given folder. :/ Any ideas? :)
> 
> THANKS!
> 
> Jim Hale
> -
> Jim & Kathy's Website Collection
> http://hale.dyndns.org
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg77936/pgp0.pgp
Description: PGP signature


antivirus on access for mars-nwe

2002-04-24 Thread Lewi

does anyone know how I  scan every file that write to fileserver(mars-nwe) from 
windows client
so I can make sure that my file free from virus.

I found in freshmeat antivirus that works with samba, but how with mars-nwe?
any suggestions?

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg77176/pgp0.pgp
Description: PGP signature


postdrop error?

2002-04-19 Thread Lewi

I use rh7.1 with 
Name: postfix  Relocations: (not relocateable)
Version : 20011125  Vendor: Red Hat, Inc.
Release : 1SASL Build Date: Tue 27 Nov 2001 09:33:25 AM EST
Install date: Tue 09 Apr 2002 09:49:17 AM EDT  Build Host: 
stripples.devel.redhat.com
Group   : System Environment/DaemonsSource RPM: postfix-20011125-1SASL.src.rpm
Size: 3271916  License: IBM Public License -- see 
LICENSE for details
Packager: Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL : http://www.postfix.org/
Summary : Postfix Mail Transport Agent

and I use pine-4.44-1.71.0, now the problem is when sending invoking by pine
there is an error write to queue dir, and when set smtp in pine conf manually
it can be sent, it said in pine conf if smtp is empty pine use sendmail command to 
sending email
so I look man sendmail, in there said that sendmail automatic use postdrop if 
directory in
/var/spool/postfix/maildrop don't world writeable, I check using reguler user running 
postdrop
, It can running successfully, so what's the problem?

I change permission in /var/spool/postfix/maildrop to have world writeable, and blam 
pine
can sending email again, why? is that any problem with postfix and pine?

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg76789/pgp0.pgp
Description: PGP signature


Re: recover queue messages?

2002-04-18 Thread Lewi

thank you all, I found that
when I try to fill relayhost(I read that in main.cf)  with another server in mydomain 
which have a faster connection queue mail is gone.

what is the different between this with content in transport map? is that same?


On Thu, Apr 18, 2002 at 09:45:50AM -0400, Mike Burger wrote:
> In postfix, you need to add to the main.cf:
> 
> transport_map = hash:/etc/postfix/transport_map
> 
> In your /etc/postfix/transport_map file, you should have a line that reads 
> like so:
> 
> domain.of.recipient.comp smtp:mailserver.you.wish.to.relay.through
> 
> Then, as root, run "postmap hash:/etc/postfix/transport_map
> 
> Lastly, as root, run "service postfix reload" to get postfix to reload the 
> config, and make use of the new transport map.
> 
> Here's the potential problem:
> 
> You'll have to make sure that "mailserver.you.wish.to.relay.through" will 
> let you relay through them.
> 
> If you can not relay through them, the message will just come back with a 
> relay denied (which can be good...the original message will wind up in 
> your inbox, as part of the reject, and you can reforward it to a different 
> email address).
> 
> However, assuming that "mailserver.you.wish.to.relay.though" allows you to 
> send the message, you may encounter another problem.  If, as I suspect and 
> already noted, the problem is that Lycos' server is rejecting the message 
> due to size restrictions, then the message will simply sit in the deferred 
> on that server, instead of yours.
> 
> On Thu, 18 Apr 2002, Thorsten Strusch wrote:
> 
> > Lewi wrote:
> > 
> > > On Thu, Apr 18, 2002 at 12:00:46PM +0200, Thorsten Strusch wrote:
> > > > Hi Lewi,
> > > >
> > > > Lewi wrote:
> > > > >
> > > > > I have a message queue with a large size, I send it to my friends' email at 
>lycos,
> > > > > the problem is I see on my maillog message status is defer, how I can 
>recover it from
> > > > > queue and send it again using another server, because my friend need it fast 
>and I
> > > > > don't have a backup email.
> > > >
> > > > if you use sendmail, you can modify your /etc/mail/mailertable:
> > > >
> > > > your-friends-domain.tld  smtp:[192.67.198.2]
> > > >
> > > > (substitute 192.67.198.2 with your mailserver ;-p )
> > > >
> > > > don´t forget to rebuild the mailertable.db
> > > > makemap hash mailertable < mailertable
> > > >
> > > > then you can call sendmail:
> > > >
> > > > # sendmail -q -v
> > > > And you hopefully see sendmail delivering the mail.
> > > 
> > > I'm using postfix, how I can do that with postfix
> > > I found a queue file in /var/spool/postfix/defer/..
> > > but how I can read it again on a email way, not in binary
> > > I use imp3.0 to sent email
> > 
> > oh, I´m sorry, I´m not firm in postfix or imp3 :-(
> > 
> > perhaps you ask google.com/linux 
> > perhaps postcat can help you
> > 
> > regards
> > Thorsten
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg76783/pgp0.pgp
Description: PGP signature


Re: recover queue messages?

2002-04-18 Thread Lewi

I have erase all header until To:... header, I change this to user on my server it self
but I received error because undisclosed user, I think To header can't be read with
that commmand or what I'm erase is wrong in that file :)


On Thu, Apr 18, 2002 at 07:37:27AM -0400, Anthony E. Greene wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Thu, Apr 18, 2002 at 04:49:40PM -0400, Lewi wrote:
> >I have a message queue with a large size, I send it to my friends' email
> >at lycos, the problem is I see on my maillog message status is defer, how
> >I can recover it from queue and send it again using another server,
> >because my friend need it fast and I don't have a backup email.
> 
> As root, copy the queue files to your home directory and change the
> ownership. Then use vim or some other text editor to delete all headers
> except: From, To, Date, Subject, MIME-Version, and Content-Type.
> 
> Then change the To header to your friend's alternate address and save the
> file. Then send the message by feeding it to sendmail:
> 
>   /usr/sbin/sendmail -v -i -U -t < messagefile
> 
> You will be able to watch as sendmail attempts delivery. If it works, you
> can delete the files from the queue.
> 
> 
> Tony
> - -- 
> Anthony E. Greene <mailto:[EMAIL PROTECTED]%3E>
> OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D
> AOL/Yahoo Chat: TonyG05 HomePage: <http://www.pobox.com/~agreene/>
> Linux. The choice of a GNU generation <http://www.linux.org/>
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: Anthony E. Greene <[EMAIL PROTECTED]> 0x6C94239D
> 
> iD8DBQE8vq/apCpg3WyUI50RAvsaAJ9fS+gbBD52nzbhVOa+9HAYi1EjawCeNL6r
> 6UCLWoJCHnDyhTi65TvF6d0=
> =6Rzy
> -END PGP SIGNATURE-
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg76782/pgp0.pgp
Description: PGP signature


Re: recover queue messages?

2002-04-18 Thread Lewi

I'm using postfix, how I can do that with postfix
I found a queue file in /var/spool/postfix/defer/..
but how I can read it again on a email way, not in binary
I use imp3.0 to sent email


On Thu, Apr 18, 2002 at 12:00:46PM +0200, Thorsten Strusch wrote:
> Hi Lewi,
> 
> Lewi wrote:
> > 
> > I have a message queue with a large size, I send it to my friends' email at lycos,
> > the problem is I see on my maillog message status is defer, how I can recover it 
>from
> > queue and send it again using another server, because my friend need it fast and I
> > don't have a backup email.
> 
> if you use sendmail, you can modify your /etc/mail/mailertable:
> 
> your-friends-domain.tld  smtp:[192.67.198.2]
> 
> (substitute 192.67.198.2 with your mailserver ;-p )
> 
> don´t forget to rebuild the mailertable.db
> makemap hash mailertable < mailertable
> 
> then you can call sendmail:
> 
> # sendmail -q -v
> And you hopefully see sendmail delivering the mail.
> 
> regards
> Thorsten
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg76676/pgp0.pgp
Description: PGP signature


recover queue messages?

2002-04-18 Thread Lewi

I have a message queue with a large size, I send it to my friends' email at lycos,
the problem is I see on my maillog message status is defer, how I can recover it from 
queue and send it again using another server, because my friend need it fast and I 
don't have a backup email.

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg76671/pgp0.pgp
Description: PGP signature


access imp from mobile phone

2002-04-15 Thread Lewi

I found that I must access it under imp folder to use wap access
server.com/horde/imp (I use deckit(wap simulator on linux) and T65 Ericcson)

but there is a problem, when I use deckit to try wap compose 
I can't access "send message" "save draft" button either when I accessed it
from links browser

what I must do for it? does any anyone have suggestion?
I look at compose page, I recognize that "Send Message" button use java on action


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg76476/pgp0.pgp
Description: PGP signature


Re: how to backup email in mail server

2002-04-15 Thread Lewi

I think if just want backup email that exist before, u can backup dir /var/spool/mail


On Tue, Apr 16, 2002 at 11:41:49AM +0800, Wesley Jay Deypalan wrote:

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg76475/pgp0.pgp
Description: PGP signature


Re: Firewall question

2002-03-31 Thread Lewi

for what purpose? I think that for masquerade, it's imposibble
On Thu, Mar 28, 2002 at 04:01:44PM -0800, [EMAIL PROTECTED] wrote:
> Hellp Redhat-lis members. 
> I am sorry if I sound like I don't know what I am doing.
> I don't.
> 
> Is it possible to set up a firewall with the 2 NIC cards on the
> same network?
> 
> 
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg75267/pgp0.pgp
Description: PGP signature


mars-nwe install?

2002-03-28 Thread Lewi

I want make a file server with mars-nwe, when I run it
# service mars-nwe start

my server name get list on the slist command

but how do I connect it, with windoz client,
I set username to be GUEST (nwlogin) source(this user exists in linux) --

but I can't still connect, in the windows client when 
\\myserver

the error message is
\\myserver is not accesible
access is denied

what I'm missing

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg75038/pgp0.pgp
Description: PGP signature


Re: installing php?

2002-03-27 Thread Lewi

On Tue, Mar 26, 2002 at 07:09:39AM -0300, Martín Marqués wrote:
> On Mar 26 Mar 2002 12:56, you wrote:
> > yesterday, I compiled php-4.1.2 from tarball to get running php-gtk-0.5.0,
> > because php(ver 4.0.6-15) package from redhat can't ran this.
> >
> > so after I finish creating php cgi-binary(I compiled just for this, because
> > php-gtk only need this), when I ran that there is an error ouput like this
> >
> > PHP Warning:  Unable to load dynamic library '/usr/lib/php4/imap.so' -
> > /usr/lib/php4/imap.so: undefined symbol: krb5_defkeyname in Unknown on line
> 
> You have a problem with kerberos/imap/php
> 
> I would suggest trying to get the rpm, or at least try to get the 
> dependencies that are missing (looks like kerberos).
> 
> Could be that it can't find some imap library too.
> 
> Saludos... :-)
> 

I can't have find rpm for version 4.1.2, so what I must do?
but when I look the error there is some mismatch between 
installation php and php in the line
Module compiled with debug=160, thread-safety=173 module API=1073876736
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match

so what options need to match with?
en 

about imap library I check that it can be found in that directory
Unable to load dynamic library '/usr/lib/php4/imap.so



> -- 
> Porqué usar una base de datos relacional cualquiera,
> si podés usar PostgreSQL?
> -
> Martín Marqués  |[EMAIL PROTECTED]
> Programador, Administrador, DBA |   Centro de Telematica
>Universidad Nacional
> del Litoral
> -
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74974/pgp0.pgp
Description: PGP signature


installing php?

2002-03-25 Thread Lewi

yesterday, I compiled php-4.1.2 from tarball to get running php-gtk-0.5.0, because 
php(ver 4.0.6-15) package
from redhat can't ran this.

so after I finish creating php cgi-binary(I compiled just for this, because php-gtk 
only need this),
when I ran that there is an error ouput like this

PHP Warning:  Unable to load dynamic library '/usr/lib/php4/imap.so' - 
/usr/lib/php4/imap.so: undefined symbol: krb5_defkeyname in Unknown on line 0
PHP Warning:  U1À‰å]Éö¼': Unable to initialize module
Module compiled with debug=160, thread-safety=167 module API=1073877708
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
 in Unknown on line 0
PHP Warning:  U‰åSƒìè´üÿÿÃ˜c: Unable to initialize module
Module compiled with debug=160, thread-safety=173 module API=1073876736
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
 in Unknown on line 0

I use red hat 7.2 with imap2000c-15, and I compiled php with parameter that php from 
redhat has
I don't know why this error come out, because php-gtk still running with that error.

so is there mistake when I compiling php tarball?


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74922/pgp0.pgp
Description: PGP signature


Re: Screwed up file permission

2002-03-21 Thread Lewi

you can find it yourself by
find / -type f \( -perm -4000 -o -perm -2000 \) \-exec ls -la {} \;
then get rid of it by chmod


On Thu, Mar 21, 2002 at 04:11:52AM -0600, Vidiot wrote:
> Recently someone mentioned a program for setting other strange permissions.
> I have a file that is -rws--S--- that I need to get rid of.
> 
> I cannot remember the name of the program, as I never use it.
> 
> Thanks.
> 
> MB
> -- 
> e-mail: [EMAIL PROTECTED]   It is God's job to forgive bin Laden.
> It is our job to set up the meeting.
>   U.S. Marine Corp.
> Visit - URL: http://www.vidiot.com/  (Your link to Star Trek and UPN)
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74592/pgp0.pgp
Description: PGP signature


Re: How do I make a rescue diskette?

2002-03-21 Thread Lewi

maybe u can use cd 1 from redhat installation, then enter linux rescue
in there you can fix your lilo to reboot from old kernel image(if your old kernel not 
overwriten)


On Thu, Mar 21, 2002 at 10:18:08AM +0100, Kjetil Tjensvold wrote:
> The problem is that I can get into my linux system
> because my bootdisk is destroyed: 
> 
> 
> --- Lewi <[EMAIL PROTECTED]> skrev: > you can
> recreate new boot disk with new kernel by
> > mkbootdisk(look at mkbootdisk --help).
> > 
> > On Thu, Mar 21, 2002 at 09:05:12AM +0100, Kjetil
> > Tjensvold wrote:
> > > I installed a new kernel from rpm, but whitout
> > makeing
> > > a new boot diskette. So in the beginning it booted
> > the
> > > old
> > > img file from redhat 7.2 kernel 2.4.7-10. My new
> > > kernel is 2.4.9-31.I tried to make a new boot
> > disk,
> > > but unfortunely I copied the new vmlinuz and
> > > initrd-2.4.9-31.img over to my old boot disk, and
> > that
> > > diden work.I downloaded a new boot disk from
> > redhat,
> > > but that was intended to install redhat again.
> > Well
> > > there was an otion about a rescue disk but then I
> > was
> > > was promped on which cd disk the images where. The
> > > problem is that I downloaded redhat 7.2 from the
> > > internet and  that the images isn't on any of the
> > iso
> > > disks that I downloaded.
> > > So the boot disks from redhat will not work. I
> > need a
> > > boot disk from an already installed redhat 7.2
> > > installation.
> > > Another question: Can I install rh 7.2 upon the
> > old I
> > > have whitout removing it first.If not how do I
> > remove
> > > redhat whitout destroying the data on that
> > partision.
> > why?
> > > 
> > > =
> > > Investigating the Norwegain 4.th Secret Service
> > > The multiheaded animal.
> > >
> > http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html
> > > 
> > >
> >
> __
> > > Sjekk snørapporter...
> > > fra 500 ski-destinasjoner i Europa
> > > på http://no.snow.yahoo.com/
> > > 
> > > 
> > > 
> > > ___
> > > Redhat-list mailing list
> > > [EMAIL PROTECTED]
> > >
> >
> https://listman.redhat.com/mailman/listinfo/redhat-list
> > 
> > -- 
> > ichtus
> > --
> > Lewi Supranata .K
> > ICQ: 50643061
> > 
> 
> > ATTACHMENT part 2 application/pgp-signature 
> 
> 
> =
> Investigating the Norwegain 4.th Secret Service
> The multiheaded animal.
> http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html
> 
> __
> Sjekk snørapporter...
> fra 500 ski-destinasjoner i Europa
> på http://no.snow.yahoo.com/
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74589/pgp0.pgp
Description: PGP signature


Re: How do I make a rescue diskette?

2002-03-21 Thread Lewi

you can recreate new boot disk with new kernel by
mkbootdisk(look at mkbootdisk --help).

On Thu, Mar 21, 2002 at 09:05:12AM +0100, Kjetil Tjensvold wrote:
> I installed a new kernel from rpm, but whitout makeing
> a new boot diskette. So in the beginning it booted the
> old
> img file from redhat 7.2 kernel 2.4.7-10. My new
> kernel is 2.4.9-31.I tried to make a new boot disk,
> but unfortunely I copied the new vmlinuz and
> initrd-2.4.9-31.img over to my old boot disk, and that
> diden work.I downloaded a new boot disk from redhat,
> but that was intended to install redhat again. Well
> there was an otion about a rescue disk but then I was
> was promped on which cd disk the images where. The
> problem is that I downloaded redhat 7.2 from the
> internet and  that the images isn't on any of the iso
> disks that I downloaded.
> So the boot disks from redhat will not work. I need a
> boot disk from an already installed redhat 7.2
> installation.
> Another question: Can I install rh 7.2 upon the old I
> have whitout removing it first.If not how do I remove
> redhat whitout destroying the data on that partision.
why?
> 
> =
> Investigating the Norwegain 4.th Secret Service
> The multiheaded animal.
> http://hjem.sol.no/altiett/knut_ove_hauge_kuren.html
> 
> __
> Sjekk snørapporter...
> fra 500 ski-destinasjoner i Europa
> på http://no.snow.yahoo.com/
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74586/pgp0.pgp
Description: PGP signature


file server with linux

2002-03-20 Thread Lewi

I have a job to replace Netware to linux as linux server on my division,

well, when I'm trying to search information in internet, I found that linux with samba 
is slower than NT
try a look at:
http://www.mindcraft.com/whitepapers/openbench1.html
I know that the result maybe can't be compared today
does anyone know anything about this, and what do u think?

it is right to choose combination between linux and samba? any suggestion?
and maybe u can give me an url about information that related to my problem?

thank you

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74583/pgp0.pgp
Description: PGP signature


Re: How to patch the kernal

2002-03-17 Thread Lewi

of course, u will need do that
On Sun, Mar 17, 2002 at 10:29:23AM +0800, Roger wrote:
> hi there
> 
> can you tell me the procedure about how to patch the kernel? after i finish
> zcat path.x.x.gz | patch -p0, what eles do i have to do? do i still run make
> menuconfig, make dep, make clean, make modules, make modules_install, just
> like the normal way to upgrade kernel?
> 
> any suggestion will be apprecaited!
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74315/pgp0.pgp
Description: PGP signature


Re: FTP Problems

2002-03-16 Thread Lewi

On Sat, Mar 16, 2002 at 09:33:26PM -0600, Jose Salvador Diaz wrote:
> I have Linux 7.0 and a few days ago when a try to get files from my FTP
> server i get a message asking for a user name and a password, when i tried
> to sign on with Anonymous user and any e-mail address as password i get
> again an error saying that can't get connections.
> 
> I have a ftp user in passwd but i have not an anonymous user in that file
> never had why until now i'm gonna need it if i need?

maybe you can check first you package, if u using wu-ftp rpm from redhat it need 
anonymous package too,
but if you using proftpd just edit your configuration to enabled it.
> 
> Thanks
> 
> Salvador Diaz
> Elcatex Choloma
> Honduras Central America
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74310/pgp0.pgp
Description: PGP signature


iptables failed to start on 2.4.18

2002-03-16 Thread Lewi

yesterday I download new kernel 2.4.18 and patch-2.4.18-ac3
after I compile using same config with I'm currently used(kernel-2.4.17)
then I restart my server, but when starting iptables
thereis error like this
(file attached)

I'm using iptables-1.2.4-0.71.2 on redhat 7.1 system with latest updates

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061


[root@mbone /root]# service iptables restart
Flushing all current rules and user defined chains:[  OK  ]
Clearing all current rules and user defined chains:[  OK  ]
iptables: libiptc/libip4tc.c:384: do_check: Assertion `h->info.valid_hooks == (1 << 0 
| 1 << 3)' failed.
/etc/init.d/iptables: line -236:  1091 Aborted (core dumped) iptables 
-t $i -F
iptables: libiptc/libip4tc.c:384: do_check: Assertion `h->info.valid_hooks == (1 << 0 
| 1 << 3)' failed.
/etc/init.d/iptables: line -233:  1095 Aborted (core dumped) iptables 
-t $i -X
iptables: libiptc/libip4tc.c:384: do_check: Assertion `h->info.valid_hooks == (1 << 0 
| 1 << 3)' failed.
/etc/init.d/iptables: line -229:  1099 Aborted (core dumped) iptables 
-t $i -Z
Applying iptables firewall rules:
iptables-restore: libiptc/libip4tc.c:384: do_check: Assertion `h->info.valid_hooks == 
(1 << 0 | 1 << 3)' failed.
/etc/init.d/iptables: line -226:  1101 Donegrep -v 
"^[[:space:]]*#" $IPTABLES_CONFIG
  1102   | grep -v '^[[:space:]]*$'
  1103 Aborted (core dumped) | /sbin/iptables-restore -c
   [FAILED]




msg74258/pgp0.pgp
Description: PGP signature


/tmp permission?

2002-03-16 Thread Lewi

I want remove my /tmp dir to new partition,
what I'm want to asking for is:
is that ok to mount /tmp partition to noexec and nosuid?
if no, what parameter to mount /tmp partition safely?

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74257/pgp0.pgp
Description: PGP signature


Re: restrict root on X?

2002-03-15 Thread Lewi

On Fri, Mar 15, 2002 at 01:14:50PM -0500, Anthony E. Greene wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> On Fri, 15 Mar 2002, Lewi wrote:
> >how do u secure redhat system if it has a security issue? I look that in
> >the last weeks, ssh have a security problem and it's rpm patched 1 day
> >after announced, so what I must do in that day? so I must stop sshd, or I
> >install from rpm that openssh provide, is that secure?
> 
> Download the required RPMs as listed on the errata page. Then run 
> 
>   rpm -Fvh rpmfile.rpm
> 
> for each one. Or if all the new rpms are in a single directory, you can use
> 
>   rpm -Fvh *.rpm
> 
is that meant, I can install rpm from openssh.prg provides, is that safe? or it's not 
recomended.
if so, what should I do, for waiting patch from redhat


> 
> - -- 
> Anthony E. Greene <mailto:[EMAIL PROTECTED]>
> OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26  C484 A42A 60DD 6C94 239D
> AOL/Yahoo Chat: TonyG05  HomePage: <http://www.pobox.com/~agreene/>
> Linux: the choice of a GNU Generation. <http://www.linux.org/>
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.0.6 (GNU/Linux)
> Comment: Anthony E. Greene 0x6C94239D <[EMAIL PROTECTED]>
> 
> iD8DBQE8kjoepCpg3WyUI50RAiQRAJ4+z/6hljZC/n/9YIpAocrjTBJ5FgCglAV7
> 5zV6hDacQQ7YVi7WRuBoif8=
> =+hln
> -END PGP SIGNATURE-
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74254/pgp0.pgp
Description: PGP signature


Re: Configure sound on 810-815 chipset motherboard

2002-03-15 Thread Lewi

I have that problem too, my redhat system ran on i815 board that comes with P4 with 
sound onboard
I compile new kernel 2.4.17 and worked with modules i810_audio

On Fri, Mar 15, 2002 at 01:36:13PM +0530, [EMAIL PROTECTED] wrote:
> mine is also built in if u have  a working windows
> start>>settings>>control panel >> system >>device manager  there u goto
> the sounds details and there u will find the name oif the card tell me taht
> and yes tell me the kernel version of your linux..
> sachin
> 
> -Original Message-
> From: Ashwin Khandare [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 15, 2002 11:49 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Configure sound on 810-815 chipset motherboard
> 
> 
> The sound card which i m using is comes built it in with motherboard
> 
> - Original Message - 
> From: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  
> To: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>  
> Sent: Wednesday, March 13, 2002 5:51 PM
> Subject: RE: Configure sound on 810-815 chipset motherboard
> 
> just stay by my side buddy i have been trying to do that since one
> week...i have a compaq presario 7500 model and has a 810i chipset just
> watch out...i ll tell u more but first confime me your soundcard is ESS
> allegro or not 
> 
> -Original Message-
> From: Ashwin Khandare [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 13, 2002 5:35 PM
> To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: Configure sound on 810-815 chipset motherboard
> 
> 
>  
> hi everybody,
> 
> Does anyone knows how to configure sound on Redhat 6.2 on 810-815
> chipset motherboard?
>  
> Thanks & Warm Regards
> ===
> Ashwin Khandare
> Engineer
> Western Outdoor Interactive
> 
> 
> 
> 
> This electronic communication and any accompanying document is being
> transmitted over the Indian Oil Network and contains confidential
> information that is for the exclusive use of the individual or entity to
> which it is addressed and is protected against unauthorised disclosure. If
> the reader of this message is not the intended receipient or the employee or
> agent responsible to deliver to the intended receipient, or is not intended
> to act on it, be aware that any disclosure, dissemination, distribution or
> copying of this communication, or the use of its contents is prohibited and
> is likely to be attended by legal consequences. If you have received this
> communication in error and/or are not the intended receipient, please
> immediately notify the undersigned or Indian Oil Corporation Ltd. at the
> telephone or the fax number or email address given above and permanently
> delete the original message from your email system. Whilst this mail has
> been checked for all the known viruses, recipients should undertake their
> own virus checking as Indian Oil Corporation Ltd. will not accept any
> liability whatsoever 
> 
> 
> 
> 
> 
> This electronic communication and any accompanying document is being
> transmitted over the Indian Oil Network and contains confidential
> information that is for the exclusive use of the individual or entity to
> which it is addressed and is protected against unauthorised disclosure. If
> the reader of this message is not the intended receipient or the employee or
> agent responsible to deliver to the intended receipient, or is not intended
> to act on it, be aware that any disclosure, dissemination, distribution or
> copying of this communication, or the use of its contents is prohibited and
> is likely to be attended by legal consequences. If you have received this
> communication in error and/or are not the intended receipient, please
> immediately notify the undersigned or Indian Oil Corporation Ltd. at the
> telephone or the fax number or email address given above and permanently
> delete the original message from your email system. Whilst this mail has
> been checked for all the known viruses, recipients should undertake their
> own virus checking as Indian Oil Corporation Ltd. will  not accept any
> liability whatsoever  
> 

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74182/pgp0.pgp
Description: PGP signature


restrict root on X?

2002-03-15 Thread Lewi

my redhat 7.1 run default on init 5,

now when I restrict using /etc/securetty, to make sure root can't login in console 
directly except only
tty I decided, but when I try to login from X it can. so how I can restrict that?


and one more question:
how do u secure redhat system if it has a security issue?
I look that in the last weeks, ssh have a security problem and it's rpm patched 1 day 
after announced,
so what I must do in that day? so I must stop sshd, or I install from rpm that openssh 
provide, is that secure?

yeah I know that a openssh problem not comes from redhat, every distro using that 
version has a security issue.




-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg74181/pgp0.pgp
Description: PGP signature


Re: Firewall script and user permissions

2002-03-12 Thread Lewi

On Tue, Mar 12, 2002 at 10:11:20AM +0100, Paal Marker wrote:
> I have installed a firewall script on redhat7.0 for limiting internet browsing to 
>one domain. Installed as /etc/rc.d/init.d/firewallss It works perfect, but must be 
>run manually after each boot. Running it manually I have to be logged in as root. How 
>do I make it run for every user? I want the firewall script to run from boot. 

u can make a symbolic links to /etc/rcx.d which x mean init default in /etc/inittab, 
or you currently using.
-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg73872/pgp0.pgp
Description: PGP signature


syslog.conf for su command?

2002-03-11 Thread Lewi

because my wheel have many users, I want to know log for everyone whose trying to su 
somebody

what config should I add to syslog.conf?
-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg73859/pgp0.pgp
Description: PGP signature


should I stop sshd daemon temporary?

2002-03-08 Thread Lewi

unspawn writes: Impact 
HIGH: Existing users will gain root privileges. 
 
Synopsis 
A bug exists in the channel code of OpenSSH versions 2.0 - 3.0.2 
Users with an existing user account can abuse this bug to 
gain root privileges. Exploitability without an existing 
user account has not been proven but is not considered 
impossible. A malicious ssh server could also use this bug 
to exploit a connecting vulnerable client. 
 
Full text at http://www.pine.nl/advisories/pine-cert-20020301.txt 
 
OpenSSH CVS has been updated and a patch is out.

taken from linux.box.sk

should i stop sshd waiting for patch from redhat or?

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: deny copying files

2002-03-08 Thread Lewi

On Thu, Mar 07, 2002 at 06:49:38PM -0800, Gordon Messmer wrote:
> The SUID bit has nothing to do with not being able to copy the file. 
> Users can't copy /usr/bin/passwd because they don't have read access to
> the file.  That doesn't quite meet the criteria of the original request,
> which was to restrict copying while allowing users to read the contents
> of the file.
sorry I was wrong, I test to make file with same permission and ownership with passwd 
has, then file can't be copied

> On Thu, 2002-03-07 at 10:37, Lewi wrote:
> > i found that binary has a suid bit, group and other just have x bit
> > can't be copy by user, like /usr/bin/passwd.
> > 
> > so the conclusion is, only root can prevent casual copy of file
> > 
> > i think it just for security reason, suid bit can't be copied
> > 
> > thank you all
> 



-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg73594/pgp0.pgp
Description: PGP signature


Re: deny copying files

2002-03-07 Thread Lewi

i found that binary has a suid bit, group and other just have x bit
can't be copy by user, like /usr/bin/passwd.

so the conclusion is, only root can prevent casual copy of file

i think it just for security reason, suid bit can't be copied

thank you all

On Sat, Feb 23, 2002 at 10:44:37AM -0600, Kevin Krieser wrote:
> A way that would work for special cases is taking away all but owner read
> permissions, then using a SUID bit on the program{s} that are allowed to
> actually read the file.  If these programs don't provide a way to make
> another copy of the file, and don't just output the file to the screen in a
> way that can be redirected, you have prevented casual copying.
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Canary
> Sent: Saturday, February 23, 2002 10:11 AM
> To: [EMAIL PROTECTED]
> Subject: Re: deny copying files
> 
> 
> Depends on what your trying to keep in tact.  Cat file1 > file2 will
> copy all contents but the file image and timestamp has changed.  So if
> your using any sort of original verification schemes you could detect a
> illegal copy.  However, if your trying to prevent people from simply own
> the file on their system then their is nothing you can do while allowing
> read permissions.
> 
> Depending on the file format (ie PDF), you can set security setting to
> not allow things like save or print.  But those feature are dependant on
> the viewer application not the file or the filesystem permissions.
> 
> Duncan Hill wrote:
> >
> > On Sat, 23 Feb 2002, Lewi wrote:
> >
> > > it that possible to restrict file to not able be copying but still can
> be
> > > see the contents.
> >
> > If I can view the contents, I can copy it.
> >
> > cat file1 > file2
> >
> > Hey presto, copied without using cp, and only by viewing it.
> >
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> --
> robert canary
> system services
> OhioCounty.Net
> [EMAIL PROTECTED]
> (270)298-9331 Office
> (270)298-7449 Fax
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg73484/pgp0.pgp
Description: PGP signature


about tmp dir? and /usr/include on new kernel

2002-03-02 Thread Lewi

I'm curious about tmp directory, because it's have a sticky bit
how if someone filling up my /tmp directory, this time my / dan /tmp are in the same 
partitions, now I want to move it on other partition.

my question is :
how big tmp dir really needed? so I can create independent partition for /tmp

if I just have 2 partitions on my linux box
/ and /home, can i move /tmp to /home/tmp and make a soft link to /home/tmp

and

if I compiled a new kernel from kernel.org, is that really need to copy 
/usr/include/asm and linux too? because i have just read lfs that when compile kernel 
for a new system must copy that header from for example /usr/src/linux/include/*


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg73158/pgp0.pgp
Description: PGP signature


error about anti-aliasing fonts

2002-02-28 Thread Lewi

this morning I updates all XFree86 and kde packages from redhat,
after I installed, i watched that when I using Anti-Aliasing for fonts and icons 
quality of fonts have decreased, not like from old XFree86 packages that
comes with redhat's CD.

Does anyone know why or maybe someones have same experience with me?

I'm using rh7.2 in my home and tnt2 as my display card.

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg73011/pgp0.pgp
Description: PGP signature


Re: CRC checks or something ?

2002-02-27 Thread Lewi

On Wed, Feb 27, 2002 at 09:35:23AM +0200, Pieter De Wit wrote:
> Hello Eveyone,
> 
> I have a strange request. I would like to know if there is a way that I can
> check my systems interity. Normally hackers change your ps,netstat etc
> commands. Surely there must be a way of checking them against the source
> (rpm) or can't you make a MD5 hash of the system (exclude log files /var/log
> dir) and run checks against it ?
> 
> Thanks,
> 
> Pieter
why don't use -V parameter from rpm command?
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72898/pgp0.pgp
Description: PGP signature


Re: winmodem drivers

2002-02-27 Thread Lewi

On Wed, Feb 27, 2002 at 12:07:35PM +0530, [EMAIL PROTECTED] wrote:
> hi all ,
> i am runnning a copy of RED HAT 7 , now the problem is that modem is
> winmodem and i could magnage to get someinfo on a HOWTO which came with the
> CD which i have attached . now plz anyone could visit the site listed in
> section 5.5 of the attachment and send me the appropriate driver as
> attachment ( i do not have a www access   :(  also tell me how to install
> the driver and other infos
> my modem is Conexant HCF 56K data Fax PCI Modem 
> thanx

I don't know about running driver from Olitec on Redhat kernel has greater than 2.2.17
but last time I used Conexant HCF, I install PCI_56K_V2_K2.2.17(u can get it from 
olitec)
to running on my 2.2.17 redhat kernel.

ps: 
last time i used rh7.1 in my home.
> 
> 
> 
> 
>  
> 
> |BrAiN aToMS||| - mAkEs YoU ThInK ThAt yOu
> aRe tHiNkInG !!||| "urn:schemas-microsoft-com:office:office" />
> 
> |BrYaN AdAMS|| - mAkEs YoU SiNg WhEn yOu aRe
> sInKiNg !!|||
> 
>  
> 
>  
> 
> 
> This electronic communication and any accompanying document is being
> transmitted over the Indian Oil Network and contains confidential
> information that is for the exclusive use of the individual or entity to
> which it is addressed and is protected against unauthorised disclosure. If
> the reader of this message is not the intended receipient or the employee or
> agent responsible to deliver to the intended receipient, or is not intended
> to act on it, be aware that any disclosure, dissemination, distribution or
> copying of this communication, or the use of its contents is prohibited and
> is likely to be attended by legal consequences. If you have received this
> communication in error and/or are not the intended receipient, please
> immediately notify the undersigned or Indian Oil Corporation Ltd. at the
> telephone or the fax number or email address given above and permanently
> delete the original message from your email system. Whilst this mail has
> been checked for all the known viruses, recipients should undertake their
> own virus checking as Indian Oil Corporation Ltd. will  not accept any
> liability whatsoever  
> 
>   



-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72897/pgp0.pgp
Description: PGP signature


Re: licq problem

2002-02-23 Thread Lewi

i have been send a message to my friend which using icq client on the windows box,
the problem is that message sometimes can delivered and sometimes can't,
and try to look my network windows(from licq) and found none of errors.
the strange thing is that i can receive a messages but can't send a messages.

On Sat, Feb 23, 2002 at 04:44:19PM -0500, Statux wrote:
> Could you describe this problem a little further? :)
> 
> On Sun, 24 Feb 2002, Lewi wrote:
> 
> > I just want to know does someone have a problem with licq about sending message to 
>other side using icq?
> > because I have that problem, how to resolve this kind of problem?
> > 
> > 
> > I'm on enigma at home
> > 
> > 
> > 
> 
> -- 
> -Statux
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72681/pgp0.pgp
Description: PGP signature


licq problem

2002-02-23 Thread Lewi

I just want to know does someone have a problem with licq about sending message to 
other side using icq?
because I have that problem, how to resolve this kind of problem?


I'm on enigma at home


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72661/pgp0.pgp
Description: PGP signature


Re: deny copying files

2002-02-23 Thread Lewi

On Sat, Feb 23, 2002 at 10:58:59AM -0500, rpjday wrote:
> On Sat, 23 Feb 2002, Lewi wrote:
> 
> > it that possible to restrict file to not able be copying but still can
> > be see the contents.
> > 
> > any suggestions?
> 
> not likely, since if someone can list the contents, they can always
> just redirect the output to a destination file of their choice.
> 
> rday
i think so too, but just an idea if that possible if just restrict cp command
to read file.

just a homework from my master :)


thank you for your time

> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72654/pgp0.pgp
Description: PGP signature


deny copying files

2002-02-23 Thread Lewi

it that possible to restrict file to not able be copying but still can be see the 
contents.

any suggestions?


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72651/pgp0.pgp
Description: PGP signature


about smbclient

2002-02-21 Thread Lewi

how smbclient connect to winbox with just use ip address not NetBIOS name
i look at konqueror can connect with samba just using ip address
smb://123.123.123.123
how can i do it with smbclient?

i have try with -R to my /etc/hosts in server to change resolve order, but it's still 
can't

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72451/pgp0.pgp
Description: PGP signature


Re: Can someone teach me how to set the IP-Table on RedHat 7.2 ?

2002-02-21 Thread Lewi

On Thu, Feb 21, 2002 at 11:40:45AM +0800, Kevin Chan wrote:
> Hi all,
> 
> Can someone teach me how to set the IP-Table on RedHat 7.2  ?
> 
> I would like to set the PPP Client IP-10.0.0.1 can browse interent through
> PPP Server IP-192.168.13.222.  The simple diagram as below :
> 
> > Internet(0.0.0.0)
> >   |
> > PPP Server-Internal Interface(192.168.13.222)
> >   |
> > PPP Client (10.0.0.1)
> 
> I was wrote the scripts on below files, but seem like don't work (p.s. these
> scripts is working on RH 7.0):
> 
>  etc/ppp/ip-up.local
> ---
> #!/bin/bash
> ipchains -A forward -s 10.0.01 -d 0/0 -j MASQ
> exit 0
> 
>  etc/ppp/ip-down.local
> ---
> #!/bin/bash
> ipchains -D forward -s 10.0.0.1 -d 0/0 -j MASQ
> exit 0
> 
> Please teach me how & where I can set the IP-Table to solve my
> problem thanks !
> 
> Best regards,
> Kevin Chan
iptables -t nat -A POSTROUTING -o pppx -j MASQUERADE
echo "1" > /proc/sys/net/ipv4/ip_dynaddr (if you get different ip when dialup)

i use this at home

btw i get from 
rc.firewall - Initial SIMPLE IP Firewall test script for 2.4.x
#
# Author: Oskar Andreasson <[EMAIL PROTECTED]>
# (c) of BoingWorld.com, use at your own risk, do whatever you please with
# it as long as you don't distribute this without due credits to
# BoingWorld.com
#



> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72448/pgp0.pgp
Description: PGP signature


Re: Connecting to Novell 2

2002-02-21 Thread Lewi

On Thu, Feb 21, 2002 at 09:21:04AM -0500, Lewi wrote:
> On Thu, Feb 21, 2002 at 11:29:15AM +1100, Hossein S. Zadeh wrote:
> > On Thu, 2002-02-21 at 07:54, Carl D. Blake wrote:
> > > I'm stumped too.  I'm running a RH 7.1 with ipxutils-2.2.0.18-3.i386,
> > > ncpfs-2.2.0.18-3.i386 and a RH 7.2 with ipxutils-2.2.0.18.6.i386, and
> > > ncpfs-2.2.0.18-6.i386.  Both systems connect to Netware 4.11 SP7 with no
> > > problems.  I can't understand why you would be having a problem
> > > 
> > > On Wed, 2002-02-20 at 13:48, James Pifer wrote:
> > > > Yes, I've tried bindery as well, but I get a different error when doing
> > > > that. 
> > > > 
> > > > The Netware server I'm trying to hit is 5.1 SP2a. 
> > > > 
> > 
> > 
> > Well, doesn't 4.2 uses IPX by default (and TCP/IP as an option), and 5.1
> > does TCP/IP by default (and IPX as an option)?
> > 
> > Hossein
> my campus using novell ver. 4.11, about a month ago from my redhat box and 
>potato(debian) successfully mount novell(using -b as parameter), but after that 
>suddenly two linux box can't connected to, I know it's silly, until now I don't know 
>why?
> because both setting doesn't change.
> but when I reboot my linux box, it can mount again. what cause it?

when I make little experiments, when my redhat box set for the first time(when 
rebooting)
i set the ipx_configure, i can connect again to novell. but when with that conditions 
if i reboot setting for my network(service network restart) then connection to novell 
fail, it's still fail if i try ipx_configure off and ipx_configure on again.
does someone know anything about this, how it can be happen?
> > 
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> -- 
> ichtus
> --
> Lewi Supranata .K
> ICQ: 50643061



-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72447/pgp0.pgp
Description: PGP signature


Re: Connecting to Novell

2002-02-20 Thread Lewi

On Thu, Feb 21, 2002 at 11:29:15AM +1100, Hossein S. Zadeh wrote:
> On Thu, 2002-02-21 at 07:54, Carl D. Blake wrote:
> > I'm stumped too.  I'm running a RH 7.1 with ipxutils-2.2.0.18-3.i386,
> > ncpfs-2.2.0.18-3.i386 and a RH 7.2 with ipxutils-2.2.0.18.6.i386, and
> > ncpfs-2.2.0.18-6.i386.  Both systems connect to Netware 4.11 SP7 with no
> > problems.  I can't understand why you would be having a problem
> > 
> > On Wed, 2002-02-20 at 13:48, James Pifer wrote:
> > > Yes, I've tried bindery as well, but I get a different error when doing
> > > that. 
> > > 
> > > The Netware server I'm trying to hit is 5.1 SP2a. 
> > > 
> 
> 
> Well, doesn't 4.2 uses IPX by default (and TCP/IP as an option), and 5.1
> does TCP/IP by default (and IPX as an option)?
> 
> Hossein
my campus using novell ver. 4.11, about a month ago from my redhat box and 
potato(debian) successfully mount novell(using -b as parameter), but after that 
suddenly two linux box can't connected to, I know it's silly, until now I don't know 
why?
because both setting doesn't change.
but when I reboot my linux box, it can mount again. what cause it?
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72431/pgp0.pgp
Description: PGP signature


broken link at redhat/download

2002-02-20 Thread Lewi

i know it's the right milis, but i don't know where i must report for broken links.

there is a broken link in postfix-20011125-1SASL.i386_dl.html
when i try to search in www.redhat.com/download

the right link:
http://www.redhat.com/swr/i386/postfix-20011125-1SASL.i386_dl.html

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg72357/pgp0.pgp
Description: PGP signature


Re: HTML Editor

2002-02-09 Thread Lewi

maybe bluefish, perhaps it can't be compared with dreamweaver
but its better than vim (in my thinking).


On Fri, Feb 08, 2002 at 09:59:50PM -0800, David Talkington wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Redhat mailing list wrote:
> 
> >What's is the best HTML editor that i can
> >compare with macromedia dreamweaver?
> 
> emacs!
> 
> - -d
> 
> - -- 
> David Talkington
> 
> PGP key: http://www.prairienet.org/~dtalk/0xCA4C11AD.pgp
> - --
> http://setiathome.ssl.berkeley.edu/pale_blue_dot.html
> 
> -BEGIN PGP SIGNATURE-
> Version: PGP 6.5.8
> Comment: Made with pgp4pine 1.75-6
> 
> iQA/AwUBPGS63r9BpdPKTBGtEQLyjwCfSZZmp9VBNONBKsM2qvdZzsctbGYAoN2C
> pueGPDjzju7kcHV4xP/PCJKF
> =UxAH
> -END PGP SIGNATURE-
> 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg71516/pgp0.pgp
Description: PGP signature


Re: simple question about php -- solved

2002-02-03 Thread Lewi

On Mon, Feb 04, 2002 at 03:03:41AM -0500, Lewi wrote:
> i know this is not the right mailing list for my question, but
> i think it just a simple question so why not,
> 
> my problem is,
> i have a problem when i viewing a data that from odbc(paradox database) with type 
>date and number,
> the output format is not like i want, how do i change this?
> for ex, with date format dd/mm/yy, because the result is in the format YY/DD/MM
> 
> 
> help me, thank you for your answers
> 
> 
> -- 
> ichtus
> --
> Lewi Supranata .K
> ICQ: 50643061
solved sorry if it wasting your time,
i found the script at weberdev.com


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg70993/pgp0.pgp
Description: PGP signature


simple question about php

2002-02-03 Thread Lewi

i know this is not the right mailing list for my question, but
i think it just a simple question so why not,

my problem is,
i have a problem when i viewing a data that from odbc(paradox database) with type date 
and number,
the output format is not like i want, how do i change this?
for ex, with date format dd/mm/yy, because the result is in the format YY/DD/MM


help me, thank you for your answers


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg70991/pgp0.pgp
Description: PGP signature


Re: user can edit root file, why ?

2002-01-30 Thread Lewi

on linux, directory has a major permissions than file' has
so it can explained your problem, 
you can try if dir can writeable but file can't, the file still can be writeable.

On Wed, Jan 30, 2002 at 08:05:30AM +0100, Schaerfke, Marco, Dr., Xzillion/DE wrote:
> > Hi,
> > I use RH 7.1 and have problems with user rights. I have done the following
> > steps:
> > 
> > as root:
> > 
> > mkdir /test
> > touch /test/file.txt
> > chmod 644 /test/file.txt
> > chown user:group /test
> > Now the the directory belongs to user "user", but the owner of the file
> > "file.txt" is root.
> > 
> > as user "user"
> > 
> > vi /test/file.txt 
> > (vi says that the file "file.txt" is read only)
> > but with  the vi-command  w! it is possible for user "user" to modify the
> > file.
> > 
> > I check this behavior on other unix machines (Irix and Solaris). On this
> > plattforms its impossible to modify this file as user "user" (This is that
> > what I would expect also for linux).
> > Can anybody help me ?
> > 
> > Thanks
> > 
> > Marco
> > 
> > 
> > 
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg70602/pgp0.pgp
Description: PGP signature


wu-ftpd security?

2002-01-23 Thread Lewi

last night, while i'm surfing, i has found that thereis a lot of script to exploit 
wu-ftpd,
my question is, how do i secure my ftpd, while default package from redhat is wu-ftpd,
i know there is a lot of alternatives than wu-ftpdm like proftpd, ncftpd, but
i remembered that one of the redhat employee said that wu-ftpd isn't very bad.

how do i secure my wu-ftpd on my server, or i must change my ftpd?
how big impact of chroot wu-ftpd, can that avoid root access to my systems?


thank you for your advices  

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg69900/pgp0.pgp
Description: PGP signature


Re: rpm bug on 7.2? solved. sound server?

2002-01-22 Thread Lewi

i think i know the problem,
when i login from x to my server y, /dev/mixer, audio
will be owned by me, if the other user want to use audio
the permission of audio device will deny that.
i think i will change group permission of all of my users which want to using 
audio in my server.


On Tue, Jan 22, 2002 at 11:15:24AM -0500, Lewi wrote:
> thank you all of you, the problem solved,
> 
> btw
> now my sound server is the problem,
> when i plays mp3 in the console and then another user login want to play mp3 too in 
>the another computer in network,
> it' possible??
> if i want to hear music at server speaker or client speaker?
> because when i try to hear from server both of them, then music can not play
> how about from client speaker, how can i do it?
> 
> 
> i use Sound Blaster Live value on my enigma
> 
> 
> 
> On Mon, Jan 21, 2002 at 04:23:08PM -0500, Statux wrote:
> > Ok.. solution is: Think before you do :)
> > 
> > Why would you be hitting ctrl+c during an RPM install anyway? You were the 
> > one who opted to have it installed in the first place. If you break it 
> > half way through, you can possibly corrupt the RPM database, among other 
> > things. You might want to try something like "rpm --rebuilddb" to undo 
> > some damage you may have done.
> > 
> > On Tue, 22 Jan 2002, Lewi wrote:
> > 
> > > i recently receive this error while install from rpm
> > > error: db3 error(-30998) from db->close: DB_INCOMPLETE: Cache flush was unable 
>to complete
> > > 
> > > rpmdb: Unreferenced page 5783
> > > error: db3 error(-30985) from db->verify: DB_VERIFY_BAD: Database verification 
>failed
> > > 
> > > this problem occured when i press Ctrl+C to cancel while installation from rpm 
>installation
> > > then when i want continue, the problem start
> > > and then i try rpm -qa, the rpm listing is hang
> > > i think that default rpm database is still open while i press Ctrl+C,
> > > so when i try rpm -qa --dpath /usr/lib/rpmdb/i386-redhat-linux/redhat/
> > > no problem
> > > 
> > > 
> > > why? does someone have same experience with me?
> > > 
> > > 
> > > i use 7.2,
> > > with all updates
> > > i must restart my enigma to resolve this problem :(
> > > 
> > > 
> > > 
> > 
> > -- 
> > -Statux
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> -- 
> ichtus
> --
> Lewi Supranata .K
> ICQ: 50643061
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg69807/pgp0.pgp
Description: PGP signature


Re: rpm bug on 7.2? solved. sound server?

2002-01-21 Thread Lewi

thank you all of you, the problem solved,

btw
now my sound server is the problem,
when i plays mp3 in the console and then another user login want to play mp3 too in 
the another computer in network,
it' possible??
if i want to hear music at server speaker or client speaker?
because when i try to hear from server both of them, then music can not play
how about from client speaker, how can i do it?


i use Sound Blaster Live value on my enigma



On Mon, Jan 21, 2002 at 04:23:08PM -0500, Statux wrote:
> Ok.. solution is: Think before you do :)
> 
> Why would you be hitting ctrl+c during an RPM install anyway? You were the 
> one who opted to have it installed in the first place. If you break it 
> half way through, you can possibly corrupt the RPM database, among other 
> things. You might want to try something like "rpm --rebuilddb" to undo 
> some damage you may have done.
> 
> On Tue, 22 Jan 2002, Lewi wrote:
> 
> > i recently receive this error while install from rpm
> > error: db3 error(-30998) from db->close: DB_INCOMPLETE: Cache flush was unable to 
>complete
> > 
> > rpmdb: Unreferenced page 5783
> > error: db3 error(-30985) from db->verify: DB_VERIFY_BAD: Database verification 
>failed
> > 
> > this problem occured when i press Ctrl+C to cancel while installation from rpm 
>installation
> > then when i want continue, the problem start
> > and then i try rpm -qa, the rpm listing is hang
> > i think that default rpm database is still open while i press Ctrl+C,
> > so when i try rpm -qa --dpath /usr/lib/rpmdb/i386-redhat-linux/redhat/
> > no problem
> > 
> > 
> > why? does someone have same experience with me?
> > 
> > 
> > i use 7.2,
> > with all updates
> > i must restart my enigma to resolve this problem :(
> > 
> > 
> > 
> 
> -- 
> -Statux
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



rpm bug on 7.2?

2002-01-21 Thread Lewi

i recently receive this error while install from rpm
error: db3 error(-30998) from db->close: DB_INCOMPLETE: Cache flush was unable to 
complete

rpmdb: Unreferenced page 5783
error: db3 error(-30985) from db->verify: DB_VERIFY_BAD: Database verification failed

this problem occured when i press Ctrl+C to cancel while installation from rpm 
installation
then when i want continue, the problem start
and then i try rpm -qa, the rpm listing is hang
i think that default rpm database is still open while i press Ctrl+C,
so when i try rpm -qa --dpath /usr/lib/rpmdb/i386-redhat-linux/redhat/
no problem


why? does someone have same experience with me?


i use 7.2,
with all updates
i must restart my enigma to resolve this problem :(


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg69665/pgp0.pgp
Description: PGP signature


interchange

2002-01-18 Thread Lewi

yesterday i want to learn about interchange use,
when i try http://mine.com/foundation, from demo that redhat provides
there is errorr like this

invalid catalog /cgi-bin/foundation/

i check home dir of foundation, and the files are exists.
then, i try to makes one manually
#> ./makecat
after a few question that i answered successfully,
the errors still exists, i check my httpd.conf
configuration of my cgi-bin is correct
ScriptAlias /cgi-bin/   "/var/www/cgi-bin"

is that correct?
what's conf i missing about?


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg69429/pgp0.pgp
Description: PGP signature


Re: ip and port redirection

2002-01-16 Thread Lewi

On Mon, Jan 14, 2002 at 10:02:29PM +1300, Linux wrote:
> Yes this can be done with firewall rules. The one you need is PREROUTE to
> NAT the incoming connection to the appropriate box
> 
> Mike
when i add this to my firewall, my host 1.2.3.1 and gateway 1.2.3.1 in the same 
network :
iptables -t nat -A PREROUTING -d 1.2.3.2 -p tcp --dport 80 -j DNAT --to 1.2.3.3

and i access from 1.2.3.4,
w3m 1.2.3.1, don't appear something at all

why? what's wrong?

> 
> -Original Message-
> From: Lewi [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 15 January 2002 06:56
> To: [EMAIL PROTECTED]
> Subject: ip and port redirection
> 
> 
> i'm just wondering can i redirect connection if someone ssh to my linux box,
> i want to direct that to another server that i want it.
> 
> 
> --
> ichtus
> --
> Lewi Supranata .K
> ICQ: 50643061
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg69044/pgp0.pgp
Description: PGP signature


Re: nvidia driver horrors

2002-01-14 Thread Lewi

On Mon, Jan 14, 2002 at 06:17:36PM -0500, fred smith wrote:
> On Mon, Jan 14, 2002 at 04:29:42PM +0100, Nick Wilson wrote:
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> > 
> > 
> > * On 14-01-02 at 16:22 
> > * Robert Dege said
> > 
> > > 
> > > Might I suggest reading the installation docs provided by nVidia's web
> > > site?
> > > 
> > > Looks like you didn't do this.  Here, let me give you the URL :)
> > 
> > Of course I did all that, you don't think I'd post to the list without
> > following the instructions do you?
> > 
> > I think the problem may be todo with the fact that after installed all
> > of ther errata the kernel is no longer 2.4.7-10 but 2.4.9-13 (only just
> > thought of this) and I expect the kernel headers are the problem.
> 
> The nvidia web site has drives for BOTH of those kernel versions for
> RH 7.2, so all you should need to do is get the right ones and install
> 'em. I just did so about 3 days ago on a RH72 box and it runs fine.
> TuxRacer and Chromium run real nice now (instead of about 1 frame every
> 5 seconds as before).
i have just yesterday build from src rpm to kernel-2.4.9-13,
but does someone feel that the changes is too "fast", 
when i ran out the circus linux for example, how to resolve that?
i ran out my enigma on riva tnt2 m64 in home



> 
> Fred
> 
> -- 
>  Fred Smith -- [EMAIL PROTECTED] -
>But God demonstrates his own love for us in this: 
>  While we were still sinners, 
>   Christ died for us.
> --- Romans 5:8 (niv) --
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68958/pgp0.pgp
Description: PGP signature


ip and port redirection

2002-01-13 Thread Lewi

i'm just wondering can i redirect connection if someone ssh to my linux box, i want to 
direct that to another server that i want it.


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68883/pgp0.pgp
Description: PGP signature


Re: samba: connecting to W2K from RH Linux

2002-01-13 Thread Lewi

first, you can try to specify username to connect to winbox with option -U
and check the sharing permission in winbox, what permission they have to allow some to 
connect to, because samba without specify a username, take your active login to 
connect, and maybe the username doesn't match with winbox has.

On Sun, Jan 13, 2002 at 08:47:09PM -0500, - - wrote:
> Hi all,
> 
> I see a lot of messages about samba going around.  I also have a problem 
> with samba and can't really figure out. Hopefully someone more experienced 
> can point me out what I've been doing wrong. Anyway, I've set up samba 
> server on RH Linux 7.2 and my w2k box can see the share from Network 
> Neigborhood. However, when I do:
> 
> #smbmount //w2k_box_name/d /mnt/win
> 
> it prompts for a password.  Since I haven't set a password to get into my 
> w2k box, I put empty password and then get
> 
> "26491: session setup failed: ERRDOS -ERRnoaccess (Access denied.)  SMB 
> connection failed."
> 
> I think I'm misssing some configurations on w2k side, but I'm not sure.  Any 
> inputs are appreciated.
> 
> Thanks in advance,
> kero
> 
> _
> MSN Photos is the easiest way to share and print your photos: 
> http://photos.msn.com/support/worldwide.aspx
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68875/pgp0.pgp
Description: PGP signature


Re: Help with copy.

2002-01-13 Thread Lewi

On Sun, Jan 13, 2002 at 02:06:19PM +0100, Mikael Mossberg wrote:
> 
> I hope someone can help me :
> I want to copy the whole content of a harddisk to a new empty disk.
> Now I boot from the sourcedisk and want the target disk
> to be an exact copy of the source including bootsector.
> 
> Thanks
> Mikael
> 

maybe it can help
Partition Image
 by François Dupoux - Wednesday, September 13th 2000 12:17 EST

About: Partition Image is a Linux/UNIX utility similar to Symantec's Ghost. This 
uility saves partitions in the EXT2, Reiserfs, NTFS, HPFS, FAT16, and FAT32 file 
system formats to an image file. The image file can be compressed with gzip or bzip2 
in order to save disk space, and it can be split in order to fit onto a series of 
floppy disks. This program can be useful for backup purposes. A boot/root disk is also 
provided, allowing you to run Partition Image without Linux installed on the hard disk.

from freshmeat

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68814/pgp0.pgp
Description: PGP signature


Re: help all of my os gone

2002-01-13 Thread Lewi

when i create partition with disk druid which can make a ext3 type of a partition (i 
running it with redhat 7.2 installation)
now my hda look like this

hda1BootPrimary   Linux 4194.90
hda2Primary   Linux ext2   [/home]   526.42
hda3Primary   Linux 3668.48
hda5Logical   Linux  271.44
Logical   Free Space   0.04*
hda6NC  Logical   Linux  271.41*
Logical   Free Space   0.04*
hda7NC  Logical   Linux  271.41*
Logical   Free Space   0.04*
hda8NC  Logical   Linux ext21052.81*
Disk /dev/hda: 255 heads, 63 sectors, 1247 cylinders
Units = cylinders of 16065 * 512 bytes

now /dev/hda2 can be recognize and the data still exist, but the others can't

btw i want to know when disk druid write the partition table in the installationor if 
i running cfdisk what type i must choose




On Sun, Jan 13, 2002 at 08:00:02PM -0500, Lewi wrote:
> thereis only one second that smoothwall formated my hda, (i hope so)
> but while i'am watching that mk2fs with linux is so fast even on the large space,
> i think the data can't be deleted so fast, 
> 
> 
> 
> i don't remember exactly size of my each partition, 
> now my hda look like this
>   cfdisk 2.10f
> 
>   Disk Drive: /dev/hda
> Size: 10262568960 bytes
>   Heads: 255   Sectors per Track: 63   Cylinders: 1247
> 
> NameFlags  Part Type  FS Type  [Label]Size (MB)
>  --
> hda1NC  Primary   Linux swap  24.68
> hda2BootPrimary   Linux    10232.25
> 
> but when i mount hda2, errors shows up
> lewi:~# mount -t ext2 /dev/hda2 /mnt/
> mount: wrong fs type, bad option, bad superblock on /dev/hda2,
>or too many mounted file systems
> i have formatted all partition on hda with ext3
> what i can do now? if i dont remember it exactly.
> 
> where i can find information about this?
> 
> 
> On Sun, Jan 13, 2002 at 06:36:09AM -0600, ABrady wrote:
> > On Sun, 13 Jan 2002 19:35:19 -0500
> > Lewi <[EMAIL PROTECTED]> implied:
> > 
> > > hi, 
> > > i have a problem, all data on my first hardisk is destroy, :(
> > > just a few minutes ago, i want to try install smothwall on my
> > > computer, while smothwall asking me where hda i want to install,
> > > smothwall is destroying all of my data including my two redhat in that
> > > hd, just a second :(. 
> > > 
> > > but in that second i press reset button,
> > > can i recover that? because there is important data in that hd, 
> > > does anyone have experience with that? 
> > 
> > It depends on how far into it you got. If it fdisked the drive, you can
> > maybe recover it by fdisking it again into the layout that was on it. If
> > it formatted the drive, chances are slimmer, but you might be able to
> > recover some with fdisk and a few other tools (too lengthy to explain
> > now, and I'm not necessarily the expert on those tools). If it started
> > writing, you're probably SOL on recovery.
> > 
> > There are a few others that do the same thing as smoothwall (wipe it all
> > out and write). This needs to be a lesson: _ALWAYS_ research those
> > all-in-one firewall/gateway/router/server packages because most of them
> > use the same trick of wiping it all out.
> > 
> > Sorry I can't be of more assistance. Maybe with a little more
> > information
> > 
> > -- 
> > An NT server can be run by any idiot, and usually is.
> > 
> > 
> > 
> > ___
> > Redhat-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/redhat-list
> 
> -- 
> ichtus
> --
> Lewi Supranata .K
> ICQ: 50643061



-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68811/pgp0.pgp
Description: PGP signature


Re: help all of my os gone

2002-01-13 Thread Lewi

thereis only one second that smoothwall formated my hda, (i hope so)
but while i'am watching that mk2fs with linux is so fast even on the large space,
i think the data can't be deleted so fast, 



i don't remember exactly size of my each partition, 
now my hda look like this
  cfdisk 2.10f

  Disk Drive: /dev/hda
Size: 10262568960 bytes
  Heads: 255   Sectors per Track: 63   Cylinders: 1247

NameFlags  Part Type  FS Type  [Label]Size (MB)
 --
hda1NC  Primary   Linux swap  24.68
hda2BootPrimary   Linux10232.25

but when i mount hda2, errors shows up
lewi:~# mount -t ext2 /dev/hda2 /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/hda2,
   or too many mounted file systems
i have formatted all partition on hda with ext3
what i can do now? if i dont remember it exactly.

where i can find information about this?


On Sun, Jan 13, 2002 at 06:36:09AM -0600, ABrady wrote:
> On Sun, 13 Jan 2002 19:35:19 -0500
> Lewi <[EMAIL PROTECTED]> implied:
> 
> > hi, 
> > i have a problem, all data on my first hardisk is destroy, :(
> > just a few minutes ago, i want to try install smothwall on my
> > computer, while smothwall asking me where hda i want to install,
> > smothwall is destroying all of my data including my two redhat in that
> > hd, just a second :(. 
> > 
> > but in that second i press reset button,
> > can i recover that? because there is important data in that hd, 
> > does anyone have experience with that? 
> 
> It depends on how far into it you got. If it fdisked the drive, you can
> maybe recover it by fdisking it again into the layout that was on it. If
> it formatted the drive, chances are slimmer, but you might be able to
> recover some with fdisk and a few other tools (too lengthy to explain
> now, and I'm not necessarily the expert on those tools). If it started
> writing, you're probably SOL on recovery.
> 
> There are a few others that do the same thing as smoothwall (wipe it all
> out and write). This needs to be a lesson: _ALWAYS_ research those
> all-in-one firewall/gateway/router/server packages because most of them
> use the same trick of wiping it all out.
> 
> Sorry I can't be of more assistance. Maybe with a little more
> information
> 
> -- 
> An NT server can be run by any idiot, and usually is.
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68806/pgp0.pgp
Description: PGP signature


help all of my os gone

2002-01-13 Thread Lewi

hi, 
i have a problem, all data on my first hardisk is destroy, :(
just a few minutes ago, i want to try install smothwall on my computer, while 
smothwall asking me where hda i want to install, smothwall is destroying all of my 
data including my two redhat in that hd, just a second :(. 

but in that second i press reset button,
can i recover that? because there is important data in that hd, 
does anyone have experience with that? 



-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68804/pgp0.pgp
Description: PGP signature


some question about bandwidth limit

2002-01-08 Thread Lewi

i want to limit bandwidth for my network, is there any tool for it?
does iptables can? or maybe cbq? any tips?
where i can find HOWTO about bandwidth limits?


thank you for any of your suggestions

ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68236/pgp0.pgp
Description: PGP signature


security update

2002-01-07 Thread Lewi

i have subscribe to redhat security updates mailing list,
but today i have know that there is new mutt package available for security update, 
but until know i have not receive any email yet.

does anyone know why?

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68224/pgp0.pgp
Description: PGP signature


Re: samba as file server

2002-01-06 Thread Lewi

On Mon, Jan 07, 2002 at 01:43:53AM -0800, Enrique Bory Simon wrote:
> you can use file "smbusers" to map winxx user to smb users. !!! But do not
> accept it like optimal  idea.
how i can do it from winbox client?

> 
> 
> - Original Message -
> From: "Lewi" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 07, 2002 9:14 AM
> Subject: samba as file server
> 
> 
> > i want change my file server to samba, the problem is
> > how can i set the username and password so it can be as flexible as
> > netware does,
> > because the samba client now is windows98, so the user login in the
> > windows must be the same as the samba user, so it can be difficult to
> > change all the user login in the windows98 so it can match sambauser.
> >
> >
> > any suggestions?
> >
> >
> > --
> > ichtus
> > --
> > Lewi Supranata .K
> > ICQ: 50643061
> >
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68151/pgp0.pgp
Description: PGP signature


samba as file server

2002-01-06 Thread Lewi

i want change my file server to samba, the problem is
how can i set the username and password so it can be as flexible as netware does,
because the samba client now is windows98, so the user login in the windows must be 
the same as the samba user, so it can be difficult to change all the user login in the 
windows98 so it can match sambauser.


any suggestions? 


-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg68144/pgp0.pgp
Description: PGP signature


old question about rpm?

2001-12-31 Thread Lewi

how to resolve dependency problem with gnorpm while installation?
is there any program that check dependecy problem and resolve it, like in the first 
installation of redhat?
or maybe like dselect in the debian's distro

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: latest rpm?

2001-12-12 Thread Lewi

On Tue, Dec 11, 2001 at 02:49:56PM -0500, Trond Eivind Glomsrød wrote:
> Ed Wilts <[EMAIL PROTECTED]> writes:
> 
> > On Tue, Dec 11, 2001 at 11:06:34AM -0500, Trond Eivind Glomsrød wrote:
> > > Ed Wilts <[EMAIL PROTECTED]> writes:
> > > 
> > > > On Tue, 2001-12-11 at 10:56, Lewi wrote:
> > > > > is redhat provide rpm for every new release, for example like apache or php,
> > > > > if not why, considering a bug in old version? and where i can find it? or i 
>must install it from tarball
> > > > 
> > > > All software has bugs.  Therefore, to provide patches for all their old
> > > > versions, they'd be nothing else than patching and testing.
> > > > 
> > > > Red Hat provides security bugfixes for old releases - I believe they
> > > > still go back to 5.2 or earlier. 
> > > 
> > > RHL 6.2 is the oldest supported version of RHL - RHL 5.2 was supported
> > > for 3 years after the release.
> > 
> > Although you work for Red Hat, I'm still going to disagree.  Several packages
> > have recently been updated for 5.2 and are on your ftp site. 
> > sendmail, for example, is as recent in 5.2 as it is for 7.2
> > (8.11.6).  
> 
> That was one of the last ones. You might notice that e.g. wu-ftpd and
> apache were not updated.
> 
> -- 
> Trond Eivind Glomsrød
> Red Hat, Inc.
now, should i update my apache for example if there is a bug listing in the 
www.apache.org?
just like the new release of apache fixes anyone can listing files bypass index.* (i 
hope it's not wrong, i read it 2 days ago from www.apache.org), but in the errata 
don't have any message about it.


from linux newbie
> 
> 
> 
> ___
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list

-- 
ichtus
--
Lewi Supranata .K
ICQ: 50643061



msg66311/pgp0.pgp
Description: PGP signature


  1   2   >