Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 43 |
Nodes: | 6 (0 / 6) |
Uptime: | 106:28:22 |
Calls: | 290 |
Files: | 905 |
Messages: | 76,671 |
I just installed an upgrade of tin on my FreeBSD machine
and suddenly every post I make has a blank "From:" line
I have to fill in,did configurations get wrecked?
le@lekno.ws wrote:
I just installed an upgrade of tin on my FreeBSD machine
and suddenly every post I make has a blank "From:" line
I have to fill in,did configurations get wrecked?
It has been a while for me on FreeBSD, but did you also
upgrade FreeBSD itself ? I wonder if the user/password
database needs to be fixed ?
IIRC, there is some command to check /etc/passwd & fix the
datatbase. This assumes your /etc/passwd entry is fine.
HTH
Also, looks like something is up with your sig :)
In le@lekno.ws wrote:
I just installed an upgrade of tin on my FreeBSD machine
manual build from upstream source or used the ports package?
I can't say anything about the ports package, but I had no issues
building and running tin from source on FreeBSD 15.0 (with and
without a carried over tinrc).
and suddenly every post I make has a blank "From:" line
I have to fill in,did configurations get wrecked?
there are many ways to configure From inside tin; the usual suscpects
are mail_address in tinrc, from in attributes (see tin(5) and tin(1)),
if none of these are set a fallback of username@[hostname.]domainname
shall kick in (some parts can be set a compile time thers eben at runtime).
I'd start with inspecting your tinrc. e.g.
grep -E "^mail_a" ${TIN_HOMEDIR:-"$HOME"}/.tin/tinrc
and if unset set your (name and) address there. This can be done from
inside tin via the 'M'enu or when tin is NOT running by editing the file directly.
Urs Janßen <urs@buil.tin.org> wrote:
In le@lekno.ws wrote:
I just installed an upgrade of tin on my FreeBSD machine
manual build from upstream source or used the ports package?
Used synth to build local package repository from ports,
then pkg upgrade.
I can't say anything about the ports package, but I had no issues
building and running tin from source on FreeBSD 15.0 (with and
without a carried over tinrc).
I'm running 13.3 in its last days,about to go to 13.4.
and suddenly every post I make has a blank "From:" line
I have to fill in,did configurations get wrecked?
there are many ways to configure From inside tin; the usual suscpects
are mail_address in tinrc, from in attributes (see tin(5) and tin(1)),
if none of these are set a fallback of username@[hostname.]domainname
shall kick in (some parts can be set a compile time thers eben at runtime). >>
I'd start with inspecting your tinrc. e.g.
grep -E "^mail_a" ${TIN_HOMEDIR:-"$HOME"}/.tin/tinrc
and if unset set your (name and) address there. This can be done from
inside tin via the 'M'enu or when tin is NOT running by editing the file
directly.
Will check these.
-=-=-
The World Trade Center towers MUST rise again,
at least as tall as before...or terror has triumphed.
I'd start with inspecting your tinrc. e.g.
grep -E "^mail_a" ${TIN_HOMEDIR:-"$HOME"}/.tin/tinrc
and if unset set your (name and) address there. This can be done from
inside tin via the 'M'enu or when tin is NOT running by editing the file >>> directly.
Will check these.
There doesn't seem to be a set author name in the new tinrc
OR the old backup tinrc.
In le@lekno.ws wrote:
I'd start with inspecting your tinrc. e.g.
grep -E "^mail_a" ${TIN_HOMEDIR:-"$HOME"}/.tin/tinrc
and if unset set your (name and) address there. This can be done from
inside tin via the 'M'enu or when tin is NOT running by editing the file >>>> directly.
Will check these.
There doesn't seem to be a set author name in the new tinrc
OR the old backup tinrc.
then you should add one (or figure out why the fallback to USER@HOST
doesn't work anymore (you would need to inspect the source for that).
as it works for me on a FreeBSD-15 system[1] I can't help as it seems to
be a local config issue on your system).
preferred from is
mail_address=First Last <user@example.org>
but
mail_address=user@example.org (First Last)
would be ok too (and you may omit the realname stuff).
[1]
# /etc/passwd looks like
urs:*:12345:12345:User &:/home/urs:/bin/sh
generated from is
From: User Urs <urs@some.exaple.org>
then you should add one (or figure out why the fallback to USER@HOSTI had always relied on that fallback.
doesn't work anymore (you would need to inspect the source for that).
I just installed an upgrade of tin on my FreeBSD machine
and suddenly every post I make has a blank "From:" line
I have to fill in,did configurations get wrecked?