location of ~/.aucat_cookie

2018-09-14 Thread Olivier Regnier

Hi,

Is it possible to disable the '.aucat_cookie' file or change his location?

--
Regards,
Olivier Regnier



Xfce with the .xinitrc file

2018-04-13 Thread Olivier REGNIER

Hi,

After xfce was installed, I used the xinitrc file found in 
/usr/local/share/examples/xfce4-session.


It is very complete.

Xfce runs but ck-launch-session is not executed.

Here is the script related to ck-launch-session:

# run xfce4-session if installed
if which xfce4-session /dev/null 21; then

  # check if we start xfce4-session with ck-launch-session. this is only
   # required for starting from a console, not a login manager
   if test "$XFCE4_SESSION_WITH_CK" = "1"; then
 if which ck-launch-session /dev/null 21; then
   ck-launch-session xfce4-session
 else
   echo "You have tried to start Xfce with consolekit support, but"
   echo "ck-launch-session is not installed."
   echo "Aborted startup..."
   echo

   exit 1
 fi
   else
 # start xfce4-session normally
 xfce4-session
   fi

   exit 0
 fi

Thanks for your help.

--
Regards,
Olivier REGNIER



MATE Desktop without pulseaudio

2017-10-28 Thread Olivier Regnier

Hi,

Is it possible through the ports tree to install MATE without pulseaudio?

- Olivier



MATE Desktop Environment 1.18.0

2017-10-28 Thread Olivier Regnier

Hi,

I'm currently using MATE Desktop with OpenBSD / amd64 6.2 -stable on a 
Lenovo ThinkPad T430.

I want to report some errors encountered during its use.
Have you ever encountered these errors and possibly found a solution?

gnome-keyring-daemon[31733]: couldn't access control socket: 
/var/run/user/1000/keyring/control: No such file or directory

gnome-keyring-daemon[31733]: The PKCS#11 component was already initialized
gnome-keyring-daemon[31733]: The Secret Service was already initialized

console-kit-daemon[49025]: WARNING: Error waiting for native console 1 
activation: Permission denied
console-kit-daemon[49025]: WARNING: Error waiting for native console 2 
activation: Permission denied
console-kit-daemon[49025]: WARNING: Error waiting for native console 3 
activation: Permission denied
console-kit-daemon[49025]: WARNING: Error waiting for native console 4 
activation: Permission denied


mate-session[53962]: WARNING: Unable to find provider '' of required 
component 'dock'


** (mate-settings-daemon:59867): WARNING **: Error opening directory 
/etc/xrdb: No such file or directory


[system] Activating service 
name='org.mate.SettingsDaemon.DateTimeMechanism' (using servicehelper)
[system] Activated service 'org.mate.SettingsDaemon.DateTimeMechanism' 
failed: Launch helper exited with unknown return code 1


pulseaudio[87536]: [(null)] authkey.c: Failed to open cookie file
'/home/loginname/.config/pulse/cookie': No such file or directory
pulseaudio[87536]: [(null)] authkey.c: Failed to load authentication key
'/home/loginname/.config/pulse/cookie': No such file or directory
pulseaudio[87536]: [(null)] authkey.c: Failed to open cookie file
/home/loginname/.pulse-cookie': No such file or directory
pulseaudio[87356]: [(null)] authkey.c: Failed to load authentication key
'/home/loginname/.pulse-cookie': No such or directory

pulseaudio[87536]: [(null)] core-util.c: Failed to create secure directory
(/var/run/user/1000/pulse): No such file or directory

DEBUG (42951): glibtop_open_p ()
LibGTop-Server(c=42951): [ERROR] kvm_open: Operation not permitted
glibtop(c=57092/s=42951): [ERROR] read 8 bytes: Resource temporarily 
unavailable


(marco:5367): Gdk-ERROR **: The program 'marco' received an X Window 
System error.

This probably reflets a bug in the program.
The error was 'BadRegion (invalid Region parameter)'.
(Details: serial 116413 error_code 140 request_code 138 (XFIXES) 
minor_code 10)


Thank you for your help.

- Olivier Regnier



ftpsesame package

2017-04-12 Thread Olivier Regnier

