DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
Old 25th December 2014
ibara ibara is offline
OpenBSD language porter
 
Join Date: Jan 2014
Posts: 783
Default

Quote:
Originally Posted by kerasi View Post
ps: how can i disable the bell in tty?
Assuming you're talking about the bell in X, you can add the following line to your .xinitrc:
wsconsctl keyboard.bell.volume=0
Reply With Quote
Old 25th December 2014
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by kerasi View Post
...the time is + 1 hour how can i change that???

ls -l /etc/localtime shows me the right Zone

in my BIOS the Time is ok
See Section 8.25 of the FAQ. Looking at the timezone option in the config(8) manpage gives similar information.
Reply With Quote
Old 25th December 2014
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

The BIOS time should be UTC or GMT. You can check that with something like
Code:
$  env TZ=UTC date ; date
Thu Dec 25 12:47:33 UTC 2014
Thu Dec 25 13:47:33 CET 2014
$ ls -l /etc/localtime                                     
lrwxr-xr-x  1 root  wheel  36 Dec 26  2012 /etc/localtime -> /usr/share/zoneinfo/Europe/Amsterdam
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote
Old 25th December 2014
kerasi kerasi is offline
Shell Scout
 
Join Date: Mar 2013
Location: Germany
Posts: 90
Default

hello

this i get

Code:
$ env TZ=UTC date ; date
Fri Dec 26 00:01:21 UTC 2014
Fri Dec 26 01:01:21 CET 2014
$ ls -l /etc/localtime
lrwxr-xr-x  1 root  wheel  33 Dec 16 18:30 /etc/localtime -> /usr/share/zoneinfo/Europe/Berlin

$ date
Fri Dec 26 01:02:35 CET 2014   ----> the time is 00:02 not 01.02
ps:i forgot to say that i have dualboot with windows 7

i make the .xinitrc with this

wsconsctl keyboard.bell.volume=0

or with that

keyboard.bell.volume=0

and rebootet but dont help

Last edited by kerasi; 25th December 2014 at 11:17 PM.
Reply With Quote
Old 25th December 2014
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

Your BIOS clock is not set to UTC, but to your local time (CET). And because your local time is one hour ahead of UTC the time shows as 1:02.

You could run # rdate -nv pool.ntp.org to correct the time immediately.

To fix this once and for all, add the following to your /etc/rc.conf.local:
Code:
ntpd_flags="-s"
.

To start up the Network Time Protocol daemon you now can reboot the system.
This will enable ntpd(8) and keep your clock accurate.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote
Old 25th December 2014
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

If you have dual boot with Windows then you should ignore my previous advice.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump

Last edited by J65nko; 26th December 2014 at 11:26 AM. Reason: Correction: should not remove /etc/rc.conf.local
Reply With Quote
Old 26th December 2014
kerasi kerasi is offline
Shell Scout
 
Join Date: Mar 2013
Location: Germany
Posts: 90
Default

Good morning

I have /etc/rc.conf/local for my mpd to start automaticly
Reply With Quote
Old 29th December 2014
tixx8542
-Guest-
 
Posts: n/a
Default

Hello,
For the bell: http://daemonforums.org/showthread.php?t=6931
Reply With Quote
Old 29th December 2014
hitest's Avatar
hitest hitest is offline
Real Name: George Nielsen
VPN Cryptographer
 
Join Date: Sep 2008
Location: B.C., Canada
Posts: 373
Default

Quote:
Originally Posted by kerasi View Post
hello again

so i install now KDE and it is much better then gnome



is it normal to have 30% or more cpu usage?

my aim is i will only a window manager like fvwm or another lightweight i will only play videos,music vids,music files with mpd and surfing more not
KDE is a wonderful desktop environment, but, it is more processor and RAM intensive, that is, KDE will use a lot more of your system resources. I happily run XFCE on two OpenBSD work stations. XFCE has good functionality, it uses up less RAM, and your processors won't work as hard.

Code:
OpenBSD bsdbox.home.local 5.6 GENERIC.MP#0 amd64
__________________
hitest
Reply With Quote
Old 29th December 2014
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,977
Default

OpenBSD has 3 window managers packaged within Xenocara (OpenBSD's X.Org implementation): twm(1), fvwm(1), and cwm(1).

Along with the "big 3" integrated desktop environments KDE, Gnome, and XFCE, more than 40 other window managers have been ported to OpenBSD. I'm currently using and enjoying i3, a simple tiling window manager, which I learned about right here on Daemonforums.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox Plugins syrushcw FreeBSD Ports and Packages 0 16th December 2011 08:42 PM
Firefox 4 classicmanpro General software and network 14 3rd April 2011 01:50 PM
firefox darken FreeBSD General 5 27th July 2008 11:01 PM
Upgrading firefox to firefox 3 -keeping plugins+bookmarks kasse FreeBSD Ports and Packages 11 5th July 2008 01:34 PM
firefox problems bsdnewbie999 FreeBSD General 2 16th May 2008 05:39 AM


All times are GMT. The time now is 11:25 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick