remote graphical usage

2001-06-13 Thread Erez Doron

Hi

I am looking of a way to have a local display/keyboard, which is
connected on a slow channel ( i.e. modem ) to unix servers.

I need a way to run X applictions on the remote server, and see them as
they were local.

I tried using X - was too slow
I tried to use X protocol compression called 'dxpc' - still too slow
I tried to use Xvnc - better but still not fast enough.

anyone knows of a way to do so except using Citrix or X-win32-server
over microsoft's rdesktop ?


thanks
erez.




=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Bezeq ADSL setup

2001-06-13 Thread Dani Arbel

Shachar,
There is no point trying to send a packet larger than your own intrface
MTU, with the dont fragment bit set. It shouldn't leave your machine in
the first place (because the packet must be fragmented).
Dani

On Wed, 13 Jun 2001, Shachar Shemesh wrote:

 Shachar Shemesh wrote:

  Can someone verify that the setup does, in fact, support the RFC?
 
  I.e. - use hping or other packet crafting tool to generate a big
  (say,  4K) TCP packet with the don't fragment flag set, and see
  (with  tcpdump, or a real sniffer, such as ethereal) whether a
  fragment  needed ICMP is sent.
 
  If it is not sent, but the packet does not go through, then there is
  a  real problem. I would try, at this stage, incrementing the TTL,
  starting  from one, and seeing where the ICMP time exceeded messages
  stop  arrive. Wherever that happens - that's the curlpit (or the one
  before).
 
  hping2 can be D/L from http://www.kyuzz.org/antirez/software.html
 
  The command line for a single, established, ~ 4KB packet to host foo,
  with the don't fragment flag set is
  hping2 foo -c 1 -A -d 4096 --dontfrag
 
  hping will display any reply packets received. If you want to test
  the  TTL as well, add --ttl # to the arguments.
 
   Shachar


 Hmm.

 Now this is interesting.

 I tried my own advice. I don't have an ADSL modem, but I tried it on our
 local network.

 I sent UDP packets, as the company I work for is heavily firewalled, and
 I wanted to send packets with payload.

 I tried sending 32K UDP packets (assuming that they must get fragmented
 on the way).

 Instead, this is what I got:
 [root@sshemesh ~]# hping2 www.microsoft.com -2 -c 1 -p 53 -d 32768
 --dontfrag --ttl 12
 eth0 default routing interface selected (according to /proc)
 HPING www.microsoft.com (eth0 207.46.230.229): udp mode set, 28 headers
 + 32768 data bytes
 TTL 0 during transit from 152.63.21.90  (189.at-1-0-0.TR1.NYC8.ALTER.NET)

 --- www.microsoft.com hping statistic ---
 1 packets tramitted, 0 packets received, 100% packet loss
 round-trip min/avg/max = 0.0/0.0/0.0 ms

 Which means that the 32K+change packet got a TTL exceeded, instead of
 a Fragmentation needed. Strange!

 So, I ran a sniffer, and tried again.

 It turns out that the packet got fragmented leaving my own machine. The
 packet left the network interface, already fragmented. The Don't
 fragment flag got reset, and the usual more fragments flag was set.

 The reason I am bringing this up is because it turns out that the MTU on
 my network interface (Ethernet 10/100, currently in 100) is 100bytes
 (meaning 1480 bytes + header).

 Ok, now for a possible answer to the question that has been bothering
 all of us - why set the MTU on all computers on the network.

 Could it be that the MTU for ethernet, at least on Linux, is 1500 bytes?

 Could it be that some computers on the LAN don't autodetect this?

 Could it be that they then send (or try to) a packet longer than 1500
 bytes, which then unceremonially gets dropped by the Linux gateway
 (incapable of handling the receive)?

 Could it be that the set MTU on all computers on the network is merely
 a workaround for this fix?

Shachar


 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: RH 7.1 problems

2001-06-13 Thread Ben-Nes Michael

Worked very well though I changed the set to 8859-1

Is there a program that can change desktop resolution like in windows ?

- Original Message -
From: Ilya Konstantinov [EMAIL PROTECTED]
To: Ben-Nes Michael [EMAIL PROTECTED]
Cc: linux ILUG [EMAIL PROTECTED]
Sent: Tuesday, June 12, 2001 12:44 PM
Subject: Re: RH 7.1 problems


 On Tue, Jun 12, 2001 at 12:20:09PM +0300, Ben-Nes Michael wrote:
  Hi All
 
  I changed the interface in KDE to iso8859-8 and restarted X, Since then
