module configuration

2003-02-20 Thread Haim Ashkenazi
Hi

I've just installed the alsa drivers for my emu10k1 SBLive card and I
have 2 problems:

1. when I reboot, the system first loads the "emu10k1" kernel
   module before everything else so the alsa modules doesn't
   load. as a workaround I've renamed this module and everything
   works, but I wonder if there is a more elegant solution. I
   have no mention of emu10k1 in '/etc/modules.conf' and
   '/etc/modutils/*' (well. except for the alsa module).
2. In '/etc/modutils/alsa I've put this line "post-install
   snd-emu10k1-synth /usr/bin/sfxload
   /usr/local/etc/8MBGMSFX.SF2". the module loads but it doesn't
   run the post-install command. I have to run it manually. am I
   doing something wrong?

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: module configuration

2003-02-21 Thread Haim Ashkenazi
On Fri, 2003-02-21 at 15:23, Russell Shaw wrote:
> Haim Ashkenazi wrote:
> > Hi
> > 
> > I've just installed the alsa drivers for my emu10k1 SBLive card and I
> > have 2 problems:
> > 
> > 1. when I reboot, the system first loads the "emu10k1" kernel
> >module before everything else so the alsa modules doesn't
> >load. as a workaround I've renamed this module and everything
> >works, but I wonder if there is a more elegant solution. I
> >have no mention of emu10k1 in '/etc/modules.conf' and
> >'/etc/modutils/*' (well. except for the alsa module).
> 
> You should put the modules to be loaded at boot into /etc/modules.
well, emu10k1 is not there and the alsa modules are loaded from
'/etc/init.d/alsa'.

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: module configuration

2003-02-21 Thread Haim Ashkenazi
On Fri, 2003-02-21 at 12:04, Paul Johnson wrote:
>
> Because the modules that are loaded at boot time by the system are
> listed in /etc/modules
It's not there either...
> 
> -- 
>  .''`. Baloo <[EMAIL PROTECTED]>
> : :'  :proud Debian admin and user
> `. `'`
>   `-  Debian - when you have better things to do than to fix a system

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: FW: Sound Blaster Live Support

2003-03-01 Thread Haim Ashkenazi
On Wed, 2003-02-26 at 01:47, Rob Weir wrote:
> On Tue, Feb 25, 2003 at 04:35:34PM -0500, Bob Paige wrote:
> > Fortunately, when I upgraded from kernel 2.2.x to 2.4.20 (that is from 
> > 'testing'; I think 2.4.19 is in 'stable') it included the emu10K driver 
> > as a module, so it just worked.
> 
> It's also in the 2.4.18 (IIRC) kernel from woody, just not in the boot
> floppies ones.  This is documented in the install guide, but nearly
> everyone seems to miss it :)
If you don't need the midi support, emu10k1 (afaik comes in most of the
2.4.x kernels) works just fine. if you want midi support (that is
hardware midi, you can always play midi emulation with timidity) you'll
have to use the alsa driver. there is a nice article about alsa in
debian:
http://www.linuxorbit.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=541

As for SBLive specific alsa options you can find them in the
alsa-project webpage (there is a link to that in the article).

> 
> -- 
> Rob Weir <[EMAIL PROTECTED]>  http://ertius.org/

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Setting up IPTables..

2003-03-01 Thread Haim Ashkenazi
On Thu, 2003-02-27 at 11:27, [EMAIL PROTECTED] wrote:
> Hi all,
>Can anyone tell me where there is a HOWTO describing (or give me an
> outline of what I should do) setting up IPTables on my debian 3.0r1 box. I
> am using a self-compiled 2.4.20 kernel and connect using ppp/dialup so
> here's what I think I need to know:
> 
> * What kernel options/modules should I compile and set with modconf?
> * What userspace stuff do I need to do?
> * Is firestarter a good way to set up a basic firewall? (It looks easy to
> me).
I don't know firestarter, but shorewall is a great way.it has many
features, easy to configure and understand, and support most of the
features that iptables support.
> 
> Thanks,
> Kevin
> 
Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: vpopmail + mysql

2003-03-12 Thread Haim Ashkenazi
On 28 Feb 2003 11:59:09 -
"Alexander Kniazev" <[EMAIL PROTECTED]> wrote:

> Where can i find vpopmail debian package with mysql support?
> On apt-get.org i've found vpopmail only with cdb.
If I remember correctly, it's only a compilation flag (configure --with...). You can 
download the source (diff, dsc, changes, and tar.gz) files from 
"http://linux.myspinach.org/debian/"; unpack it with deb-source -x ..., and edit the 
"debian/rules" file so the configure command will include mysql.

> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: List of base-system debs

2003-03-14 Thread Haim Ashkenazi
On Fri, 14 Mar 2003 11:07:39 -0500
[EMAIL PROTECTED] wrote:

> Where can I find a list of the packages included in the basic installation of Woody?
If you mean the base section, there probably is a command-line variable, but if you 
have dpkg-www installed you can search for: "section=base".

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: List of base-system debs

2003-03-14 Thread Haim Ashkenazi
On Fri, 14 Mar 2003 20:16:24 -0500
[EMAIL PROTECTED] wrote:

> On Fri, 14 Mar 2003 19:58:30 +0200
> Haim Ashkenazi <[EMAIL PROTECTED]> wrote:
> 
> > If you mean the base section, there probably is a command-line
> > variable, but if you have dpkg-www installed you can search for:
> > "section=base".
> > 
> 
> That's interesting. I have dpkg-www installed, and apache is running.
> 
> If in my browser address window I enter "http://localhost:80/dwww"; I get
> the "dwww Debian Online Documentation" page, with a search box.
> 
> If I enter "section=base" in the search window and tell it to go fetch,
> it returns "Documentation related to 'section=base' ... No documentation
> found".
> 
> What am I doing wrong?
You're going to the wrong page. dwww is another package for documentation. you should 
go to "localhost/cgi-bin/dpkg" of run "Debian Package Browser" from the Debian help 
sub-menu.

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: setting up iptables

2003-03-14 Thread Haim Ashkenazi
On Sat, 15 Mar 2003 00:27:29 +0200
Aryan Ameri <[EMAIL PROTECTED]> wrote:

> Hi there:
> 
> Well, it seems "google is your friend" is used extensivly trough this mailing 
> list. I tried my best to make friends with him and to find a sample iptables 
> config file, with no success. tldp also gave me the same results. I admit 
> that the iptables man page is too cryptic for me ( and I have one of those 
> Network + certificates ). All i want is a good and simple firewall, for my 
> desktop system. I have no public server installed on my computer ( well, I 
> use exim to send mails ) and I don't want anyone to access my computer from 
> anywhere. can anyone point me to the right direction?
There are many tutorials out there (search google for iptables-tutorial). I think that 
the best and easiest way to accomplish quite complicated settings is with "shorewall". 
it also has very good documentations and sample firewall settings.

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: List of base-system debs

2003-03-15 Thread Haim Ashkenazi
On Fri, 14 Mar 2003 23:52:28 -0500
[EMAIL PROTECTED] wrote:

> On Sat, 15 Mar 2003 04:20:14 +0200
> Haim Ashkenazi <[EMAIL PROTECTED]> wrote:
> 
> > > What am I doing wrong?
> > You're going to the wrong page. dwww is another package for
> > documentation. you should go to "localhost/cgi-bin/dpkg" of run
> > "Debian Package Browser" from the Debian help sub-menu.
> 
> This just isn't my day, I guess.
> 
> When I do that, I get "You do not have permission to access
> localhost/cgi-bin/dpkg on this server". I've tried from the command
> line, from the Help menu, and as root from the command line.
have you played with your httpd.conf? maybe you changed something to cause permission 
problems. take a look at '/var/log/apahe/errors'.

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



OT: what's the difference between apache+mod_perl and apache-perl,apache+mod_ssl and apache-ssl etc...

2003-03-19 Thread Haim Ashkenazi
Hi

If I understand corectly, apache-perl is staticaly compiled with mod_perl (that is 
it's the same as installing apache+mod_perl). so how come I can install both? the same 
with apache-ssl. 

Am I missing something here?

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: OT: what's the difference between apache+mod_perl andapache-perl, apache+mod_ssl and apache-ssl etc...

2003-03-20 Thread Haim Ashkenazi

> Well, er, installing apache-perl isn't quite the same as installing
> apache + libapache-mod-perl; as you point out the former is compiled
> in while the latter links dynamically.  Likewise, apache-ssl and
> apache + libapache-mod-ssl are not the same in that the SSL stuff is
> compiled in when you run apache-ssl.  The apache issue is further
> complicated in that apache-ssl and libapache-mod-ssl _are not the same
> code_ ... they are two means to an end.  See
> http://www.apache-ssl.org/#mod_ssl for an explanation.
> 
thanx, at least I'm starting to get some idea about the differences.

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



question about LDAP conventions

2003-03-21 Thread Haim Ashkenazi
Hi

I'm trying to learn to implement ldap in organizations, so I've read a few ldap 
howto's and I know how to do some basic stuff. my problem is that I don't fully 
understand the naming conventions (maybe due to a lack of knowledge in english...).
In the default debian install there are 2 organizational units: roaming and people. 
could someone please explain (or direct me to some howto's) the difference between 
them (e.g. to where should I import my address-book)?

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: question about LDAP conventions

2003-03-21 Thread Haim Ashkenazi
On Fri, 21 Mar 2003 00:26:30 -0800 (PST)
"nate" <[EMAIL PROTECTED]> wrote:


> there is nothing significant about them. they are only parts of a tree.
> they can be named anything, can have anything stored in them..the name
> is not important.
So it's accepted to create an organizational unit called adress-book and put all my 
addresses there?

> 
> my LDAP howto:
this looks really nice.

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: apache authentication

2003-03-21 Thread Haim Ashkenazi
On Fri, 21 Mar 2003 18:05:36 +0100
Ernst-Magne Vindal <[EMAIL PROTECTED]> wrote:

> Hi
> I'm trying to set up a site under my main site with auth, but can get
> it working.
> What I have done is:
> htpasswd -c /usr/local/apache/passwd/passwords username
> chown root.nogroup /usr/local/apache/passwd/passwords
> chmod 640 /usr/local/apache/passwd/passwords
What user your apache runs under, it should run under www-data. if it
does on your computer, your apache user can't read this file. you should
make it owned by www-data.www-data, and with permissions=600. 

> 
> I have also tried with the password file named .htpasswd, but the
> result is the same.
> 
> and for the access file:
> AuthType Basic
> AuthName "By Invitation Only"
> AuthUserFile /usr/local/apache/passwd/passwords
> Require user username
> 
> I have almost the same config for users home dir, and thats working
> fine. The only difference is that I use "Require valid-user" insted of
> the config above.
> 
> Can anyone pls help?
> 
> I'm running debain 2.4.20 and apache 1.3.27-0.1
> 
> /ernst

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Question

2003-10-15 Thread Haim Ashkenazi
Kevin Chung wrote:

> I am looking for info on how to setup a router on debian server ver 3.0
> This router will house 3 nic cards which will route IP traffic from one
> segment to another Please let me know if such the guide is available
Hi

If you only need routing (without masquerading) then edit '/etc/network
options' and set this line:
ip_forward=yes

this will route the traffic from the different networks. however, if you
need masquerading (e.g. you have one computer connected to the internet and
some computers behind it) then use iptables. there is a nice application
called 'shorewall' that you can use to easily configure it.

Bye
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installing my own Apache?

2003-10-19 Thread Haim Ashkenazi
Joel Konkle-Parker wrote:

> I want to set up a development environment identical to that of my
> webhost, which means I need to install Apache 1.3.27, PHP 4.3.1, and
> MySQL 3.23.42, none of which are included by default in Woody.
If you want to do it for testing reasons, I suggest you install exactly the
same distribution (if you can get the one from your webhost). these
packages could have been compiled with different features etc...

Bye
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



problem viewing this list through newsgroup...

2003-10-23 Thread Haim Ashkenazi
Hi

please cc your reply to me cause at the moment I can't access this mailing 
list...
I'm viewing this mailing list through nntp server which works great, but in 
the last 2 days, I don't see any new messages. even on groups.google.com they 
don't appear. anyone has an idea why?

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: problem viewing this list through newsgroup...

2003-10-23 Thread Haim Ashkenazi
On Thursday 23 October 2003 18:55, you wrote:
> * Haim Ashkenazi <[EMAIL PROTECTED]> [gmane.linux.debian.user]:
> > Hi
> >
> > please cc your reply to me cause at the moment I can't access this
> > mailing list...
> > I'm viewing this mailing list through nntp server which works great, but
> > in the last 2 days, I don't see any new messages. even on
> > groups.google.com they don't appear. anyone has an idea why?
> >
> > thanx
> > --
> > Haim
>
> Which newsgroup are you using to read it?
>
> I'm using gmane.linux.debian.user on the news.gmane.org server and it
> works like a charm.
I read linux.debian.user. on the server I'm using (News.Individual.NET) they 
don't have gmane.linux.debian.user but I'll use news.gmame.org until I'll 
find what the problem is on the regular group.

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: http authentication , apache , .htaccess

2003-10-27 Thread Haim Ashkenazi
Lucio de Aquino Marinho wrote:

> 
> 
> 
>   Hello for all ,,
> 
> 
>i have a problem with debian unstable , apache , and nagios-text ,
> 
>  Everything is ok ,  but the apache do not authenticate  , someone can
> help-me
> 
> 
> 
> httpd.conf
> 
> 
> ScriptAlias /nagios/cgi-bin/ /usr/lib/cgi-bin/nagios/
> 
> 
> AllowOverride AuthConfig
> Order allow,deny
> Allow from all
> Options ExecCGI
> 
> 
> 
> Alias /nagios/ /usr/share/nagios/htdocs/
> 
> #Options None
> AllowOverride AuthConfig
> Order allow,deny
> Allow from all
> 
> 
> 
> -
> .htaccess
> 
> AuthName "Teste"
> AuthType Basic
> AuthUserFile /etc/nagios/htpasswd.users
> require valid-user
> 
> 
> 
AFAIK the default apache configuration ignores '.htaccess' files. search for
"AllowOverride" in '/etc/apache/httpd.con' and change it from "None" to
something else, it's documented.

Bye

> 
> apache log
> 
> Fri Oct 24 11:34:50 2003] [notice] Accept mutex: sysvsem (Default:
> sysvsem)
> [Fri Oct 24 11:34:54 2003] [error] user nagiosadmin not found:
> /nagios/cgi-bin/status.cgi
> [Fri Oct 24 11:34:57 2003] [error] user nagiosadmin not found:
> /nagios/cgi-bin/status.cgi
> [Fri Oct 24 11:58:52 2003] [error] user nagiosadmin not found:
> /nagios/cgi-bin/status.cgi
> [Fri Oct 24 11:58:56 2003] [error] user nagiosadmin not found:
> /nagios/cgi-bin/status.cgi
> [Fri Oct 24 12:02:28 2003] [notice] SIGHUP received.  Attempting to
> [restart Fri Oct 24 12:02:29 2003] [notice] Apache/1.3.28 (Debian
> [GNU/Linux)
> configured -- resuming normal operations
> [Fri Oct 24 12:02:29 2003] [notice] Accept mutex: sysvsem (Default:
> [sysvsem) Fri Oct 24 12:02:35 2003] [error] user nagiosadmin not found:
> /nagios/cgi-bin/status.cgi
> [Fri Oct 24 12:02:38 2003] [error] user nagiosadmin not found:
> /nagios/cgi-bin/status.cgi
> [Fri Oct 24 12:02:41 2003] [error] user nagiosadmin not found:
> /nagios/cgi-bin/status.cgi
> 
> 
> -
> 
>  
>  htpasswd.users
> 
> 
> nagiosadmin:vQ6Q9/zGRqvH2
> 
> 
> 
> Thanks  for any help

--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Backup Package names currently installed

2003-10-28 Thread Haim Ashkenazi
Jochen Daum wrote:

> Hi!
> 
> I have a debian woody machine which I installed via FTP.
> 
> I would like to dump the names of all installed packages into a file,
> so that I can install them automatically with dpkg.
> 
> I tried
> 
> dpkg --get-selections
> 
> but the file doesn't contain any package versions? Can I include that
> as well?
apt-show-versions will dump all installed packages with version, but I don't
know how to import it. 

Bye
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



compiled kernel problems with ide-scsi and modversions.h

2003-01-25 Thread Haim Ashkenazi
Hi

I'm having problems with the new kernel I've compiled on woody. I've
used the 2.4.8 source and patched it with xfs filesystem support, and
loopback filesystem encryption support.
It was compiled with make-kpkg.

The problems I have are:

when trying to compile the nvidia drivers it can't find 'modversions.h'.
indeed there isn't such file in my "/include/linux/"
directory. do I have to add a patch or enable some feature so it will
appear?

The second problem is regarding ide-scsi. I've installed wooey from the
XFS install cd's (http://people.debian.org/~blade/XFS-Install/). it seem
that he configured the kernel with no ide-cd support. only ide-scsi. I
sometimes have problems with it (I have one regular cdrom and one ide
burner), so I've enabled ide-cdrom and added append="ide-scsi=/dev/hdd"
in '/etc/lilo.conf'. when I run 'cdrecord -scanbus' I get this output:

cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you
are root.
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling

the ide-scsi module is running and the device in '/etc/lilo.conf' is
correct. any ideas?


thanx
-- 
Haim


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




compiled kernel problems with ide-scsi and modversions.h

2003-01-25 Thread Haim Ashkenazi
Hi

I'm having problems with the new kernel I've compiled on woody. I've
used the 2.4.8 source and patched it with xfs filesystem support, and
loopback filesystem encryption support.
It was compiled with make-kpkg.

The problems I have are:

when trying to compile the nvidia drivers it can't find 'modversions.h'.
indeed there isn't such file in my "/include/linux/"
directory. do I have to add a patch or enable some feature so it will
appear?

The second problem is regarding ide-scsi. I've installed wooey from the
XFS install cd's (http://people.debian.org/~blade/XFS-Install/). it seem
that he configured the kernel with no ide-cd support. only ide-scsi. I
sometimes have problems with it (I have one regular cdrom and one ide
burner), so I've enabled ide-cdrom and added append="ide-scsi=/dev/hdd"
in '/etc/lilo.conf'. when I run 'cdrecord -scanbus' I get this output:

cdrecord: No such file or directory. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you
are root.
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling

the ide-scsi module is running and the device in '/etc/lilo.conf' is
correct. any ideas?


thanx
-- 
Haim


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: compiled kernel problems with ide-scsi and modversions.h

2003-01-25 Thread Haim Ashkenazi
On Sat, 2003-01-25 at 23:13, David Z Maze wrote:

> (2.4.8?  Do you mean 2.4.18?)
oops, sorry :), yep 2.4.18

> 
> That file is normally built as part of the build process; you should
> have one.  How are you trying to build the modules?  Assuming you're
> using the Debian nvidia-kernel-src package, it should be enough to
> unpack /usr/src/nvidia-kernel-src.tar.gz and run 'fakeroot make-kpkg
> modules-image' from your kernel source tree.
That's not the problem. the problem is that modversions.h just isn't
there:

parker:/usr/src# find . -name modversions.h
./kernel-headers-2.4.18-bf2.4-xfs/include/linux/modversions.h
./kernel-headers-2.4.18-bf2.4-xfs/include/config/modversions.h

I've got both the source and headers of the new kernel in '/usr/src',
and 'find' only point to the old kernel headers directory.


> 
> Are you, in fact, root?  You might also need the SCSI generic device
> driver; try 'modprobe sg'.  (This also explains cdparanoia randomly
> losing on SCSI-ish systems, if you run into that problem.)

I am running as root but I didn't load the 'sg' module. I'll try that as
soon as I'm able to reboot.
> 

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: How can I control the display output (number of lines)

2003-01-26 Thread Haim Ashkenazi

Roland Wegmann said:
> Hy all
>
> How can I control number of lines per 'page'? For example when I use the
>  command 'aptitude search gnome' the output is a huge list, that 'runs
> over' my 'bash window' and I can only read the last search results.
>
> Which tool do I have to use that i can read the 'output pages' one by
> one?
Redirect the output to some pager (like 'more' or 'less')
'aptitude search gnome | less'

Bye

>
> Thanks in advance for helping me
>
> Roland
> [EMAIL PROTECTED]
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]


-- 
Haim



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: compiled kernel problems with ide-scsi and modversions.h(gave-up).

2003-01-26 Thread Haim Ashkenazi
It seems that nothing helps. I'll have to recompile the kernel without
ide-cdrom and hope that modversions.h will suddenly appear.

thanx

On Sat, 2003-01-25 at 17:53, Haim Ashkenazi wrote:
> Hi
> 
> I'm having problems with the new kernel I've compiled on woody. I've
> used the 2.4.8 source and patched it with xfs filesystem support, and
> loopback filesystem encryption support.
> It was compiled with make-kpkg.
> 
> The problems I have are:
> 
> when trying to compile the nvidia drivers it can't find 'modversions.h'.
> indeed there isn't such file in my "/include/linux/"
> directory. do I have to add a patch or enable some feature so it will
> appear?
> 
> The second problem is regarding ide-scsi. I've installed wooey from the
> XFS install cd's (http://people.debian.org/~blade/XFS-Install/). it seem
> that he configured the kernel with no ide-cd support. only ide-scsi. I
> sometimes have problems with it (I have one regular cdrom and one ide
> burner), so I've enabled ide-cdrom and added append="ide-scsi=/dev/hdd"
> in '/etc/lilo.conf'. when I run 'cdrecord -scanbus' I get this output:
> 
> cdrecord: No such file or directory. Cannot open SCSI driver.
> cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you
> are root.
> Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
> 
> the ide-scsi module is running and the device in '/etc/lilo.conf' is
> correct. any ideas?
> 
> 
> thanx
> -- 
> Haim
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
Haim


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Which Tape Backup package, mt-st?, etc.

2003-01-27 Thread Haim Ashkenazi
On Mon, 2003-01-27 at 01:20, Doug MacFarlane wrote:
> 
> I have confirmed it's working (via tar, then a restore to a different location,
> and a file-compare).
> 
> What packages do you folks recommend for a single-system?  There are about
> a half-dozen listed - taper, amanda, afbackup, tapir, kbackup, star, and
> tob.
Although I use afbackup for my network, I seem to remember that kbackup
was easier to configure and maybe for a single computer it's better.
> 
> Also, should I install the mt-st package?  
yep, you must have this one to be able to control the tape.
> 
> madmac
> 
> 
> -- 
> Doug MacFarlane
> [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: sit (compressed files)

2003-01-27 Thread Haim Ashkenazi
Hi

I don't know what's in the 'macutils' package but you need to open it
with 'stuffit expander' for linux. I remember having one for linux, so
if you won't find it on the web email me and I'll search for it on my
cd's.

Bye

On Mon, 2003-01-27 at 20:27, Emma Jane Hogbin wrote:
> My silly designer just sent me an .sit file. Does anyone know if this can
> be expanded in debian?
> 
> I grabbed a copy of "macutils", but I'm not sure what I'm supposed to do
> with the program...
> 
> debian:/home/emmajane# apt-get install macutils
> Reading Package Lists... Done
> Building Dependency Tree... Done
> The following NEW packages will be installed:
>   macutils 
>   0 packages upgraded, 1 newly installed, 0 to remove and 384  not
>   upgraded.
>   Need to get 95.5kB of archives. After unpacking 324kB will be used.
>   Get:1 http://http.us.debian.org unstable/main macutils 2.0b3-12 [95.5kB]
>   Fetched 95.5kB in 50s (1879B/s)
>   Selecting previously deselected package macutils.
>   (Reading database ... 66617 files and directories currently installed.)
>   Unpacking macutils (from .../macutils_2.0b3-12_i386.deb) ...
>   Setting up macutils (2.0b3-12) ...
> 
>   debian:/home/emmajane# man macutils
>   No manual entry for macutils
>   debian:/home/emmajane# macutils
>   bash: macutils: command not found
> 
> perhaps it's simply not installed?
> 
> emma
> 
> -- 
> Emma Jane Hogbin
> [[ 416 417 2868 ][ www.xtrinsic.com ]]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: what's fstype 83? "Linux"?

2003-01-27 Thread Haim Ashkenazi
On Mon, 2003-01-27 at 23:27, will trillich wrote:
> i've found an old (debian slink?) drive around the house, and
> plugged it in -- but i can't mount most of the partitions!
> 
>   root# sfdisk -l /dev/hdb
> 
>   Disk /dev/hdb: 4956 cylinders, 16 heads, 63 sectors/track
>   Warning: The partition table looks like it was made
> for C/H/S=*/128/63 (instead of 4956/16/63).
>   For this listing I'll assume that geometry.
>   Units = cylinders of 4128768 bytes, blocks of 1024 bytes, counting from 0
> 
>  Device Boot Start End   #cyls#blocks   Id  System
>   /dev/hdb1   *  0+  3   4- 16127+  83  Linux
>   /dev/hdb2  4  64  61 245952   83  Linux
>   /dev/hdb3 65 618 55422337285  Extended
>   /dev/hdb4  0   -   0  00  Empty
>   /dev/hdb5 65+573 509-   2052287+  83  Linux
>   /dev/hdb6574+618  45-181439+  82  Linux swap
> 
> yes, i know, that's an awful place for the swap partition. i
> know, i know. i'm feeling much better now -- this was a few
> years back, when i set this puppy up. it sure would be nice to
> mount it and recover the things i'm interested in...
> 
> i'll try mounting partitions hdb1, hdb2 and hdb5:
> 
>   root: /mnt# mount -t ext2 /dev/hdb1 /mnt/1/
>   mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
>  or too many mounted file systems
> 
> hmm! maybe if i leave off the trailing / no the mount-point--
> 
>   root: /mnt# mount -t ext2 /dev/hdb1 /mnt/1
>   mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
>  or too many mounted file systems
> 
> nope. let's try partition 2 for fun:
> 
>   root: /mnt# mount -t ext2 /dev/hdb2 /mnt/2
> 
> no complaints -- IT WORKED? hmm! how about partition 5:
> 
>   root: /mnt# mount -t ext2 /dev/hdb5 /mnt/5
>   mount: wrong fs type, bad option, bad superblock on /dev/hdb5,
>  or too many mounted file systems
> 
> can't mount #1 or #5? but #2 is okay?
> 
>   root: /mnt# df -h
>   FilesystemSize  Used Avail Use% Mounted on
>   /dev/hda2 182M   47M  126M  27% /
>   /dev/hda1 7.6M  5.3M  1.9M  73% /boot
>   /dev/hda5 228M  203M   13M  94% /home
>   /dev/hda6 1.8G  828M  953M  47% /usr
>   /dev/hda7 1.5G  1.4G  133M  92% /var
>   /dev/hdb2 232M   24M  196M  11% /mnt/2  <== this one's okay
> 
> hdb[125] are all "Linux" filesystem type 83 (ext2, right)? but
> only hdb2 would mount? very much odd, here.
> 
> ideas? (i think this was my slink disk drive -- i'd like to use
> it to alleviate some space pressure on my woody server...)
> 
> -- 
> I use Debian/GNU Linux version 3.0;
> Linux server 2.4.20-k6 #1 Mon Jan 13 23:49:14 EST 2003 i586 unknown
>  
> DEBIAN NEWBIE TIP #94 from Joost Kooij <[EMAIL PROTECTED]>
> :
> How do you RESTORE THE DEFAULT PERMISSIONS back on the / tree?
> If you have a clean host with very similar filesystem contents,
> try this:
>   ssh root@okayhost "find / -regex '/\(mnt\|proc\|tmp\)/.*' -prune -or \
> -not -type l -not -type s -printf '%04.4m %u %g %p\n' " \
>   | while read mode user group path
>   do 
> chown $user.$group $path 
> chmod $mode $path 
>   done 
> Alternatively, create a huge script like this:
>   find / -regex '/\(mnt\|proc\|tmp\)/.*' -prune -or \
> -not -type l -not -type s -printf 'chown %u.%g %p\nchmod %m %p\n' \
> > fixperms.sh
> And copy that to the broken machine and run "sh fixperms".
>   It might not fix all files, unless the two hosts are nearly
> equal, but enough to let you find the missing ones to fix by
> hand.  Maybe /home/* will need special care.
> 
> Also see http://newbieDoc.sourceForge.net/ ...
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Type 83 is not nessaeseraly ext2. it could be one of many file systems
suported by linux. try ext3, reiserfs (or even xfs and jfs).

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: error on root filesystem DEBIAN WON'T BOOT URGENT

2003-01-27 Thread Haim Ashkenazi
Hi

I would boot from the cd/floppy in rescue mode (not from the kernel on
the hard-disk) and then run fsck on each ext2/3 partition. hopefully it
will be able to fix all the errors.
This happens from time to time when you use non-journalistic file
system. you should consider using reiserfs/xfs/jfs etc... (I personally
don't like ext3).

Bye

On Mon, 2003-01-27 at 15:31, Joris Huizer wrote:
> Hello everybody
> 
> I've got a big problem now:
> 
> First, I had a weird warning about a change in memory
> while nothing should have changed - I did nothing
> special to cause such a thing... Anyway, then the
> probs go on:
> 
> When I try to boot I get an error message when the
> check for the root system starts.
> These are the outputs:
> 
> ---
> 
> checking root system...
> fsck 1.27 (8-Mar-2002)
> /dev/hdb1 contains a filesystem with errors, check
> forced.
> /dev/hdb1: ...
> unattached inode 917614
> 
> /dev/hdb1 UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY
> (i.e., without -a or -p options)
> 
> fsck failed. Please repair manually and reboot. Please
> note that the root file system is currently mounted
> read-only. To remount it read-write:
> 
> # mount -n -o remount,rw /
> 
> ---
> 
> What should I do ? I don't know anything about inodes
> or the fsck program so I need any advice you can give
> 
> Thanks in advance,
> 
> Joris Huizer
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: what's fstype 83? "Linux"?

2003-01-28 Thread Haim Ashkenazi
Sorry, I'm new to debian so I don't know how old is slink :). I remember
having reiserfs on potato.

On Tue, 2003-01-28 at 04:21, John Griffiths wrote:
> >Type 83 is not nessaeseraly ext2. it could be one of many file
systems
> >suported by linux. try ext3, reiserfs (or even xfs and jfs).
> >
> 
> On slink???
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: need help in installing nic drivers

2003-01-29 Thread Haim Ashkenazi
>From my expreience with Dell's computers they need a special version of
e1000 module. one of my clients uses only Dell computer's and they sent
him a version of this module (he only uses red-hat), but I think they've
also sent him the source. you can ask your dealer about that, and if he
can't help let me know and I'll try to get it from him.

Good Luck.

On Tue, 2003-01-28 at 23:11, Kenn Murrah wrote:
> Greetings.
> 
> I just purchased a Dell server with the intention of installing Debian woody
> on it ... all looks good except the NIC ... instructions seem to be for Red
> Hat 7.x only, about which it says, "There is native driver support for the
> integrated Intel 10/100/1000 NIC. To enable Linux support for the NIC,
> install the e1000.o module from (location given)" 
> 
> Since the base installation was unable to find the NIC, i'm assuming that
> Debian will require the same module (?) ... if so, where can I find info on
> installing it (I'm trying to move up in the world, having experimented with
> Mandrake for the last several months, and I've never needed to know how to
> do this ...
> 
> Feel free, of course, to tell me to RTFM, but please point me the right
> direction ...
> 
> Any and all help GREATLY appreciated.
> 
> Thanks.
> 
> Ken
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




apache-dev dependencies bug?

2003-01-31 Thread Haim Ashkenazi
Hi

I've tried to install apache-dev on woody with apt-get and I've got this
error:

Sorry, but the following packages have unmet dependencies:
  apache-dev: Depends: libdb2-dev (>= 2.7.7-2.1) but it is not going to
be installed

A little search with apt-cache revealed that I only have libdb2-dev
2:2.7.7.0-7.

I thouhgt it was an error in my cache so I searched in
packages.debian.org and indeed, apache-dev depends on this version of
libdb2-dev, but the version of libdb2-dev is "2:2.7.7.0-7".

Am I missing something? or is it a bug (I didn't find anything in the
bugs search page)?

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: apache-dev dependencies bug?

2003-02-01 Thread Haim Ashkenazi
On Sat, 2003-02-01 at 13:06, Colin Watson wrote:

> Actually, 2:2.7.7.0-7 is greater than 2.7.7-2.1. apt-get is behaving
> wackily. Does 'apt-get -f install' clear anything up? If not, you could
> try dselect.
Thanx, apt-get -f didn't solved it but it went ok with dselect. is there
a way to fix apt-get?

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: ssl based file transfer gui program

2003-02-06 Thread Haim Ashkenazi

On Thu, 2003-02-06 at 11:19, Calber Chainy wrote:

> I'm looking for a program to transfer files using ssl, but I couldn't
> find one that fits my needs.
If I remember correctly secpanel is a nice gui for ssh/scp.

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: How can I synch Galeon bookmark files on mutliple machines?

2003-02-09 Thread Haim Ashkenazi
On Sun, 2003-02-09 at 17:36, stan wrote:
> I have several machiens that I run Galeon on (homw, work, etc)/ How can I
> synch Galeon's bookmarks files on all of them?
Although this is not exactly what you've asked, if you have an access to
a web server (which is open to the internet) consider some bookmark
managers.
The one that I use is:
http://bookmark4u.sf.net

Bye
> 
> 
> -- 
> "They that would give up essential liberty for temporary safety deserve
> neither liberty nor safety."
>   -- Benjamin Franklin
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Bridging PPP (BCP over PPP)

2003-02-15 Thread Haim Ashkenazi
Hi

I was wondering if anyone knows...
...does linux support BCP over PPP?

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Black Holes.

2003-09-29 Thread Haim Ashkenazi
David Palmer. wrote:

> O.K., I'm trying to get on top of a few things here, and am struggling
> to find directions that make sense.
> It's got to the point where I have actually got to the point of starting
> off a series of posts at an open source forum to help out other newbies
> like myself.
> But even though I am able to find documentation that will teach me the
> basics of bash, I've looked all over the web for a simple tutorial to
> explain step by step procedure for download and install of a basic
> application.
have you tried the "debian reference"? it does cover many debian issues plus
general linux usage:
http://www.debian.org/doc/manuals/reference/reference.en.html

for compiling an application from source there is a link that I remember
from my old mandrake days:
http://doc.mandrakelinux.com/MandrakeLinux/91/en/Command-Line.html
install-free-software-chapter.html
although in debian, you have most of the application compiled and packaged.
just run a tool like dselect/aptitude and search for "Gnupg" and you'll get
plenty of results (including front-ends).

enjoy
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Newsgroup usage question

2003-09-29 Thread Haim Ashkenazi
Derrick 'dman' Hudson wrote:

> On Sun, Sep 28, 2003 at 10:29:07AM -0500, debian.1 wrote:
> 
> | Can one post via the newsgroup?
> 
> Nope.  It's a one-way gateway.  Posts via the newsgroup only show up
> in the newsgroup, or so I've been told.  The rest of us use the
> mailling list (SMTP; aka email).  (btw, subscription doesn't matter)
not correct. I'm posting this through a newsgroup, and at least during my
tests period, every post I had got to my mailing-list account. you just
have to find a server that allow posting. some ISP's (includeint mine)
allow posting but indeed only their news customers will see the post). I'm
using "sunsite.dk" but you have to subscribe to them, and then to another
list (I don't remember where, but send a test email and in the refusal mail
you'll get the link).

Bye
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Where is Debian's initrd located?

2003-09-30 Thread Haim Ashkenazi
Dan Anderson wrote:

> I'm trying to edit my LILO config so that I can run debian (which is on
> /dev/hde5).
> 
> Where is the initrd for debian located?
AFAIK the default woody kernel doesn't use initrd. if you need one for some
reason (or you want to compile a new kernel with initrd) you have to run
'mkinitrd' and add an entry in lilo.conf. remember though that once you've
added an initrd entry, you cannot boot from a kernel without one. (or am I
wrong...).

Bye

> 
> I currently have something like this for my debian entry:
> 
> image=/boot/vmlinuz-2.4.18-bf2.4
> label="Debian Linux"
> root=/dev/hde5
> initrd=/boot/???
> append="quiet devfs=mount hdc=ide-scsi acpi=off"
> read-only
> 
> I can't find any initrd file in /boot under the debian partition.  Am I
> missing something?
> 
> Thanks in advance,
> 
> Dan
> 
> 
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: rpm -qa vs apt/dselect/etc

2003-09-30 Thread Haim Ashkenazi
shorton wrote:

> Greetings:
> 
> Another RH to Debian convert question...
> 
> I'm used to rpm but clueless about apt, etc.  I've mostly gotten the
> hang of dselect I think.
> 
> Can someone tell me the equivilant these commands, and/or what to run
> to get the desired result:
> 
> rpm -qa = show all packages installed?
> 
> rpm -q --whatprovides  = tell me what package provided program
> x
all of these can be achieved with 'apt-files', 'apt-cache' etc... but a very
easy and nice tool is dpkg-www which gives you a web interface for these
tasks.

Bye

> 
> Thanks very much for the education as I convert to debian!
> 
> Scott
> 
> 
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: MPC decoder

2003-10-06 Thread Haim Ashkenazi
Jose Luis Ayala wrote:

> Hi guys!
> 
> I've just found a new sound format for me :) MPC (what seems to come
> from "Mousetrack").
> 
> I'd like to convert this to something more useful for me, like mp3 or
> so. I've tried with lame, xmms, madplay... but I wasn't able.
> 
> Does anybody have any idea of what I can use for decoding this sound
> format?
Hi

try xmms-musepack (a plugin for xmms, google for it). then  you can use xmms
to output wav and then convert to mp3.

Bye
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Web-based e-mail system?

2003-10-07 Thread Haim Ashkenazi
Aaron wrote:

> Hey, Debian users!
> 
> I currently use a fetchmail / procmail / mbox / mutt e-mail setup,
> with ssmtp (properly linked through `sendmail` of course) for sending.
> I would really like to have a web mail system set up so that I can at
> least read, if not send, e-mail from my website as well.
> 
> Does anyone know of a package that can put mbox mail on the web? It
> sounds kind of silly, given the inefficiency of mbox, so I'm not
> holding high hopes, but if anyone has info. about it, that'd be great.
Hi

You'll have to configure IMAP (if you're using mboxes then you can use the
washington university imap server) and then install squirrelmail.

Bye

> 
> Thanks,
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: LI Hang, recovery??

2003-10-09 Thread Haim Ashkenazi
Christof Hurschler wrote:

> it just stops with "LI" and goes no further.  I read in the archives that
> this means that Lilo can't completely load.
> 
> .. but what does the "rescue" command do?
you have to boot from the cdrom/floppy in rescue mod, then mount the
complete system hierarchy under some directory (e.g. /mnt/sysimage), chroot
to this directory and re-run lilo.

Bye

> 
> Chris
> 
>> On Thu, Oct 09, 2003 at 08:22:05AM +0200, Christof Hurschler wrote:
>> 
>> > I'm getting the LI hang on boot.  I tried booting from my floppy, but
>> > it gives me a kernel panic...
>> 
>> with what message?
>> 
>> > I now read that I can boot from floppy with the "rescue
>> > root=/dev/hda1",
>> but
>> > I'm assuming that this is the default mode the floppy boots in anyways,
>> or
>> > is it?
>> 
>> is /dev/hda1 your / partition?
>> 
>> if it isn't, if it is /dev/hdb2 or something, then boot from the rescue
>> floopy
>> so :
>> 
>> linux root=/dev/hdb2
>> 
>> > If I could get back in with the floppy, I'd try rerunning LILO to get
>> things
>> > back in order, but I'm afraid I'm not going to get that far.  Any
>> > suggestions?  How can I tell if I've got a real hardware problem?
>> Knoppix?
>> 
>> you can boot with the floppy even if you have hw(hdd) problems.
>> if you cannot boot with root= explicit given, then boot with the
>> installfloppy, wait until he wants to have rootfs disk, give it him,
>> and when the installscreen comes, alt+f2  and you have a shell.
>> 
>> HTH
>> 
>> charlie
>> 
>> --
>> Végh Károly -  System Engineer - UTA - TIS.SAS.BSS
>> Don't worry. Everything is getting nicely out of control.
>> 
>> 
>> --
>> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>> with a subject of "unsubscribe". Trouble? Contact
>> [EMAIL PROTECTED]
>> 
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Convert realaudio to free audio ???

2003-10-09 Thread Haim Ashkenazi
Michael D Schleif wrote:

> I am constantly receiving realaudio files, and I want to listen to them;
> but, I do not want to install non-free programs on my system.
> 
> Is there some way to convert these audio files to some other format,
> preferably by CLI?
> 
mplayer can play realplayer files (I guess that audio too). I'm not sure
about converting them though...

Bye
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



configuring icons on kwin (for non kde applications)

2003-10-10 Thread Haim Ashkenazi
Hi

2 kde questions:

1. Is there a way to configure kde to use custom icons for non-kde
applications? many applications (probably don't have an icon resource)
showing as the default "X" icon when running. can I change that?

2. I've almost gave up on this one, but does anybody knows if there's a way
to iconify applications on the desktop instead of the panel/kasbar?

thanx
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



advise about bying ATI Gaphic card

2003-10-12 Thread Haim Ashkenazi
Hi

I'm thinking of bying Hercules 3D Prophet 9600, so I googled for it. I
didn't find many matches (on the debian lists), and most of them were in
french, so I was wondering is that good or bad?
Is this card well supported? I know that ATI released drivers for it, but
the few matches I've found scared me...

thanx
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: passwordless root login

2003-10-13 Thread Haim Ashkenazi
J. Bruce Fields wrote:

> On Mon, Oct 13, 2003 at 10:15:16AM +0800, Sacha Chua wrote:
>> "J. Bruce Fields" <[EMAIL PROTECTED]> writes:
>> 
>> > I'd like to configure a debian box to allow root logins without a
>> > password; what do I need to do?  The relevant line in the password file
>> > is
>> > root::0:0:root:/root:/bin/bash
>> > I thought the empty password field would do the job, but apparently
>> > not. There is no /etc/shadow file.
>> 
>> You probably don't want to do that, as that will give everyone access
>> to everything on your box.
> 
> As far as I know I don't have anything (sshd, ftpd, etc.) installed that
> allows remote logins.  I'm willing to trust anyone who has access to the
> console.
it's not only a question of trusting. it's a question of peaple making
mistakes under pressure (e.g. chmod -R ... in the wrong place). more people
with root access, more place for errors!!! on my servers, only me and my
boss knows the root password, and he doesn't touch these machines without
asking me before.

GoodLuck (you'll need it)
--
Bye


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: advise about bying ATI Gaphic card - thanx

2003-10-13 Thread Haim Ashkenazi
ok, from the answers I've got and from searching on the web a little more,
it looks like there are problems with the drivers supplies by ATI. I'll
think I'll stick with Nvidia. at least I'm used to their problems, and I
know that for most parts, it works ok (except for some hangs from time to
time).

Bye
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: alerting users of expiring passwords

2003-10-14 Thread Haim Ashkenazi
martin f krafft wrote:

> when a user's shadow password is about to expire, PAM prints
> a message about the expiration e.g. at login via SSH. However, if
> there is also a /etc/motd, the fact that it follows the warning
> obscures the warning and nobody sees it.
> 
> What I would like to do is provide a more readily noticable warning,
> e.g. a notice before every shell command, or something along those
> lines. The question is: how do I check whether a user's password is
> about to expire from a script?
Hi

from shadow man page:

NAME
   shadow - encrypted password file

DESCRIPTION
   shadow  contains  the  encrypted password information for user's
accounts and optional the
   password aging information.  Included is

Login name

Encrypted password

Days since Jan 1, 1970 that password was last changed

Days before password may be changed

Days after which password must be changed

Days before password is to expire that user is warned

Days after password expires that account is disabled

Days since Jan 1, 1970 that account is disabled

A reserved field

---

I guess you can get it with 'cut' command. something like:
TIME=`grep  /etc/shadow | cut -d":" -f 5`
echo "your password will expire in $TIME days"

the problem is that you can run this commands only as root (users don't have
read permissions on shadow file), so you can redirect it to their mails.

Bye
--
Haim

> 
> Or does anyone have a better solution?
> 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



changing the keyboard type after installtion

2002-10-26 Thread Haim Ashkenazi
Hi

Sorry if this is a trivial question, but I've just came back to Debian
after using Solaris for 2 years...

I have a KVM that connects both my sparc and my Intel machines. Under
Solaris and windows it works just fine, so when I've installed debian I
didn't think I should choose SUN keyboard in the installation process.
now I'm having repetition problems with it (it occasionally doubles the
letter I'm typing - I don't think it's an xset repeat-rate setting
issue). in the installation manual it says to use kbdconfig to change
the type of keyboard after the installtion but I couldn't find it
anywhere (I've even looked at the package search web page).

so, how do I change my keyboard type... :)

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: changing the keyboard type after installtion

2002-10-26 Thread Haim Ashkenazi
On Sat, 2002-10-26 at 12:57, Russell wrote:
> Haim Ashkenazi wrote:
> > 
> > Hi
> > 
> > Sorry if this is a trivial question, but I've just came back to Debian
> > after using Solaris for 2 years...
> > 
> > I have a KVM that connects both my sparc and my Intel machines. Under
> > Solaris and windows it works just fine, so when I've installed debian I
> > didn't think I should choose SUN keyboard in the installation process.
> > now I'm having repetition problems with it (it occasionally doubles the
> > letter I'm typing - I don't think it's an xset repeat-rate setting
> > issue). in the installation manual it says to use kbdconfig to change
> > the type of keyboard after the installtion but I couldn't find it
> > anywhere (I've even looked at the package search web page).
> > 
> > so, how do I change my keyboard type... :)
> 
> It's in an "InputDevice" section of /etc/X11/XF86Config-4
but what about the console? (although I don't remember if it happened in
the console)

> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: changing the keyboard type after installtion

2002-10-26 Thread Haim Ashkenazi
thanx, I've fixed it with xf86cfg.

On Sat, 2002-10-26 at 13:18, Russell wrote:
> Haim Ashkenazi wrote:
> > 
> > On Sat, 2002-10-26 at 12:57, Russell wrote:
> > > Haim Ashkenazi wrote:
> > > >
> > > > Hi
> > > >
> > > > Sorry if this is a trivial question, but I've just came back to Debian
> > > > after using Solaris for 2 years...
> > > >
> > > > I have a KVM that connects both my sparc and my Intel machines. Under
> > > > Solaris and windows it works just fine, so when I've installed debian I
> > > > didn't think I should choose SUN keyboard in the installation process.
> > > > now I'm having repetition problems with it (it occasionally doubles the
> > > > letter I'm typing - I don't think it's an xset repeat-rate setting
> > > > issue). in the installation manual it says to use kbdconfig to change
> > > > the type of keyboard after the installtion but I couldn't find it
> > > > anywhere (I've even looked at the package search web page).
> > > >
> > > > so, how do I change my keyboard type... :)
> > >
> > > It's in an "InputDevice" section of /etc/X11/XF86Config-4
> > but what about the console? (although I don't remember if it happened in
> > the console)
> 
> "apropos keyboard" will show a list of keyboard utilities: dumpkeys, kbd_mode,
> kbdrate, keymaps, loadkeys, setleds, setmetamode, showkey.
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Sun keyboard w/KVM problem [was: changing the keyboard type afterinstalltion]

2002-10-26 Thread Haim Ashkenazi
OK, I've changed the keyboard type, but that didn't help. I'm still
getting these repetition problems. so, is there by any chance anyone
who is working with "NTI KVM (solaris/pc) and know how to solve
this?

thanx
--
Haim

On Sat, 2002-10-26 at 16:51, sean finney wrote:
> also, if you use debconf to manage your configuration for x, doing
> dpkg-reconfigure xserver-xfree86 (or whatever your xserver is), will
> take you through a list of menus that will at some point ask you
> about your keyboard.
> 
> --sean
> 
> On Sat, Oct 26, 2002 at 02:22:39PM +0200, Haim Ashkenazi wrote:
> > thanx, I've fixed it with xf86cfg.
> > 
> > On Sat, 2002-10-26 at 13:18, Russell wrote:
> > > Haim Ashkenazi wrote:
> > > > 
> > > > On Sat, 2002-10-26 at 12:57, Russell wrote:
> > > > > Haim Ashkenazi wrote:
> > > > > >
> > > > > > Hi
> > > > > >
> > > > > > Sorry if this is a trivial question, but I've just came back to Debian
> > > > > > after using Solaris for 2 years...
> > > > > >
> > > > > > I have a KVM that connects both my sparc and my Intel machines. Under
> > > > > > Solaris and windows it works just fine, so when I've installed debian I
> > > > > > didn't think I should choose SUN keyboard in the installation process.
> > > > > > now I'm having repetition problems with it (it occasionally doubles the
> > > > > > letter I'm typing - I don't think it's an xset repeat-rate setting
> > > > > > issue). in the installation manual it says to use kbdconfig to change
> > > > > > the type of keyboard after the installtion but I couldn't find it
> > > > > > anywhere (I've even looked at the package search web page).
> > > > > >
> > > > > > so, how do I change my keyboard type... :)
> > > > >
> > > > > It's in an "InputDevice" section of /etc/X11/XF86Config-4
> > > > but what about the console? (although I don't remember if it happened in
> > > > the console)
> > > 
> > > "apropos keyboard" will show a list of keyboard utilities: dumpkeys, kbd_mode,
> > > kbdrate, keymaps, loadkeys, setleds, setmetamode, showkey.
> > > 
> > > 
> > > -- 
> > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> > > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > 
> > 
> > Bye
> > -- 
> > Haim
> > 
> > 
> > -- 
> > To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> > 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: xhost +localhost doesn't work

2002-10-26 Thread Haim Ashkenazi
On Sat, 2002-10-26 at 13:32, Larry Alkoff wrote:
> Forgive me for posting a Libranet question here
> but Libranet is a very close Debian clone
> and there is a much greater volume of expertise here.
> 
> I'm trying to use xhost +localhost in Libranet 2.7 
Try 'xhost + localhost' (and not +localhost).

> to load programs as root in X-windows - eg Synaptic.
> 
> I _believe_ xhost +localhost _used_ to work but now it does not.
> 
> The only thing that works is
> xhost +
> which opens up the computer to anyone.
> 
> An example of a program I want to start is synaptic 
> which requires to be run as root.
> 
> Here is what I would expect to work: (I think it _used_ to work)
>   As user:
>   xhost +localhost
>   su
>   synaptic  Now get error Synaptic: could not open display
> 
> Here is what works:
>   As user:
>   xhost + Opening up to the world
>   su
>   export DISPLAY=:0   I didn't use to do this - did I?
>   synaptic
> 
> Am I doing something wrong or did I break something?
> 
> As a workaround I've installed sudo, added a group wheel and added myself to that 
>group.
> Now I can simply type
> sudo synaptic
> and it works fine without the need to use xhost.
> 
> However I wish someone could give me a hint how to fix xhost.
> 
> 
> Larry Alkoff
> 
> 
> 
> 
> Larry Alkoff N2LA - Austin TX
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: mods needed for iptables

2002-11-07 Thread Haim Ashkenazi
On Fri, 2002-11-08 at 03:17, Kevin Coyner wrote:
> 
> What mods are needed for iptables in the case of a very simple setup
> where I have a transparent proxy server between my router and my
> clients?
> 
> The ones I have in there now are:
> 
> ip_conntrack_irc2496   0  (unused)
> ip_conntrack_ftp3232   0  (unused)
> ip_conntrack   12972   2  (autoclean) [ip_conntrack_irc
> ip_conntrack_ftp]
> iptable_filter  1728   0  (autoclean)
> ip_tables  10528   1  [iptable_filter]
> 
> Does that cover it?
> 
> I've no need for NAT or DHCP as my router does all of that for me.
afaik, iptables loads his modules automatically. the only ones you need
to load manually are those for ftp (unless you want to use passive ftp)
and irc nat. 
> 
> Thanks
> Kevin
> 
> -- 
> 
> Kevin Coyner
> mailto: [EMAIL PROTECTED]
> GnuPG key: 1024D/8CE11941
Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: What's the best way to contact someone knowledgeable on nis?

2002-11-08 Thread Haim Ashkenazi
Hi

can you give me some more information? I'm working alot with NIS
(although mostly on SUN), so maybe I can help. are all your hosts
Debian?, can you send me a copy off your nsswitch.conf? did you try
putting files after nis in nsswitch.conf? have you tries to put a
listener to see if your host tries to go out to the correct port? etc...


On Fri, 2002-11-08 at 05:56, Neal Lippman wrote:
> I'm trying to sort out a strange problem with nis - or at least, I think
> it's with nis. I haven't been able to find answers, including with an
> earlier post hear, so I was wondering if I could locate, perhaps,
> someone knowledgeable in the internal workings of nis, but I don't know
> how to go about that. Anyone with suggestions?
> 
> The problem I have is strange. I use nis for lookups for passwd, groups,
> hosts, etc, so that I can keep a central database on one server in my
> home LAN and not have to duplicate accounts, etc.
> 
> The problem is with /etc/services. When I set up nsswitch.conf to use
> nis for servers, some commands no longer work properly. For instance,
> apt-get. If I try apt-get update or apt-get upgrade, they fail, stating
> that connections to my various apt sources are refused. However, when I
> edit nsswitch.conf so that servers uses the local file instead of nis,
> all works fine. I've tried ltrace'ing and strace'ing apt-get to see if I
> can spot where the problem lies, unsuccessfully. The same thing happens
> if I try to telnet to a specific port (eg telnet mail.foo.bar pop3), but
> only when services is being delivered via nis.
> 
> I'm at a loss to figure out why this is the case. A test program to use
> getservicebyname works identically regardless of whether services is
> handled by nis or not.
> 
> Any thoughts?
> 
> NL
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Need recomendations for a good sound card

2002-11-08 Thread Haim Ashkenazi
Hi

I need some advise. I'm sick of trying to make my SBLive!Value play midi
(without timidity). over the years, I sometimes succeeded and sometimes
not. I'm looking for a descent card that is well supported.
Any ideas?

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Need recomendations for a good sound card

2002-11-09 Thread Haim Ashkenazi
On Sat, 2002-11-09 at 15:37, Shaul Karl wrote:
> On Sat, Nov 09, 2002 at 01:01:50AM +0200, Haim Ashkenazi wrote:
> > Hi
> > 
> > I need some advise. I'm sick of trying to make my SBLive!Value play midi
> > (without timidity). over the years, I sometimes succeeded and sometimes
> > not. I'm looking for a descent card that is well supported.
> > Any ideas?
> > 
> > thanx
> > -- 
> > Haim
> > 
> 
> 
> For the `well supported' part of your message you might consult
> http://www.alsa-project.org/alsa-doc/
thanx, what I've meant was that I need to know which of these are good.


