Bug 278730 - net/udpxy: udpxrec does not start on freebsd 14
Summary: net/udpxy: udpxrec does not start on freebsd 14
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-04 09:59 UTC by safonov.paul
Modified: 2024-05-05 15:05 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (alex.deiter)


Attachments
Stack variables are initialized. (551 bytes, patch)
2024-05-05 15:05 UTC, safonov.paul
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description safonov.paul 2024-05-04 09:59:06 UTC
# uname -a
FreeBSD host.notexist.com 14.1-STABLE FreeBSD 14.1-STABLE GENERIC amd64

# udpxrec -v -T -B 128K -b +00:00.02 -e +00:05.00 -i igb0 -c 239.192.30.23:1234 /tmp/tv.mpg
verbose=[ON] begin_time=[Sat May  4 16:37:47 2024] end_time=[Sat May  4 16:42:47 2024] Buffer size=[131072] bytes Max messages=[1] Multicast interface=[0.0.0.0] Channel=[239.192.30.23:1234] Destination file=[/tmp/tv.mpg] 
2024-05-04 16:37:45.603491 +07  16719   udpxrec 1.0-25.1 (prod) standard [FreeBSD 14.1-STABLE amd64]: udpxrec -v -T -B 128K -b +00:00.02 -e +00:05.00 -i igb0 -c 239.192.30.23:1234 /tmp/tv.mpg 
2024-05-04 16:37:45.603507 +07  16719   min socket buffer = [65536], max space to use = [1500], Rmsgs = [1]
2024-05-04 16:37:45.603512 +07  16719   Setting up multicast listener
2024-05-04 16:37:45.603523 +07  16719   current receive buffer size is [42080] bytes for socket [3]
2024-05-04 16:37:45.603530 +07  16719   receive buffer size set to [65536] bytes for socket [3]
2024-05-04 16:37:45.603666 +07  16719   multicast-group [ADD]
2024-05-04 16:37:45.603673 +07  16719   Mcast listener socket=[3] set up
2024-05-04 16:37:47.603860 +07  16719   channel read: Resource temporarily unavailable
2024-05-04 16:37:47.603877 +07  16719   failed to read from [239.192.30.23:1234]
2024-05-04 16:37:47.603930 +07  16719   multicast-group [DROP]
2024-05-04 16:37:47.603954 +07  16719   Mcast listener socket=[3] closed
2024-05-04 16:37:47.603959 +07  16719    is exiting with rc=[3]
Comment 1 safonov.paul 2024-05-05 15:05:45 UTC
Created attachment 250462 [details]
Stack variables are initialized.