X
  Crash when I start it.
 
  Where I can change the interface language from console ?


 ~/.kde/share/config/kdeglobals

 Change 'Charset=iso8859-8' to 'Charset=iso10646-1' and make sure you
 have some fonts with an iso10646-1 encoding (e.g. if you use TrueType
 fonts, simply add an '-iso10646-1' entry per every fon -- this perl
 script should do it automatically:

 perl -i -pe 's/(.*)-iso8859-1$/$1-iso8859-1\n$1-iso10646-1/g' fonts.dir

 )


  also, Where I can change the Desktop Resolution ?

 /etc/X11/XF86Config or /etc/X11/XF86Config-4.
 Find the SubSection Display for your bpp (color mode) and add the
 allowed resolutions you want. Keep in mind the desktop virtual size
 would be as large as the largest resolution.



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Bezeq ADSL setup

2001-06-13 Thread Cedar Cox


On Wed, 13 Jun 2001, Dani Arbel wrote:
 
 You are totaly wrong. The ADSL just act as a bridge for the PPP session,
 moving it from a pptp (or PPPoE in other setups) into an ADSL over ATM.
 This is a simple task (implementing a PPTP server), and the ADSL anyway
 have to implement lots of ATM stuff (login into the beast and take a
 look...).

BTW, all of this works with the phone line unplugged.  For your
amusement... ;)

Just wondering, does anyone know how to return to the root command tree?  
If you type 'ip' for example, IIRC you will get a prompt something like
 10.0.0.138 ip
Doing a @atm, for example, will change you to the atm process, but I can't
figure out how to get back to root.  Closing (@close) the connection and
connecting again brings you back to the same place.

-Cedar
--

10.0.0.138 help

Commands are:

atmbppt   bridge buffer bun
chips  config eddethernet   event  
flashfsip isfs   portclipptp   
r1483  restartsnmp   tftp   uptime 
versionwdog   

  '.'repeats the last command
Type 'help all' or 'help command' for more details
10.0.0.138 flashfs help
FLASHFS commands are:
 help  - this text is displayed
 id x- display chip ID for device x (0-1)
 ls [-l] [rdl] - list FLASHFS files [more detail]
 cat file- show file contents
 trace [level] - show/set tracing level (0-4)
 fsck [rdl/dyn]- file system check, checks FLASH integrity
 update- commit ISFS files to FLASH
 version   - displays version number and chip count

Tomer's additions:
 map   - shows flash map
 default   - saves default flag
 bad   - toggle bad flashfs flag
 force - force ls
 dump a1 a2- dump flashfs contents
 write a v - change flashfs contents
 empty - emptys flashfs
 prog  - toggle flashfs programming tracing
 timing- toggle flashfs timing display

 stuck n - stuck process for n period
 mac [mac] - view/change mac address
 wdog  - disable watchdog
10.0.0.138 flashfs ls -l
FLASHFS file area in 0x001efff0
rel. addr ffed4510  next db10   1217992 fix image
rel. addr db10  next fc10  8184 fix NPimage
rel. addr fc10  next094 fix custom_cfg
   3 fixed files
rel. addr   10  next  11096 dyn initpptp
rel. addr  110  next  210   176 dyn pptp_cfg
rel. addr  210  next  410   247 dyn accesslevels
rel. addr  410  next  510 0 dyn initvbr
rel. addr  510  next  910   888 dyn sw.cfg
rel. addr  910  next  a10   143 dyn resolve
rel. addr  a10  next  b1088 dyn initsw
rel. addr  b10  next  c10 0 dyn hostfile
rel. addr  c10  next  d10 0 dyn portfile
rel. addr  d10  next  e10 0 dyn switchinit
rel. addr  e10  next  f1020 dyn ipaddresses
rel. addr  f10  next 101041 dyn snmpinit
rel. addr 1010  next 111078 dyn services
rel. addr 1110  next 121016 dyn initbridge
rel. addr 1210  next 1310 0 dyn initr1483
rel. addr 1310  next 1410 0 dyn consoleinit
rel. addr 1410  next 1510 0 dyn consolenetinit
rel. addr 1510  next 161082 dyn oamseg
rel. addr 1610  next 1710   111 dyn connections
rel. addr 1710  next 181088 dyn initswitchcli
rel. addr 1810  next 1910 0 dyn initppp
rel. addr 1910  next055 dyn cfg_list
  22 dynamic files
10.0.0.138 ip help all
? syntax:
  help - list commands available
  help all - list commands and their syntax
  help command   - list syntax for command

