Re: karaf shell history ( command line completion ) not working on linux

2011-05-27 Thread thomasrynne
I no history between sessions and an empty ~/.karaf directory on linux (ubuntu) too. -- View this message in context: http://karaf.922171.n3.nabble.com/karaf-shell-history-command-line-completion-not-working-on-linux-tp2957256p2991948.html Sent from the Karaf - User mailing list archive at

Re: Disable automatic bundle restart?

2011-05-27 Thread Jean-Baptiste Onofré
Hi Thomas, In the etc/org.apache.felix.fileinstall-deploy.cfg, you can add someproperties to fileinstall such as: felix.fileinstall.dir to add a directory where you can put your bundle felix.fileinstall.filter to exclude your bundle felix.fileinstall.bundles.new.start to define if you want to

Re: Programmatically connecting to the console does not work with long command

2011-05-27 Thread dstieg1
Taking a closer look at the bigger example on http://svn.apache.org/repos/asf/karaf/trunk/client/src/main/java/org/apache/karaf/client/Main.java I tried ((ChannelShell) channel).setupSensibleDefaultPty(); but that didn't work as it gave the default dimensions. I finally ending up using the