> 
> -- 
> 
> Shaul Karl, [EMAIL PROTECTED] e t

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: java plugin for mozilla; mozilla crashes

2002-11-13 Thread Haim Ashkenazi
Hi

It happened to me too, I just downloaded the "jre.xpi" (there is a link
for it in the mozilla page) and opened it as root. it works perfectly
since...

Bye
--
Haim


On Wed, 2002-11-13 at 20:40, george wrote:
> Hi I have a problem with the java plugin in mozilla: I installed the sun 
> jvm 1.4.1; copied the java plugin for ns610 in the appropriate mozilla 
> plugin directory; when I look at the plugin info page of mozilla the 
> usual list of java plugin capabilities, just like it worked. But as I 
> open a web site with any java application mozilla self shuts down. I 
> can't understand why...
> Anyone knows what I can do?
> I am running debian  sid, mozilla 1.1
> Thanks
> 
> Marco Giorgetta
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: java plugin for mozilla; mozilla crashes

2002-11-14 Thread Haim Ashkenazi
On Thu, 2002-11-14 at 06:05, Erinn wrote:
> Actually, you can't place the plugins directly in your Mozilla plugin
> directory. You have to make a symbolic link in your Mozilla plugin
> directory to the plugin. Otherwise it will always crash. 
yep, you're right. it even works better. thanx.
> 
> This is for Galeon but that's +/- Mozilla anyways.
> 
>http://216.239.51.100/search?q=cache:HBXmPx1tLfcC:galeon.sourceforge.net/support/answers.php
> 
> 
>  On Wed, 2002-11-13 at 20:40, george wrote:
> > Hi I have a problem with the java plugin in mozilla: I installed the sun 
> > jvm 1.4.1; copied the java plugin for ns610 in the appropriate mozilla 
> > plugin directory; when I look at the plugin info page of mozilla the 
> > usual list of java plugin capabilities, just like it worked. But as I 
> > open a web site with any java application mozilla self shuts down. I 
> > can't understand why...
> > Anyone knows what I can do?
> > I am running debian  sid, mozilla 1.1
> > Thanks
> > 
> > Marco Giorgetta
> 
> -- 
> Everything that is really great and inspiring is created
> by the individual who can labor in freedom. 
> - Albert Einstein
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Help with tape tar and backup over the network

2002-11-14 Thread Haim Ashkenazi
On Thu, 2002-11-14 at 10:47, Paul Lewis wrote:
> I have a DAT tape drive which works on my RH6 server I would like to 
> use it to backup my Debian machine. I cannot seem to make the tar 
> syntax work for me. Does anyone use this type of setup and what rights
> need to be setup on the server (hosts.allow, etc) to permit this to 
> work?
> 
> tar -cvf /dev/st0 /home
I think it should be /etc/rmt (if I remember correctly you should be
accessing the remote-tape device - but it's been a while since I last
did that).

you also have to enable rsh, rlogin, and rexec on the tape host ane make
"/.rhosts" to allow root to connect to this machine without password. I
think the syntax for .rhosts is in 'man hosts.equiv'
> 
> this does not seem to work. I get an error
> 
>   "rsh  Name or service not known
> tar  tar error is not recoverable. exiting now
> 
> Nothing in the logs on the server to indicate if the connection was 
> denied or why it might have been.
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]

Bye
-- 
Haim




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




compiling kernel with encrypted file systems support

2002-11-15 Thread Haim Ashkenazi
Hi

I'm using woody with the 2.4.18-bf2.4-xfs kernel. I've noticed that I
can't use encrypted file systems. (according to the losetup manpage it
only works with the international kernel - I don't even know what's
that). I've searched in kernel.org but I couldn't find patches for
2.4.18. 
Anybody knows where can I get the required kernel patches from?

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: compiling kernel with encrypted file systems support