arp syntax:
  arp cmd- execute arp subcommand
  arp help - list subcommands available

config syntax:
  config [save]- display config or save to flash

device syntax:
  device [list]- list interface definitions
  device add i/f type file [mtu size] [IPaddr]
   - create interface definition
  device delete i/f
   - remove interface definition
  device flush - remove all interface definitions

disable syntax:
  disable [i/f]  - prevent use of interfaces or just interface i/f

enable syntax:
  enable [i/f [mtu size] [IPaddr]]
   - enable use of all interfaces or interface i/f if
given
   - set i/f IP address to IPaddr
   - set MTU for interface

help syntax:
  help - list commands available
  help all - list commands and their syntax
  help command   - list syntax for command

ipatm syntax:
  ipatm cmd   - execute ipatm subcommand
  ipatm help- list subcommands available

nat syntax:
  nat add i/f- install NAT on interface
  nat delete i/f - uninstall NAT from interface

Re: Bezeq ADSL setup

2001-06-13 Thread Shachar Shemesh

Shachar Shemesh wrote:

 Dani Arbel wrote:

 Shachar,
 There is no point trying to send a packet larger than your own intrface
 MTU, with the dont fragment bit set. It shouldn't leave your machine in
 the first place (because the packet must be fragmented).
 Dani


 Oh, so you spotted this fact too ;)

 Yes, but using -d 1460 should send an 1500 bytes TCP packet, which 
 WILL test the circumstances we are looking for.

Shachar



Excuse me for replying to my own mail.

I just retested this. A 1500 bytes packet leaves the machine 
unfragmented, but the IP stack resets the don't fragment flag. Sending 
a 1498 bytes packet causes the local IP stack to leave the packet as it was.

Use -d 1458, then.

Sh.



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: remote graphical usage

2001-06-13 Thread Adi Stav

On Wed, Jun 13, 2001 at 10:59:42AM +0300, Erez Doron wrote:
 Hi
 
 I am looking of a way to have a local display/keyboard, which is
 connected on a slow channel ( i.e. modem ) to unix servers.
 
 I need a way to run X applictions on the remote server, and see them as
 they were local.
 
 I tried using X - was too slow
 I tried to use X protocol compression called 'dxpc' - still too slow
 I tried to use Xvnc - better but still not fast enough.
 
 anyone knows of a way to do so except using Citrix or X-win32-server
 over microsoft's rdesktop ?

From what I've seen a big hit on networked X performance is sophisticated
toolkits. GTK+ applications for example take ages to load and to run, 
while old Athena programs are (relatively) quick. I suspect that this
might have to do with applications loading images onto the X server,
and that playing around with GTK themes and engines might help, but
I've never verified this. So I'd suggest trying using simpler X 
applications if this is an option.

By the way, why do you expect that using a different X server 
(X-win32-server) would make it faster? I am not familiar with this server.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




OT: Job Offer in Aduva

2001-06-13 Thread Ury Segal

Hi !

Aduva is looking for a Linux man/woman. Someone
who can lead a group of people to develop and maintain
a very big Linux Testing Lab. The work is under a
tight daily time tables, so the work requires
staying late more often than not.

Requirements:

*Good managerial abilities
Experienced UNIX sysadmin
Speaks PERL and other script languages
MySQL/Other SQL databases

Send Resume to [EMAIL PROTECTED] or your humble
servant.

--ury
CTO
Aduva, INC




=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Boot partition too big

2001-06-13 Thread Yedidya Bar-david

Hi

On Mon, Jun 11, 2001 at 05:04:57PM -, Yoni Cohen wrote:
 Hi list,
 
 I have an 20G HD, there are already two partitions for windows (FAT32).
 I want to install RH 6.2 Server on different partition, when i try to create 
 new 4G 'Linux native' partition under mount point /, i get an error message 
 Boot partition too big, this message appeared also when the size of this 
 partition is 1M ?!.

In most cases, the lilo that comes with RH 6.2, at least the latest
updates of it, has a working lba32 option. Just make sure, that you
disable the 'linear' option of it during install - it's on by default,
and the two (lba32 and linear) conflict, and make lilo do not install
itself at all.

 
 I know that RH 7 will probably solve this problem, but i need the 6.2 
 version.
 
 any idea for a workaround ?
 
 Thanks
 _
 Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
 
 
 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]

didi


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: remote graphical usage

2001-06-13 Thread Erez Doron

Adi Stav wrote:

 On Wed, Jun 13, 2001 at 10:59:42AM +0300, Erez Doron wrote:
  Hi
 
  I am looking of a way to have a local display/keyboard, which is
  connected on a slow channel ( i.e. modem ) to unix servers.
 
  I need a way to run X applictions on the remote server, and see them as
  they were local.
 
  I tried using X - was too slow
  I tried to use X protocol compression called 'dxpc' - still too slow
  I tried to use Xvnc - better but still not fast enough.
 
  anyone knows of a way to do so except using Citrix or X-win32-server
  over microsoft's rdesktop ?

 From what I've seen a big hit on networked X performance is sophisticated
 toolkits. GTK+ applications for example take ages to load and to run,
 while old Athena programs are (relatively) quick. I suspect that this
 might have to do with applications loading images onto the X server,
 and that playing around with GTK themes and engines might help, but
 I've never verified this. So I'd suggest trying using simpler X
 applications if this is an option.


I do not want to restrict people to a certain type of apps


 By the way, why do you expect that using a different X server
 (X-win32-server) would make it faster? I am not familiar with this server.

No, the X-win32-server ( e.g. excced, Xwin32 etc ... ) is only to make the
win32 X aware
the 'remote'  is using the rdesktop that comes with Win2k servers ...



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: RH 7.1 problems

2001-06-13 Thread Ilya Konstantinov

On Wed, Jun 13, 2001 at 09:39:33AM +0300, Ben-Nes Michael wrote:
 Worked very well though I changed the set to 8859-1

That won't provide you Hebrew though, while iso10646-1 would.
 
 Is there a program that can change desktop resolution like in windows ?

If you mean changing the desktop virtual size on the fly - no, you
can't, not till XFree86's new extension (RandR, I think) gets
introduces.

You can switch the actual graphical mode (not the bpp though) of the
display by Ctrl-(-) and Ctrl-(+), but while this will change the
graphical resolution, it won't change the desktop virtual size.
 
-- 
Best regards,
Ilya Konstantinov

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Unix/Linux interface for Exchange Calendar events (yoman pgishot)

2001-06-13 Thread Ariel Biener




  Hi,


 
   Does something like that exist ?

--Ariel

--
Ariel Biener
e-mail: [EMAIL PROTECTED]
PGP(6.5.8) public key http://www.tau.ac.il/~ariel/pgp.html


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: remote graphical usage

2001-06-13 Thread Erez Doron


to conclude,
as Isee, compressed or not, X sucks on slow lines, so do vnc
the only operational solutions are either citrix or ( I'm not so happy
to say )Win2K's Rdesktop
with both, you can use a 33.6k modem and feel like you are connected
directly to the computer
regards
erez.

Tzafrir Cohen wrote:
On Wed, 13 Jun 2001, Erez Doron wrote:
> Adi Stav wrote:
>
> > On Wed, Jun 13, 2001 at 10:59:42AM +0300, Erez Doron wrote:
> > > Hi
> > >
> > > I am looking of a way to have a local display/keyboard, which
is
> > > connected on a slow channel ( i.e. modem ) to unix servers.
> > >
> > > I need a way to run X applictions on the remote server, and see
them as
> > > they were local.
> > >
> > > I tried using X - was too slow
> > > I tried to use X protocol compression called 'dxpc' - still too
slow
> > > I tried to use Xvnc - better but still not fast enough.
> > >
> > > anyone knows of a way to do so except using Citrix or X-win32-server
> > > over microsoft's rdesktop ?
> >
> > >From what I've seen a big hit on networked X performance is sophisticated
> > toolkits. GTK+ applications for example take ages to load and to
run,
> > while old Athena programs are (relatively) quick. I suspect that
this
> > might have to do with applications loading images onto the X server,
> > and that playing around with GTK themes and engines might help,
but
> > I've never verified this. So I'd suggest trying using simpler X
> > applications if this is an option.
> >
>
> I do not want to restrict people to a certain type of apps
Again: do you want a complete desktop, or just certain apps?
Anyway, the fewer less graphics that you have, the better compression
can
work. Have you tried changing to a theme with no bitmaps and no gradients?
Some programs have also a couple of GUIs. linuxconf, for instance, has
an
Xaw interface and a gtk interface, IIRC.
> > By the way, why do you expect that using a different X server
> > (X-win32-server) would make it faster? I am not familiar with this
server.
>
> No, the X-win32-server ( e.g. excced, Xwin32 etc ... ) is only to
make the
> win32 X aware
> the 'remote' is using the rdesktop that comes with Win2k servers
..
Does it work better than X-over-ssh (or otherwise compressed)?
How?
--
Tzafrir Cohen
mailto:[EMAIL PROTECTED]
http://www.technion.ac.il/~tzafrir

