-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed as not planned
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.macosMacOS (OSX) relatedMacOS (OSX) relatedneeds-infoNeed info from reporterNeed info from reporterremoteProblem is in podman-remoteProblem is in podman-remote
Description
Issue Description
podman machine ssh NO_PROXY env error (on macos m1pro)
-bash: export: `host.containers.internal,': not a valid identifier
-bash: export: `::1': not a valid identifier
Steps to reproduce the issue
Steps to reproduce the issue
- install podman>=5.8.0 via homebrew
- podman machine init
- podman machine ssh
Describe the results you received
Connecting to vm podman-machine-default. To close connection, use `~.` or `exit`
Fedora CoreOS 43.20260217.3.1
Tracker: https://github.com/coreos/fedora-coreos-tracker
Discuss: https://discussion.fedoraproject.org/tag/coreos
Last login: Fri Mar 13 11:47:31 2026 from 192.168.127.1
-bash: export: `host.containers.internal,': not a valid identifier
-bash: export: `::1': not a valid identifier
core@localhost:~$ echo $NO_PROXY
host.containers.internal,
core@localhost:~$ cat /etc/profile.d/default-env.sh
export NO_PROXY=host.containers.internal, host.containers.internal, ::1
core@localhost:~$ source /etc/profile.d/default-env.sh
-bash: export: `host.containers.internal,': not a valid identifier
-bash: export: `::1': not a valid identifierDescribe the results you expected
correct NO_PROXY
podman info output
Client:
APIVersion: 5.8.1
BuildOrigin: brew
Built: 1773235864
BuiltTime: Wed Mar 11 21:31:04 2026
GitCommit: ""
GoVersion: go1.26.1
Os: darwin
OsArch: darwin/arm64
Version: 5.8.1
host:
arch: arm64
buildahVersion: 1.43.0
cgroupControllers:
- cpu
- io
- memory
- pids
cgroupManager: systemd
cgroupVersion: v2
conmon:
package: conmon-2.1.13-2.fc43.aarch64
path: /usr/bin/conmon
version: 'conmon version 2.1.13, commit: '
cpuUtilization:
idlePercent: 99.73
systemPercent: 0.18
userPercent: 0.09
cpus: 4
databaseBackend: sqlite
distribution:
distribution: fedora
variant: coreos
version: "43"
emulatedArchitectures:
- linux/386
- linux/amd64
- linux/arm64be
eventLogger: journald
freeLocks: 2048
hostname: localhost.localdomain
idMappings:
gidmap:
- container_id: 0
host_id: 1000
size: 1
- container_id: 1
host_id: 100000
size: 1000000
uidmap:
- container_id: 0
host_id: 501
size: 1
- container_id: 1
host_id: 100000
size: 1000000
kernel: 6.18.10-200.fc43.aarch64
linkmode: dynamic
logDriver: journald
memFree: 1447796736
memTotal: 2038456320
networkBackend: netavark
networkBackendInfo:
backend: netavark
defaultNetwork: podman
dns:
package: aardvark-dns-1.17.0-1.fc43.aarch64
path: /usr/libexec/podman/aardvark-dns
version: aardvark-dns 1.17.0
package: netavark-1.17.2-1.fc43.aarch64
path: /usr/libexec/podman/netavark
version: netavark 1.17.2
ociRuntime:
name: crun
package: crun-1.25.1-1.fc43.aarch64
path: /usr/bin/crun
version: |-
crun version 1.25.1
commit: 156ae065d4a322d149c7307034f98d9637aa92a2
rundir: /run/user/501/crun
spec: 1.0.0
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +CRIU +LIBKRUN +WASM:wasmedge +YAJL
os: linux
pasta:
executable: /usr/bin/pasta
package: passt-0^20260120.g386b5f5-1.fc43.aarch64
version: |
pasta 0^20260120.g386b5f5-1.fc43.aarch64-pasta
Copyright Red Hat
GNU General Public License, version 2 or later
<https://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
remoteSocket:
exists: true
path: unix:///run/user/501/podman/podman.sock
rootlessNetworkCmd: pasta
security:
apparmorEnabled: false
capabilities: CAP_CHOWN,CAP_DAC_OVERRIDE,CAP_FOWNER,CAP_FSETID,CAP_KILL,CAP_NET_BIND_SERVICE,CAP_SETFCAP,CAP_SETGID,CAP_SETPCAP,CAP_SETUID,CAP_SYS_CHROOT
rootless: true
seccompEnabled: true
seccompProfilePath: /usr/share/containers/seccomp.json
selinuxEnabled: true
serviceIsRemote: true
slirp4netns:
executable: /usr/bin/slirp4netns
package: slirp4netns-1.3.1-3.fc43.aarch64
version: |-
slirp4netns version 1.3.1
commit: e5e368c4f5db6ae75c2fce786e31eef9da6bf236
libslirp: 4.9.1
SLIRP_CONFIG_VERSION_MAX: 6
libseccomp: 2.6.0
swapFree: 0
swapTotal: 0
uptime: 0h 17m 11.00s
variant: v8
plugins:
authorization: null
log:
- k8s-file
- none
- passthrough
- journald
network:
- bridge
- macvlan
- ipvlan
volume:
- local
registries:
search:
- docker.io
store:
configFile: /var/home/core/.config/containers/storage.conf
containerStore:
number: 0
paused: 0
running: 0
stopped: 0
graphDriverName: overlay
graphOptions: {}
graphRoot: /var/home/core/.local/share/containers/storage
graphRootAllocated: 106769133568
graphRootUsed: 4210413568
graphStatus:
Backing Filesystem: xfs
Native Overlay Diff: "true"
Supports d_type: "true"
Supports shifting: "false"
Supports volatile: "true"
Using metacopy: "false"
imageCopyTmpDir: /var/tmp
imageStore:
number: 0
runRoot: /run/user/501/containers
transientStore: false
volumePath: /var/home/core/.local/share/containers/storage/volumes
version:
APIVersion: 5.8.1
BuildOrigin: 'Copr: packit/containers-podman-28250'
Built: 1773187200
BuiltTime: Wed Mar 11 08:00:00 2026
GitCommit: c6077f645788743258a1a749f8005b4fb3cbe533
GoVersion: go1.25.7 X:nodwarf5
Os: linux
OsArch: linux/arm64
Version: 5.8.1Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
manually install podman 5.7.1 with podman-machine-os 5.8.1, everything is ok.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.macosMacOS (OSX) relatedMacOS (OSX) relatedneeds-infoNeed info from reporterNeed info from reporterremoteProblem is in podman-remoteProblem is in podman-remote