> You updated from snapshot to snapshot or from release/stable to
> snapshot? Did you follow http://www.openbsd.org/faq/current.html for
> those needed manual steps?
>
I run current since a long time now and updated from an older snapshot from
last week, and have followed all steps from curren
Hi list,
I encountered a weired behaviour of pkg_add today. I updated to the latest
snapshot available on my mirror this morning, and ran a sysmerge and
pkg_add -u afterwards:
OpenBSD 5.6-current (GENERIC.MP) #597: Sat Nov 22 16:41:24 MST 2014
dera...@amd64.openbsd.org:/usr/src/sys/arch
> Am 08.07.2014 20:50 schrieb Kevin Chadwick :
> >
> > previously on this list Stuart Henderson contributed:
> >
> > > > Secondly, viewing html video (eg in youtube) continuously lags. The
> > > > sound is perfect but every other
> > > > video frame seems to stop for a second or two and then the
Works now with the latest snapshot (dsdt.c rev. 1.211), thanks!
Am 25.06.2014 17:05 schrieb Jason Crawford :
>
> My system panic's from the KASSERT() call at line 2269 after dsdt.c was
> updated to 1.210.
>
> All I have is the basic panic message and the dmesg from the last known
> working snapshot kernel. I tried to get more information but my USB
> keyboa
I tried a few things and use FTPDroid now, which works nicely for my
needs (getting the pictures from the phone). Thats even easier than
connecting a cable everytime. Thanks to everyone contributing!
Nils
Jona Joachim schrieb am 24.05.2014 12:06:
> On 2014-05-24, Nils R wrote:
>> Hi misc@,
>>
>> i'm currently trying to find an easy way to copy the pictures i made
>> with my android phone to my openbsd -current machine. To make things
>> easy, i installed
Stefan Sperling schrieb am 24.05.2014 12:01:
> On Sat, May 24, 2014 at 11:54:41AM +0200, Nils R wrote:
>> Hi misc@,
>>
>> i'm currently trying to find an easy way to copy the pictures i made
>> with my android phone to my openbsd -current machine. To make thing
Hi misc@,
i'm currently trying to find an easy way to copy the pictures i made
with my android phone to my openbsd -current machine. To make things
easy, i installed the gnome, gnome-extras and toad (like advised in
[1].)
My usb sticks mount fine, but the android phone is only seen by the
syst
Nils R schrieb am 09.05.2014 11:24:
> David Coppa schrieb am 09.05.2014 10:59:
>
>> On Thu, May 8, 2014 at 4:48 PM, Nils R wrote:
>>> Benjamin Baier schrieb am 08.05.2014 16:07:
>>>
>>>> Try xclip. It saves a paste if you have your URL already i
David Coppa schrieb am 09.05.2014 10:59:
> On Thu, May 8, 2014 at 4:48 PM, Nils R wrote:
>> Benjamin Baier schrieb am 08.05.2014 16:07:
>>
>>> Try xclip. It saves a paste if you have your URL already in the clipboard.
>>>
>>> URL="$(xclip -o)&qu
Benjamin Baier schrieb am 08.05.2014 16:07:
> Try xclip. It saves a paste if you have your URL already in the clipboard.
>
> URL="$(xclip -o)"
> if [ "x$URL" = "x" ]; then
> echo "You must enter a url."
> exit 1
> fi
> ...
>
Great, that is exactly what i need! Works instantly, and redu
David Coppa schrieb am 08.05.2014 15:26:
> On Thu, May 8, 2014 at 2:46 PM, Nils R wrote:
>> Hi misc@,
>>
>> i face a problem with zenity (from ports). I use it to read a string via a
>> nice graphical popup (in my case, the url to a youtube video, which then gets
>
Hi misc@,
i face a problem with zenity (from ports). I use it to read a string via a
nice graphical popup (in my case, the url to a youtube video, which then gets
opened in fullscreen mplayer).
Gnome is installed on my machine, although i don't use it very often. Anyway,
zenity has a few depen
Roberto E. Vargas Caballero schrieb am 26.03.2014 07:47:
> > I solved it (for the moment) by patching st, as patching st
> > is something you most likely do anyways. The patch, including
> > a description, can be found on the suckless wiki [1].
>
> But this solution is a bit tricky, becuase you wi
I solved it (for the moment) by patching st, as patching st
is something you most likely do anyways. The patch, including
a description, can be found on the suckless wiki [1].
There's just one issue left: when using the new termname
(st-git), i hit this bug [2] in perls Term::Cap.pm (e.g. when
> int
> _nc_read_bsd_terminfo_entry(tn, filename, tp)
> const char *const tn;
> char *const filename;
> TERMTYPE *const tp;
> {
> char **fname, *p;
> char envterm[PATH_MAX]; /* local copy of $TERMINFO */
> char hometerm[PATH_MAX]; /* local copy of $HOME/.terminfo */
> ch
Nicholas Marriott schrieb am 24.03.2014 18:51:
> IIRC the directories are searched after the db. Install it as stnew or
> something
> instead.
>
You're right, installing the terminfo entries as stnew works (if the
terminal name is changed as well)! I grepped the sources a bit, and
found this f
Nicholas Marriott schrieb am 24.03.2014 14:06:
> Hi
>
> > On OpenBSD, the curse and termcap library use *only* pre-compiled
> > databases to search for a TERM entry.
> >
> > Every mention to the /usr/share/misc/terminfo/*/* or ~/.terminfo/*/*
> > scheme in OpenBSD's own manpages or on instructions
Hugo Villeneuve schrieb am 23.03.2014 02:24:
> On Fri, Mar 21, 2014 at 03:20:42PM +0100, Nils R wrote:
> >
> > After replacing the st-entries in /usr/share/mish/termcap and
> > recreating the db with cap_mkdb, i also had to rename the terminfo.db
> > to make it work. I
After replacing the st-entries in /usr/share/mish/termcap and recreating the db
with cap_mkdb, i also had to rename the terminfo.db to make it work. I could
not find any program to rebuild the terminfo db, how is it done? Or is
terminfo.db not needed at all? Still looking for a simpler soluti
Tethys schrieb am 21.03.2014 13:39:
> On Fri, Mar 21, 2014 at 11:41 AM, Nils R wrote:
>
> >The original st.info contains entries for {r,s}mkx, but when i query the
> system
> >terminfo database
> >with 'infocmp -1 st', no entries for {r,s}mkx are found:
>
Hi misc,
i have a problem with my terminal, st [1]. Just for the record, i am using the
latest -current snapshot (but the problem existed before). I had an unrelated
problem with zsh, where my HOME and DEL key were not working properly (the
related thread on the st-mailing list can be found a
23 matches
Mail list logo