--
Regards,

Erez Doron
Infineon Technologies Savan



Re: remote graphical usage

2001-06-13 Thread Ehud Karni

On Wed, 13 Jun 2001 10:59:42 +0300, Erez Doron [EMAIL PROTECTED] wrote:
 
 I am looking of a way to have a local display/keyboard, which is
 connected on a slow channel ( i.e. modem ) to unix servers.
 
 I need a way to run X applictions on the remote server, and see them as
 they were local.
 
 I tried using X - was too slow
 I tried to use X protocol compression called 'dxpc' - still too slow
 I tried to use Xvnc - better but still not fast enough.
 
 anyone knows of a way to do so except using Citrix or X-win32-server
 over microsoft's rdesktop ?

Try to use VNC with SSH (with compression). I use it with a slow
connection (45K bits), mostly for text on X (Emacs and xmessage), It
works nicely. For graphical applications (I use 16 bpp) it is too slow
(loading of image is OK but moving an image or working with Netscape
is very irritating).

Ehud.


-- 
 Ehud Karni Mivtach - Simon  Insurance   /"\
 Tel: +972-3-6212-757 Fax: +972-3-6292-544   \ /  ASCII Ribbon Campaign
 (USA) Fax and  voice  mail: 1-815-5509341X   Against  HTML  Mail
 Better Safe Than Sorry  / \
 mailto:[EMAIL PROTECTED]http://www.simonwiesel.co.il

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: remote graphical usage

2001-06-13 Thread Oleg Goldshmidt

Erez Doron [EMAIL PROTECTED] writes:

 as I see, compressed or not, X sucks on slow lines, so do vnc

FWIW, a few years ago I used to run X/fvwm2 over a 33.6K modem, and it
was quite workable. I ran xterms and XEmacs mostly, not Netscape or
other *zillas. The setup - thanks to Geoff Mendelson - used ssh and 
lbxproxy (http://www.xfree86.org/4.0.2/lbxproxy.1.html).

-- 
Oleg Goldshmidt | [EMAIL PROTECTED] 
If it ain't broken, it hasn't got enough features yet.

To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Unix/Linux interface for Exchange Calendar events (yoman pgishot)

2001-06-13 Thread Jonathan Ben-Avraham

On Wed, 13 Jun 2001, Ariel Biener wrote:

 
 
 
   Hi,
 
 
  
Does something like that exist ?
 
 --Ariel
 

The now defunct HP OpnMail does it. Nothing else does.
Regards,

 - yba

 EE 77 7F 30 4A 64 2E C5  83 5F E7 49 A6 82 29 BA~. .~   Tk Open Systems
=}ooO--U--Ooo{=
   - [EMAIL PROTECTED] - tel: +972.2.679.6452, http://www.tkos.co.il -


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Unix/Linux interface for Exchange Calendar events (yoman pgishot)

2001-06-13 Thread Ariel Biener

On Wed, 13 Jun 2001, Jonathan Ben-Avraham wrote:

 The now defunct HP OpnMail does it. Nothing else does.

If you still have the downloadable beta, send here.

--Ariel
 Regards,
 
  - yba
 
  EE 77 7F 30 4A 64 2E C583 5F E7 49 A6 82 29 BA  ~. .~   Tk Open Systems
 =}ooO--U--Ooo{=
  - [EMAIL PROTECTED] - tel: +972.2.679.6452, http://www.tkos.co.il -
 
 
 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]
 

--
Ariel Biener
e-mail: [EMAIL PROTECTED]
PGP(6.5.8) public key http://www.tau.ac.il/~ariel/pgp.html


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Unix/Linux interface for Exchange Calendar events (yoman pgishot)

2001-06-13 Thread Oleg Goldshmidt

Ariel Biener [EMAIL PROTECTED] writes:

   Hi,
 
Does something like that exist ?
 
 --Ariel

I have been looking for this for quite a while. The web interface to
it is hardly functional, and in many places (such as my place of work)
disabled for security. I think it's a lousy way to organize one's
schedule (but useful to see if a conference room is free), but there
is some peer pressure to be compatible.

For my personal needs I have been using KOrganizer. it is very nice,
but there is no groupware so far. Does anyone (Hetz?) know if it is
coming with KOffice 1.1beta3? Does anyone know if the statement that
KOrganizer uses vCalendar means it will be Outlook-compatible?

