-
neirac
jperkin to use pkgsrc wip in macos do I need to perform additional configurations, or it will just work as the macos/release branch does ?
-
jperkin
it should just work, I don't have any modifications for wip on macos
-
neirac
jperkin thanks, I'll give it a try.
-
nikolam
I see on multiple machines, SmartOS latest , inside global zone, that pkgin install -y <packagename> still requires to press Y and return to proceed.
-
jperkin
it's "pkgin -y install <packagename>"
-
pjustice
`pkgin install -y ...` told me to bark at the moon yesterday.
-
pjustice
(However there apparently _is_ a package called asdf, lol.)
-
barfield
Is there a simple way to stop the wrapping of text in bash, running in native SmartOS zones?
-
barfield
I think that I have seen danmcd: or bahamat: mention setting "export TERM=screen" or something...but that doesn't appear to be working.
-
bahamat
I...have uttered such things in the past, what context are we talking about here?
-
barfield
I think...I'm jogging my own memory
-
barfield
Trying to remember how to stop bash from borking extra long commands
-
bahamat
How is it "borking" extra long commands? And how long is "extra long" here?
-
barfield
+40 characters
-
barfield
in a non-root shell
-
barfield
like psql
-
barfield
like `su - postgres; psql` one second, one of my guys is going to get me a real good example
-
barfield
Disregard, I think he fixed it lol. Apologies for the false-alarm
-
barfield
export TERM=xterm-256color
-
barfield
export COLUMNS=148
-
barfield
export TERMINFO=/opt/local/share/lib/terminfo
-
barfield
17m
-
barfield
Seems like those settings resolved it
-
barfield
Thanks again
-
nikolam
I have been typing in 'choco' on win to update and that had consequences ;P
-
pjustice
jperkin: Just added a note to #363. I can remove pkg_install and extract the .tmp.tar to be able to properly reinstall it, but (a) I'm not sure that's truly safe; and (b) I'd like to help kill off the source of this problem.
-
jperkin
if you extract the tmp.tar to a temporary directory and then run ./pkg_add inside it
-
jperkin
but yeh I really need to just track down where this is coming from and figure out why I don't see it
-
pjustice
One of the affected machines today is a new gz that I'm pretty sure I haven't done anything stooopid to.