Platform: FreeBSD 14.1-RELEASE amd64
Installed from: pkg
Package version: 3.4.6_5
Issue Description: After running the software as a normal user, the following error is shown:
and as shown above, the software would terminate with a SIGABRT.
In-Depth Diagnosis: truss output near the error
NOTE: In some cases, the 'openat' attempt at /dev/ada0 would also fail with 'ERR#13 Permission Denied.'
NOTE: This doesn't happen when the program is run as root, but I do not want to do that.
Installed from: pkg
Package version: 3.4.6_5
Issue Description: After running the software as a normal user, the following error is shown:
Code:
nphuracm@nphuracm-Amitie-FreeBSD ~> rhythmbox
**
ERROR:scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL)
Bail out! ERROR:scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL)
fish: Job 1, 'rhythmbox' terminated by signal SIGABRT (Abort)
In-Depth Diagnosis: truss output near the error
Code:
openat(AT_FDCWD,"/dev/xpt0",O_RDWR,00) ERR#13 'Permission denied'
openat(AT_FDCWD,"/dev/ada0",O_RDONLY|O_NONBLOCK,00) = 20 (0x14)
close(20) = 0 (0x0)
**
ERROR:scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL)
write(2,"**\nERROR:scsi-cam.c:173:brasero"...,85) = 85 (0x55)
fstat(1,{ mode=crw--w---- ,inode=167,size=0,blksize=4096 }) = 0 (0x0)
ioctl(1,TIOCGETA,0x820c60eb4) = 0 (0x0)
Bail out! ERROR:scsi-cam.c:173:brasero_device_handle_open: assertion failed: (path != NULL)
write(1,"Bail out! ERROR:scsi-cam.c:173:b"...,92) = 92 (0x5c)
NOTE: This doesn't happen when the program is run as root, but I do not want to do that.