I would settle for a complete description of the relevant extra mail
headers in invitations and acceptance/rejection messages. If anyone
knows of such a spec, please let me know - at least I will be able to
program my GNUS accordingly.

-- 
Oleg Goldshmidt | [EMAIL PROTECTED] 
If it ain't broken, it hasn't got enough features yet.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Unix/Linux interface for Exchange Calendar events (yoman pgishot)

2001-06-13 Thread Oleg Goldshmidt

Ariel Biener [EMAIL PROTECTED] writes:

 On Wed, 13 Jun 2001, Jonathan Ben-Avraham wrote:
 
  The now defunct HP OpnMail does it. Nothing else does.
 
 If you still have the downloadable beta, send here.

And here, please. Or let me know where I can get it.

Thanks!

-- 
Oleg Goldshmidt | [EMAIL PROTECTED] 
If it ain't broken, it hasn't got enough features yet.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Unix/Linux interface for Exchange Calendar events (yoman pgishot)

2001-06-13 Thread Yotam Medini

On Wed, Jun 13, 2001 at 03:36:07PM +0300, Ariel Biener wrote:
Does something like that exist ?

google-search for  outlook2ical !

-- yotam


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Unix/Linux interface for Exchange Calendar events (yoman pgishot)

2001-06-13 Thread Oleg Goldshmidt

Yotam Medini [EMAIL PROTECTED] writes:

 On Wed, Jun 13, 2001 at 03:36:07PM +0300, Ariel Biener wrote:
 Does something like that exist ?
 
 google-search for  outlook2ical !

As far as I can see, that's just a script that parses
Outlook-generated mails into ical's .calendar file. That I don't need,
really: if I get a mail I am perfectly capable of marking an
appointment in my private calendar by hand - not a big
deal. Acknowledging, accepting, rejecting, and initiating appointments
in a way transparent to my Outlook-bound colleagues is the issue. Can
the script do that?

-- 
Oleg Goldshmidt | [EMAIL PROTECTED] 
If it ain't broken, it hasn't got enough features yet.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Unix/Linux interface for Exchange Calendar events (yoman pgishot)

2001-06-13 Thread Yotam Medini

On Wed, Jun 13, 2001 at 04:35:48PM +0300, Oleg Goldshmidt wrote:
 Yotam Medini [EMAIL PROTECTED] writes:
 
  On Wed, Jun 13, 2001 at 03:36:07PM +0300, Ariel Biener wrote:
  Does something like that exist ?
  
  google-search for  outlook2ical !
 
 As far as I can see, that's just a script that parses
 Outlook-generated mails into ical's .calendar file. That I don't need,
 really: if I get a mail I am perfectly capable of marking an
 appointment in my private calendar by hand - not a big
 deal. Acknowledging, accepting, rejecting, and initiating appointments
 in a way transparent to my Outlook-bound colleagues is the issue. Can
 the script do that?

So use fetchmail with appropriate setting for 
server ???.???.??
protocol IMAP

-- yotam

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Unix/Linux interface for Exchange Calendar events (yoman pgishot)

2001-06-13 Thread Yotam Medini

On Wed, Jun 13, 2001 at 04:35:48PM +0300, Oleg Goldshmidt wrote:
 Yotam Medini [EMAIL PROTECTED] writes:
 
  On Wed, Jun 13, 2001 at 03:36:07PM +0300, Ariel Biener wrote:
  Does something like that exist ?
  
  google-search for  outlook2ical !
 
 As far as I can see, that's just a script that parses
 Outlook-generated mails into ical's .calendar file. That I don't need,
 really: if I get a mail I am perfectly capable of marking an
 appointment in my private calendar by hand - not a big
 deal. Acknowledging, accepting, rejecting, and initiating appointments
 in a way transparent to my Outlook-bound colleagues is the issue. Can
 the script do that?

You are right, it does not. 
gnome-Evolution is supposed to do it someday...
-- yotam

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Unix/Linux interface for Exchange Calendar events (yoman pgishot)

2001-06-13 Thread Oleg Goldshmidt

Yotam Medini [EMAIL PROTECTED] writes:

 So use fetchmail with appropriate setting for 
 server ???.???.??
 protocol IMAP

That's the passive side again. In fact, that's what I do - I
fetchmail my mail (including Exchange notifications) from the mail 
server. I am looking for a spec of the mail protocol that will tell
me how to reply properly and how to initiate an appointment.

-- 
Oleg Goldshmidt | [EMAIL PROTECTED] 
If it ain't broken, it hasn't got enough features yet.

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




