Custom Query (204 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (157 - 159 of 204)

Ticket Owner Reporter Resolution Summary
#144 Lewis Rosenthal fixed whois: port request
Description

Just realized that ArcaOS has no built-in whois (I've had it on my own system for so long, I forgot that it wasn't an old IBM-supplied one - mine is 4.7.30).

5.2.14 is available here:

http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.14.tar.xz

#146 dmik fixed git: pull --rebase does not work
Description

Steps to reproduce:

  1. Clone a repo from some origin.
  2. Commit something to origin.
  3. Commit something to your local clone.
  4. Run git pull --rebase.

It is expected that git temporarily discards commits from step 3, then pulls all commits from step 2 and then applies commits from step 3 on top of the result. This is all needed to push your local changes w/o creating a special merge commit (which a regular git pull would create) in case if there were remote changes that you don't have (because you didn't do git pull before committing new local stuff).

However, git just says this:

First, rewinding head to replay your work on top of it...

and then exits. And your working repo is left in a state when remote commits are applied but all your local commits are NOT restored on top of them (i.e. they are virtually lost unless you know git internals well enough to get them from your rev-log).

If your local clone is behind origin by several commits and you make a local commit which you want to push

#148 andi.b@gmx.net wontfix GSView printing does not work anymore
Description

When I want to print something I get -

Unknown device: pswrite
  ./base/gsicc_manage.c:1086: gsicc_open_search(): Could not find default_gray.icc 
| ./base/gsicc_manage.c:1706: gsicc_set_device_profile(): cannot find device profile
Unrecoverable error: unknownerror in .special_op
Operand stack:
    defaultdevice
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
    defaultdevice
gsapi_exit returns 0
DosFreeModule returns 12

I'm pretty sure this worked in the past, about 1 year ago when we tested cups and ghostscript. But now it does not work anymore.

My Ghostscript settings -

DLL: p:/usr/lib/gsdll2.dll
Suchpfad (INCLUDE?): p:/usr/lib
Options: -dNOPLATFONTS -sFONTPATH="m:/psfonts;p:/usr/share/fonts/default/Type1"

M: is boot drive, P: is %UNIXROOT%

Note: See TracQuery for help on using queries.