2002-11-15 Thread Haim Ashkenazi
On Fri, 2002-11-15 at 14:24, Eric Boese-Wolf wrote:
> Haim Ashkenazi <[EMAIL PROTECTED]> writes:
> 
> 
> > Anybody knows where can I get the required kernel patches from?
> 
> 
> http://www.kernel.org/pub/linux/kernel/crypto/v2.4/testing/patch-int-2.4.18.3.bz2
thanx.
Just out of curiosity, why is it in the testing folder?


> 
> Eric Böse-Wolf
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bye
-- 
Haim


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Status of XFS

2002-11-18 Thread Haim Ashkenazi
I don't know what's the status, but I'm working on it for 2 years now
(including all my client's production servers) and I never had a problem
with it.
my woody is now installed from the xfs installation cd which uses that
kernel patch.



On Mon, 2002-11-18 at 03:14, Bill Moseley wrote:
> Anyone up on the status of the xfs file system?
> 
> I use xfs file system on my laptop and one desktop.  I see the package
> kernel-patch-xfs is just for up to 2.4.18.  Is there still work on this
> file system?  I remember seeing some debate about xfs going into 2.5.x.
> Can I expect this to be more supported in the future?  Any reason no to
> format with it?
> 
> Thanks,
> -- 
> Bill Moseley
> mailto:[EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




XFCE questions and some thoughts about window managers..

2002-11-18 Thread Haim Ashkenazi
Hi

first the questions...
I've been using solaris on my desktop for the past year+ so, I don't
know if the problems I'm having with xfce are common or are they just my
problems:
1. windows without borders and titles (e.g. gqmpeg, xmms etc...) can't
be moved while they are iconified.
2. I can't access the bottom items of menus that are taller then the
screen. (I think I remember this problem from back when I've used
xfce...).
Are these common problems?

As for the thoughts... (not meaning to start a flame war)

It seems that all the modern window managers/desktop managers imitate in
one way or another the windows gui. maybe that's the way for fight
micro$oft but I relly HATE it. last night while searching for different
window managers I've found "ude". it has a very different gui, and
although it doesn't have all the features I want, it's quite refreshing.
I hope the development will not stop (it happened to me once with "5dwm"
- an imitation of the IRIX desktop).

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: bind8 vs bind9

2002-11-18 Thread Haim Ashkenazi
On Mon, 2002-11-18 at 18:14, Tim Dijkstra wrote:
> Hi,
> 
> Is there any reason to stick with bind8 other then convenience? I'm
> asking this because bind9 seems pretty mature, but the default bind is
> still bind8 I think...
bind 9 works for me great for over a year. it serves about 20 domains
and it doesn't have any problems. but, unless you need some special
features (views for one), there is no reason to upgrade.

> 
> grts Tim
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: bind8 vs bind9

2002-11-18 Thread Haim Ashkenazi
On Mon, 2002-11-18 at 19:39, Bob Proulx wrote:
> Tim Dijkstra <[EMAIL PROTECTED]> [2002-11-18 17:14:38 +0100]:
> > 
> > Is there any reason to stick with bind8 other then convenience? I'm
> > asking this because bind9 seems pretty mature, but the default bind is
> > still bind8 I think...
> 
> What is "convenient" about bind8?  That is a serious question and not
> meant to be snide.  Please educate me.
> 
> With the many security advisories that have been posted against bind8
> recently I find bind9 much more convenient since I have not needed to
> update those servers as often.
> 
> Perhaps you did not know that bind9 uses the exact same configuration
> file as bind8 in almost all cases?  Unless you are doing something
> strange you don't need to change your configuration files at all.
> 
> Bob

it's not that bind8 is better. it's just that it's more supported in
many distributions. I guess you don't want to manually compile bind
every time you get a security advisory so if you're using an OS that's
default to bind 8 (solaris, debian?, etc...) you may as well stick with
it, just make sure to update the binaries as they are released.
of-course if you need bind9 because of a reason, that's a different
matter.

btw, there are debs of bind9, so I guess it's supported as well. I'm new
to debian (just came back from solaris) so I don't know why there are
both versions. maybe someone here knows more about the reasons...

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Woody & Shorewall Package missing a dependency (iproute)???

2002-11-20 Thread Haim Ashkenazi
On Wed, 2002-11-20 at 15:42, Doug MacFarlane wrote:
>   
> I installed Shorewall on a Woody systems and couldn't get it started following
> the quickstart guide.  The /etc/shorewall/firewall script exited with:
> 
> ip:  command not found
> 
> The quickstart doc mentions that redhat users need to be sure that the 
>iproute/iproute2
> package is installed so that the ip command is available.
> 
> This, apparently, also applies to debian folk as well.
> 
> This is the first time I've ever had an issue with a package from stable
> not properly identifying a dependency.  How do I contact the package maintainer
> to find out if I'm nuts, or if there really is an omission?

Hi

I don't know about debian (just came back to linux from solaris) but
iproute2 only have to be installed if you use certain syntax/feature. it
is workeable without it. I guess it should be suggested and not
dependent. did you install it with apt or with dselect? (it's my
understanding that apt only install dependent packages and doesn't say
anything about suggested).

> 
> madmac
> 
> 
> 
> 
> 
> -- 
> Doug MacFarlane
> [EMAIL PROTECTED]
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




some window managers don't read personal menus

2002-11-22 Thread Haim Ashkenazi
Hi

Being relatively new debian user, maybe I'm overlooking something but it
still is strange...

After noticing that some changes I make to my personal "~/.menu/*"
doesn't affect nothing I've made a test:
I've put 2 files in my "~/.menu". one is the automated crossover menu
(which adds 2 menus directly in the root debian menu: crossover and
programs) and the other is just a file I've copied from /usr/lib/menu
and changed the command. then I've run update-menus. 

Here are the results:

Sawfish, wmaker, icewm and fvwm2: accept all changes.
xfce, Gnome (panel menu), and afterstep: doesn't accept nothing
uwm: accepts the new menus from the "crossover" file, but doesn't accept
the change I've made to "kedit".

I've checked and the update-manus program created all the menus
correctly, so it's probably the configuration of the individual window
mangers that are to be blamed...

So, here are my questions:
1. Why the default configuration doesn't prefer my own menus
   over the system's in so many cases?
2. How do I change these settings in XFce and Gnome? (I saw the
   xfce  error in the archive, but with no answer


Thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: some window managers don't read personal menus

2002-11-22 Thread Haim Ashkenazi
On Sat, 2002-11-23 at 04:45, nate wrote:
> Haim Ashkenazi said:
> 
> > Sawfish, wmaker, icewm and fvwm2: accept all changes.
> > xfce, Gnome (panel menu), and afterstep: doesn't accept nothing
> 
> 
> I can only speak for afterstep since thats all I use, but after
> doing a menu update, I usually have to run the "update start menu"
> command from the afterstep start menu
> 
> I use afterstep 1.6(1.8 is in woody), but for me i click on the
> desktop, then click the desktop menu and click on 'update start menu'
> a second or 2 later(depending on the speed of your system) the
> changes should be reflected in the afterstep menu.
I've tried that (on woody) and it does change the menues I've changed
(kedit), but it doesn't add the new menus (although update-menu did
create the directory structure in ~/.afterstep).

> 
> the only custom changes I've done is by adding stuff to /etc/menu,
> haven't tried  doing it in my home dir
> 
> nate
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: some window managers don't read personal menus

2002-11-23 Thread Haim Ashkenazi
On Sat, 2002-11-23 at 07:33, nate wrote:
> Haim Ashkenazi said:
> 
> > I've tried that (on woody) and it does change the menues I've changed
> > (kedit), but it doesn't add the new menus (although update-menu did create
> > the directory structure in ~/.afterstep).
> 
> what do your menu entries look like?
> 
> some of mine:
> 
> ?package(gnome-terminal):needs="x11" section="Common" title="Star Office 6" \
>   command="/nfs/Apps/staroffice6/program/soffice"
> ?package(gnome-terminal):needs="x11" section="Common" title="Star Office
> Setup" \
>   command="/nfs/Apps/staroffice6/spadmin"
The menus are correct, and they are generating the correct syntax for
all the window managers. it's just that the window managers behave
strange, sometime they use only the system menu, and sometimes they use
my menus only where there isn't an entry in the system menu.

> 
> 
> I never read the docs on the menu system so I just copied a sample
> and changed it.
> 
> I do get a  "Common" menu right under my "Apps" menu in afterstep
> though.
> 
> nate
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Execute binaries from an encrypted file system

2002-11-23 Thread Haim Ashkenazi
Hi

This problem has happened to me on both RedHat and Mandrake (sorry... :)
) so I guess it's not distribution specific but a common one. I'm going
to set it now in woody and I want to know if I can solve this (or is it
a "feature").