linux-biu: the past and the future

2001-06-13 Thread David Shadmi



Our semester of 
linux activities is almost over, and I thank everyone whohas lectured/helped 
organize/attended.I am thinking over what has been and what should be in 
the future. The initial response to our linux initiative was very 
positive, and thefirst few lectures drew large crowds. Since then the 
attendance has gonedown to 25-35, but this is also fine.I think the 
beginners' series would have worked better if we had asked oneor two people 
to give all 6 lectures (I apologize to those who told methey were willing to 
give all the lectures and I pushed them off). 6lectures is plenty of 
time to show people what a linux system looks like,what you can do with it, 
how to look after it, and how to install it. Butthe lectures need to be 
well-coordinated, and the way we divided up thematerial did not work out so 
well. I think it would also be better to havebeginners' lectures 
week-after-week, not with large gaps between them. Ifwe try again to run a 
6-lecture beginners' course, we will try to correctthese problems. Also I 
think the right time for a beginners' course is atthe start of the academic 
year, when it will hopefully appeal to newstudents on campus, who will 
benefit a lot if they have a unix system ontheir PCs at home. THE ACTIVITY 
WILL OF COURSE REMAIN OPEN TO ALL!!With the "advanced" lectures, I 
notice that we get a lot of differentfaces at each of the lectures. I think 
this is very natural: some peoplecome to all lectures because they want to 
learn new stuff, but most selectthe subjects they are interested in, and 
don't have time for the rest. Iam keen that we continue the advanced 
lectures as a service to the opensource community in the Gush Dan area. The 
way I suggest to run things issimply that anyone who thinks they have a good 
lecture to give, or whoknows someone who has a good lecture to give, should 
contact me with theproposal. I will consult with a few people to check there 
is interest, andassuming there is, I will arrange a room and a projector at 
a time that isgood for the lecturer, and put up posters on campus. 
Thelecturer/organizer can post information to the linux-biu mailing list 
andon IGLU. I have spent quite a lot of time this semester getting 
equipmentready for the lectures, and I think from now I will have to insist 
thatall I can offer is the projector, lecturers will have to bring their own 
laptops and/or computers. I would like to hear people's feedback on 
the ideas above. You can writeto me privately at [EMAIL PROTECTED], or 
post your comments to thelinux-biu list, if you think they are of general 
interest. Sincerely,Jeremy SchiffPS I will reply 
separately to the various comments that have been sent tothe list this 
week.


Re: remote graphical usage

2001-06-13 Thread Yedidya Bar-david

Hi

On Wed, Jun 13, 2001 at 10:59:42AM +0300, Erez Doron wrote:
 Hi
 
 I am looking of a way to have a local display/keyboard, which is
 connected on a slow channel ( i.e. modem ) to unix servers.
 
 I need a way to run X applictions on the remote server, and see them as
 they were local.
 
 I tried using X - was too slow
 I tried to use X protocol compression called 'dxpc' - still too slow
 I tried to use Xvnc - better but still not fast enough.
 
 anyone knows of a way to do so except using Citrix or X-win32-server
 over microsoft's rdesktop ?

How about mlview? I havn't tried it myself, but it seems very promising.
(a search on google for mlview finds this as first:)
http://www.medialogic.it/projects/mlview/

(Also the 4th in google when searching for 'dxpc citrix'. Of course
it helps when you know what to look for - I know this one from an
announcement on cola).

 
 
 thanks
 erez.
 
 
 
 
 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]

didi


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Bezeq ADSL setup

2001-06-13 Thread Miki Shapiro

On Tue, 12 Jun 2001, Dani Arbel wrote:

  WHY CHANGE DEFAULT MTU ON THE CLIENTS?
 
 I do not realy know, but otherwise it won't work

Hmmm.

Sounds more like a pptp bug than an Orkit bug.
The problem occurs only when the LINUX box needs to handle larger packets
than 1452 bytes on it's etherside. 

Warning: (not unlike my previous posts) this is gonna be a bit long:

Let's take this setup:
Client MTU, linux eth MTU and linux ppp MTU all get set to 1452.

Scenario 1:

1. SMTP packet (NO FRAG bit set to 1) leaves client, 
2. reaches Linux box, (as a 1452 bit packet because that's how large
windows made it), 
3. gets stuffed into the 1452 byte ppp interface, 
4. gets fed to the pptp program, 
5. pptp should now open a tunnel session to the DSL modem, 
transmit a new packet with ppp capsule inside as a 1500 byte packet
(additional acquired headers) over the same 1452-byte-limited ethernet
interface, and on these tunnel packets the NO FRAG bit is also set, so it
(theoretically) cannot send it (yet, as the hping results showed, it
probbably ignores this bit and frags it anyway. bug/feature? ) 