I runs on single laptop with OpenBSD 6.0 and PF.

I use ftpsesame installed via package for FTP transactions and it works 
fine.


System was upgraded to 6.1 and ftpsesame don't work anymore.

When i run the following command:
$ doas ftpsesame -d -i trunk0

I have this error:
drop_privs: Undefine error:0

"ftpsesame chroots to "/var/empty" and changes to user "proxy" to drop 
privileges. It does keep a file descriptor to both bpf 
(4) and pf 
(4) so it is 
still very powerful."


Is there a solution to resolve this problem?

Regards,
Olivier



Color with ls command

2009-07-12 Thread Olivier Regnier
Hello,

With OpenBSD 4.4, I got the color in console with the ls command and the
package gnuls.

Here is my profile:

SHELL=/bin/ksh

PS1=\w \\$ 

 PKG_PATH=ftp://ftp.crans.org/pub/OpenBSD/4.5/packages/`machine -a`/

 DIR=di=01;34:
 CON=*conf=01;33:
 EXE=*sh=01;32:
 ARC=*tar=01;31:*gz=01;31:*tar.gz=01;31:*tgz=01;31:*bz2=01;31:*zip=01;31:
 MUS=*ogg=40;35:*mp3=40;35:*avi=40;35:*mpg=40;35:*mpeg=40;35:
 IMG=*png=01;35:*gif=01;35:*jpg=01;35:*jpeg=01;35:
 LS_COLORS=${DIR}${CON}${EXE}${ARC}${MUL}${IMG}

 export SHELL PS1 PKG_PATH LS_COLORS

 alias ls=ls \
   ll=ls -l la=ls -a lla=ls -la ld=ll | grep '^d' \
   md=/bin/mkdir rd=/bin/rmdir \
   rm=/bin/rm -i cp=/bin/cp -i mv=/bin/mv -i \
   df=/bin/df -h du=/usr/bin/du -h \
   h=history j=jobs p=/usr/bin/lpr \
   c=/usr/bin/clear bye=exit off=/sbin/halt -p

But with OpenBSD 4.5, it does not work.

Thank you in advance for your answers.

-Olivier

_
Dicouvrez toutes les possibilitis de communication avec vos proches
http://www.microsoft.com/windows/windowslive/default.aspx



Re: Clearing the console each time a user logs out

2009-07-10 Thread Olivier Regnier
I have already modified the file gettytab with these lines:

P:Pc:Pc   console:\
:np:sp#9600:\
:cl=\E[H\E[2J:

This does not work ? An idea ?

 To: misc@openbsd.org
 From: s...@spacehopper.org
 Subject: Re: Clearing the console each time a user logs out
 Date: Thu, 9 Jul 2009 23:05:05 +

 On 2009-07-09, Olivier Regnier oregn...@hotmail.com wrote:
  Hello,
 
  I installed OpenBSD 4.5 on my Samsung NC10. I want to clear the console
each
  time a user logs out. I modified /etc/gettytab file but i have no result.
Can
  you give me some information on this topic ?
 
  Thank you in advance.

 you need to modify std.9600 or default in gettytab, unless you change the
 terminal type in ttys.

 I'm not sure if there's a good way to clear the scrollback buffer though.


_
Vous voulez savoir ce que vous pouvez faire avec le nouveau Windows Live ?
Lancez-vous !
http://www.microsoft.com/windows/windowslive/default.aspx



Re: Clearing the console each time a user logs out

2009-07-10 Thread Olivier Regnier
_
Tiliphonez gratuitement ` tous vos proches avec Windows Live Messenger  ! 
Tilichargez-le maintenant ! 
http://www.windowslive.fr/messenger/1.asp



Clearing the console each time a user logs out

2009-07-09 Thread Olivier Regnier
Hello,

I installed OpenBSD 4.5 on my Samsung NC10. I want to clear the console each
time a user logs out. I modified /etc/gettytab file but i have no result. Can
you give me some information on this topic ?

Thank you in advance.

_
Inidit ! Des Emotictnes Dijanties! Installez les dans votre Messenger !
http://www.ilovemessenger.fr/Emoticones/EmoticonesDejantees.aspx