When making an encrypted file system (AES on both occasion) everything
works great except I can't run binaries (or even shell scripts without
running "bash 

Re: How to know if a machine was hacked?

2003-06-05 Thread Haim Ashkenazi
On Thursday 05 June 2003 08:09, Damir Dezeljin wrote:
> Hi.
>
> Is there any way to find out if a certain Debian Woody machine was hacked?
Sometimes it's very hard...

first go to www.chkrootkit, download, install and run it to check if you have 
rootkits in your machines. then go through /etc/passwd, /var/log/*, etc..

btw, why do you think you've been hacked. if something is looking suspicious, 
start searching from there.

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: How to know if a machine was cracked?

2003-06-06 Thread Haim Ashkenazi
On Thursday 05 June 2003 12:26, Paul Johnson wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On Thu, Jun 05, 2003 at 11:08:53AM +0300, Haim Ashkenazi wrote:
> > first go to www.chkrootkit, download, install and run it to check if
>
> It's actually available as debian package chkrootkit.
I know, but not the latest version.

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: nvidia video cards

2003-06-01 Thread Haim Ashkenazi
On Sat, 31 May 2003 18:41:45 -0300
james leclair <[EMAIL PROTECTED]> wrote:

> 
> Setting up woody on my main box. Using geforce4 mx pci video card.
> After installing x and running starx, I get error messages stating "no
> screens found". When installing x, I had chose the nv server. Was this
> correct? Had good experiences on my test comp with Debian and would
> really love to get it up on my main box. Anyone have any suggestions?
> James
Hi

If I remember correctly you have to disable some option in
'/etc/X11/XFree86-4'. I think it's something about framebuffer but I
really don't remember. just play with the options.

hope it helps

> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 


-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Gnome 2 vs. KDE

2003-06-04 Thread Haim Ashkenazi
On Tuesday 03 June 2003 16:07, Bret Comstock Waldow wrote:
> I am running Woody, and loading some packages I want from backports I've
> found on the web.
>
> It seems that installing the Gnome 2 backport removes my KDE desktop.
> I've even found a KDE 3.1 site, but the Gnome 2 install threatens to
> remove KDE without replacement.
>
> Does anyone know what the issue is here?  I'd like Gnome 2 primarily so
> I can run a working version of GnomeMeeting, and I'd just as soon keep
> KDE as my desktop.

I had many problems like this, but since I've put the official kde release in 
sources.list almost everything is ok. here are the relevant entries:

#- KDE 3.1 from kde.org -#
deb http://download.kde.org/stable/3.1.2/Debian stable main
deb-src http://download.kde.org/stable/3.1.2/Debian stable main

#- Gnome 2.2 -#
deb http://mirror.raw.no/ gnome2.2/
deb-src http://mirror.raw.no/ gnome2.2/

#- XFree86 4.2.x -#
deb http://people.fsn.hu/~pasztor/debian woody xfree

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: PPPOE / ADSL fails

2003-06-04 Thread Haim Ashkenazi
On Tuesday 03 June 2003 22:02, [EMAIL PROTECTED] wrote:
> Hi All,
>
> What package contains 'adsl-start'? I couldn't find it...
I think it's part of the pppoe or pptp source (not the debian package. I don't 
know why but it was taken out). just google for it.

Bye

>
> I too can't connect with my new PPPoE/DSL setup.
>
> Thanks,
> Mark
>
> [EMAIL PROTECTED] wrote:
>
> On 04 Apr 2003 12:04:18 -0500
> [EMAIL PROTECTED] (Brian P. Flaherty) wrote:
>
> Both of you should try adsl-start as an alternative.  I had been using
> pppd at boot-time to get my DSL connection up and it has worked for
> months.  However, about a week ago, it stopped working.  I fought with
> it for a while.  Just to see what happened, I tried adsl-start and it
> worked immediately.  I have not had time to figure out why this is,
> but it worked for me.  I have been using that for the past week or so,
> until I can figure out why.
>
> Thanks for that. I'll give it a try.
>
>
> By the way, I haven't been able to access news.verizon.net either
> since this happened.  It doesn't respond to ping or anything.  I also
> cannot ping it from other machines, so it seems down to me.  But it
> seems strange that this occurred with the other change.  HTH.
>
>
>
> That's weird. I waited to send you that server name until I had connected
> to it and updated my list of newsgroups.
>
> Today I can't ping either news servers.
>
> FWIW, Verizon's mail servers have been like yo-yo's the past few days -- up
> and down.

-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Help! I just destroyed my root filesystem

2003-06-13 Thread Haim Ashkenazi
On Friday 13 June 2003 03:21, Richard Heycock wrote:
> I ran grub-install on my root partition instead of my boot partition and
> now I cannot boot my machine. I can get to the stage where the kernel tries
> to mount the root filesystem but it cannot mount at as it is not the
> correct type (reiserfs).
>
> If I run file -s /dev/hda5 it returns x86 boot sector. I know that most of
> the data is still there. Is there anything I can do to get it back? If not
> what is the best way to go about re-installing the os?
well, I don't use grub so I can tell you how to go back to lilo :(

start a new installation, the moment you get the first screen, press ALT-F2 to 
go to the shell, manually mount all your filesystem hierarchy to /mnt, chroot 
to it and run lilo.
afaik you can change the grub settings from grub itself, so maybe you can 
google for the correct setting.

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Need advise about FTP

2003-06-13 Thread Haim Ashkenazi
HI

I need to setup an FTP server that accepts virtual domains, and in addition, 
every domain should have a "master" account and some "users" accounts. the 
"master" account should be able to delete and upload files for all the 
"users" accounts.

although this will be an isolated computer in the DMZ, I don't want to give 
shell to anyone and I prefer that these accounts wouldn't be systems 
accounts. (can I use something like "zope" for this?).

any ideas?

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Need advise about FTP

2003-06-13 Thread Haim Ashkenazi
On Saturday 14 June 2003 20:16, Sven Hoexter wrote:
> On Fri, Jun 13, 2003 at 04:52:02PM +0300, Haim Ashkenazi wrote:
> > HI
> >
> > I need to setup an FTP server that accepts virtual domains, and in
> > addition, every domain should have a "master" account and some "users"
> > accounts. the "master" account should be able to delete and upload files
> > for all the "users" accounts.
>
> What do you want with ftp and vhosts? IMO it's completly useless.
> Take a look at proftpd it's well documented. www.proftpd.org
> It's capable of using Vhosts but you need a uniq IP for every Vhost.
>
> > although this will be an isolated computer in the DMZ, I don't want to
> > give shell to anyone and I prefer that these accounts wouldn't be systems
> > accounts. (can I use something like "zope" for this?).
>
> What? Just give them /bin/true or /bin/false as shell.
I thought of that but since it could grow to quite a few virtual domains with 
a few users on each domain, I think it's easier to stay on top of things with 
some database of users instead of just going through '/etc/passwd' (e.g. 
vpopmail has passwd file for every virtual domain...).

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Need advise about FTP

2003-06-15 Thread Haim Ashkenazi
On Saturday 14 June 2003 12:38, Sven Hoexter wrote:

> Or choose a SQL DB or LDAP as backend. I've no experince with LDAP at all
> but the mySQL backend worked nicely.
thanx, that's look like a nice idea.

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Management of users using webmin?

2003-06-24 Thread Haim Ashkenazi
On Monday 23 June 2003 23:42, jennyw wrote:
> Just wondering how to setup Webmin to manage users?  I've inherited a
> Debian box and it was setup so that there was an icon there that allowed
> it to manage users. We added a webmin module and then it messed up
> webmin so we had to remove and reinstall ... now there's nothing in
> webmin to manage unix users. Suggestions?  I think the problem was
> because there were several copies of webmin originally (some through
> apt, a couple downloaded).
I don't use webmin anymore, but when I did, I've always downloaded the one 
from "www.webmin.com". don't use the one that comes with debian. before you 
install it, make sure to delete the '/etc/webmin' folder if you have one, 
also check that there aren't any instances of webmin loading on boot ('ls 
/etc/rc*.d/*webmin'). 

Bye
--
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: passing environment variables back to shell

2003-06-24 Thread Haim Ashkenazi
On Tuesday 24 June 2003 06:05, Matt Price wrote:
> Hi,
>
> anyone know if it's possible to pass the value of variables assigned
> within a bash script back out to the executing shell?  Or better yet,
> to all subsequent shells?
>
> I've written a tiny script to figure out the IP address of my
> (dynamically assigned) home computer and pass it to ipmasq on my work
> computer.  I would like to run this as a cron job (probably daily,
> since my IP is pretty stable) and only rerun ipmasq if the new IP
> address differs from the old one.  But I don't understand howto pass
> the new value back out to the executing environment.
>
> I think if you look at the script you'll see what I'm trying to do...
>
> /usr/local/scripts/gethomeip :
> ---
> #!/bin/bash
> HOSTRESULT=`host youknowwho.dyndns.org`
> RESULTIP=`echo ${HOSTRESULT##[^0-9]*[^0-9\.]}`
>
> # check the initial values
> echo "$RESULTIP"
> echo "$MATTSIP"
> if [ "$RESULTIP" = "$MATTSIP" ]
>  then
> echo "no problem, the address is up to date"
> else
>
> #set the new value
> MATTSIP=$RESULTIP
> echo "$MATTSIP"
>
> # export -- but of course it only exports to daughter processes, not parent
> processes export MATTSIP
> ipmasq
> fi
>
> # check to make sure the variables been set within the script
> echo "$MATTSIP"
>
> ---
>
> obviously export isn't what I'm looking for.  Any ideas what I ought
> to substitute there?  thanks,
>
> matt

Hi

I don't know ipmasq, but you could use the output of the script as an input 
for the command in the cronjob:

 `yourscript`

make sure you have the right "`" (in my keyboard - us 105 keys, it's with the 
"~" sign).

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Cron / MRTG problem

2002-12-19 Thread Haim Ashkenazi
On Wed, 2002-12-18 at 19:48, august macbeth wrote:
> i keep getting these emails:
> 
> ERROR: I guess another mrtg is running. A lockfile
> (/var/lock/mrtg/_etc_mrtg.cfg_l) aged
> 0 seconds is hanging around. If you are sure that no other mrtg
> is running you can remove the lockfile
That happened to me once, and it was because I had 2 cron entries
running mrtg. (one was from the package I've installed and the other was
the one I've used when I've installed mrtg from source, and forgot to
remove when installing the package). take a look in all of your crom
files (/etc/cron*, /var/spool/cron/crontabs).
I also remember finding some answers to this problem (that is not caused
by double entries) in google groups, so maybe you can search there.
> 
Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




sync palm with gnomecal

2002-12-21 Thread Haim Ashkenazi
Hi 

I'm trying to sync my palm with gnomecal, but when I enable this module
in the Palm Conduits dialog I get an error and in the console I have
this error: 

libgpilotdcm-WARNING **: unable to g_module_open
(/usr/lib/gnome-pilot/conduits/libcalendar_conduit.so), reason
/usr/lib/gnome-pilot/conduits/libcalendar_conduit.so: undefined symbol:
all_calendars. 

I've found a bug similar to this, only with another symbol. does anybody
have any idea how to solve this (does the version from testing/unstable
solve this)? or am I doomed to not being able to sync my palm...

I'm using woody with all the updates. 

Thanx 
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: bind9: DNS updates from windows

2002-12-25 Thread Haim Ashkenazi
On Tue, 2002-12-24 at 22:26, Paul Johnson wrote:
> Merry Christmas!
> 
> I'm trying to get WinXP clients to update thier own dns for me using
> Bind9.  What am I doing wrong?  (Yes, I know access control soley by
> IP is insecure, but I've got other means of dealing with that at the DMZ).
what mechanism do you use on the XP machines to update the dns? in my
opinion the best way is to put on this server a dhcp server and let it
update the dns. 
> 

-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Loopback file system encryption with kernel-source-2.4.19?

2002-12-25 Thread Haim Ashkenazi
On Thu, 2002-12-26 at 05:26, Jack O'Quin wrote:

> 
>   sudo losetup -e blowfish /dev/loop0 ~/.crypto
>   Available keysizes (bits): 128 160 192 256 
>   Keysize: 256
>   Password :x
>   
>   Password :x
>   
>   The cipher does not exist, or a cipher module needs to be loaded into the kernel
>   ioctl: LOOP_SET_STATUS: Invalid argument
> 
After you recompile your kernel with encryption support, you might want
to use this line in '/etc/fstab' instead of using sudo:
"/home/haim/.crypto  /home/haim/crypto   ext2   
defaults,exec,noauto,loop,encryption=AES128,user,exec 0 0"
ofcourse it should be in one line. remember also to put "exec" after
"user" if you want to be able to run executeables from this file system.

see http://encryptionhowto.sourceforge.net/Encryption-HOWTO.html

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: bind9: DNS updates from windows

2002-12-25 Thread Haim Ashkenazi
On Thu, 2002-12-26 at 09:14, Paul Johnson wrote:
> On Wed, Dec 25, 2002 at 10:42:55AM +0200, Haim Ashkenazi wrote:
> > what mechanism do you use on the XP machines to update the dns? 
> 
> The DNS update mechanism that comes with Windows in 2000 and XP.  I'm
> thinking about the method you suggest, though.
well, I really don't know a lot about windows, but I'm not sure it's
able to update bind. my guess is that it only configured to update the
microsoft dns server.

> 
> -- 
>  .''`. Baloo <[EMAIL PROTECTED]>
> : :'  :proud Debian admin and user
> `. `'`
>   `-  Debian - when you have better things to do than to fix a system

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: tnef

2002-12-25 Thread Haim Ashkenazi
On Thu, 2002-12-26 at 09:33, martin f krafft wrote:
> also sprach Paul Johnson <[EMAIL PROTECTED]> [2002.12.26.0117 +0100]:
> > Make the sender do it.
> 
> right, tempting, but with 2000 users that's a little harsh...
> 
> but i had the idea too and am still playing with the thought...
My guess is that most of them won't even know what you're talking
about...

so you'll have to configure the clients to use "unfent" or something
similar with this mime type.


Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: tnef

2002-12-26 Thread Haim Ashkenazi
On Thu, 2002-12-26 at 10:05, martin f krafft wrote:
> also sprach Haim Ashkenazi <[EMAIL PROTECTED]> [2002.12.26.0843 +0100]:
> > so you'll have to configure the clients to use "unfent" or something
> > similar with this mime type.
> 
> can this be integrated into tools like mozilla mail?
> where can i find unfent? google didn't know...
Sorry, it's "fentun" and not "unfent".
http://www.fentun.com/

there are some more applications, but I don't remember their names.


Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




which RAID cards work with debian?

2002-12-28 Thread Haim Ashkenazi
Hi

I tried to install woody on an old HP server with NetRAID card and it
didn't recognize it. I've also couldn't find any reference for this over
the internet. I was wondering which RAID cards are supported except for
Mylex (I know that the Hardware-HOWTO lists only mylex as supported, but
most linux distributions support many other cards).

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: which RAID cards work with debian?

2002-12-28 Thread Haim Ashkenazi
On Sat, 2002-12-28 at 11:42, Crispin Wellington wrote:

> 
> did you use the bf2.4 install disks?
yep, this is the kernel I use to install all my debians.

bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: which RAID cards work with debian?

2002-12-28 Thread Haim Ashkenazi
On Sat, 2002-12-28 at 13:45, Frank Copeland wrote:

> 
> I manage a couple of HP tc4100s with NetRAID 1Ms and the stock (well,
> it started as stock anyway...) Debian kernel finds the RAID controller
> just fine:
> 
since I'm always using the 2.4fb kernel I didn't even tried the default
kernel (is it 2.2.x?). I'll give it a try.

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: which RAID cards work with debian?

2002-12-28 Thread Haim Ashkenazi
On Sat, 2002-12-28 at 12:22, nate wrote:
> Haim Ashkenazi said:
> > Hi
> >
> > I tried to install woody on an old HP server with NetRAID card and it
> > didn't recognize it. I've also couldn't find any reference for this over
> > the internet. I was wondering which RAID cards are supported except for
> > Mylex (I know that the Hardware-HOWTO lists only mylex as supported, but
> > most linux distributions support many other cards).
> 
> thought I most reccomend mylex because it works so damn good.. The compaq
> smartarray controller works as well. I have used them on debian 2.2 and
> 3.0(only under 2.2.x kernels) on compaq DL380s.  looks like AMI megaraid
> is supported too.
> 
> probably some others too, check to see what the kernel supports and
> compare those compile options with the kernel-config files for debian,
> e.g. the default kernel config is:
> 
>http://http.us.debian.org/debian/dists/Debian3.0r1a/main/disks-i386/current/images-1.44/kernel-config
> 
> unless your using the 2.4.x boot floppies then its:
> 
>http://http.us.debian.org/debian/dists/Debian3.0r1a/main/disks-i386/current/images-1.44/bf2.4/kernel-config
thanx, I'll look at these links.

> 
> nate
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: which RAID cards work with debian?

2002-12-28 Thread Haim Ashkenazi
On Sat, 2002-12-28 at 15:22, Frank Copeland wrote:

> It would help if you could provide more information about your system.
> What model HP server is it? What model NetRAID? What error messages, if
> any, are you seeing?
I'll check the details tomorrow and I'll post it.

> 
> -- 
> Frank Copeland
> Home Page: http://thingy.apana.org.au/~fjc/> 
> Not the Scientology Home Page: http://xenu.apana.org.au/ntshp/>
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: OK. How can I share CDRW on other computers? Or are there GUI that I can share on other computers?

2002-12-31 Thread Haim Ashkenazi
http://wwwhomes.uni-bielefeld.de/jhaeger/webCDwriter/


Egor Tur said:
> Hi.
> Who had solved the some problem?
> Not use ssh.
> Thanx.
>
>
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]

Bye
-- 
Haim



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Video CD software

2003-01-01 Thread Haim Ashkenazi
http://www.vcdhelp.com/


On Wed, 2003-01-01 at 19:19, Richard Kimber wrote:
> I'm looking for packages that I might use to create CDs containing a
> slideshow of photos that I could play on my DVD player.  (I'm not
> referring to the CD burning aspects, but how to create what I would burn
> on the CD. I use xcdroast for the former).  As a complete beginner with
> video stuff, I have no idea what sorts of packages I might need.
> 
> I'd be grateful for any suggestions for simple-to-use packages (I don't
> need anything particularly fancy), and for any links to useful
> tutorial-type websites.
> 
> Thanks.
> -- 
> Richard Kimber
> http://www.psr.keele.ac.uk/
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bye
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




sniffer output question

2003-01-07 Thread Haim Ashkenazi
Hi

While I was working on solaris (which in many ways was a terrible
experience), there was one thing I really liked. the output from 'snoop'
was clear and readable. I was wondering if there is a tool in linux that
does the same (or a combination of tools). the only drawback is that it
has to be command line (I don't want to launch etherrreal to see a
formated output).

Here are the output from snoop and tcpdump running the same script that
sends mail:

-
snoop:
# snoop host 212.179.78.146
Using device /dev/hme (promiscuous mode)
coltrane -> bzq-179-78-146.cust.bezeqint.net SMTP C port=46787 
bzq-179-78-146.cust.bezeqint.net -> coltrane SMTP R port=46787 
coltrane -> bzq-179-78-146.cust.bezeqint.net SMTP C port=46787 
bzq-179-78-146.cust.bezeqint.net -> coltrane SMTP R port=46787 220
mail-relay.winte
coltrane -> bzq-179-78-146.cust.bezeqint.net SMTP C port=46787 
coltrane -> bzq-179-78-146.cust.bezeqint.net SMTP C port=46787 HELO
localhost\r\n
bzq-179-78-146.cust.bezeqint.net -> coltrane SMTP R port=46787 
bzq-179-78-146.cust.bezeqint.net -> coltrane SMTP R port=46787 250
mail-relay.winte
coltrane -> bzq-179-78-146.cust.bezeqint.net SMTP C port=46787 mail
from:  coltrane SMTP R port=46787 250
ok\r\n
coltrane -> bzq-179-78-146.cust.bezeqint.net SMTP C port=46787 rcpt
to:  coltrane SMTP R port=46787 250
ok\r\n
coltrane -> bzq-179-78-146.cust.bezeqint.net SMTP C port=46787
data\r\n
bzq-179-78-146.cust.bezeqint.net -> coltrane SMTP R port=46787 354
go ahead\r\n
coltrane -> bzq-179-78-146.cust.bezeqint.net SMTP C port=46787
Mime-version: 1.0\r\n
bzq-179-78-146.cust.bezeqint.net -> coltrane SMTP R port=46787 
coltrane -> bzq-179-78-146.cust.bezeqint.net SMTP C port=46787
Content-type: text/p
bzq-179-78-146.cust.bezeqint.net -> coltrane SMTP R port=46787 
bzq-179-78-146.cust.bezeqint.net -> coltrane SMTP R port=46787 250
ok 1041886186 qp
coltrane -> bzq-179-78-146.cust.bezeqint.net SMTP C port=46787
quit\r\n
cont...


tcpdump:

10:52:47.720580 parker.haim.org.42384 >
bzq-179-78-146.cust.bezeqint.net.smtp: S 3945052066:3945052066(0) win
5840  (DF)
10:52:47.780627 bzq-179-78-146.cust.bezeqint.net.smtp >
parker.haim.org.42384: S 1695099701:1695099701(0) ack 3945052067 win
5792  (DF)
10:52:47.780691 parker.haim.org.42384 >
bzq-179-78-146.cust.bezeqint.net.smtp: . ack 1 win 5840
 (DF)
10:52:47.850070 bzq-179-78-146.cust.bezeqint.net.smtp >
parker.haim.org.42384: P 1:38(37) ack 1 win 5792  (DF)
10:52:47.851949 parker.haim.org.42384 >
bzq-179-78-146.cust.bezeqint.net.smtp: . ack 38 win 5840
 (DF)
10:52:47.853843 parker.haim.org.42384 >
bzq-179-78-146.cust.bezeqint.net.smtp: P 1:17(16) ack 38 win 5840
 (DF)
10:52:47.917565 bzq-179-78-146.cust.bezeqint.net.smtp >
parker.haim.org.42384: . ack 17 win 5792  (DF)
10:52:47.928923 bzq-179-78-146.cust.bezeqint.net.smtp >
parker.haim.org.42384: P 38:69(31) ack 17 win 5792  (DF)
10:52:47.930488 parker.haim.org.42384 >
bzq-179-78-146.cust.bezeqint.net.smtp: P 17:49(32) ack 69 win 5840
 (DF)
10:52:47.990429 bzq-179-78-146.cust.bezeqint.net.smtp >
parker.haim.org.42384: P 69:77(8) ack 49 win 5792  (DF)
10:52:47.992133 parker.haim.org.42384 >
bzq-179-78-146.cust.bezeqint.net.smtp: P 49:81(32) ack 77 win 5840
 (DF)
10:52:48.050677 bzq-179-78-146.cust.bezeqint.net.smtp >
parker.haim.org.42384: P 77:85(8) ack 81 win 5792  (DF)
10:52:48.052481 parker.haim.org.42384 >
bzq-179-78-146.cust.bezeqint.net.smtp: P 81:87(6) ack 85 win 5840
 (DF)
10:52:48.111302 bzq-179-78-146.cust.bezeqint.net.smtp >
parker.haim.org.42384: P 85:99(14) ack 87 win 5792  (DF)
10:52:48.113148 parker.haim.org.42384 >
bzq-179-78-146.cust.bezeqint.net.smtp: P 87:106(19) ack 99 win 5840
 (DF)
10:52:48.199553 bzq-179-78-146.cust.bezeqint.net.smtp >
parker.haim.org.42384: . ack 106 win 5792  (DF)
cont...

any ideas?

thanx
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: good mp3 organizer - any suggestions?

2003-01-08 Thread Haim Ashkenazi
On Thu, 2003-01-09 at 07:38, Sandip P Deshmukh wrote:
> hello all
> 
> i have a large mp3 collection. on different cds and different
> directories on my hard disk.
> 
> i want an organizer that will
> 
> - keep track of files in different locations including different
>   cds
> 
> - let me rename files based on id3 information
> 
> - let me move files based on id3 information
> 
> - let me search files based on artist/ folder/ song name/ id3 tag
>   content, etc.
> 
> - if possible, also play files/ playlists and may be act as a
>   front for some other music playing app
A while ago I've used freeamp which I think done at least most of those
things. it is an X app though.
Another option (what I'm doing now) is to run a dedicated host with all
your mp3 collection which runs "gjukebox (gjukebox.sourceforge.net) and
you can do anything from there (it's web based) including a "lynx"
theme.

Bye

> 
> i will prefer to have this in text mode (console app. not x)
> 
> i have already done apt-cache search. but i will like to hear from
> someone who has actually used the application.
> 
> -- 
> regards,
> sandip p deshmukh
> --***
> Where a calculator on the ENIAC is equpped with 18,000 vaccuum tubes and
> weighs 30 tons, computers in the future may have only 1,000 vaccuum tubes
> and perhaps weigh 1 1/2 tons.
>   -- Popular Mechanics, March 1949
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
Haim


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




  1   2   >