Now, first let's decide on what's the right thing to do under the
circumstances

I *think* it's to take the 1452 byte SMTP packet, dump it, and send an
ICMP packet to the windows box saying smaller please because 1452 bytes
plus the mandatory ppp/tunnel header make up for 1500 bytes which MUST be
sent with the DON'T FRAG flag set to the modem, and it can only convey
1452 byte chunks on the ethernet interface.

So, given proper operation, the inability to frag further there are only
two possibilities:

1. It frags it nontheless, like in the hping example we saw yesterday, and
it still works. 

2. The pptp program can send an ICMP message back to the windows client 
saying smaller please. This raises some questions I don't know how to
answer: 
When, on the linux box, the 1452-limited eth interface rejects pptp's 1500
byte capsule packet, an ICMP return message should be sent to the
to the IP socket by the routing mechanism, and since ICMP messages are
portless, how exactly does the socket know which of it's potentially many
TCP or UDP applications should be asked to generate smaller traffic?
And how exactly is our application (pptp in this case) notified by the
socket that collected the ICMP message that it needs to generate smaller
chunks?

Scenario 2:
SMTP packet (NO FRAG bit set to 0) leaves client, reaches linux box, pptp
builds a header over it, comes up with a 1500 byte packet, tries to send  
over 1452 interface, doens't manage to, and it's in a fix.

It can:
A. frag the original packet (If it's smart enough; is it?)   
or:
B. the linux routing mechanism can disregard the DON'T FRAG field, frag it
nontheless, and it may work, yet we should assume it should not.




Answers/Comments/Insights/Corrections/Enlightenment anyone?




---= Miki Shapiro =--
 ---= Cell: (+972)-56-322433 =
  ---= ICQ: 3EE853 =---
   ---= Windows Programmer in Rehab =---
-

If at first you don't succeed...
.. Skydiving is probbably not for you.

On Tue, 12 Jun 2001, Dani Arbel wrote:

 Miki,
 
  WHY CHANGE DEFAULT MTU ON THE CLIENTS?
 
 I do not realy know, but otherwise it won't work
 
  Hell, most of the SysAdmins I know don't even know how change the MTU
  on any operating system ;-)
 
 Thats why I have added the explanations of how this should be done.
 (may I just mention here that if they don't know this they can't be
 regarded as sys admins..).
 
 
   |  Final comment, I don't know this issue that well, but can these ISP
   |  routers be convinced to send smaller packets by sending them ICMP
   |  source-quench requests? is this done automatically by some socket
   |  mechanism?
  
   I doubt that. The limitation are for a reason.
 
  I don't think you understood what I'm suggesting.
 
  I'm not suggesting we remove all packet-size limits on the intenet and go
  off downloading 15MB MP3's in a single chunk.
 
  I'm suggesting perhaps this mechanism can be used to overcome the
  Orkit modem bug broken fragmentation mechanism problem that does not get
  solved by setting your ppp MTU to 1452 bytes
  by impopsing a stricter packetsize limitation where it might help solve
  the problem :-)
 
 
 
  ---= Miki Shapiro =--
   ---= Cell: (+972)-56-322433 =
---= ICQ: 3EE853 =---
 ---= Windows Programmer in Rehab =---
  -
 
  If at first you don't succeed...
  .. Skydiving is probbably not for you.
 
  On Mon, 11 Jun 2001, Shlomo Matichin wrote:
 
   hi miki,
  
   |  I
   |  ---
   |  If I understood this correctly from Mulix, when a too-large packet
   |  containing ppp-encapsulated stuff comes to the ADSL modem on
   |  ethernet interface and wants to go on the DSL interface, the frarmentation
   |  mechanism of the modem (I'm talking about my ATUR3) is broken.
   

RE: Bezeq ADSL setup

2001-06-13 Thread Haim Gelfenbeyn

 
 Just wondering, does anyone know how to return to the root 
 command tree?  
 If you type 'ip' for example, IIRC you will get a prompt 
 something like
  10.0.0.138 ip
 Doing a @atm, for example, will change you to the atm 
 process, but I can't
 figure out how to get back to root.  Closing (@close) the 
 connection and
 connecting again brings you back to the same place.
 

Type home

Haim.


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]